Class tourGuide.TestPerformance

1

tests

1

failures

0

ignored

21m22.98s

duration

0%

successful

Failed tests

highVolumeTrackLocation

org.springframework.web.client.ResourceAccessException: I/O error on GET request for "http://localhost:8080/getUserLocation": Connection refused: connect; nested exception is java.net.ConnectException: Connection refused: connect
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:744)
	at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:670)
	at org.springframework.web.client.RestTemplate.getForEntity(RestTemplate.java:338)
	at tourGuide.service.GpsUtil.getUserLocation(GpsUtil.java:36)
	at tourGuide.service.TourGuideService.trackUserLocation(TourGuideService.java:88)
	at tourGuide.TestPerformance.highVolumeTrackLocation(TestPerformance.java:58)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:106)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93)
	at com.sun.proxy.$Proxy1.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:155)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:137)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.ConnectException: Connection refused: connect
	at java.net.DualStackPlainSocketImpl.connect0(Native Method)
	at java.net.DualStackPlainSocketImpl.socketConnect(DualStackPlainSocketImpl.java:79)
	at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
	at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
	at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
	at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:172)
	at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
	at java.net.Socket.connect(Socket.java:589)
	at java.net.Socket.connect(Socket.java:538)
	at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
	at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
	at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:698)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1587)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492)
	at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
	at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)
	at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)
	at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:53)
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:735)
	... 52 more

Tests

Test Duration Result
highVolumeTrackLocation 21m22.98s failed

Standard output

11:52:34.943 [Test worker] INFO tourGuide.service.TourGuideService - TestMode enabled
11:52:34.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Initializing users
11:52:36.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Created 100000 internal test users.
11:52:36.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Finished initializing users
11:52:36.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:36.416 [pool-1-thread-1] DEBUG tourGuide.tracker.Tracker - Begin Tracker. Tracking 100000 users.
11:52:36.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:37.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45d55b50-bd84-4fb0-9bee-e3ba3236cae5
11:52:37.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45d55b50-bd84-4fb0-9bee-e3ba3236cae5
11:52:37.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:37.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:37.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:37.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:37.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:37.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:37.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22d9ddf5-dda3-40f5-a9cb-88ed2de1aac3
11:52:37.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:37.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:37.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22d9ddf5-dda3-40f5-a9cb-88ed2de1aac3
11:52:37.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:37.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:37.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:37.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:37.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:37.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:37.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce0012e-b9b6-495e-9368-9c7d1b27ceb3
11:52:37.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:37.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce0012e-b9b6-495e-9368-9c7d1b27ceb3
11:52:37.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:37.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:37.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:37.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523e2610-b979-46e7-a9cf-f5dd61c977a4
11:52:38.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523e2610-b979-46e7-a9cf-f5dd61c977a4
11:52:38.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08cee93b-5814-4497-998c-1983f6f834ec
11:52:38.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08cee93b-5814-4497-998c-1983f6f834ec
11:52:38.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f027122-489e-4a52-a6eb-399c87972852
11:52:38.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f027122-489e-4a52-a6eb-399c87972852
11:52:38.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=473a749f-17a0-40dc-be90-92b672de9f2a
11:52:38.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86862c84-4e71-4721-9827-86f8019109d0
11:52:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=473a749f-17a0-40dc-be90-92b672de9f2a
11:52:38.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86862c84-4e71-4721-9827-86f8019109d0
11:52:38.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42dc156-dbfa-4d1e-9d37-587fcaf7b032
11:52:38.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42dc156-dbfa-4d1e-9d37-587fcaf7b032
11:52:38.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28eb8d1f-0385-42f7-b3da-957fecad443f
11:52:38.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28eb8d1f-0385-42f7-b3da-957fecad443f
11:52:38.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41a87ca-89b3-4ac5-9d7a-db45e6dd2d72
11:52:38.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0806ac4-96e3-442b-98f8-546d29441076
11:52:38.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41a87ca-89b3-4ac5-9d7a-db45e6dd2d72
11:52:38.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:38.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47399f6f-8e51-4e35-93fc-499ab5f8c0f4
11:52:38.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:38.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:38.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0806ac4-96e3-442b-98f8-546d29441076
11:52:39.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db63d34-d0d7-4748-bb4a-a591d79856c3
11:52:39.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f29d0f4-4ae2-49ec-992a-5e0d4f1db6f6
11:52:39.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47399f6f-8e51-4e35-93fc-499ab5f8c0f4
11:52:39.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6e748e6-0b57-45b2-9e2f-403e127b16af
11:52:39.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db63d34-d0d7-4748-bb4a-a591d79856c3
11:52:39.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c01d09-3a16-40ad-888b-6f3e6d67bf36
11:52:39.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae447b2-9e97-483f-bbdc-7962a44b0082
11:52:39.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f29d0f4-4ae2-49ec-992a-5e0d4f1db6f6
11:52:39.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0122c3b5-4eb3-4057-a6ad-73adb8a7bd21
11:52:39.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6e748e6-0b57-45b2-9e2f-403e127b16af
11:52:39.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e17da76-7652-4e22-8303-1a3fcda78d89
11:52:39.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c01d09-3a16-40ad-888b-6f3e6d67bf36
11:52:39.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7f16d5-1823-4c29-b418-5cac4af7bfa5
11:52:39.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae447b2-9e97-483f-bbdc-7962a44b0082
11:52:39.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cfbd32f-83d5-4e2a-b928-7f3dc154c3b8
11:52:39.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0122c3b5-4eb3-4057-a6ad-73adb8a7bd21
11:52:39.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e17da76-7652-4e22-8303-1a3fcda78d89
11:52:39.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f0f118e-49c4-4c8c-8ee2-a32fa1365ed2
11:52:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7f16d5-1823-4c29-b418-5cac4af7bfa5
11:52:39.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cecbcfa3-54ab-4312-90e0-cf562dbc0c71
11:52:39.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:39.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:39.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:39.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:39.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:39.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cfbd32f-83d5-4e2a-b928-7f3dc154c3b8
11:52:39.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:39.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:39.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:40.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e2e872-9d13-430d-ad53-29b2a01d543c
11:52:40.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:40.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:40.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:40.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:40.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:40.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:40.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529556c7-f609-4957-8295-bff3177e02a2
11:52:40.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:40.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f0f118e-49c4-4c8c-8ee2-a32fa1365ed2
11:52:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:40.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:40.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:40.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:40.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea331786-855a-479b-b425-0dfd0a59956b
11:52:40.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:40.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:40.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:40.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:40.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:40.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:40.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:40.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cecbcfa3-54ab-4312-90e0-cf562dbc0c71
11:52:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:40.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:40.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8127b057-2b8a-4dc7-aefb-2c3243d28a6b
11:52:41.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1d6fc31-8169-49d9-8f16-c5451ba5a2a1
11:52:41.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e2e872-9d13-430d-ad53-29b2a01d543c
11:52:41.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffe0e6f-355d-4f2a-9572-75d87f9f31d4
11:52:41.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529556c7-f609-4957-8295-bff3177e02a2
11:52:41.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff40efc9-2141-45ac-9042-9c935de09a2c
11:52:41.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea331786-855a-479b-b425-0dfd0a59956b
11:52:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80a12f27-9a35-4e71-aaa9-152cee61ccb4
11:52:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8127b057-2b8a-4dc7-aefb-2c3243d28a6b
11:52:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3d5288-23f4-4575-9b77-7c8fc3a5adec
11:52:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1d6fc31-8169-49d9-8f16-c5451ba5a2a1
11:52:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1c45fdf-15fc-4575-8105-31879599f601
11:52:41.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffe0e6f-355d-4f2a-9572-75d87f9f31d4
11:52:41.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e32b91-22bc-4977-b03d-f017e2b91d5c
11:52:41.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff40efc9-2141-45ac-9042-9c935de09a2c
11:52:41.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889cdab5-c456-4987-8fae-2a8d51b57571
11:52:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbf6806a-3516-4274-9c3a-0abf06b1d023
11:52:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80a12f27-9a35-4e71-aaa9-152cee61ccb4
11:52:41.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3d5288-23f4-4575-9b77-7c8fc3a5adec
11:52:41.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef6b660-1506-4e7f-923a-9d795660f3d5
11:52:41.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:41.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1c45fdf-15fc-4575-8105-31879599f601
11:52:41.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:41.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:41.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:41.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:41.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:41.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:41.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a66f92e-631e-4614-849d-4cef1cea09d6
11:52:42.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e32b91-22bc-4977-b03d-f017e2b91d5c
11:52:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48249e7c-7185-413a-bb30-df62359726ec
11:52:42.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36ab4b1-917e-4e48-a295-95b26bf81059
11:52:42.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889cdab5-c456-4987-8fae-2a8d51b57571
11:52:42.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49490bd7-ee37-4a18-9047-87b07a80b052
11:52:42.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbf6806a-3516-4274-9c3a-0abf06b1d023
11:52:42.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da12c404-6500-4ede-a5da-51580fc564f4
11:52:42.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef6b660-1506-4e7f-923a-9d795660f3d5
11:52:42.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce59834b-9153-45e8-9058-927ac893157c
11:52:42.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a66f92e-631e-4614-849d-4cef1cea09d6
11:52:42.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5796b707-2421-4c4a-9bb1-a5f81d2b3dcb
11:52:42.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48249e7c-7185-413a-bb30-df62359726ec
11:52:42.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259a35f7-bdd2-4153-9d0c-28e3c3327bd8
11:52:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36ab4b1-917e-4e48-a295-95b26bf81059
11:52:42.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49490bd7-ee37-4a18-9047-87b07a80b052
11:52:42.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34b7ed5f-b860-4737-a1a7-90cc8091bf0d
11:52:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b9023a-abc1-4822-b348-df1c6a561efb
11:52:42.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da12c404-6500-4ede-a5da-51580fc564f4
11:52:42.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:42.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853c8d1f-cf8e-4178-8a99-cd625c186735
11:52:42.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:42.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:42.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:42.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:42.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:42.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:42.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce59834b-9153-45e8-9058-927ac893157c
11:52:43.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e46374e-f0bc-48e3-b697-96f3bf8a219b
11:52:43.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5796b707-2421-4c4a-9bb1-a5f81d2b3dcb
11:52:43.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=124cab21-703f-4d6d-9cd1-ae0d6366b8dc
11:52:43.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259a35f7-bdd2-4153-9d0c-28e3c3327bd8
11:52:43.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=967743bb-ad39-4a73-8e83-75c612e65523
11:52:43.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34b7ed5f-b860-4737-a1a7-90cc8091bf0d
11:52:43.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65cf8660-414a-4c93-9c09-652ec01480b4
11:52:43.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b9023a-abc1-4822-b348-df1c6a561efb
11:52:43.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56da4d2a-de54-4b24-868d-c74152b4d91b
11:52:43.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853c8d1f-cf8e-4178-8a99-cd625c186735
11:52:43.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3762c6dc-0aae-4c52-b9c6-08097bb9856f
11:52:43.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e46374e-f0bc-48e3-b697-96f3bf8a219b
11:52:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c77743-e631-4265-b80b-510cc714475b
11:52:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5c9246-b69e-44ab-bc2e-9b19e926a828
11:52:43.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=124cab21-703f-4d6d-9cd1-ae0d6366b8dc
11:52:43.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=967743bb-ad39-4a73-8e83-75c612e65523
11:52:43.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6462c17e-3314-4117-a659-9ad4964f3b34
11:52:43.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65cf8660-414a-4c93-9c09-652ec01480b4
11:52:43.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25fe50b4-491c-418b-a2e0-7d08393e9ec1
11:52:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:43.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:43.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:43.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:43.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:43.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:43.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:43.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56da4d2a-de54-4b24-868d-c74152b4d91b
11:52:43.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc83bd5-4f27-418e-9ef9-a683de9fea0c
11:52:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3762c6dc-0aae-4c52-b9c6-08097bb9856f
11:52:44.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2009879-1c42-41ab-b86d-e6501a7ca763
11:52:44.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c77743-e631-4265-b80b-510cc714475b
11:52:44.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db4aeca-9ad8-4724-ae5e-1a4053390893
11:52:44.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5c9246-b69e-44ab-bc2e-9b19e926a828
11:52:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0199eae6-4a0c-4c01-92c2-a49962a883d9
11:52:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6462c17e-3314-4117-a659-9ad4964f3b34
11:52:44.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6229c6e4-fe8b-4e82-90a2-379a1338c822
11:52:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25fe50b4-491c-418b-a2e0-7d08393e9ec1
11:52:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc83bd5-4f27-418e-9ef9-a683de9fea0c
11:52:44.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=209fa125-2be0-4c15-9bb5-77442982ef6f
11:52:44.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2009879-1c42-41ab-b86d-e6501a7ca763
11:52:44.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cff6c3-0c9e-492a-98d8-269ffbace4e2
11:52:44.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db4aeca-9ad8-4724-ae5e-1a4053390893
11:52:44.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13bd58a2-8b6a-4882-bf0c-4eb6b6ca0635
11:52:44.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0199eae6-4a0c-4c01-92c2-a49962a883d9
11:52:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f88821f7-9218-43dd-b860-366a480550ff
11:52:44.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769fa1d8-1749-43fc-a834-92707d71e350
11:52:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6229c6e4-fe8b-4e82-90a2-379a1338c822
11:52:44.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:44.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:44.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:44.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=209fa125-2be0-4c15-9bb5-77442982ef6f
11:52:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:44.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:44.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd83f411-b369-4013-b0d9-d4aa394974fa
11:52:44.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cff6c3-0c9e-492a-98d8-269ffbace4e2
11:52:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8337aff4-af12-4d09-90fd-704ccd94e12d
11:52:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13bd58a2-8b6a-4882-bf0c-4eb6b6ca0635
11:52:45.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=659e7ada-516c-47e6-a1b3-5cd32a03010d
11:52:45.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f88821f7-9218-43dd-b860-366a480550ff
11:52:45.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c10e176-b43e-4c60-875d-2cceac30370d
11:52:45.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769fa1d8-1749-43fc-a834-92707d71e350
11:52:45.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef7cb960-9fef-4690-93c4-9a9781fbb464
11:52:45.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e7c901-0c32-4164-b18d-00c8135073f7
11:52:45.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd83f411-b369-4013-b0d9-d4aa394974fa
11:52:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bf16259-e860-41a9-b2e7-5a60cd39d674
11:52:45.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8337aff4-af12-4d09-90fd-704ccd94e12d
11:52:45.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9166173a-9f05-40a7-b25a-aa743614004a
11:52:45.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=659e7ada-516c-47e6-a1b3-5cd32a03010d
11:52:45.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1a2fa4-5392-4f5e-b3af-66ca5f0538f9
11:52:45.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c10e176-b43e-4c60-875d-2cceac30370d
11:52:45.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34944766-f9bd-4bcf-ab30-a2b761c9c2e9
11:52:45.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef7cb960-9fef-4690-93c4-9a9781fbb464
11:52:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:45.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:45.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:45.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:45.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:45.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7b28813-dfc0-4079-b011-7c0ebf294985
11:52:45.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e7c901-0c32-4164-b18d-00c8135073f7
11:52:46.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bf16259-e860-41a9-b2e7-5a60cd39d674
11:52:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0f62ae-750c-4f31-a09e-75a0e8b65893
11:52:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b7b636c-84b8-418e-974a-ee90849cfb18
11:52:46.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9166173a-9f05-40a7-b25a-aa743614004a
11:52:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1a2fa4-5392-4f5e-b3af-66ca5f0538f9
11:52:46.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f061006-e7c3-430a-b315-21a2fe395cc6
11:52:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34944766-f9bd-4bcf-ab30-a2b761c9c2e9
11:52:46.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca19e22b-8fb0-4106-8f36-6f495019e318
11:52:46.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7b28813-dfc0-4079-b011-7c0ebf294985
11:52:46.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e9fabec-6830-45b2-b3b9-92a685907eca
11:52:46.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0f62ae-750c-4f31-a09e-75a0e8b65893
11:52:46.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f576c5af-b819-48de-809c-40a07d52c8fe
11:52:46.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b7b636c-84b8-418e-974a-ee90849cfb18
11:52:46.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5201e7f4-7682-4a1f-9412-cbc1c333def0
11:52:46.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f061006-e7c3-430a-b315-21a2fe395cc6
11:52:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c210d42d-f0dd-4961-8ff4-8ed4ac584dd3
11:52:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958fb2a2-99b4-49d6-9bd9-123f2bc81ba5
11:52:46.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.823 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca19e22b-8fb0-4106-8f36-6f495019e318
11:52:46.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103eb89c-01c5-4c2a-bc85-5e1e4cc1f716
11:52:46.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e9fabec-6830-45b2-b3b9-92a685907eca
11:52:46.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcbf1217-9d6e-4c9f-becc-ef0e684caa09
11:52:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:46.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:46.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:46.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:46.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f576c5af-b819-48de-809c-40a07d52c8fe
11:52:47.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5201e7f4-7682-4a1f-9412-cbc1c333def0
11:52:47.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caffc8eb-c25b-4700-b3e1-13d8108db70c
11:52:47.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c210d42d-f0dd-4961-8ff4-8ed4ac584dd3
11:52:47.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6faca622-fb00-4d6d-80a5-37906551c923
11:52:47.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a144630-ab17-4925-b426-af9af0de5c62
11:52:47.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958fb2a2-99b4-49d6-9bd9-123f2bc81ba5
11:52:47.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eefcf1d-5d3c-4bc6-9b14-1b4ac483d368
11:52:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103eb89c-01c5-4c2a-bc85-5e1e4cc1f716
11:52:47.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2203860-34ed-46ea-96aa-e3eaac9d326c
11:52:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcbf1217-9d6e-4c9f-becc-ef0e684caa09
11:52:47.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70cbe7dc-10c4-41e9-86a0-421b2cfb4a41
11:52:47.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caffc8eb-c25b-4700-b3e1-13d8108db70c
11:52:47.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6faca622-fb00-4d6d-80a5-37906551c923
11:52:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c2af84-a049-4f3a-b23b-005715044b97
11:52:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.723 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a144630-ab17-4925-b426-af9af0de5c62
11:52:47.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=654aa734-93cf-4210-b07b-bfa531a89b0c
11:52:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eefcf1d-5d3c-4bc6-9b14-1b4ac483d368
11:52:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51bd729-5f11-4438-bb27-a0c5822089a1
11:52:47.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2203860-34ed-46ea-96aa-e3eaac9d326c
11:52:47.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95e7cd46-c9ea-4854-9c8f-32d9ffffda41
11:52:47.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:47.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70cbe7dc-10c4-41e9-86a0-421b2cfb4a41
11:52:47.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:47.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:47.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:47.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:47.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8b10487-9eea-47ea-a9b1-5c8a06a733ad
11:52:48.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c2af84-a049-4f3a-b23b-005715044b97
11:52:48.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd51687-4416-474d-84bb-9dd82c18a9d7
11:52:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=654aa734-93cf-4210-b07b-bfa531a89b0c
11:52:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0be7abf8-ee19-4d51-b5cd-081adfe135dd
11:52:48.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51bd729-5f11-4438-bb27-a0c5822089a1
11:52:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c2792d-16a3-4e3a-9e4e-272c438f288a
11:52:48.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95e7cd46-c9ea-4854-9c8f-32d9ffffda41
11:52:48.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8785240-d287-4f2c-8284-34e64aa56a82
11:52:48.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8b10487-9eea-47ea-a9b1-5c8a06a733ad
11:52:48.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9da6f96d-dff4-4151-81f3-7603b053dd8a
11:52:48.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd51687-4416-474d-84bb-9dd82c18a9d7
11:52:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a078a5ba-c76f-42c2-8b0c-56c9205cce6d
11:52:48.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0be7abf8-ee19-4d51-b5cd-081adfe135dd
11:52:48.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d3c923-180a-43cd-9589-1017e270d699
11:52:48.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c2792d-16a3-4e3a-9e4e-272c438f288a
11:52:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=906c8ac8-0145-4717-8a01-fd746fb2506e
11:52:48.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8785240-d287-4f2c-8284-34e64aa56a82
11:52:48.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:48.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:48.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9da6f96d-dff4-4151-81f3-7603b053dd8a
11:52:48.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:48.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:48.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=402fbb40-adc4-43f8-b6df-17d067626ab6
11:52:48.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:48.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:48.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a078a5ba-c76f-42c2-8b0c-56c9205cce6d
11:52:49.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fceac053-4277-44fa-b192-796c8b1fe187
11:52:49.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d3c923-180a-43cd-9589-1017e270d699
11:52:49.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=251fb570-6ecb-4103-b75c-0543b4633fb8
11:52:49.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=906c8ac8-0145-4717-8a01-fd746fb2506e
11:52:49.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=402fbb40-adc4-43f8-b6df-17d067626ab6
11:52:49.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c09f11b-4361-48e1-95e9-34734449ec33
11:52:49.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fceac053-4277-44fa-b192-796c8b1fe187
11:52:49.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e803073-7055-4d2d-844e-7dd6cc344fd1
11:52:49.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=251fb570-6ecb-4103-b75c-0543b4633fb8
11:52:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b70863-16d6-40e9-bd9c-039bdf1303a1
11:52:49.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c01a9e-1b02-4c13-a1f5-8d46105c5e98
11:52:49.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c09f11b-4361-48e1-95e9-34734449ec33
11:52:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea235309-fe1e-4028-97b7-05a1f670fb2c
11:52:49.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e803073-7055-4d2d-844e-7dd6cc344fd1
11:52:49.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fce9422-856b-40ca-b553-ee92d8e35e09
11:52:49.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b70863-16d6-40e9-bd9c-039bdf1303a1
11:52:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78e7a0a1-013c-4bf4-8a34-5cccc6c9bbb1
11:52:49.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c01a9e-1b02-4c13-a1f5-8d46105c5e98
11:52:49.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf25027b-c177-4e55-b10e-a73621803e41
11:52:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:49.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:49.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:49.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:49.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:49.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea235309-fe1e-4028-97b7-05a1f670fb2c
11:52:49.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=638ff0bc-d450-4391-9ce8-40a7d4e6dc59
11:52:50.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fce9422-856b-40ca-b553-ee92d8e35e09
11:52:50.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b46161e6-a59b-492d-a44b-61bc407af8a9
11:52:50.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78e7a0a1-013c-4bf4-8a34-5cccc6c9bbb1
11:52:50.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e18a4f7-cab9-4bef-a06a-de310ecd9da1
11:52:50.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf25027b-c177-4e55-b10e-a73621803e41
11:52:50.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ce51cb-5cd1-42b4-bec4-1fe5c38411ee
11:52:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=638ff0bc-d450-4391-9ce8-40a7d4e6dc59
11:52:50.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=420c3ed8-fc2e-4b0d-93ef-3a731da4b9b9
11:52:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b46161e6-a59b-492d-a44b-61bc407af8a9
11:52:50.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=840309cd-fe38-4e53-8855-77fd4f050b2d
11:52:50.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e18a4f7-cab9-4bef-a06a-de310ecd9da1
11:52:50.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d905a8c6-19c0-44ec-902c-f36784315e70
11:52:50.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ce51cb-5cd1-42b4-bec4-1fe5c38411ee
11:52:50.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba87532-31d8-4392-886f-ad11df853f84
11:52:50.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=420c3ed8-fc2e-4b0d-93ef-3a731da4b9b9
11:52:50.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=840309cd-fe38-4e53-8855-77fd4f050b2d
11:52:50.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=816f9090-330b-44a4-8cf3-301678c4a062
11:52:50.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d905a8c6-19c0-44ec-902c-f36784315e70
11:52:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b46ae2e-70ea-4545-9ad4-34395353b9df
11:52:50.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba87532-31d8-4392-886f-ad11df853f84
11:52:50.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d3544f-0c2a-4814-9055-05c2e815eeb9
11:52:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:50.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=816f9090-330b-44a4-8cf3-301678c4a062
11:52:50.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:50.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:50.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:50.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:50.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:50.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:50.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b46ae2e-70ea-4545-9ad4-34395353b9df
11:52:51.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075e1461-ef8f-4c37-9cd2-fa6ae094199a
11:52:51.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d3544f-0c2a-4814-9055-05c2e815eeb9
11:52:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a717cb-43e7-4a8d-9153-16b5e4da6b31
11:52:51.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96e7009e-8315-490a-963a-d3fd574fca9d
11:52:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075e1461-ef8f-4c37-9cd2-fa6ae094199a
11:52:51.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff8aff7-0a3f-414c-8964-63f80f1031a0
11:52:51.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a717cb-43e7-4a8d-9153-16b5e4da6b31
11:52:51.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96e7009e-8315-490a-963a-d3fd574fca9d
11:52:51.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2884a3d-241d-4e9b-a0e6-6d4b09c2c1cb
11:52:51.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff8aff7-0a3f-414c-8964-63f80f1031a0
11:52:51.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ccb8a3-f8f3-48cd-a411-825afdbbe59f
11:52:51.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff7c588-3a66-4a05-904d-c68e070ab997
11:52:51.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2884a3d-241d-4e9b-a0e6-6d4b09c2c1cb
11:52:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa962a58-8530-476a-a0ea-72e829e49f3e
11:52:51.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ccb8a3-f8f3-48cd-a411-825afdbbe59f
11:52:51.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcceac63-2495-46a7-a137-6f2b94312bf3
11:52:51.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff7c588-3a66-4a05-904d-c68e070ab997
11:52:51.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa7cb982-dd2b-4bd7-a2f4-c786d8760a17
11:52:51.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa962a58-8530-476a-a0ea-72e829e49f3e
11:52:51.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c72255-0ad9-4b7a-abac-7662d09a124e
11:52:51.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:51.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:51.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcceac63-2495-46a7-a137-6f2b94312bf3
11:52:51.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:51.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:51.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53261e8b-7ac4-48d2-9abf-cdc05c12139a
11:52:51.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa7cb982-dd2b-4bd7-a2f4-c786d8760a17
11:52:52.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc1d5ae8-7d41-4097-ab4b-c1f88b0b3597
11:52:52.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c72255-0ad9-4b7a-abac-7662d09a124e
11:52:52.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d7a351-8ca6-4509-a83f-91ba2d809f33
11:52:52.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53261e8b-7ac4-48d2-9abf-cdc05c12139a
11:52:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40e937a-6e22-4d8e-8f80-6ce4d45caeb6
11:52:52.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc1d5ae8-7d41-4097-ab4b-c1f88b0b3597
11:52:52.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1241c5e0-b3fc-43a4-a782-6a37292d350e
11:52:52.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d7a351-8ca6-4509-a83f-91ba2d809f33
11:52:52.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5d3e16-a12d-49ee-b175-d39439fccb41
11:52:52.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40e937a-6e22-4d8e-8f80-6ce4d45caeb6
11:52:52.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63972cec-de52-4209-b8c9-c1c2f69c291c
11:52:52.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1241c5e0-b3fc-43a4-a782-6a37292d350e
11:52:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e8214f8-d2d0-4cbb-bea4-91adc2047b9f
11:52:52.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5d3e16-a12d-49ee-b175-d39439fccb41
11:52:52.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40deddea-2b0e-4d54-9671-80db01bb8682
11:52:52.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63972cec-de52-4209-b8c9-c1c2f69c291c
11:52:52.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07ad69b3-0431-47f9-929e-2c274e611173
11:52:52.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e8214f8-d2d0-4cbb-bea4-91adc2047b9f
11:52:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=975ee2fa-1558-47a7-861d-a9520420ecd6
11:52:52.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:52.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:52.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:52.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40deddea-2b0e-4d54-9671-80db01bb8682
11:52:52.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:52.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:52.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56baec5b-41ff-41ab-af06-3a94d2b92f8d
11:52:52.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07ad69b3-0431-47f9-929e-2c274e611173
11:52:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2552f1-7cab-424f-a397-d6ae2ef97eb0
11:52:53.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=975ee2fa-1558-47a7-861d-a9520420ecd6
11:52:53.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56baec5b-41ff-41ab-af06-3a94d2b92f8d
11:52:53.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989c62b7-2e8b-4a99-b8d0-ce8ee729d598
11:52:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50a2dc1-314b-4006-a752-2486a2d7060b
11:52:53.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2552f1-7cab-424f-a397-d6ae2ef97eb0
11:52:53.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989c62b7-2e8b-4a99-b8d0-ce8ee729d598
11:52:53.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce6d94c-8db9-4201-a876-80deaa247f90
11:52:53.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50a2dc1-314b-4006-a752-2486a2d7060b
11:52:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=635dc647-bc15-45ae-b113-de931890797c
11:52:53.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce6d94c-8db9-4201-a876-80deaa247f90
11:52:53.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5fb277d-6474-4dee-9fa4-2b40fb7b9f79
11:52:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=635dc647-bc15-45ae-b113-de931890797c
11:52:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7c4e0a-fabf-42a3-8004-482c7a0ede1e
11:52:53.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5fb277d-6474-4dee-9fa4-2b40fb7b9f79
11:52:53.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57dec298-ebc8-4d2c-a154-0dd716bbe9b4
11:52:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7c4e0a-fabf-42a3-8004-482c7a0ede1e
11:52:53.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57dec298-ebc8-4d2c-a154-0dd716bbe9b4
11:52:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92bf9058-b31b-4a45-812b-9e4c070febf4
11:52:53.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92bf9058-b31b-4a45-812b-9e4c070febf4
11:52:53.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:53.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:53.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:53.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:53.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:53.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67984818-b1cc-41e3-98cf-cdf5927b2d7a
11:52:53.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c6a0c8-d922-47e4-985b-dbc80264a808
11:52:54.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67984818-b1cc-41e3-98cf-cdf5927b2d7a
11:52:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94f71ac8-f3a5-4214-b761-aed05a4a31ca
11:52:54.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c6a0c8-d922-47e4-985b-dbc80264a808
11:52:54.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb9952d-cc68-47ef-a59d-1f1d2edd1383
11:52:54.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6f6c096-bac1-4a34-a8df-91537dcd13d9
11:52:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94f71ac8-f3a5-4214-b761-aed05a4a31ca
11:52:54.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb9952d-cc68-47ef-a59d-1f1d2edd1383
11:52:54.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a02e677c-2523-43d6-95f6-7ddf20dd7fd7
11:52:54.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6f6c096-bac1-4a34-a8df-91537dcd13d9
11:52:54.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a02e677c-2523-43d6-95f6-7ddf20dd7fd7
11:52:54.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98ccc5db-7bf0-4857-a0f1-101dedf23179
11:52:54.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98ccc5db-7bf0-4857-a0f1-101dedf23179
11:52:54.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850791dd-514f-40f1-b04f-15a638c4fa83
11:52:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850791dd-514f-40f1-b04f-15a638c4fa83
11:52:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c964d9-9fef-424b-a02d-21c01b247402
11:52:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c964d9-9fef-424b-a02d-21c01b247402
11:52:54.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91a2045-6257-4774-92dc-bf29766489ef
11:52:54.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91a2045-6257-4774-92dc-bf29766489ef
11:52:54.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f36055a-1f8d-4cfe-b739-34bc1bffa0de
11:52:54.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:54.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:54.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56525380-2d2c-4f58-8c49-6fe8263e1fad
11:52:54.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:54.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:54.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:54.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:54.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f36055a-1f8d-4cfe-b739-34bc1bffa0de
11:52:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e60ab81-428c-4670-99b9-664768eba151
11:52:55.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56525380-2d2c-4f58-8c49-6fe8263e1fad
11:52:55.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e60ab81-428c-4670-99b9-664768eba151
11:52:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9639c7d-0991-4399-9906-78db08e3a1c0
11:52:55.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9639c7d-0991-4399-9906-78db08e3a1c0
11:52:55.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66566efc-9c9d-4736-9ada-c5a779703992
11:52:55.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66566efc-9c9d-4736-9ada-c5a779703992
11:52:55.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2af0ee4b-f42c-4197-b588-43741c038902
11:52:55.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2af0ee4b-f42c-4197-b588-43741c038902
11:52:55.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3a755e-828b-4277-8c5d-3fecd2fa2d70
11:52:55.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3a755e-828b-4277-8c5d-3fecd2fa2d70
11:52:55.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cae23f2-b881-4116-a045-513ba0dd33fe
11:52:55.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cae23f2-b881-4116-a045-513ba0dd33fe
11:52:55.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe132c76-949a-47ec-b9a9-6c69ff8b68f7
11:52:55.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe132c76-949a-47ec-b9a9-6c69ff8b68f7
11:52:55.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a63388-c92a-42c6-951d-96cb0b609907
11:52:55.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a63388-c92a-42c6-951d-96cb0b609907
11:52:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffce2ae4-b5d7-4bc5-bcd1-723e7d4aebd2
11:52:55.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffce2ae4-b5d7-4bc5-bcd1-723e7d4aebd2
11:52:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:55.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:55.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:55.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:55.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:55.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d849e6cd-b24a-4f51-b448-56f1ce7e3cb7
11:52:55.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d849e6cd-b24a-4f51-b448-56f1ce7e3cb7
11:52:56.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd993aed-5036-412e-806a-76fa443ca634
11:52:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd993aed-5036-412e-806a-76fa443ca634
11:52:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdc4780-f3bf-4ab3-b775-052b84018d17
11:52:56.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdc4780-f3bf-4ab3-b775-052b84018d17
11:52:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7cb0cf8-a266-4b35-a621-793a61a72bc4
11:52:56.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7cb0cf8-a266-4b35-a621-793a61a72bc4
11:52:56.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c60c1a8-84e1-40a9-98b9-26192d99eb19
11:52:56.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c60c1a8-84e1-40a9-98b9-26192d99eb19
11:52:56.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3909b4c-ef72-4f08-a5bf-b59423153d45
11:52:56.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3909b4c-ef72-4f08-a5bf-b59423153d45
11:52:56.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf36e1d-f437-47b0-b39e-2360599d6df6
11:52:56.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf36e1d-f437-47b0-b39e-2360599d6df6
11:52:56.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c7bd15-b711-4bf1-bfcf-e3cff156a223
11:52:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c7bd15-b711-4bf1-bfcf-e3cff156a223
11:52:56.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c208a362-5665-481e-a82b-1782d5f7da0c
11:52:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c208a362-5665-481e-a82b-1782d5f7da0c
11:52:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bed5126-7aac-4efa-bde6-8c0b6da14413
11:52:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bed5126-7aac-4efa-bde6-8c0b6da14413
11:52:56.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8944f704-2d6e-42ef-8b12-012dd72fe8a7
11:52:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8944f704-2d6e-42ef-8b12-012dd72fe8a7
11:52:56.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:56.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc384afa-c2ad-403a-9e04-2842313b175f
11:52:56.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:56.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:56.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:56.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:56.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:56.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:56.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc384afa-c2ad-403a-9e04-2842313b175f
11:52:57.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=634aabb3-f834-44f8-9842-f8e34bc4db40
11:52:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=634aabb3-f834-44f8-9842-f8e34bc4db40
11:52:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7b2aed-6e3f-4bea-90d1-4746fbf7fbfe
11:52:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7b2aed-6e3f-4bea-90d1-4746fbf7fbfe
11:52:57.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54dbc7ac-6be0-4a6c-98be-4e8ab1cb4052
11:52:57.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54dbc7ac-6be0-4a6c-98be-4e8ab1cb4052
11:52:57.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7a886bd-7154-4a41-ad67-4c895660cd94
11:52:57.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7a886bd-7154-4a41-ad67-4c895660cd94
11:52:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c191cfa0-f055-4afa-993f-41032d503298
11:52:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc81090d-c17d-4593-81e2-ae1f5c164161
11:52:57.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c191cfa0-f055-4afa-993f-41032d503298
11:52:57.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1013792b-63c8-4eba-ad3e-9f9bde47c8ce
11:52:57.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc81090d-c17d-4593-81e2-ae1f5c164161
11:52:57.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2d9a9c-2d28-44ce-95ae-b7a63b44d757
11:52:57.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1013792b-63c8-4eba-ad3e-9f9bde47c8ce
11:52:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b3a5316-f81e-4b75-aca6-f3b9b54e39d3
11:52:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b4520e-4d5a-4276-b158-ac41bea63a46
11:52:57.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2d9a9c-2d28-44ce-95ae-b7a63b44d757
11:52:57.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b3a5316-f81e-4b75-aca6-f3b9b54e39d3
11:52:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:57.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd07f3f-06cb-4c60-a9ec-c6e34639d5ed
11:52:57.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:57.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:57.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fcb528-28e6-4788-8364-80aeb21c7ca6
11:52:58.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b4520e-4d5a-4276-b158-ac41bea63a46
11:52:58.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7518d0-3476-4a1f-97b8-54bb5981b3e7
11:52:58.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd07f3f-06cb-4c60-a9ec-c6e34639d5ed
11:52:58.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b39e1a0-be4e-44ef-8ad2-69409363a209
11:52:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fcb528-28e6-4788-8364-80aeb21c7ca6
11:52:58.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b18a333c-1172-4b6c-a72f-20460fac1b51
11:52:58.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7518d0-3476-4a1f-97b8-54bb5981b3e7
11:52:58.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b39e1a0-be4e-44ef-8ad2-69409363a209
11:52:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b743b2bc-1035-4946-bf8e-3f068193cb4e
11:52:58.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b18a333c-1172-4b6c-a72f-20460fac1b51
11:52:58.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5feee79c-165a-4a99-9de9-03199e56e9d8
11:52:58.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b743b2bc-1035-4946-bf8e-3f068193cb4e
11:52:58.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d80d0604-37a9-4bea-a6fc-692b8e327516
11:52:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fb0eecd-5257-462c-a581-de2e2cf7875a
11:52:58.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5feee79c-165a-4a99-9de9-03199e56e9d8
11:52:58.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86bcff8c-1a03-4907-b6a4-29160beee70d
11:52:58.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d80d0604-37a9-4bea-a6fc-692b8e327516
11:52:58.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7acabab-4a58-4c02-89c2-3c87e1a7e0d3
11:52:58.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbfabdde-87e3-480e-81d6-1bc871a181db
11:52:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fb0eecd-5257-462c-a581-de2e2cf7875a
11:52:58.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:58.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:58.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:58.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:58.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:58.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86bcff8c-1a03-4907-b6a4-29160beee70d
11:52:58.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ef9fa6-79b5-434c-b46a-5ee3c3c8a368
11:52:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7acabab-4a58-4c02-89c2-3c87e1a7e0d3
11:52:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=753652fc-9d6c-4ddd-a347-a0ec8be2c4e4
11:52:59.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbfabdde-87e3-480e-81d6-1bc871a181db
11:52:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d074a373-de53-4e5a-ac7c-f58cfe79c4b3
11:52:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ef9fa6-79b5-434c-b46a-5ee3c3c8a368
11:52:59.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35bfa0f5-c405-4675-aabd-0bc49fbf1a3f
11:52:59.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=753652fc-9d6c-4ddd-a347-a0ec8be2c4e4
11:52:59.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d074a373-de53-4e5a-ac7c-f58cfe79c4b3
11:52:59.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38e3be5-7aef-47ef-83be-54e7da957fd8
11:52:59.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35bfa0f5-c405-4675-aabd-0bc49fbf1a3f
11:52:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f986cbd9-0118-4f14-8a3a-cd60a55f566b
11:52:59.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fa5a0d6-4bf5-4e75-b56f-60345ac50414
11:52:59.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38e3be5-7aef-47ef-83be-54e7da957fd8
11:52:59.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8821af-7297-4be4-b1ac-372f82c008e5
11:52:59.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f986cbd9-0118-4f14-8a3a-cd60a55f566b
11:52:59.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57cdc8db-96a0-468b-90f9-6b77a7db5018
11:52:59.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fa5a0d6-4bf5-4e75-b56f-60345ac50414
11:52:59.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028c1c8c-e6ad-4e30-babe-e87d28a992eb
11:52:59.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8821af-7297-4be4-b1ac-372f82c008e5
11:52:59.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2c99bf7-7043-4079-9197-5cc1431703a7
11:52:59.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:52:59.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:52:59.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:52:59.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:52:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:52:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:52:59.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:52:59.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57cdc8db-96a0-468b-90f9-6b77a7db5018
11:52:59.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9568fdf2-8e53-4df4-8584-0a26c9d34978
11:53:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028c1c8c-e6ad-4e30-babe-e87d28a992eb
11:53:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d201e40-8a42-4541-9f9f-5b2cce4cfd4b
11:53:00.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2c99bf7-7043-4079-9197-5cc1431703a7
11:53:00.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818d0a2d-3354-4b82-b260-b5cb0e124509
11:53:00.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08afdb27-c454-46f0-a218-40c3a5d81fb1
11:53:00.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9568fdf2-8e53-4df4-8584-0a26c9d34978
11:53:00.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b94a0300-4361-4a02-94e5-e14ad84fcd30
11:53:00.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d201e40-8a42-4541-9f9f-5b2cce4cfd4b
11:53:00.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f210564-4de8-4fb2-abb6-6bbf9632a83a
11:53:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818d0a2d-3354-4b82-b260-b5cb0e124509
11:53:00.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1edf5ff-c199-465d-898b-a33c1ead7688
11:53:00.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08afdb27-c454-46f0-a218-40c3a5d81fb1
11:53:00.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21974f6e-5033-49ea-813c-c7937f36785f
11:53:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b94a0300-4361-4a02-94e5-e14ad84fcd30
11:53:00.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a19c071b-80ec-4fb8-9149-21ba6ebc9195
11:53:00.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f210564-4de8-4fb2-abb6-6bbf9632a83a
11:53:00.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59cfa9d6-ba1f-40d4-9796-efeb713e1649
11:53:00.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc539e9-9b0f-4ac1-bfdc-7841d44ac4d1
11:53:00.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1edf5ff-c199-465d-898b-a33c1ead7688
11:53:00.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b18e2b1-c6d0-4a00-ab87-7bc9f064d285
11:53:00.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21974f6e-5033-49ea-813c-c7937f36785f
11:53:00.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a19c071b-80ec-4fb8-9149-21ba6ebc9195
11:53:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:00.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:00.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:00.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:00.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:00.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:00.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbf4c1f5-7158-4f42-8456-f88e41277c31
11:53:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59cfa9d6-ba1f-40d4-9796-efeb713e1649
11:53:01.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=458ebe3a-4b40-4105-b2bf-9cd02868e245
11:53:01.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc539e9-9b0f-4ac1-bfdc-7841d44ac4d1
11:53:01.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21e9a1d-c475-4664-bea8-28f5150f0dfe
11:53:01.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b18e2b1-c6d0-4a00-ab87-7bc9f064d285
11:53:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e53f764-cfe8-4621-97b1-bcf4c6d3e140
11:53:01.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbf4c1f5-7158-4f42-8456-f88e41277c31
11:53:01.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=458ebe3a-4b40-4105-b2bf-9cd02868e245
11:53:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97e81510-11e4-4239-bef3-83358357a9f4
11:53:01.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21e9a1d-c475-4664-bea8-28f5150f0dfe
11:53:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9f3e572-beb2-4dca-b91a-3ac0abf51b14
11:53:01.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=924a5a50-6055-4983-a37e-3e186adbd051
11:53:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e53f764-cfe8-4621-97b1-bcf4c6d3e140
11:53:01.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55492835-0e03-43fa-96bc-3b0c1ec7e496
11:53:01.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97e81510-11e4-4239-bef3-83358357a9f4
11:53:01.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb81623-2d4e-48b0-a588-f65a1cfc8c78
11:53:01.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9f3e572-beb2-4dca-b91a-3ac0abf51b14
11:53:01.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d6c0638-e5d6-47c8-9d61-dd842425af83
11:53:01.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=924a5a50-6055-4983-a37e-3e186adbd051
11:53:01.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:01.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:01.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:01.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:01.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:01.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:01.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:01.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52890ac0-e8b7-478f-87ac-7bc9926cb5cc
11:53:01.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55492835-0e03-43fa-96bc-3b0c1ec7e496
11:53:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa144c06-0505-4306-8d88-71b8b94da42a
11:53:02.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb81623-2d4e-48b0-a588-f65a1cfc8c78
11:53:02.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53caa580-3c45-4dc1-af78-f941ee14877a
11:53:02.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d6c0638-e5d6-47c8-9d61-dd842425af83
11:53:02.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf89ba39-7639-4a06-826b-ff52c07b6ffc
11:53:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52890ac0-e8b7-478f-87ac-7bc9926cb5cc
11:53:02.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35730a76-1ae6-4bb4-9379-81a5d0064dd7
11:53:02.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa144c06-0505-4306-8d88-71b8b94da42a
11:53:02.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8586a79a-000e-4aad-9d46-e91d01bdc234
11:53:02.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53caa580-3c45-4dc1-af78-f941ee14877a
11:53:02.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d2fa400-1504-4d37-b020-8f6f6f0c57cf
11:53:02.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf89ba39-7639-4a06-826b-ff52c07b6ffc
11:53:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be745e66-819f-4f75-a3b7-60aabb4f9954
11:53:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35730a76-1ae6-4bb4-9379-81a5d0064dd7
11:53:02.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1cde8ad-1734-4c0d-b66e-d29268f29586
11:53:02.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8586a79a-000e-4aad-9d46-e91d01bdc234
11:53:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8582f70c-b8a7-4303-acb5-34e32f021f43
11:53:02.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d2fa400-1504-4d37-b020-8f6f6f0c57cf
11:53:02.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=962f9cb9-5617-4e73-b74c-0ea5474375a4
11:53:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:02.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:02.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:02.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:02.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:02.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:02.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be745e66-819f-4f75-a3b7-60aabb4f9954
11:53:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edb17c1-6c02-45b5-a89f-37ee2ca169b9
11:53:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1cde8ad-1734-4c0d-b66e-d29268f29586
11:53:03.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee174ad6-0d51-4ba0-b65d-c5c45690c11e
11:53:03.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8582f70c-b8a7-4303-acb5-34e32f021f43
11:53:03.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=962f9cb9-5617-4e73-b74c-0ea5474375a4
11:53:03.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c9a8505-ed98-4455-b034-2f7bd53328be
11:53:03.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edb17c1-6c02-45b5-a89f-37ee2ca169b9
11:53:03.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a65c9f14-9ad9-4376-8f63-904edb134e34
11:53:03.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b3e991-3ec0-4feb-9c47-7d7fc02a0059
11:53:03.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee174ad6-0d51-4ba0-b65d-c5c45690c11e
11:53:03.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f08031-2f64-4e36-b749-cdf09d2ec7e6
11:53:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c9a8505-ed98-4455-b034-2f7bd53328be
11:53:03.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a5fd750-552a-406f-a87a-c9389144f4b6
11:53:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a65c9f14-9ad9-4376-8f63-904edb134e34
11:53:03.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ba2ce0-443b-4b10-8826-33cfd0a89816
11:53:03.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b3e991-3ec0-4feb-9c47-7d7fc02a0059
11:53:03.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f198bbcf-a43e-4e66-b36f-c2a7f79d8723
11:53:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f08031-2f64-4e36-b749-cdf09d2ec7e6
11:53:03.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a5fd750-552a-406f-a87a-c9389144f4b6
11:53:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b780cdda-45e9-4910-8c93-7e2e0bedaa67
11:53:03.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ba2ce0-443b-4b10-8826-33cfd0a89816
11:53:03.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fffc70b-202c-4e81-a426-97665991e137
11:53:03.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:03.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f198bbcf-a43e-4e66-b36f-c2a7f79d8723
11:53:03.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:03.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:03.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:03.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:03.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:03.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:03.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fea8410-6e89-4125-b7c4-992d2395b1d6
11:53:04.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b780cdda-45e9-4910-8c93-7e2e0bedaa67
11:53:04.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da2a76af-1fc0-4b32-b3ee-b8366372bda5
11:53:04.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fffc70b-202c-4e81-a426-97665991e137
11:53:04.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5734faaa-5b69-4fed-a8a7-55e02c516093
11:53:04.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fea8410-6e89-4125-b7c4-992d2395b1d6
11:53:04.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a78b6d-72e5-45a2-973d-e8181edebe88
11:53:04.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=747e797c-453b-49c1-bffe-2df290ec0211
11:53:04.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da2a76af-1fc0-4b32-b3ee-b8366372bda5
11:53:04.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381c1e87-41a1-42e7-a0e2-37035fdf2990
11:53:04.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5734faaa-5b69-4fed-a8a7-55e02c516093
11:53:04.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=771441c7-c47e-4238-804d-5168e304523b
11:53:04.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a78b6d-72e5-45a2-973d-e8181edebe88
11:53:04.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90071f1f-13e4-4d52-a424-534ec1d2515b
11:53:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=747e797c-453b-49c1-bffe-2df290ec0211
11:53:04.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2c6d9d-5a0b-4272-b313-da1201b7c375
11:53:04.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381c1e87-41a1-42e7-a0e2-37035fdf2990
11:53:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82eaa62b-efce-4318-9969-9b634e5691f2
11:53:04.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=771441c7-c47e-4238-804d-5168e304523b
11:53:04.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa89935-1f27-4dc8-9665-85c452d191b1
11:53:04.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90071f1f-13e4-4d52-a424-534ec1d2515b
11:53:04.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d361b52-edcc-4ecf-a438-a7e3d1235384
11:53:04.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:04.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:04.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a97cab9-0231-4592-b088-a9464988744b
11:53:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:04.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:04.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:04.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:04.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2c6d9d-5a0b-4272-b313-da1201b7c375
11:53:04.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418fcae2-a25a-4684-90c7-ddbafe9d8aaa
11:53:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82eaa62b-efce-4318-9969-9b634e5691f2
11:53:05.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d251ea6c-dd46-45ee-80b3-684167be22ad
11:53:05.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa89935-1f27-4dc8-9665-85c452d191b1
11:53:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb7047da-2e6c-44a8-bab2-735d6a2b0252
11:53:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d361b52-edcc-4ecf-a438-a7e3d1235384
11:53:05.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e7b8b27-120b-4b31-8621-bfa0567d8c44
11:53:05.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a97cab9-0231-4592-b088-a9464988744b
11:53:05.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd338f2-cc59-4025-8468-b372ff550e3d
11:53:05.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418fcae2-a25a-4684-90c7-ddbafe9d8aaa
11:53:05.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35b838f-2843-4f43-b592-93b66e0af039
11:53:05.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d251ea6c-dd46-45ee-80b3-684167be22ad
11:53:05.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb7047da-2e6c-44a8-bab2-735d6a2b0252
11:53:05.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22717e05-63e1-435c-9be5-7a45672a845e
11:53:05.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e7b8b27-120b-4b31-8621-bfa0567d8c44
11:53:05.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c16433ff-1436-4ec8-88da-fa36ab4bce2f
11:53:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd338f2-cc59-4025-8468-b372ff550e3d
11:53:05.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35b838f-2843-4f43-b592-93b66e0af039
11:53:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb145cc0-d15c-4823-91e2-927fbf1f83fc
11:53:05.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22717e05-63e1-435c-9be5-7a45672a845e
11:53:05.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc55fd9b-4b82-41fd-939f-55284398dcfa
11:53:05.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c16433ff-1436-4ec8-88da-fa36ab4bce2f
11:53:05.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7040df7d-dec6-4675-b363-a7857f6ec91c
11:53:05.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:05.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb145cc0-d15c-4823-91e2-927fbf1f83fc
11:53:05.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:05.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:05.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:05.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:05.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:05.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:05.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c06f3c1-ea21-4e91-a0ef-4a171cbfe6fc
11:53:06.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc55fd9b-4b82-41fd-939f-55284398dcfa
11:53:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=920d1ef2-3d16-4ade-b5e1-6205c48801a3
11:53:06.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7040df7d-dec6-4675-b363-a7857f6ec91c
11:53:06.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c06f3c1-ea21-4e91-a0ef-4a171cbfe6fc
11:53:06.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeff2cd7-a65b-4318-970e-fbc2452e1767
11:53:06.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f82d95-8607-4bc7-90fe-05e66753d3b9
11:53:06.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=920d1ef2-3d16-4ade-b5e1-6205c48801a3
11:53:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b0a8c5-472d-465c-a6ff-86dd5e8d3eba
11:53:06.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeff2cd7-a65b-4318-970e-fbc2452e1767
11:53:06.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c554f07f-a686-47cf-a06b-a903766ea0aa
11:53:06.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f82d95-8607-4bc7-90fe-05e66753d3b9
11:53:06.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c25540-d860-4039-af14-0d101f4ec350
11:53:06.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b0a8c5-472d-465c-a6ff-86dd5e8d3eba
11:53:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3a1010-4ca5-4875-9519-ed71dccd27d3
11:53:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c554f07f-a686-47cf-a06b-a903766ea0aa
11:53:06.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e86e9e2-3845-47d2-b75c-6d620583cc5b
11:53:06.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c25540-d860-4039-af14-0d101f4ec350
11:53:06.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48633934-4079-4334-98c8-2b6ddc446861
11:53:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3a1010-4ca5-4875-9519-ed71dccd27d3
11:53:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f83e0b-3f9a-43b5-b18b-523ae3926748
11:53:06.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e86e9e2-3845-47d2-b75c-6d620583cc5b
11:53:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:06.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f5e61f2-aee4-464e-98da-d00b1205cd5c
11:53:06.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:06.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:06.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:06.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:06.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48633934-4079-4334-98c8-2b6ddc446861
11:53:07.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0affd77-34ef-46e8-9506-a4be9ba26482
11:53:07.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f83e0b-3f9a-43b5-b18b-523ae3926748
11:53:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9c3e9-e3e2-4f8c-bd58-ed8764ffd8ee
11:53:07.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f5e61f2-aee4-464e-98da-d00b1205cd5c
11:53:07.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81486e0c-1c34-411d-ab5f-a2b02c41dbd9
11:53:07.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0affd77-34ef-46e8-9506-a4be9ba26482
11:53:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e030d4d-555d-48ce-b267-ee8e3f90315e
11:53:07.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702bd07f-319b-42bc-870e-409f42d6917d
11:53:07.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9c3e9-e3e2-4f8c-bd58-ed8764ffd8ee
11:53:07.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81486e0c-1c34-411d-ab5f-a2b02c41dbd9
11:53:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20d3e35c-9f19-4607-95f3-385f3ce6c7c7
11:53:07.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87418338-bee0-446f-ad6e-fe638038b1fd
11:53:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e030d4d-555d-48ce-b267-ee8e3f90315e
11:53:07.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702bd07f-319b-42bc-870e-409f42d6917d
11:53:07.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a5c940-05bd-4b67-a3bb-da8a489a7cba
11:53:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20d3e35c-9f19-4607-95f3-385f3ce6c7c7
11:53:07.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab4c101-ed46-4cf1-9510-ff6a99f0cd6a
11:53:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87418338-bee0-446f-ad6e-fe638038b1fd
11:53:07.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb50f3a5-bde3-4292-b122-21dfb42f80cc
11:53:07.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a5c940-05bd-4b67-a3bb-da8a489a7cba
11:53:07.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab4c101-ed46-4cf1-9510-ff6a99f0cd6a
11:53:07.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:07.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:07.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:07.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:07.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:07.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:07.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1298afe7-9390-4002-8258-5f52f2dcfc84
11:53:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb50f3a5-bde3-4292-b122-21dfb42f80cc
11:53:08.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3b0634f-ee8c-4085-ae32-bc02c08e132a
11:53:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1298afe7-9390-4002-8258-5f52f2dcfc84
11:53:08.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5471dfe3-02c8-4b33-8bcf-9eab8bbe4467
11:53:08.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3b0634f-ee8c-4085-ae32-bc02c08e132a
11:53:08.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f867d7ba-db9b-402d-9f80-469f3cb5d267
11:53:08.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5471dfe3-02c8-4b33-8bcf-9eab8bbe4467
11:53:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=233c4047-8169-4306-a40f-aa30f64dff45
11:53:08.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f867d7ba-db9b-402d-9f80-469f3cb5d267
11:53:08.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=233c4047-8169-4306-a40f-aa30f64dff45
11:53:08.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4ff30f3-d5d2-4f72-a4f1-23d7392a706f
11:53:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42aea0b5-b807-4525-8c7a-fd2354244e7f
11:53:08.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4ff30f3-d5d2-4f72-a4f1-23d7392a706f
11:53:08.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c9abc8e-f5a4-42ba-9fa8-9bf5d4b59ce8
11:53:08.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42aea0b5-b807-4525-8c7a-fd2354244e7f
11:53:08.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7767076-e484-45c7-9b20-fcde70f07f2d
11:53:08.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c9abc8e-f5a4-42ba-9fa8-9bf5d4b59ce8
11:53:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b8c45b3-9297-477d-891c-059a41b8ecb8
11:53:08.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7767076-e484-45c7-9b20-fcde70f07f2d
11:53:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d91665-176c-470e-9d78-b66ae04f181c
11:53:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b8c45b3-9297-477d-891c-059a41b8ecb8
11:53:08.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:08.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:08.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:08.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:08.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:08.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d0f2c3-b11e-4903-9430-aa691ce9cb33
11:53:08.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d91665-176c-470e-9d78-b66ae04f181c
11:53:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d96a66b6-4146-454a-b541-c0ea1d600e99
11:53:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e23de0-9325-4e02-97a0-1e7436f7bbe6
11:53:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d0f2c3-b11e-4903-9430-aa691ce9cb33
11:53:09.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d96a66b6-4146-454a-b541-c0ea1d600e99
11:53:09.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff3d041b-d65d-47bf-a0e8-93a4c1b25daf
11:53:09.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e23de0-9325-4e02-97a0-1e7436f7bbe6
11:53:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883d22af-ff47-4d1c-93c9-b9d64336cf1a
11:53:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff3d041b-d65d-47bf-a0e8-93a4c1b25daf
11:53:09.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e47f02fa-d218-4661-a8b7-76f12dcda513
11:53:09.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883d22af-ff47-4d1c-93c9-b9d64336cf1a
11:53:09.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657217a4-6c98-4a98-9609-472cc335d536
11:53:09.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e47f02fa-d218-4661-a8b7-76f12dcda513
11:53:09.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5e46cd-a435-4fb0-91cc-8fd1c1744760
11:53:09.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c933eec-763d-40fd-b184-2826bf4a13b7
11:53:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657217a4-6c98-4a98-9609-472cc335d536
11:53:09.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9e7c1d-f10b-4d1b-b253-408349039bd3
11:53:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5e46cd-a435-4fb0-91cc-8fd1c1744760
11:53:09.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c933eec-763d-40fd-b184-2826bf4a13b7
11:53:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15992b10-f4ce-4a3f-a6eb-6aa82155948c
11:53:09.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9e7c1d-f10b-4d1b-b253-408349039bd3
11:53:09.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:09.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:09.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:09.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:09.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:09.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:09.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756771cb-49a3-4dea-9de7-b62b3c1da0e8
11:53:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15992b10-f4ce-4a3f-a6eb-6aa82155948c
11:53:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a07a228-bedd-4cbd-8a97-8dc56e579776
11:53:10.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756771cb-49a3-4dea-9de7-b62b3c1da0e8
11:53:10.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c228d64c-8a32-49ad-98fb-06ccbf0b0648
11:53:10.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a07a228-bedd-4cbd-8a97-8dc56e579776
11:53:10.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c228d64c-8a32-49ad-98fb-06ccbf0b0648
11:53:10.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f71d4b97-6275-4722-ac69-5758e7b3c465
11:53:10.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f71d4b97-6275-4722-ac69-5758e7b3c465
11:53:10.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb67fd7-5467-4174-a627-9f3431c4fc9e
11:53:10.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb67fd7-5467-4174-a627-9f3431c4fc9e
11:53:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35b8eebe-6e69-4daf-8de1-ea9791224cd4
11:53:10.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6acba57-eee3-4fe5-b0f9-653b54c86970
11:53:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35b8eebe-6e69-4daf-8de1-ea9791224cd4
11:53:10.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853d9da2-5166-4ce7-bf15-b3dbfba473d0
11:53:10.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6acba57-eee3-4fe5-b0f9-653b54c86970
11:53:10.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4579d15a-4127-4f54-bbb6-5221080aa9b2
11:53:10.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e5fa3e-9012-471e-9a3f-ae9a63cda1bf
11:53:10.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853d9da2-5166-4ce7-bf15-b3dbfba473d0
11:53:10.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edd20f3-d9c3-499e-a735-c6809132b005
11:53:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3deb9158-2af3-4165-a212-0d4eac1cb172
11:53:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4579d15a-4127-4f54-bbb6-5221080aa9b2
11:53:10.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e5fa3e-9012-471e-9a3f-ae9a63cda1bf
11:53:10.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:10.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=157bb7bb-48ae-47c3-ae6f-80e8a194754a
11:53:10.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:10.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:10.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:10.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:10.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:10.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:10.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8486917-b84b-4b74-8b30-3d201a1e8030
11:53:11.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edd20f3-d9c3-499e-a735-c6809132b005
11:53:11.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f11a35-c088-4b1b-b816-b2f360db027f
11:53:11.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3deb9158-2af3-4165-a212-0d4eac1cb172
11:53:11.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=157bb7bb-48ae-47c3-ae6f-80e8a194754a
11:53:11.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27489b97-d781-4e3e-8614-fd5a041cf4b4
11:53:11.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16dc73ee-d2cf-4436-a7f4-104f45fca367
11:53:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8486917-b84b-4b74-8b30-3d201a1e8030
11:53:11.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f11a35-c088-4b1b-b816-b2f360db027f
11:53:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c32123d-6721-4cf7-be9d-d9e76e8530b4
11:53:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27489b97-d781-4e3e-8614-fd5a041cf4b4
11:53:11.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99ae8c0d-49c7-42dd-9772-029896534b06
11:53:11.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16dc73ee-d2cf-4436-a7f4-104f45fca367
11:53:11.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a61c6e5-e2b4-4519-a6e7-7d9522feae7b
11:53:11.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c32123d-6721-4cf7-be9d-d9e76e8530b4
11:53:11.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8cb2bd0-e16c-4228-8683-2a050141180e
11:53:11.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99ae8c0d-49c7-42dd-9772-029896534b06
11:53:11.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7345165-4aaf-4a7f-b7e0-226c7215a284
11:53:11.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a61c6e5-e2b4-4519-a6e7-7d9522feae7b
11:53:11.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd942139-98e6-4725-81be-73e23e563653
11:53:11.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e975e56-bb54-4c39-b671-5ed32d3e10ff
11:53:11.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8cb2bd0-e16c-4228-8683-2a050141180e
11:53:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4bfd16-4bde-41b1-8a4b-a270a0d58a05
11:53:11.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:11.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:11.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:11.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:11.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:11.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7345165-4aaf-4a7f-b7e0-226c7215a284
11:53:11.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6061ade9-bd57-417f-8d8c-8b48528b7056
11:53:12.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd942139-98e6-4725-81be-73e23e563653
11:53:12.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=545c39b7-de5d-431e-bbe9-e87cc1714edd
11:53:12.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e975e56-bb54-4c39-b671-5ed32d3e10ff
11:53:12.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=275a0d0e-7396-452c-a783-d0031a00c256
11:53:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4bfd16-4bde-41b1-8a4b-a270a0d58a05
11:53:12.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def39119-b312-46ff-9e02-75675f5772b8
11:53:12.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6061ade9-bd57-417f-8d8c-8b48528b7056
11:53:12.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702c6b39-84f7-48e4-ba5d-48b77e315b8d
11:53:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99661812-a06c-497d-afd8-ca0ce8ba3ada
11:53:12.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=545c39b7-de5d-431e-bbe9-e87cc1714edd
11:53:12.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec0d58d-d1ef-40c6-8240-ac96b3ecec58
11:53:12.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=275a0d0e-7396-452c-a783-d0031a00c256
11:53:12.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5ac4c5b-9c00-4bac-8f7c-8875177f285a
11:53:12.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def39119-b312-46ff-9e02-75675f5772b8
11:53:12.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf03302-d726-428f-8af6-813e4711b6f5
11:53:12.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702c6b39-84f7-48e4-ba5d-48b77e315b8d
11:53:12.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c15c0e2-fbe0-4ca4-a24b-9c8215d18c86
11:53:12.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99661812-a06c-497d-afd8-ca0ce8ba3ada
11:53:12.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:12.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:12.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:12.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:12.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:12.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:12.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec0d58d-d1ef-40c6-8240-ac96b3ecec58
11:53:12.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:12.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a6efed-b990-4af0-bc94-a384e95e0f9b
11:53:13.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5ac4c5b-9c00-4bac-8f7c-8875177f285a
11:53:13.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3596e78-803f-4574-814f-654b229fa515
11:53:13.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf03302-d726-428f-8af6-813e4711b6f5
11:53:13.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8980bd3-17cc-40e9-a15c-cf489b45be0d
11:53:13.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c15c0e2-fbe0-4ca4-a24b-9c8215d18c86
11:53:13.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88523bf3-4409-44a3-99eb-3ac6e37d76e4
11:53:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a6efed-b990-4af0-bc94-a384e95e0f9b
11:53:13.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf18a92a-645d-45df-9f56-b709716dd298
11:53:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3596e78-803f-4574-814f-654b229fa515
11:53:13.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdaaae79-e502-4f78-b137-8b73bd4a01d9
11:53:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8980bd3-17cc-40e9-a15c-cf489b45be0d
11:53:13.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8bca2ea-12bb-4ee8-bff8-20ee8a1d4c45
11:53:13.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88523bf3-4409-44a3-99eb-3ac6e37d76e4
11:53:13.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89c6289f-84d2-47f3-821d-2cede416bc52
11:53:13.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf18a92a-645d-45df-9f56-b709716dd298
11:53:13.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef2d7201-e56e-412e-a805-6dbc0f4ec6a0
11:53:13.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5c829a-afd7-4641-a1e7-60e6c36fa1d6
11:53:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdaaae79-e502-4f78-b137-8b73bd4a01d9
11:53:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc47682-2a65-4e23-b1a1-91b73e98cd01
11:53:13.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:13.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:13.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a9fac12-e508-4509-86a9-5aed9b4fcd84
11:53:13.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:13.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:13.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8bca2ea-12bb-4ee8-bff8-20ee8a1d4c45
11:53:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89c6289f-84d2-47f3-821d-2cede416bc52
11:53:14.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=364a3ee1-d0e3-4e44-ab48-8b2504923576
11:53:14.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef2d7201-e56e-412e-a805-6dbc0f4ec6a0
11:53:14.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eabc9b11-91d6-4d43-ae53-0dba2790584a
11:53:14.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5c829a-afd7-4641-a1e7-60e6c36fa1d6
11:53:14.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f1c207b-2b66-4d46-8c49-8d5bcc6965ba
11:53:14.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc47682-2a65-4e23-b1a1-91b73e98cd01
11:53:14.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74e60ea-3d1b-4bb1-b565-f670636f49bc
11:53:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a9fac12-e508-4509-86a9-5aed9b4fcd84
11:53:14.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2caa8b6d-cdd8-4480-a2a5-cf408939e9c1
11:53:14.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=364a3ee1-d0e3-4e44-ab48-8b2504923576
11:53:14.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24a04db6-9340-4e58-b0b3-500fc998beff
11:53:14.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b940322e-dd1a-4e06-9322-e12960b51956
11:53:14.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eabc9b11-91d6-4d43-ae53-0dba2790584a
11:53:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d92f709-b9d6-41ed-a1a9-6f94dcd68d65
11:53:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f1c207b-2b66-4d46-8c49-8d5bcc6965ba
11:53:14.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4fd87b-f187-4e5f-b3ae-9ab6b1ba11fa
11:53:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74e60ea-3d1b-4bb1-b565-f670636f49bc
11:53:14.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b2e7614-3a7e-48d3-bfb8-55a863462ac9
11:53:14.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2caa8b6d-cdd8-4480-a2a5-cf408939e9c1
11:53:14.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11245fd4-9333-402e-b237-702ea8eb0b51
11:53:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2ecef7-949e-41c3-a05d-33cecc0cb122
11:53:14.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24a04db6-9340-4e58-b0b3-500fc998beff
11:53:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:14.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:14.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:14.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:14.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4810f64f-f0f3-4368-b6f1-5e248cc0e15f
11:53:14.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b940322e-dd1a-4e06-9322-e12960b51956
11:53:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b966c72-083c-4e17-b11f-795b0c7a78f4
11:53:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d92f709-b9d6-41ed-a1a9-6f94dcd68d65
11:53:15.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4fd87b-f187-4e5f-b3ae-9ab6b1ba11fa
11:53:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee4c861-0f3d-4206-bd46-c92802176e46
11:53:15.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b2e7614-3a7e-48d3-bfb8-55a863462ac9
11:53:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18a1f4f8-103c-40b4-8869-fc7fe9566c0b
11:53:15.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8baf2b66-1ff4-4694-b519-46523d971766
11:53:15.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11245fd4-9333-402e-b237-702ea8eb0b51
11:53:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab65268-db40-47ee-a5bf-36ebed0e6112
11:53:15.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2ecef7-949e-41c3-a05d-33cecc0cb122
11:53:15.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ac297e3-8ec0-4820-9aab-635f1d295872
11:53:15.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4810f64f-f0f3-4368-b6f1-5e248cc0e15f
11:53:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c1b1b6-09cf-4371-ae9b-f897a028d414
11:53:15.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b966c72-083c-4e17-b11f-795b0c7a78f4
11:53:15.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2add72-48b8-420e-96b9-cd443c485da2
11:53:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee4c861-0f3d-4206-bd46-c92802176e46
11:53:15.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19706dc6-89e5-455b-bcb5-5588b4a50489
11:53:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18a1f4f8-103c-40b4-8869-fc7fe9566c0b
11:53:15.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1133d111-21cf-46f5-a42f-c6fe0389462f
11:53:15.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8baf2b66-1ff4-4694-b519-46523d971766
11:53:15.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:15.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:15.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:15.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:15.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:15.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cb1ee12-fdcc-417b-ba30-7bc565eb95a0
11:53:15.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f8fef5-3e90-4005-b5ea-42db97e26d81
11:53:16.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab65268-db40-47ee-a5bf-36ebed0e6112
11:53:16.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2680aed-72a2-491e-9249-64e40ad09708
11:53:16.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ac297e3-8ec0-4820-9aab-635f1d295872
11:53:16.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c1b1b6-09cf-4371-ae9b-f897a028d414
11:53:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3c8704d-c610-4933-b588-02c4af659357
11:53:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0f3e1b-3b38-4a10-99c6-9ef66572883e
11:53:16.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2add72-48b8-420e-96b9-cd443c485da2
11:53:16.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30478be0-40da-48a9-bfc8-3e6ac4992f4d
11:53:16.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19706dc6-89e5-455b-bcb5-5588b4a50489
11:53:16.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1133d111-21cf-46f5-a42f-c6fe0389462f
11:53:16.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f26e6e-f4e9-4f11-a0e8-0a7003af12a4
11:53:16.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46824717-70e2-49f1-ba53-f6164c729427
11:53:16.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cb1ee12-fdcc-417b-ba30-7bc565eb95a0
11:53:16.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05480e65-5255-4cc1-8f8c-e5c6c3df3ce1
11:53:16.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f8fef5-3e90-4005-b5ea-42db97e26d81
11:53:16.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb395f46-10f8-4bca-80db-1e6f2fed5036
11:53:16.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb941b5-87ab-4948-9769-f0a4d2719cc4
11:53:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2680aed-72a2-491e-9249-64e40ad09708
11:53:16.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3c8704d-c610-4933-b588-02c4af659357
11:53:16.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ae886ab-4fc8-48eb-bf93-d617f4f3d8d0
11:53:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:16.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:16.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0f3e1b-3b38-4a10-99c6-9ef66572883e
11:53:16.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:16.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:16.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:16.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:16.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06db33a9-51fe-45aa-b182-de19314673e1
11:53:16.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30478be0-40da-48a9-bfc8-3e6ac4992f4d
11:53:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55106bd6-16ec-4bb3-bf14-f77a6e4fc12b
11:53:17.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f26e6e-f4e9-4f11-a0e8-0a7003af12a4
11:53:17.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d2937b-bcfd-44f2-bf30-e4b7f67fdb6b
11:53:17.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46824717-70e2-49f1-ba53-f6164c729427
11:53:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76e6e53-2edd-45e0-be94-72adbf53b48d
11:53:17.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05480e65-5255-4cc1-8f8c-e5c6c3df3ce1
11:53:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd089d2a-48ba-48b1-b369-ef79ebd33662
11:53:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb395f46-10f8-4bca-80db-1e6f2fed5036
11:53:17.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d248bf4-09ca-40d6-ab19-0e80200d6ab1
11:53:17.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb941b5-87ab-4948-9769-f0a4d2719cc4
11:53:17.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37737a71-6049-41df-93a9-cec0d779a92b
11:53:17.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ae886ab-4fc8-48eb-bf93-d617f4f3d8d0
11:53:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c55f5a4-64c9-4506-a577-f0f053b168f7
11:53:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06db33a9-51fe-45aa-b182-de19314673e1
11:53:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a474ebe3-d103-445d-862c-18cc302fc09f
11:53:17.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55106bd6-16ec-4bb3-bf14-f77a6e4fc12b
11:53:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd18cf31-a259-428e-9da4-7855f8fbd8e6
11:53:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d2937b-bcfd-44f2-bf30-e4b7f67fdb6b
11:53:17.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:17.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:17.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:17.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:17.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:17.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:17.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:17.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c533fcdb-d059-4da4-8ad0-c57d96a1de08
11:53:17.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76e6e53-2edd-45e0-be94-72adbf53b48d
11:53:18.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c412d979-5550-4ecd-a4cb-d0375d6427d1
11:53:18.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd089d2a-48ba-48b1-b369-ef79ebd33662
11:53:18.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9079bbc-8228-405f-bc35-58ed8999844c
11:53:18.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d248bf4-09ca-40d6-ab19-0e80200d6ab1
11:53:18.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c340bbe9-90ad-4571-a043-a9c54ffae5bf
11:53:18.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37737a71-6049-41df-93a9-cec0d779a92b
11:53:18.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c55f5a4-64c9-4506-a577-f0f053b168f7
11:53:18.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acd47e2d-b51a-46c5-a39b-d37421c8f093
11:53:18.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a474ebe3-d103-445d-862c-18cc302fc09f
11:53:18.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbf6f833-f7a9-4426-ad50-d6662db3e723
11:53:18.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd18cf31-a259-428e-9da4-7855f8fbd8e6
11:53:18.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c533fcdb-d059-4da4-8ad0-c57d96a1de08
11:53:18.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc51089-5eb0-4c42-8b86-94d4b08e12d2
11:53:18.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c412d979-5550-4ecd-a4cb-d0375d6427d1
11:53:18.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eed3080-f180-4ab1-9b2b-3fc060cf0403
11:53:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9079bbc-8228-405f-bc35-58ed8999844c
11:53:18.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2f418c-74d0-4331-be46-34a61769c30d
11:53:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21885692-a5c5-4ea8-b3b8-9c11b73a6b7c
11:53:18.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c340bbe9-90ad-4571-a043-a9c54ffae5bf
11:53:18.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fffc9f6-1ed6-4158-b2db-5dd9c7e1411a
11:53:18.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acd47e2d-b51a-46c5-a39b-d37421c8f093
11:53:18.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:18.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe35d2aa-cae3-454c-a68a-1b40205aaf05
11:53:18.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:18.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:18.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:18.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:18.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbf6f833-f7a9-4426-ad50-d6662db3e723
11:53:19.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc51089-5eb0-4c42-8b86-94d4b08e12d2
11:53:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd9c48d-048c-4461-a1ae-fc593aa679db
11:53:19.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a063753e-0a04-4772-8583-f0ca2ee3ba64
11:53:19.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eed3080-f180-4ab1-9b2b-3fc060cf0403
11:53:19.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49860b1c-dea2-4745-8072-ef339163bee0
11:53:19.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2f418c-74d0-4331-be46-34a61769c30d
11:53:19.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3573858b-1679-4ac6-94ac-61d6c8c95d57
11:53:19.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21885692-a5c5-4ea8-b3b8-9c11b73a6b7c
11:53:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec9a489-0af3-4503-bd2e-e18cbcff8ba4
11:53:19.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fffc9f6-1ed6-4158-b2db-5dd9c7e1411a
11:53:19.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe35d2aa-cae3-454c-a68a-1b40205aaf05
11:53:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf82c49-c15e-48d8-b5d6-84a56121db88
11:53:19.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd9c48d-048c-4461-a1ae-fc593aa679db
11:53:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63eca363-972b-49bc-95a7-70c5718dfd13
11:53:19.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a063753e-0a04-4772-8583-f0ca2ee3ba64
11:53:19.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5356a873-bab7-4408-9ca3-3924c5b63e00
11:53:19.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49860b1c-dea2-4745-8072-ef339163bee0
11:53:19.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e119974-93da-49c9-8a69-0b3e10dea3a9
11:53:19.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3573858b-1679-4ac6-94ac-61d6c8c95d57
11:53:19.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92010fc2-74c4-4add-8234-b6ca2edefa94
11:53:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:19.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:19.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5134dbc-be82-4d46-a476-25190e9a37b5
11:53:19.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:19.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:19.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:19.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:19.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:19.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec9a489-0af3-4503-bd2e-e18cbcff8ba4
11:53:19.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90259717-2ef0-471f-a503-310a5c8348e6
11:53:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf82c49-c15e-48d8-b5d6-84a56121db88
11:53:20.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06ec1c22-cca8-4d17-9180-b4f3ea4e2904
11:53:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63eca363-972b-49bc-95a7-70c5718dfd13
11:53:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=593bb448-6421-4245-85fb-b0dbd93a4656
11:53:20.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5356a873-bab7-4408-9ca3-3924c5b63e00
11:53:20.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd41512e-0839-4c14-baaa-5ba9a26fd347
11:53:20.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e119974-93da-49c9-8a69-0b3e10dea3a9
11:53:20.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9b0d2c1-67ed-42ee-b238-a35aafe34ca9
11:53:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92010fc2-74c4-4add-8234-b6ca2edefa94
11:53:20.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5134dbc-be82-4d46-a476-25190e9a37b5
11:53:20.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae9e7b4-ab70-4a5c-aef8-18e6b2931680
11:53:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90259717-2ef0-471f-a503-310a5c8348e6
11:53:20.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7402979c-5d61-473f-9083-438f47a81b8d
11:53:20.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a63e81-3a2c-4177-84b5-b1d704357b24
11:53:20.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06ec1c22-cca8-4d17-9180-b4f3ea4e2904
11:53:20.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a775e2f6-2112-48ac-9722-74a284456c3f
11:53:20.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=593bb448-6421-4245-85fb-b0dbd93a4656
11:53:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9660eba9-63a2-442c-b378-26ffcdfbcff8
11:53:20.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd41512e-0839-4c14-baaa-5ba9a26fd347
11:53:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04785ac-e137-4b0f-94ef-355fa8f02179
11:53:20.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:20.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9b0d2c1-67ed-42ee-b238-a35aafe34ca9
11:53:20.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:20.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:20.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:20.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:20.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:20.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:20.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b615a0b9-1493-4571-b25f-4a6d0ae21ba2
11:53:21.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae9e7b4-ab70-4a5c-aef8-18e6b2931680
11:53:21.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f0476ce-fda6-4e97-ad30-09201012b7b2
11:53:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7402979c-5d61-473f-9083-438f47a81b8d
11:53:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df445b67-b380-4490-8e06-15c5d2820205
11:53:21.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c8bc0af-41c8-4276-aaa3-da23cb017650
11:53:21.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a63e81-3a2c-4177-84b5-b1d704357b24
11:53:21.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ce54ed1-8242-4205-802b-be2dae90a80f
11:53:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a775e2f6-2112-48ac-9722-74a284456c3f
11:53:21.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c01b5d8-7955-40f6-b712-3ea7e9da11e0
11:53:21.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9660eba9-63a2-442c-b378-26ffcdfbcff8
11:53:21.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb65f782-9c39-4ebe-adf6-edf737981545
11:53:21.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04785ac-e137-4b0f-94ef-355fa8f02179
11:53:21.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8af36745-f1ee-4ca5-9f03-5ac330f0b6bf
11:53:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b615a0b9-1493-4571-b25f-4a6d0ae21ba2
11:53:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3f0f6b4-fac2-4954-976d-b119ad18b255
11:53:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f0476ce-fda6-4e97-ad30-09201012b7b2
11:53:21.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43dd4b5e-259e-483b-8488-c01efd0f599b
11:53:21.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df445b67-b380-4490-8e06-15c5d2820205
11:53:21.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50cf15a4-9d9b-4e21-a10f-e8990ff2b9ac
11:53:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c8bc0af-41c8-4276-aaa3-da23cb017650
11:53:21.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ce54ed1-8242-4205-802b-be2dae90a80f
11:53:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14c5f7e0-aaf6-4b3b-8432-f4d4c4a47a84
11:53:21.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:21.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:21.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:21.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:21.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:21.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c01b5d8-7955-40f6-b712-3ea7e9da11e0
11:53:21.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bb3c0f-79e9-4ace-8c38-69d3a12db178
11:53:22.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb65f782-9c39-4ebe-adf6-edf737981545
11:53:22.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311fcaa7-8cdc-4cc7-97b3-626152d1065d
11:53:22.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8af36745-f1ee-4ca5-9f03-5ac330f0b6bf
11:53:22.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a6608e2-de9d-4b99-a056-d3e4265f87fe
11:53:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3f0f6b4-fac2-4954-976d-b119ad18b255
11:53:22.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab78454-5575-4199-a28f-826aba357dc8
11:53:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43dd4b5e-259e-483b-8488-c01efd0f599b
11:53:22.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f27aae-c179-47d6-9271-b5a78744d3e8
11:53:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50cf15a4-9d9b-4e21-a10f-e8990ff2b9ac
11:53:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14c5f7e0-aaf6-4b3b-8432-f4d4c4a47a84
11:53:22.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7488fb1f-d870-4f1c-be61-e22aa1214e3f
11:53:22.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bb3c0f-79e9-4ace-8c38-69d3a12db178
11:53:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a826d56a-fb4d-4213-8d30-3e5a11ae83ea
11:53:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311fcaa7-8cdc-4cc7-97b3-626152d1065d
11:53:22.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a6608e2-de9d-4b99-a056-d3e4265f87fe
11:53:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0778271e-c159-495c-bdbb-808febb5059d
11:53:22.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab78454-5575-4199-a28f-826aba357dc8
11:53:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=373b9457-115f-4f50-aed5-b1f8b4a83a89
11:53:22.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f27aae-c179-47d6-9271-b5a78744d3e8
11:53:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5eb6a99-1f96-4768-8512-2d872aba9dec
11:53:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7488fb1f-d870-4f1c-be61-e22aa1214e3f
11:53:22.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:22.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df2e655b-ffbf-4277-8cf5-ef8c00fa896f
11:53:22.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:22.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:22.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:22.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:22.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a826d56a-fb4d-4213-8d30-3e5a11ae83ea
11:53:23.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e18d9bbb-1a29-435d-86fa-66455f2efc31
11:53:23.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0778271e-c159-495c-bdbb-808febb5059d
11:53:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e491966b-8aa0-4854-9540-c7c56ab342ea
11:53:23.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=373b9457-115f-4f50-aed5-b1f8b4a83a89
11:53:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4abcacae-94bb-423d-98e2-897d60807e88
11:53:23.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5eb6a99-1f96-4768-8512-2d872aba9dec
11:53:23.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e99db9-32ed-4207-a321-4966dda48ccd
11:53:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df2e655b-ffbf-4277-8cf5-ef8c00fa896f
11:53:23.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08828981-72cf-43bc-8fbc-573ea002f641
11:53:23.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e18d9bbb-1a29-435d-86fa-66455f2efc31
11:53:23.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a0ba7f-c02d-45e3-b5c6-798901106a7b
11:53:23.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e491966b-8aa0-4854-9540-c7c56ab342ea
11:53:23.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df97132-8465-4e77-bb57-4e8d62e818c2
11:53:23.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4abcacae-94bb-423d-98e2-897d60807e88
11:53:23.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e99db9-32ed-4207-a321-4966dda48ccd
11:53:23.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f17fcc6-3142-4dad-961d-d31b64bbdf2f
11:53:23.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08828981-72cf-43bc-8fbc-573ea002f641
11:53:23.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a0ba7f-c02d-45e3-b5c6-798901106a7b
11:53:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c08a6d6-72eb-45f8-8ea6-06fc6cfd1779
11:53:23.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:23.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df97132-8465-4e77-bb57-4e8d62e818c2
11:53:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:23.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:23.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:23.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:23.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a1499b-9c35-40d4-8d27-84914ef3fc02
11:53:23.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f17fcc6-3142-4dad-961d-d31b64bbdf2f
11:53:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=025f3554-fa1d-45d5-a2e1-3fb85a360f45
11:53:24.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c08a6d6-72eb-45f8-8ea6-06fc6cfd1779
11:53:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28b2c08-d55f-4700-bc21-7f103cb7804b
11:53:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=000bfe92-2c09-48a8-8d71-203a9a56dc35
11:53:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a1499b-9c35-40d4-8d27-84914ef3fc02
11:53:24.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3b1e1ba-3b30-409d-ae7f-a0e2c184288a
11:53:24.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=025f3554-fa1d-45d5-a2e1-3fb85a360f45
11:53:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e99a1af8-30a6-465d-8f85-3ea2bf16adbf
11:53:24.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28b2c08-d55f-4700-bc21-7f103cb7804b
11:53:24.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb68960-1791-45c6-80e7-5edc0ea295e9
11:53:24.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=000bfe92-2c09-48a8-8d71-203a9a56dc35
11:53:24.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f8fd5c-1814-4c42-9b0c-50d8044567fc
11:53:24.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d89ab77-04a5-4afb-8c0d-2d13c58c6ccd
11:53:24.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3b1e1ba-3b30-409d-ae7f-a0e2c184288a
11:53:24.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9db4f4f-ab37-4b7c-9cce-f25fe925fa61
11:53:24.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce232b75-a62c-4c8c-9f09-a727fc237713
11:53:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e99a1af8-30a6-465d-8f85-3ea2bf16adbf
11:53:24.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ffd7e17-8ea8-4865-80a2-38e9d842f644
11:53:24.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb68960-1791-45c6-80e7-5edc0ea295e9
11:53:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:24.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:24.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:24.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:24.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:24.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8dad50-15dc-4318-a16f-6970ce9f0bb4
11:53:24.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f8fd5c-1814-4c42-9b0c-50d8044567fc
11:53:25.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd53ac58-6ae4-4386-b088-04410ede6f4d
11:53:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d89ab77-04a5-4afb-8c0d-2d13c58c6ccd
11:53:25.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a334b5d0-3b72-43dd-8f41-9997fe683cf4
11:53:25.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=525d2508-7c2a-4144-8885-19bbe1429e5b
11:53:25.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9db4f4f-ab37-4b7c-9cce-f25fe925fa61
11:53:25.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce232b75-a62c-4c8c-9f09-a727fc237713
11:53:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca00c9e1-7ed5-49cc-ab1a-97dd6a446fb7
11:53:25.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ffd7e17-8ea8-4865-80a2-38e9d842f644
11:53:25.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad3375f-fe0c-4a7c-a716-1dbd3b725820
11:53:25.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b415e1bd-1d69-4944-a2e6-1ee845e56d70
11:53:25.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8dad50-15dc-4318-a16f-6970ce9f0bb4
11:53:25.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd63cdfd-0e8e-453b-af86-251cd83f90f6
11:53:25.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd53ac58-6ae4-4386-b088-04410ede6f4d
11:53:25.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32a204f-bcf1-4b3e-85dc-d2c218b1d499
11:53:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a334b5d0-3b72-43dd-8f41-9997fe683cf4
11:53:25.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37b79bb-8b35-4473-9a1e-d53a6d03acd3
11:53:25.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=525d2508-7c2a-4144-8885-19bbe1429e5b
11:53:25.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3452a5b-7fa3-43a2-8f74-3775612a2264
11:53:25.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b44fa73f-b8b8-4d5e-9162-97211469b3d3
11:53:25.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca00c9e1-7ed5-49cc-ab1a-97dd6a446fb7
11:53:25.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c7ab7d-ca97-406c-aa21-9b985c6e37b6
11:53:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:25.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:25.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:25.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:25.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:25.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:25.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad3375f-fe0c-4a7c-a716-1dbd3b725820
11:53:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b415e1bd-1d69-4944-a2e6-1ee845e56d70
11:53:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6280dc45-8db0-4650-8599-7faebb614744
11:53:26.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a64894-0dc4-4ed2-b740-672e5478b8c8
11:53:26.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd63cdfd-0e8e-453b-af86-251cd83f90f6
11:53:26.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcea175f-dbed-4302-ac54-d92e74feadd6
11:53:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32a204f-bcf1-4b3e-85dc-d2c218b1d499
11:53:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8c7394-2b08-44c5-a581-bb79945e1ce2
11:53:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37b79bb-8b35-4473-9a1e-d53a6d03acd3
11:53:26.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1471480-35ae-4308-8d32-f0458ab49df9
11:53:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3452a5b-7fa3-43a2-8f74-3775612a2264
11:53:26.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b44fa73f-b8b8-4d5e-9162-97211469b3d3
11:53:26.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fda3ada-cb2d-4eac-b371-78ed4d3263a2
11:53:26.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c7ab7d-ca97-406c-aa21-9b985c6e37b6
11:53:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd1ef4b-5b3c-4df3-bc23-8725820cdeb1
11:53:26.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6280dc45-8db0-4650-8599-7faebb614744
11:53:26.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da977cbf-6263-4290-8a70-85416c6c1ca0
11:53:26.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a64894-0dc4-4ed2-b740-672e5478b8c8
11:53:26.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9c09c17-ae53-4431-ad20-b3fe734f21fc
11:53:26.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcea175f-dbed-4302-ac54-d92e74feadd6
11:53:26.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a580599d-5634-4f0e-89fa-30de81f4129c
11:53:26.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:26.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:26.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8c7394-2b08-44c5-a581-bb79945e1ce2
11:53:26.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:26.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:26.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:26.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=242c985b-0877-4580-8467-cf3a0cb5d20b
11:53:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1471480-35ae-4308-8d32-f0458ab49df9
11:53:27.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e24d6b-0679-4aef-a3bf-b96e3e265b17
11:53:27.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fda3ada-cb2d-4eac-b371-78ed4d3263a2
11:53:27.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161b80b2-4234-4173-8525-ae2b0d54afb5
11:53:27.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd1ef4b-5b3c-4df3-bc23-8725820cdeb1
11:53:27.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8936034b-b76b-477f-a74e-4e3fe244bc65
11:53:27.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da977cbf-6263-4290-8a70-85416c6c1ca0
11:53:27.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c58d79ab-016d-4967-8594-555c5a1b42c1
11:53:27.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9c09c17-ae53-4431-ad20-b3fe734f21fc
11:53:27.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff478bf2-8040-4a24-a5b2-7250f4ae6a33
11:53:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a580599d-5634-4f0e-89fa-30de81f4129c
11:53:27.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=242c985b-0877-4580-8467-cf3a0cb5d20b
11:53:27.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6049ca51-cfdf-4d2b-946b-155a90b80a21
11:53:27.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e24d6b-0679-4aef-a3bf-b96e3e265b17
11:53:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f947b853-25bb-4581-93f8-98739e913a66
11:53:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63dbb530-76d4-44ee-b1ce-0bb285010fa7
11:53:27.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161b80b2-4234-4173-8525-ae2b0d54afb5
11:53:27.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56d643b7-2064-4b7b-8dde-7ac56de3edfe
11:53:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8936034b-b76b-477f-a74e-4e3fe244bc65
11:53:27.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33f59d24-1853-45c8-b019-e702990c30e1
11:53:27.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c58d79ab-016d-4967-8594-555c5a1b42c1
11:53:27.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:27.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:27.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:27.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:27.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:27.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d0841c-591e-4c6a-b8e8-f6ee7f1ecb7c
11:53:27.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff478bf2-8040-4a24-a5b2-7250f4ae6a33
11:53:28.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb46a820-9624-4a65-8ba6-70213b7e6385
11:53:28.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6049ca51-cfdf-4d2b-946b-155a90b80a21
11:53:28.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f947b853-25bb-4581-93f8-98739e913a66
11:53:28.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a305896-dd17-4828-a3a4-7ea7a8af1cd7
11:53:28.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63dbb530-76d4-44ee-b1ce-0bb285010fa7
11:53:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1200b0e-794c-458b-ab18-b216f6be302a
11:53:28.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56d643b7-2064-4b7b-8dde-7ac56de3edfe
11:53:28.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b8da05-488d-4016-87b3-6b9aca9e3db7
11:53:28.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33f59d24-1853-45c8-b019-e702990c30e1
11:53:28.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2113808-3091-4575-8fdc-8a04fd2d4b36
11:53:28.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5273ae04-b559-4ebf-be51-836db2f6f154
11:53:28.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d0841c-591e-4c6a-b8e8-f6ee7f1ecb7c
11:53:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0d34219-ce3a-4b4b-ac68-8c6d9cec2f31
11:53:28.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb46a820-9624-4a65-8ba6-70213b7e6385
11:53:28.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b561d796-1b9b-4da2-bd16-907066f9d2fe
11:53:28.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a305896-dd17-4828-a3a4-7ea7a8af1cd7
11:53:28.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311423af-be76-44af-bb4f-468ed87f3de8
11:53:28.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33f0a602-6abc-4623-8f41-7f7cffed73f8
11:53:28.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1200b0e-794c-458b-ab18-b216f6be302a
11:53:28.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42af2b77-57e5-48a4-99a2-9f04aca5d22d
11:53:28.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b8da05-488d-4016-87b3-6b9aca9e3db7
11:53:28.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:28.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9384d294-3695-4e94-af56-8e93a5b5fe22
11:53:28.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:28.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:28.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:28.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:28.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:28.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:28.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2113808-3091-4575-8fdc-8a04fd2d4b36
11:53:29.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc68450e-dedf-463f-8d87-5e61cf7435a8
11:53:29.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5273ae04-b559-4ebf-be51-836db2f6f154
11:53:29.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f04c48-fc73-4a54-97fd-c37786383661
11:53:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0d34219-ce3a-4b4b-ac68-8c6d9cec2f31
11:53:29.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d6aba61-b6fc-49ba-b68d-1a39df1cdf36
11:53:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b561d796-1b9b-4da2-bd16-907066f9d2fe
11:53:29.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311423af-be76-44af-bb4f-468ed87f3de8
11:53:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c26984-b734-45ef-a686-8a28fc61140a
11:53:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8034f51d-dfae-4984-b332-93e22826ed62
11:53:29.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33f0a602-6abc-4623-8f41-7f7cffed73f8
11:53:29.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57a3d1b2-ba52-4b87-a74e-9b32b2b806cb
11:53:29.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42af2b77-57e5-48a4-99a2-9f04aca5d22d
11:53:29.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0858edcc-10c3-483e-95db-8d9dd5a05afb
11:53:29.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9384d294-3695-4e94-af56-8e93a5b5fe22
11:53:29.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0657458-58a1-4011-94c6-d2ffc06196fb
11:53:29.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc68450e-dedf-463f-8d87-5e61cf7435a8
11:53:29.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d83c8f0-bd05-4615-831a-d0ccc320b6ef
11:53:29.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f04c48-fc73-4a54-97fd-c37786383661
11:53:29.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:29.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:29.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f408236-bd40-44f4-8e7f-2ae1ac6ec698
11:53:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:29.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d6aba61-b6fc-49ba-b68d-1a39df1cdf36
11:53:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed5515d7-526c-4a18-a08b-bbf00f8dc56f
11:53:30.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c26984-b734-45ef-a686-8a28fc61140a
11:53:30.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8034f51d-dfae-4984-b332-93e22826ed62
11:53:30.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f7c575-b79e-4e18-af40-b8782ca6f254
11:53:30.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57a3d1b2-ba52-4b87-a74e-9b32b2b806cb
11:53:30.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e97210-20fd-46b7-b7a7-86a348401bf1
11:53:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0858edcc-10c3-483e-95db-8d9dd5a05afb
11:53:30.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69f208f-33fc-44d8-b2c7-a5aba9b89347
11:53:30.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0657458-58a1-4011-94c6-d2ffc06196fb
11:53:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad531c1f-6a5f-400d-b46b-ca46a1fbfa41
11:53:30.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d83c8f0-bd05-4615-831a-d0ccc320b6ef
11:53:30.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa6a8620-8e3b-430f-a293-d4c5b4498387
11:53:30.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f408236-bd40-44f4-8e7f-2ae1ac6ec698
11:53:30.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04d3ce3-97ce-47c0-8b64-bd8599df736f
11:53:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed5515d7-526c-4a18-a08b-bbf00f8dc56f
11:53:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba478a33-ed35-4a66-8e67-09f1d8fca912
11:53:30.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f7c575-b79e-4e18-af40-b8782ca6f254
11:53:30.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ec7a40-ef34-431b-b3fc-ef13e5e4fba9
11:53:30.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e97210-20fd-46b7-b7a7-86a348401bf1
11:53:30.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab162b4f-c268-4888-8e18-87cb4d9a9c50
11:53:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69f208f-33fc-44d8-b2c7-a5aba9b89347
11:53:30.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:30.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:30.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:30.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad531c1f-6a5f-400d-b46b-ca46a1fbfa41
11:53:30.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:30.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:30.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:30.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:30.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e76006-141d-4d28-b903-2af29c97f655
11:53:30.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34726e68-5091-4e6a-bdec-c3cc572a63bc
11:53:31.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa6a8620-8e3b-430f-a293-d4c5b4498387
11:53:31.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04d3ce3-97ce-47c0-8b64-bd8599df736f
11:53:31.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e36692-41e8-4e75-a76c-7f0460c57872
11:53:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba478a33-ed35-4a66-8e67-09f1d8fca912
11:53:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cc3f9aa-6a54-4a56-833b-b1c7d687e0f3
11:53:31.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ec7a40-ef34-431b-b3fc-ef13e5e4fba9
11:53:31.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b162d34-fe66-4fce-9275-ed0a2b248d36
11:53:31.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=018e9e19-ba12-4388-aeec-b0b9191fa440
11:53:31.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab162b4f-c268-4888-8e18-87cb4d9a9c50
11:53:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=375739b5-1c0b-486d-b11d-060e37f1c939
11:53:31.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e76006-141d-4d28-b903-2af29c97f655
11:53:31.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bad359a-0705-4c21-9884-133bc16b2b5c
11:53:31.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34726e68-5091-4e6a-bdec-c3cc572a63bc
11:53:31.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae3bbeaa-0d38-40fb-b785-1614048ef33d
11:53:31.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e36692-41e8-4e75-a76c-7f0460c57872
11:53:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb6df95-7dc3-4539-909f-15733cc50513
11:53:31.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cc3f9aa-6a54-4a56-833b-b1c7d687e0f3
11:53:31.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf54321-e074-408a-9d12-d0fd3fa3da19
11:53:31.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b162d34-fe66-4fce-9275-ed0a2b248d36
11:53:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa890c39-7c58-438a-b4a5-c19d6824b0c0
11:53:31.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:31.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:31.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:31.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:31.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=018e9e19-ba12-4388-aeec-b0b9191fa440
11:53:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:31.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:31.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f73b1c4-d65c-421f-93c9-22a69c9d2c47
11:53:32.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=375739b5-1c0b-486d-b11d-060e37f1c939
11:53:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8930efa-e3f4-4a43-a0ca-5a7ac3bdb715
11:53:32.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fed7178-14c6-453b-bf9a-f8ae21325c33
11:53:32.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bad359a-0705-4c21-9884-133bc16b2b5c
11:53:32.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef3be6c3-e7c9-4b15-b6c2-76b6bcc581c2
11:53:32.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae3bbeaa-0d38-40fb-b785-1614048ef33d
11:53:32.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb6df95-7dc3-4539-909f-15733cc50513
11:53:32.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd1d0980-b285-482d-9141-488871e6ff5f
11:53:32.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf54321-e074-408a-9d12-d0fd3fa3da19
11:53:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39fac59-bcf5-4b99-996d-8a5153e52962
11:53:32.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa890c39-7c58-438a-b4a5-c19d6824b0c0
11:53:32.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72bcab76-e20b-4312-81db-fb0cdeb00d42
11:53:32.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb014080-77ab-4c7b-aa02-1c473224b7a5
11:53:32.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f73b1c4-d65c-421f-93c9-22a69c9d2c47
11:53:32.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3aac021-1f21-485b-9b38-0630646cf13f
11:53:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8930efa-e3f4-4a43-a0ca-5a7ac3bdb715
11:53:32.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7787e399-5c83-4344-abbb-b7bf84f22386
11:53:32.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fed7178-14c6-453b-bf9a-f8ae21325c33
11:53:32.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec3df28a-bbec-49d1-b49a-3d3e639c1dbe
11:53:32.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb43c141-4114-4425-96d5-e0cb3c871dbe
11:53:32.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef3be6c3-e7c9-4b15-b6c2-76b6bcc581c2
11:53:32.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:32.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:32.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:32.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2d33a0-6405-4ba9-8a13-f2cd21abe514
11:53:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:32.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:32.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:32.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd1d0980-b285-482d-9141-488871e6ff5f
11:53:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7b0ddda-b471-4dfa-b899-b84d70ad4cbb
11:53:33.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39fac59-bcf5-4b99-996d-8a5153e52962
11:53:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=695e7f87-1b2d-4c21-897c-b4cfd80f9d74
11:53:33.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72bcab76-e20b-4312-81db-fb0cdeb00d42
11:53:33.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=279b7d0a-1da7-4092-a9dc-348743a396ad
11:53:33.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb014080-77ab-4c7b-aa02-1c473224b7a5
11:53:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f401531-ee78-415a-a7f3-b096462ab230
11:53:33.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3aac021-1f21-485b-9b38-0630646cf13f
11:53:33.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26e2b63e-ef35-4db7-a6f9-20ef6515b96e
11:53:33.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7787e399-5c83-4344-abbb-b7bf84f22386
11:53:33.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=241cd4cb-14cd-4b03-acc0-45d114bb595b
11:53:33.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec3df28a-bbec-49d1-b49a-3d3e639c1dbe
11:53:33.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da70445-a09c-482d-ad30-94d33f0eee86
11:53:33.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb43c141-4114-4425-96d5-e0cb3c871dbe
11:53:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac0e7c0-7ed6-439f-8d06-752ada3387b3
11:53:33.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2d33a0-6405-4ba9-8a13-f2cd21abe514
11:53:33.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99cab2a9-3329-4722-bb34-becf81b7e666
11:53:33.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b3daca-350b-4f8f-9d73-a2232ecd590c
11:53:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7b0ddda-b471-4dfa-b899-b84d70ad4cbb
11:53:33.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c59d2d-d5ba-4689-947f-6e97dcacf840
11:53:33.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:33.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:33.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:33.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:33.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:33.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=695e7f87-1b2d-4c21-897c-b4cfd80f9d74
11:53:33.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140b689a-b191-4484-b15d-37cdd450771c
11:53:34.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=279b7d0a-1da7-4092-a9dc-348743a396ad
11:53:34.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7624f9f3-7f93-4b0e-a9bd-2e73ec839c69
11:53:34.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f401531-ee78-415a-a7f3-b096462ab230
11:53:34.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00471dbf-653d-45d5-9e15-2e186d3f3f12
11:53:34.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26e2b63e-ef35-4db7-a6f9-20ef6515b96e
11:53:34.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe37cd9-3d01-4869-ad0d-971b79632583
11:53:34.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=241cd4cb-14cd-4b03-acc0-45d114bb595b
11:53:34.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1d631a-2625-4707-b882-c695503650c1
11:53:34.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da70445-a09c-482d-ad30-94d33f0eee86
11:53:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d365133d-0f92-46e6-8985-c7bb0ed8c288
11:53:34.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9258cea9-e4dc-400c-83a7-15628918d38e
11:53:34.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac0e7c0-7ed6-439f-8d06-752ada3387b3
11:53:34.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c94e6e31-aab9-4312-a46b-071d5b044d31
11:53:34.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99cab2a9-3329-4722-bb34-becf81b7e666
11:53:34.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a500a50e-2734-4d92-960d-83f524a8b780
11:53:34.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b3daca-350b-4f8f-9d73-a2232ecd590c
11:53:34.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23431845-2e78-42fb-84a2-56b0068716f1
11:53:34.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c59d2d-d5ba-4689-947f-6e97dcacf840
11:53:34.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df42941-fbf4-452b-af96-7ed0fe849264
11:53:34.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140b689a-b191-4484-b15d-37cdd450771c
11:53:34.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:34.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:34.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:34.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:34.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:34.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:34.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:34.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b3ad424-e190-4de3-ba85-631e03839312
11:53:34.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7624f9f3-7f93-4b0e-a9bd-2e73ec839c69
11:53:35.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00471dbf-653d-45d5-9e15-2e186d3f3f12
11:53:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e469bf40-0f4e-4a9f-a474-50bd56f13ba3
11:53:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe37cd9-3d01-4869-ad0d-971b79632583
11:53:35.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1cb1c37-113d-465c-bf21-08dc86dad070
11:53:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23850f1d-2044-4f1f-b774-94e7929ccbd8
11:53:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1d631a-2625-4707-b882-c695503650c1
11:53:35.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abcba9fc-10dc-4fc0-9792-5378cbcf1849
11:53:35.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d365133d-0f92-46e6-8985-c7bb0ed8c288
11:53:35.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad2ab49-7e32-4b43-8b7e-279131e50f38
11:53:35.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9258cea9-e4dc-400c-83a7-15628918d38e
11:53:35.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c94e6e31-aab9-4312-a46b-071d5b044d31
11:53:35.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6c20401-f211-4178-9c05-0864eb0a410a
11:53:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a500a50e-2734-4d92-960d-83f524a8b780
11:53:35.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf4022a-7497-4070-baad-353a60efe163
11:53:35.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23431845-2e78-42fb-84a2-56b0068716f1
11:53:35.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e702cfb-acc9-4832-af25-b93fe527e686
11:53:35.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a874d14-4e14-4fe3-8086-345bb888db01
11:53:35.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df42941-fbf4-452b-af96-7ed0fe849264
11:53:35.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca99be10-acbc-4d89-a8d4-83b5ff73d7e4
11:53:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b3ad424-e190-4de3-ba85-631e03839312
11:53:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:35.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:35.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:35.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:35.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ed8fca5-7bd4-46f7-927b-e2b029b37c2e
11:53:35.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e469bf40-0f4e-4a9f-a474-50bd56f13ba3
11:53:36.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e59a9183-5ecd-4e9e-bc85-14a3af49148b
11:53:36.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1cb1c37-113d-465c-bf21-08dc86dad070
11:53:36.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c1ae04c-f5ae-4d7c-9b0a-56b1ae771666
11:53:36.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23850f1d-2044-4f1f-b774-94e7929ccbd8
11:53:36.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d2f6532-13f9-4836-a5d7-bcfd3673f9ca
11:53:36.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abcba9fc-10dc-4fc0-9792-5378cbcf1849
11:53:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e91a181-30a4-4a80-9b7f-3e87ea7d578b
11:53:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad2ab49-7e32-4b43-8b7e-279131e50f38
11:53:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b16cc0-f5ac-49ea-8b8d-563b2bc97f98
11:53:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6c20401-f211-4178-9c05-0864eb0a410a
11:53:36.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f1d0cf-8ed9-449f-be92-cf46db2e83ef
11:53:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f6e810-4fbc-4067-a7db-73a4eca4a745
11:53:36.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf4022a-7497-4070-baad-353a60efe163
11:53:36.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff7d4db-d637-4114-8ed1-1fae34bdd339
11:53:36.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e702cfb-acc9-4832-af25-b93fe527e686
11:53:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528b8c07-1292-42fa-973a-9bd324f450d2
11:53:36.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a874d14-4e14-4fe3-8086-345bb888db01
11:53:36.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b0d3c21-3a19-4f89-90bc-b2f92cb56baa
11:53:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca99be10-acbc-4d89-a8d4-83b5ff73d7e4
11:53:36.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:36.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ed8fca5-7bd4-46f7-927b-e2b029b37c2e
11:53:36.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:36.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:36.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:36.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:36.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:36.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1f675a-d8de-4a88-9452-818183f4bebe
11:53:36.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0545a275-2686-42cd-89a4-16b4e0315eba
11:53:37.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e59a9183-5ecd-4e9e-bc85-14a3af49148b
11:53:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11bb9cda-6cfa-4cd2-9ad6-d773ad44a4ac
11:53:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c1ae04c-f5ae-4d7c-9b0a-56b1ae771666
11:53:37.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce60e87a-be5c-4be1-b1ec-cef6171f39b7
11:53:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d2f6532-13f9-4836-a5d7-bcfd3673f9ca
11:53:37.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88060694-4416-46bf-a05a-3d039e795027
11:53:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e91a181-30a4-4a80-9b7f-3e87ea7d578b
11:53:37.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b16cc0-f5ac-49ea-8b8d-563b2bc97f98
11:53:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55126aee-8f02-4c9e-bb1b-a36bd14f10cc
11:53:37.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d616d96e-147e-41cd-a164-9b48b62cf8e7
11:53:37.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f1d0cf-8ed9-449f-be92-cf46db2e83ef
11:53:37.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b81cbf7-b477-4cb3-8220-fbd3387ea964
11:53:37.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f6e810-4fbc-4067-a7db-73a4eca4a745
11:53:37.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e19b97-ff34-463f-b492-d9b9529d14f4
11:53:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff7d4db-d637-4114-8ed1-1fae34bdd339
11:53:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528b8c07-1292-42fa-973a-9bd324f450d2
11:53:37.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=510d5562-7883-4d0e-a48b-d894686382e7
11:53:37.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b25ce76-ee35-47a8-ac25-2967472b2169
11:53:37.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b0d3c21-3a19-4f89-90bc-b2f92cb56baa
11:53:37.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=196a1f8f-51ba-4343-8382-d25e1e5b3d10
11:53:37.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:37.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1f675a-d8de-4a88-9452-818183f4bebe
11:53:37.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:37.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:37.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:37.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:37.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:37.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:37.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d46ed3-4619-454f-b2c1-a4597bce22ca
11:53:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0545a275-2686-42cd-89a4-16b4e0315eba
11:53:38.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11bb9cda-6cfa-4cd2-9ad6-d773ad44a4ac
11:53:38.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d296043-1ea8-4e6a-bb17-f697cf53ba30
11:53:38.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce60e87a-be5c-4be1-b1ec-cef6171f39b7
11:53:38.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=524f1b0d-2f49-41a9-ac08-f0d071950ba3
11:53:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88060694-4416-46bf-a05a-3d039e795027
11:53:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55126aee-8f02-4c9e-bb1b-a36bd14f10cc
11:53:38.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=487edddd-60b4-4a54-9ef4-c55d5f8d1686
11:53:38.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d616d96e-147e-41cd-a164-9b48b62cf8e7
11:53:38.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60db99cc-1a36-4f93-bd46-2a2b87487615
11:53:38.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b81cbf7-b477-4cb3-8220-fbd3387ea964
11:53:38.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c96a30-65de-4cfe-8785-f012e7f9d844
11:53:38.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e19b97-ff34-463f-b492-d9b9529d14f4
11:53:38.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7e9c08-31be-4ab0-a079-d58ad24cd654
11:53:38.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=510d5562-7883-4d0e-a48b-d894686382e7
11:53:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b706a3b-e031-4185-bd9f-0ceb16ddf260
11:53:38.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b25ce76-ee35-47a8-ac25-2967472b2169
11:53:38.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb53358e-dc7e-4f20-a194-d6dfa90ec5a5
11:53:38.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=196a1f8f-51ba-4343-8382-d25e1e5b3d10
11:53:38.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b8fb368-6cfb-4497-83c7-a530a7fd0ac6
11:53:38.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d46ed3-4619-454f-b2c1-a4597bce22ca
11:53:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:38.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:38.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:38.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:38.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:38.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:38.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:38.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c0b9d5-bae7-4cb5-a8a9-8aef94320918
11:53:38.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d296043-1ea8-4e6a-bb17-f697cf53ba30
11:53:39.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a000e13-03d2-4fc9-a5f3-5ba3c21941c8
11:53:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=524f1b0d-2f49-41a9-ac08-f0d071950ba3
11:53:39.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4555abf-258c-4227-81fb-c5e9309d3be6
11:53:39.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=487edddd-60b4-4a54-9ef4-c55d5f8d1686
11:53:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495a3928-c815-4231-a97c-49fe627964c8
11:53:39.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60db99cc-1a36-4f93-bd46-2a2b87487615
11:53:39.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ab218ad-5a1e-47a8-8f1c-ef4857a2dbce
11:53:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c96a30-65de-4cfe-8785-f012e7f9d844
11:53:39.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1119ae8b-1e70-41a2-84de-6fe5b94941c9
11:53:39.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7e9c08-31be-4ab0-a079-d58ad24cd654
11:53:39.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73fb91f8-d079-4b13-aae1-5bed195a54c9
11:53:39.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b706a3b-e031-4185-bd9f-0ceb16ddf260
11:53:39.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3df1384d-ed95-4a94-a82c-e0be47d1e19e
11:53:39.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb53358e-dc7e-4f20-a194-d6dfa90ec5a5
11:53:39.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f19aa46-b433-4a23-a262-c4b78284b5d5
11:53:39.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19af5479-7984-416d-8619-e373bb748e2b
11:53:39.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b8fb368-6cfb-4497-83c7-a530a7fd0ac6
11:53:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cedc33ec-6191-43c9-8b80-ebcbc2829484
11:53:39.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c0b9d5-bae7-4cb5-a8a9-8aef94320918
11:53:39.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311d6bda-362d-449e-b00b-94b17923ab7e
11:53:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a000e13-03d2-4fc9-a5f3-5ba3c21941c8
11:53:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:39.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:39.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:39.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:39.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:39.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:39.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:39.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1576b547-689a-46d2-8289-a61f91ff4143
11:53:39.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4555abf-258c-4227-81fb-c5e9309d3be6
11:53:40.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c954a62b-e97e-4f54-bc0d-57f8ec248e89
11:53:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495a3928-c815-4231-a97c-49fe627964c8
11:53:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f25b2ec-406b-431e-bfaa-52610160ea67
11:53:40.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ab218ad-5a1e-47a8-8f1c-ef4857a2dbce
11:53:40.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=add2976e-a137-4adc-92da-e0c5628d2cf3
11:53:40.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1119ae8b-1e70-41a2-84de-6fe5b94941c9
11:53:40.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c831be6-94c9-4e85-a2f6-2ad5463d0cf2
11:53:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73fb91f8-d079-4b13-aae1-5bed195a54c9
11:53:40.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564e097-1d9c-4826-bf2f-e9d9e4a7ad09
11:53:40.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3df1384d-ed95-4a94-a82c-e0be47d1e19e
11:53:40.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99ff862f-843a-4156-a396-9e3d251d5df8
11:53:40.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f19aa46-b433-4a23-a262-c4b78284b5d5
11:53:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae23715-8555-46c9-afe5-39cd930afeff
11:53:40.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19af5479-7984-416d-8619-e373bb748e2b
11:53:40.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52ca6e6a-ae85-4572-8085-9842806b14bc
11:53:40.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cedc33ec-6191-43c9-8b80-ebcbc2829484
11:53:40.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f37a60-3b3e-4df1-ba1b-dc896fda3ac3
11:53:40.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311d6bda-362d-449e-b00b-94b17923ab7e
11:53:40.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27a6612-1610-4b41-9e2f-9cbee45799bc
11:53:40.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1576b547-689a-46d2-8289-a61f91ff4143
11:53:40.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35176ca8-bd76-40ec-bf5d-5ac823804cfb
11:53:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c954a62b-e97e-4f54-bc0d-57f8ec248e89
11:53:40.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:40.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:40.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:40.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:40.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:40.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:40.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:40.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a9735a-f8f3-4f4c-bd53-43b11cc26bf8
11:53:40.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd1d8c0b-f5cd-44f2-8977-a335159220c0
11:53:41.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f25b2ec-406b-431e-bfaa-52610160ea67
11:53:41.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25bb7f58-ae68-4825-bb55-e456c54f6f00
11:53:41.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=add2976e-a137-4adc-92da-e0c5628d2cf3
11:53:41.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c7915b-e526-4980-9e65-5bb2d9a7ed8f
11:53:41.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c831be6-94c9-4e85-a2f6-2ad5463d0cf2
11:53:41.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2728f2-97d9-4e70-b571-10c4203e06b0
11:53:41.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564e097-1d9c-4826-bf2f-e9d9e4a7ad09
11:53:41.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=474af8bb-dc96-4977-84ec-a59146551d93
11:53:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99ff862f-843a-4156-a396-9e3d251d5df8
11:53:41.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c590be37-e232-4ec2-8fe4-e6a54d4f4f63
11:53:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae23715-8555-46c9-afe5-39cd930afeff
11:53:41.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e45feea-79d0-45d5-9f0d-7f09ddd413cd
11:53:41.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52ca6e6a-ae85-4572-8085-9842806b14bc
11:53:41.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07faa767-f6f5-401d-9fde-ee52763fa8db
11:53:41.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f37a60-3b3e-4df1-ba1b-dc896fda3ac3
11:53:41.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27a6612-1610-4b41-9e2f-9cbee45799bc
11:53:41.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96da057c-4200-4446-aca1-e70c30fc595a
11:53:41.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35176ca8-bd76-40ec-bf5d-5ac823804cfb
11:53:41.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfd4930-cedf-42b8-afc7-a8eb92867b62
11:53:41.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a9735a-f8f3-4f4c-bd53-43b11cc26bf8
11:53:41.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd1d8c0b-f5cd-44f2-8977-a335159220c0
11:53:41.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:41.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d986d691-2be6-4e28-a0b8-e3eaedb199d8
11:53:41.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:41.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:41.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:41.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:41.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25bb7f58-ae68-4825-bb55-e456c54f6f00
11:53:42.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93f24e18-211b-428d-be7b-af057f9bb81f
11:53:42.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c7915b-e526-4980-9e65-5bb2d9a7ed8f
11:53:42.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a790b15-4195-4ae1-a6cc-90ce513a7f0e
11:53:42.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2728f2-97d9-4e70-b571-10c4203e06b0
11:53:42.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551c7104-c6fe-4c1f-898b-e12877232372
11:53:42.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=474af8bb-dc96-4977-84ec-a59146551d93
11:53:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f598b645-ace8-41ac-9cfe-ef29fbef9cf3
11:53:42.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c590be37-e232-4ec2-8fe4-e6a54d4f4f63
11:53:42.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989f27cb-b61c-4a0f-b840-29693584fb85
11:53:42.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e45feea-79d0-45d5-9f0d-7f09ddd413cd
11:53:42.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5afa7d1-e346-475e-9acf-c29800d351d1
11:53:42.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07faa767-f6f5-401d-9fde-ee52763fa8db
11:53:42.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=644a8a64-2bf9-4627-9c47-578cf3e7325e
11:53:42.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96da057c-4200-4446-aca1-e70c30fc595a
11:53:42.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e5667a-b5b5-42cf-94b2-97d451f32b8a
11:53:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfd4930-cedf-42b8-afc7-a8eb92867b62
11:53:42.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe36c2e-b8f5-49a0-b5c5-d789859c4c68
11:53:42.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d986d691-2be6-4e28-a0b8-e3eaedb199d8
11:53:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f43be0d6-1e90-447d-b7d3-f5ca40c88bfe
11:53:42.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93f24e18-211b-428d-be7b-af057f9bb81f
11:53:42.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798f0e2a-b7ae-4e0a-987b-56e874dc137d
11:53:42.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a790b15-4195-4ae1-a6cc-90ce513a7f0e
11:53:42.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:42.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:42.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:42.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:42.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:42.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:42.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551c7104-c6fe-4c1f-898b-e12877232372
11:53:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a9a57a5-4b73-4a75-a3e7-0d524d814d2e
11:53:43.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8525988a-6b09-4149-a237-e63fcb37bd73
11:53:43.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f598b645-ace8-41ac-9cfe-ef29fbef9cf3
11:53:43.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9560d29a-9cd1-49f0-8002-72d9b7ec618c
11:53:43.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989f27cb-b61c-4a0f-b840-29693584fb85
11:53:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01292b04-9808-4d53-be1a-49b13b53ea74
11:53:43.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c465ea23-8a69-4335-9b7a-7da97f19b4ed
11:53:43.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5afa7d1-e346-475e-9acf-c29800d351d1
11:53:43.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c912c5-30f1-4f4e-981e-2189f1336a38
11:53:43.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=644a8a64-2bf9-4627-9c47-578cf3e7325e
11:53:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d224a4a5-90ca-4c49-aee3-920f387aff41
11:53:43.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f5260d-c046-485e-9637-25ff735fbe71
11:53:43.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e5667a-b5b5-42cf-94b2-97d451f32b8a
11:53:43.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ccaa63f-5f37-4173-a519-46cec4a2b849
11:53:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe36c2e-b8f5-49a0-b5c5-d789859c4c68
11:53:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0487dc9b-7008-4ffe-b362-3a6684c29445
11:53:43.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f43be0d6-1e90-447d-b7d3-f5ca40c88bfe
11:53:43.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e4fe15-15de-4bb6-9377-5e52771cb663
11:53:43.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798f0e2a-b7ae-4e0a-987b-56e874dc137d
11:53:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a9a57a5-4b73-4a75-a3e7-0d524d814d2e
11:53:43.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7455182-e675-45e2-b4f1-c4eed08589b0
11:53:43.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7914819c-58ea-4351-a428-ca335ac40ec4
11:53:43.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:43.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:43.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:43.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:43.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:43.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8525988a-6b09-4149-a237-e63fcb37bd73
11:53:43.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8247e118-eb86-4338-9874-bd79665b9f35
11:53:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9560d29a-9cd1-49f0-8002-72d9b7ec618c
11:53:44.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45bea65a-8b8b-4060-b13e-9a0c9986de15
11:53:44.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01292b04-9808-4d53-be1a-49b13b53ea74
11:53:44.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce97a88-aef2-4412-9619-d3f87a79b510
11:53:44.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c465ea23-8a69-4335-9b7a-7da97f19b4ed
11:53:44.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def2b0d9-7e45-43f1-ba2a-53d6d67a7d96
11:53:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c912c5-30f1-4f4e-981e-2189f1336a38
11:53:44.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaec20ab-95ff-4e86-8ded-1d11b95a1c85
11:53:44.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d224a4a5-90ca-4c49-aee3-920f387aff41
11:53:44.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b8e27b-cf77-4e2a-b99d-839795ffb9d9
11:53:44.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f5260d-c046-485e-9637-25ff735fbe71
11:53:44.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.556 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ccaa63f-5f37-4173-a519-46cec4a2b849
11:53:44.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19f13df-5a08-4fea-97dd-1da9dcf28285
11:53:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0487dc9b-7008-4ffe-b362-3a6684c29445
11:53:44.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08cdf71e-5150-4a3a-a6b4-a7e497fe7598
11:53:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e4fe15-15de-4bb6-9377-5e52771cb663
11:53:44.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4958b79d-442e-4e1c-9038-bc005314a760
11:53:44.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7455182-e675-45e2-b4f1-c4eed08589b0
11:53:44.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb5f16d-a4d9-436a-afa5-7d67e967742a
11:53:44.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7914819c-58ea-4351-a428-ca335ac40ec4
11:53:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7215681d-99a4-46ed-9a3b-ed9b0cd1fd4e
11:53:44.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8247e118-eb86-4338-9874-bd79665b9f35
11:53:44.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2fdbb4-4861-41d3-b790-71b6f15ececd
11:53:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:44.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:44.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:44.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:44.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:44.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:44.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:44.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45bea65a-8b8b-4060-b13e-9a0c9986de15
11:53:44.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce97a88-aef2-4412-9619-d3f87a79b510
11:53:45.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1f82bb-80c6-404a-abb1-d17cf98349c7
11:53:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def2b0d9-7e45-43f1-ba2a-53d6d67a7d96
11:53:45.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14bfd578-96f2-4750-92fa-a424c7a9b6a4
11:53:45.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63ad6d2d-67b0-4d0e-8e55-a54c4b557371
11:53:45.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaec20ab-95ff-4e86-8ded-1d11b95a1c85
11:53:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=931cdad7-2d80-4b3d-9b96-ee46149a8ad8
11:53:45.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b8e27b-cf77-4e2a-b99d-839795ffb9d9
11:53:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6919bafa-0fb2-4d6e-8b1d-c3f32928858b
11:53:45.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19f13df-5a08-4fea-97dd-1da9dcf28285
11:53:45.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34b547a5-740f-4a64-91da-4c2def7f30cb
11:53:45.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08cdf71e-5150-4a3a-a6b4-a7e497fe7598
11:53:45.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4958b79d-442e-4e1c-9038-bc005314a760
11:53:45.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a43fdead-300b-4a47-9b4a-b9f9f9a13b14
11:53:45.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb5f16d-a4d9-436a-afa5-7d67e967742a
11:53:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7811682-37a6-4702-835c-a47ca592bf87
11:53:45.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7215681d-99a4-46ed-9a3b-ed9b0cd1fd4e
11:53:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dafba3e2-d6b7-497a-8e44-18f7ebc1e600
11:53:45.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2fdbb4-4861-41d3-b790-71b6f15ececd
11:53:45.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1117afc-6de0-445a-851a-29d1329d234a
11:53:45.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:45.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1f82bb-80c6-404a-abb1-d17cf98349c7
11:53:45.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:45.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:45.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:45.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:45.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:45.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:45.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96be7912-de43-4870-904f-d40758f78ce4
11:53:46.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14bfd578-96f2-4750-92fa-a424c7a9b6a4
11:53:46.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a36a8b2-11e1-4bb1-ab33-0cdaba5d696b
11:53:46.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35be569-8208-48e8-a31c-1a1991950219
11:53:46.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63ad6d2d-67b0-4d0e-8e55-a54c4b557371
11:53:46.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fa3ee0-ddbf-4cd5-9a6f-0c8dbc4a7d98
11:53:46.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=931cdad7-2d80-4b3d-9b96-ee46149a8ad8
11:53:46.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47140aed-55f7-4eb7-9669-7f51c1e88218
11:53:46.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6919bafa-0fb2-4d6e-8b1d-c3f32928858b
11:53:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad695785-8732-4282-8dc4-9f948f46af4e
11:53:46.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34b547a5-740f-4a64-91da-4c2def7f30cb
11:53:46.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a43fdead-300b-4a47-9b4a-b9f9f9a13b14
11:53:46.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b17a6af-b46b-4005-92f4-f80649b823a9
11:53:46.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7811682-37a6-4702-835c-a47ca592bf87
11:53:46.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f948ed39-f167-41c0-a8ec-1ed25d6bf39f
11:53:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a008fd2f-a944-42ed-ad1f-78ac9cd07283
11:53:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dafba3e2-d6b7-497a-8e44-18f7ebc1e600
11:53:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3531edaa-9210-4da4-b8fb-b1971625edb1
11:53:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1117afc-6de0-445a-851a-29d1329d234a
11:53:46.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b9c8fe-eb98-4901-957c-2f702dde776c
11:53:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:46.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96be7912-de43-4870-904f-d40758f78ce4
11:53:46.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:46.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:46.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:46.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:46.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:46.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:46.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a36a8b2-11e1-4bb1-ab33-0cdaba5d696b
11:53:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52326f92-0cda-44e6-b54c-bc7f26bb5065
11:53:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35be569-8208-48e8-a31c-1a1991950219
11:53:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27133789-4c28-4108-9abe-cd063f82422a
11:53:47.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fa3ee0-ddbf-4cd5-9a6f-0c8dbc4a7d98
11:53:47.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e0d5536-e69d-4268-98cb-72283ce5165b
11:53:47.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47140aed-55f7-4eb7-9669-7f51c1e88218
11:53:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3230dd-8f1e-402a-aa4c-12e4b7b945ae
11:53:47.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad695785-8732-4282-8dc4-9f948f46af4e
11:53:47.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b17a6af-b46b-4005-92f4-f80649b823a9
11:53:47.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2fd03e-7b6a-405b-8f44-8dda6268ba34
11:53:47.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f948ed39-f167-41c0-a8ec-1ed25d6bf39f
11:53:47.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b734b4f4-a7f7-45f8-92f0-05184676837d
11:53:47.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a008fd2f-a944-42ed-ad1f-78ac9cd07283
11:53:47.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c48dde-ae5d-48d7-a195-78ac756fe9af
11:53:47.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3531edaa-9210-4da4-b8fb-b1971625edb1
11:53:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6741893-af48-45d3-9b97-187e4d9dc90e
11:53:47.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b9c8fe-eb98-4901-957c-2f702dde776c
11:53:47.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2647aa1-c4ed-4499-a164-7c378a787992
11:53:47.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52326f92-0cda-44e6-b54c-bc7f26bb5065
11:53:47.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd9f8399-7ac5-41d1-8081-6afec715f980
11:53:47.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27133789-4c28-4108-9abe-cd063f82422a
11:53:47.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9604eb4e-7246-479c-8561-8cb09c3d9551
11:53:47.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:47.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:47.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:47.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:47.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:47.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e0d5536-e69d-4268-98cb-72283ce5165b
11:53:47.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b9cb4c-addd-45f8-a849-47fc1d9e2a46
11:53:48.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3230dd-8f1e-402a-aa4c-12e4b7b945ae
11:53:48.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6efd58b-6337-4803-a10e-70f70406dba0
11:53:48.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2fd03e-7b6a-405b-8f44-8dda6268ba34
11:53:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b734b4f4-a7f7-45f8-92f0-05184676837d
11:53:48.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04ee3ff-bc31-4677-8892-27514c09ae44
11:53:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6d39509-3abe-4b20-ad4a-e670cc8c4ce7
11:53:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c48dde-ae5d-48d7-a195-78ac756fe9af
11:53:48.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=562b640c-7c8f-4837-9279-53e916acc077
11:53:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6741893-af48-45d3-9b97-187e4d9dc90e
11:53:48.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74812fa1-bee2-4932-92cc-9d8d172eec4d
11:53:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2647aa1-c4ed-4499-a164-7c378a787992
11:53:48.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6e21886-f793-4df1-a35e-cb92d28033f2
11:53:48.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c238c240-f521-46de-a30d-3faf02bdcb2f
11:53:48.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd9f8399-7ac5-41d1-8081-6afec715f980
11:53:48.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9604eb4e-7246-479c-8561-8cb09c3d9551
11:53:48.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca44fdb-8f46-4501-9647-b71e41bd5e7e
11:53:48.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b9cb4c-addd-45f8-a849-47fc1d9e2a46
11:53:48.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee02c49a-ae5a-4daf-b15b-173322d1494d
11:53:48.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:48.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6efd58b-6337-4803-a10e-70f70406dba0
11:53:48.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:48.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:48.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:48.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:48.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ab94640-1ae6-456d-bbe4-de59a7cac5b9
11:53:48.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74080b10-538b-430a-ac59-6272d4faebbd
11:53:49.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04ee3ff-bc31-4677-8892-27514c09ae44
11:53:49.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6d39509-3abe-4b20-ad4a-e670cc8c4ce7
11:53:49.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d47d1b-3eeb-4cf6-aa35-a5d3ff082bdc
11:53:49.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=562b640c-7c8f-4837-9279-53e916acc077
11:53:49.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee68d04d-5422-4755-95c1-7ad5b4e9d957
11:53:49.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74812fa1-bee2-4932-92cc-9d8d172eec4d
11:53:49.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d93e90-93a3-44e9-806c-0c6cfd5f8608
11:53:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6e21886-f793-4df1-a35e-cb92d28033f2
11:53:49.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aface40-77d3-4777-999a-0203be0467ca
11:53:49.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76e4f08c-7e72-48c9-b215-1f0feeb4fe29
11:53:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c238c240-f521-46de-a30d-3faf02bdcb2f
11:53:49.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00563e73-31ab-47bd-9402-06efaf076d16
11:53:49.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca44fdb-8f46-4501-9647-b71e41bd5e7e
11:53:49.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43f1d04-df98-4dd0-9e51-752c09f855d4
11:53:49.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee02c49a-ae5a-4daf-b15b-173322d1494d
11:53:49.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff324ca2-bfeb-4164-9bfd-ef2ac46b5de1
11:53:49.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ab94640-1ae6-456d-bbe4-de59a7cac5b9
11:53:49.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74080b10-538b-430a-ac59-6272d4faebbd
11:53:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17fb9307-d573-4557-81ca-1f6dcc03251b
11:53:49.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce5996c-a41d-42bd-b526-6c274b6b99f2
11:53:49.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d47d1b-3eeb-4cf6-aa35-a5d3ff082bdc
11:53:49.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d6e655-91ab-43fd-b277-69bb40519193
11:53:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:49.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee68d04d-5422-4755-95c1-7ad5b4e9d957
11:53:49.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:49.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:49.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:49.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:49.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:49.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:49.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac7dc30-2d22-4a79-ad55-a554fcc8e0df
11:53:50.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d93e90-93a3-44e9-806c-0c6cfd5f8608
11:53:50.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135e8075-bfa3-4c11-bb63-0eb7292413c7
11:53:50.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aface40-77d3-4777-999a-0203be0467ca
11:53:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76e4f08c-7e72-48c9-b215-1f0feeb4fe29
11:53:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150b3461-b347-4d78-8af8-99b81c47296b
11:53:50.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00563e73-31ab-47bd-9402-06efaf076d16
11:53:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2703e4e-a500-409e-8a21-499830e5d8a7
11:53:50.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43f1d04-df98-4dd0-9e51-752c09f855d4
11:53:50.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7ccfc45-8f91-4346-b85d-5c97bc706da7
11:53:50.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff324ca2-bfeb-4164-9bfd-ef2ac46b5de1
11:53:50.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab39f47-f208-4c20-8d10-0fca8a94a45a
11:53:50.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17fb9307-d573-4557-81ca-1f6dcc03251b
11:53:50.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a92ae6-58d3-4740-9d1b-82eca15e8f8c
11:53:50.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=365bef30-be02-4ca3-8238-4f826f5c8b5d
11:53:50.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce5996c-a41d-42bd-b526-6c274b6b99f2
11:53:50.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d6e655-91ab-43fd-b277-69bb40519193
11:53:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6774c870-e908-4eea-bc42-f9fdd9338632
11:53:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ddb5790-d229-41d8-bff0-5ffee1944133
11:53:50.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac7dc30-2d22-4a79-ad55-a554fcc8e0df
11:53:50.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c338280-6261-438d-b580-e78acf39bb98
11:53:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:50.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:50.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:50.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:50.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:50.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:50.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:50.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135e8075-bfa3-4c11-bb63-0eb7292413c7
11:53:50.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150b3461-b347-4d78-8af8-99b81c47296b
11:53:51.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a11359a6-8ed3-476d-a79a-6c23f09d8185
11:53:51.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2703e4e-a500-409e-8a21-499830e5d8a7
11:53:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1eb54af-209b-4e33-897e-5fc9ae326d4f
11:53:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.223 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7ccfc45-8f91-4346-b85d-5c97bc706da7
11:53:51.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6806c6d1-7773-4c39-a1fd-b67ecb79ead6
11:53:51.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab39f47-f208-4c20-8d10-0fca8a94a45a
11:53:51.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d40e0b41-597e-45f7-b654-64db2051ddf6
11:53:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a92ae6-58d3-4740-9d1b-82eca15e8f8c
11:53:51.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=820f0327-0aaa-400f-ad60-0c37e8a76e48
11:53:51.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=365bef30-be02-4ca3-8238-4f826f5c8b5d
11:53:51.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1222eb5c-0f19-406d-a92c-c0bedf652695
11:53:51.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6774c870-e908-4eea-bc42-f9fdd9338632
11:53:51.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8bc582f-990f-4b37-bb8c-c075d1cd5991
11:53:51.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ddb5790-d229-41d8-bff0-5ffee1944133
11:53:51.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3558f901-b80b-4ee8-ab9a-6f47325e3be7
11:53:51.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c338280-6261-438d-b580-e78acf39bb98
11:53:51.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c2cea1f-4aae-440e-8e84-97faedd1679c
11:53:51.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a11359a6-8ed3-476d-a79a-6c23f09d8185
11:53:51.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c28c705-0910-423f-b59a-21fbab30b2cf
11:53:51.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1eb54af-209b-4e33-897e-5fc9ae326d4f
11:53:51.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ee7c40-b192-46da-8542-44c0841e2327
11:53:51.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:51.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6806c6d1-7773-4c39-a1fd-b67ecb79ead6
11:53:51.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:51.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:51.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:51.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:51.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:51.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:51.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547b597d-897b-4d71-af4b-5c5a69d2c1b5
11:53:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d40e0b41-597e-45f7-b654-64db2051ddf6
11:53:52.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13405427-3fe6-45ac-bc34-584d47fe95f9
11:53:52.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=820f0327-0aaa-400f-ad60-0c37e8a76e48
11:53:52.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf3823e-3000-4b85-ad5f-375df73c39c4
11:53:52.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a2ef6e-6890-4dc6-b48a-974354b0d76e
11:53:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1222eb5c-0f19-406d-a92c-c0bedf652695
11:53:52.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8bc582f-990f-4b37-bb8c-c075d1cd5991
11:53:52.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb9cd16-94fc-4a8b-8490-328a7e722142
11:53:52.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3558f901-b80b-4ee8-ab9a-6f47325e3be7
11:53:52.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe09e74-06db-4774-a9fc-7ceea92d60da
11:53:52.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c2cea1f-4aae-440e-8e84-97faedd1679c
11:53:52.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a2360e0-22d5-45ae-9a0e-c07a618bc40f
11:53:52.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c28c705-0910-423f-b59a-21fbab30b2cf
11:53:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f5dc46-9080-43bc-b806-85f36cb13ec4
11:53:52.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ee7c40-b192-46da-8542-44c0841e2327
11:53:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252e4b64-7aac-4ea3-8bbf-7f27231927b2
11:53:52.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547b597d-897b-4d71-af4b-5c5a69d2c1b5
11:53:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ab9f6b-0724-4593-b58f-5813f1196420
11:53:52.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13405427-3fe6-45ac-bc34-584d47fe95f9
11:53:52.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dbeb90a-722e-4c04-a0c8-c2e822417280
11:53:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf3823e-3000-4b85-ad5f-375df73c39c4
11:53:52.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:52.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:52.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:52.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:52.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:52.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddd39629-9056-4292-886e-3a25b8d4b804
11:53:52.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a2ef6e-6890-4dc6-b48a-974354b0d76e
11:53:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe529452-887c-4cf8-8130-1a51a93a52f5
11:53:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb9cd16-94fc-4a8b-8490-328a7e722142
11:53:53.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d9a3cfb-7d7c-4760-a6b8-e94c38c381ab
11:53:53.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe09e74-06db-4774-a9fc-7ceea92d60da
11:53:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23ba2831-65ec-44aa-8912-76b4dfc50463
11:53:53.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a2360e0-22d5-45ae-9a0e-c07a618bc40f
11:53:53.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa84d05f-4437-4a3e-81fc-9e716f5cb379
11:53:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f5dc46-9080-43bc-b806-85f36cb13ec4
11:53:53.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252e4b64-7aac-4ea3-8bbf-7f27231927b2
11:53:53.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85257f2d-b235-4a8b-a74b-360ea4c8f57b
11:53:53.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ab9f6b-0724-4593-b58f-5813f1196420
11:53:53.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d87d643-761d-48ef-bd1a-dc6e3dc1db37
11:53:53.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0271f898-e6e1-4520-97b1-d875a754db16
11:53:53.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dbeb90a-722e-4c04-a0c8-c2e822417280
11:53:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.687 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddd39629-9056-4292-886e-3a25b8d4b804
11:53:53.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8878dc2-6460-4200-9577-f559c5932a46
11:53:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936002b1-0daf-4aa3-a167-b653c14481ea
11:53:53.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe529452-887c-4cf8-8130-1a51a93a52f5
11:53:53.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84452cc5-d872-49fe-b78c-b52a7f54c719
11:53:53.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d9a3cfb-7d7c-4760-a6b8-e94c38c381ab
11:53:53.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1052cee5-4a46-4430-a928-87bed27d9e78
11:53:53.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23ba2831-65ec-44aa-8912-76b4dfc50463
11:53:53.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:53.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa84d05f-4437-4a3e-81fc-9e716f5cb379
11:53:53.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:53.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:53.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:53.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:53.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:53.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:53.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4040ce91-6426-4917-96f0-c6934e9f98c5
11:53:54.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85257f2d-b235-4a8b-a74b-360ea4c8f57b
11:53:54.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0329fb6d-8526-4579-9360-3c264495cd4b
11:53:54.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d87d643-761d-48ef-bd1a-dc6e3dc1db37
11:53:54.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37cb2613-b41b-4bf9-ae23-da9c36142eef
11:53:54.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0271f898-e6e1-4520-97b1-d875a754db16
11:53:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523bf49c-d978-43dd-b021-98a27babc4bc
11:53:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8878dc2-6460-4200-9577-f559c5932a46
11:53:54.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89f13a94-980b-47b7-9c78-5610988b4e6b
11:53:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936002b1-0daf-4aa3-a167-b653c14481ea
11:53:54.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4150ca10-616b-4987-8032-70a4ba7d2b7a
11:53:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84452cc5-d872-49fe-b78c-b52a7f54c719
11:53:54.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b071801-b7f3-43f7-b9a3-b35e7ec6d854
11:53:54.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1052cee5-4a46-4430-a928-87bed27d9e78
11:53:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0e6e5a-6e38-4d2a-bd15-be70643c6bc0
11:53:54.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4040ce91-6426-4917-96f0-c6934e9f98c5
11:53:54.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10294823-51f4-4bea-b89b-7ed3eb439753
11:53:54.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0329fb6d-8526-4579-9360-3c264495cd4b
11:53:54.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3c6cc4-d4db-421c-972a-48468afd230a
11:53:54.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37cb2613-b41b-4bf9-ae23-da9c36142eef
11:53:54.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fddec87-b5ad-4fe4-9cea-848b14f6117d
11:53:54.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523bf49c-d978-43dd-b021-98a27babc4bc
11:53:54.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:54.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:54.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:54.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d1b67cd-774b-4adf-9ade-ca31ba667e01
11:53:54.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89f13a94-980b-47b7-9c78-5610988b4e6b
11:53:55.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e31e0000-5ca8-497c-9994-f0bae5f2d1f5
11:53:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4150ca10-616b-4987-8032-70a4ba7d2b7a
11:53:55.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b54b3a6-9c0b-40fa-931e-38baa70d5e3a
11:53:55.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b071801-b7f3-43f7-b9a3-b35e7ec6d854
11:53:55.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf358c1-ab57-4a07-9162-b7f4dd35dbaf
11:53:55.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0e6e5a-6e38-4d2a-bd15-be70643c6bc0
11:53:55.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb5ac21b-10ba-498c-a988-5bb0ed0986d3
11:53:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10294823-51f4-4bea-b89b-7ed3eb439753
11:53:55.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3c6cc4-d4db-421c-972a-48468afd230a
11:53:55.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c50684d-271f-4d26-ada0-a1af909fa4fd
11:53:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fddec87-b5ad-4fe4-9cea-848b14f6117d
11:53:55.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db81a08d-1b36-4df4-b0df-8a395c0ebcc6
11:53:55.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d1b67cd-774b-4adf-9ade-ca31ba667e01
11:53:55.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bdc0d30-57d4-456d-b554-cc845d324d2a
11:53:55.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e31e0000-5ca8-497c-9994-f0bae5f2d1f5
11:53:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40ff7d0f-468b-47cb-9d8e-97241f5a281d
11:53:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b54b3a6-9c0b-40fa-931e-38baa70d5e3a
11:53:55.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f011e5a-4dc5-495b-8d05-4e51297bdb19
11:53:55.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc686ac-2045-4b60-a1eb-a59f03f1f677
11:53:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf358c1-ab57-4a07-9162-b7f4dd35dbaf
11:53:55.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7425c60-3538-4bf5-bec7-4880a2466db1
11:53:55.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb5ac21b-10ba-498c-a988-5bb0ed0986d3
11:53:55.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:55.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:55.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd50a7f2-466b-4aa3-af24-9d5093d31b48
11:53:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:55.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:55.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:55.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:55.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:55.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c50684d-271f-4d26-ada0-a1af909fa4fd
11:53:55.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13b8727-1c39-41af-a237-c7a6a1b55a89
11:53:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db81a08d-1b36-4df4-b0df-8a395c0ebcc6
11:53:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120c006b-863a-493b-b0c5-54e034d59465
11:53:56.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bdc0d30-57d4-456d-b554-cc845d324d2a
11:53:56.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5adab339-1fac-4dfd-b9dc-6b59cf0b14b4
11:53:56.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40ff7d0f-468b-47cb-9d8e-97241f5a281d
11:53:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9951ebbf-ae5d-436f-a434-190f45bfd7c4
11:53:56.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cadfd77d-e565-4620-b3ef-25439e3f9763
11:53:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f011e5a-4dc5-495b-8d05-4e51297bdb19
11:53:56.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc686ac-2045-4b60-a1eb-a59f03f1f677
11:53:56.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29c5341b-27ab-4f65-86fe-2dbfddeda8fa
11:53:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d341fef8-f0c5-4af6-9542-40343c3c7add
11:53:56.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7425c60-3538-4bf5-bec7-4880a2466db1
11:53:56.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65ea544-7c85-4993-bbef-c7f5aa1dfceb
11:53:56.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd50a7f2-466b-4aa3-af24-9d5093d31b48
11:53:56.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3daecad7-c6ab-4c03-a92f-ca23495a14d2
11:53:56.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13b8727-1c39-41af-a237-c7a6a1b55a89
11:53:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246547db-6b01-4f6f-bcee-8440f8c387bb
11:53:56.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120c006b-863a-493b-b0c5-54e034d59465
11:53:56.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=080bb837-01c4-41a9-a60a-87b8110d0064
11:53:56.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5adab339-1fac-4dfd-b9dc-6b59cf0b14b4
11:53:56.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:56.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:56.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5602d504-7234-43d3-a056-8ea98eeee9ef
11:53:56.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:56.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:56.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:56.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:56.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9951ebbf-ae5d-436f-a434-190f45bfd7c4
11:53:56.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2dd264-3ec4-4c2a-aa26-b37a43dafd99
11:53:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cadfd77d-e565-4620-b3ef-25439e3f9763
11:53:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9ac026d-ef98-49ab-bbf8-072f9d15bf8a
11:53:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29c5341b-27ab-4f65-86fe-2dbfddeda8fa
11:53:57.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5836c0-f3ad-4142-9d0e-95c6b81b36a4
11:53:57.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d341fef8-f0c5-4af6-9542-40343c3c7add
11:53:57.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf34b85f-6562-49be-8bdf-c87cd32c7dec
11:53:57.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65ea544-7c85-4993-bbef-c7f5aa1dfceb
11:53:57.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9267402-1cf9-41ca-8f27-dacaf933748d
11:53:57.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86129315-35b4-4008-ad42-df7a6decbb08
11:53:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3daecad7-c6ab-4c03-a92f-ca23495a14d2
11:53:57.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd69d85-0658-4840-8c47-4151e90d7042
11:53:57.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246547db-6b01-4f6f-bcee-8440f8c387bb
11:53:57.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b46025a-d936-4b39-81c6-2b48ff6da8ad
11:53:57.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=080bb837-01c4-41a9-a60a-87b8110d0064
11:53:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5602d504-7234-43d3-a056-8ea98eeee9ef
11:53:57.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeaf9fce-231c-4466-ba05-99e678767435
11:53:57.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2dd264-3ec4-4c2a-aa26-b37a43dafd99
11:53:57.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=509114bc-77e6-4f3b-8b02-f26b01bdbaca
11:53:57.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9ac026d-ef98-49ab-bbf8-072f9d15bf8a
11:53:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b566d148-66e8-476b-9958-ee2b46bc010f
11:53:57.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:57.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:57.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:57.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:57.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:57.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:57.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:57.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f5bcfb-9456-4a26-9a4c-67f092b38aea
11:53:57.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5836c0-f3ad-4142-9d0e-95c6b81b36a4
11:53:58.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcfd3957-3c3b-489f-a277-ed7afb56a68e
11:53:58.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf34b85f-6562-49be-8bdf-c87cd32c7dec
11:53:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=447c4421-8931-41c4-ad70-f83886d2f614
11:53:58.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.156 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9267402-1cf9-41ca-8f27-dacaf933748d
11:53:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e4b9ab6-fd16-453d-8d77-fab2bb9f26c0
11:53:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86129315-35b4-4008-ad42-df7a6decbb08
11:53:58.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e89f77c-b8a5-4e97-a4ce-32f8130ef4eb
11:53:58.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd69d85-0658-4840-8c47-4151e90d7042
11:53:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27458ecb-3954-4541-9496-4d0f17ce8b29
11:53:58.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b46025a-d936-4b39-81c6-2b48ff6da8ad
11:53:58.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeaf9fce-231c-4466-ba05-99e678767435
11:53:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d3432d-cf0d-41c9-a907-f52581bc3b2e
11:53:58.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=509114bc-77e6-4f3b-8b02-f26b01bdbaca
11:53:58.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04056335-c65d-4dac-8bb5-b8c016d746bc
11:53:58.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2cf635-cd64-4780-8c48-5d81b672b771
11:53:58.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b566d148-66e8-476b-9958-ee2b46bc010f
11:53:58.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46259558-59ef-49b9-8325-312659cd2265
11:53:58.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f5bcfb-9456-4a26-9a4c-67f092b38aea
11:53:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcfd3957-3c3b-489f-a277-ed7afb56a68e
11:53:58.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=867f76f1-e187-4dc2-99db-1612e6ad7926
11:53:58.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=447c4421-8931-41c4-ad70-f83886d2f614
11:53:58.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:58.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:58.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:58.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:58.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:58.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:58.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:58.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b966b629-1c5d-4070-89ca-0f1570c4039e
11:53:58.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e4b9ab6-fd16-453d-8d77-fab2bb9f26c0
11:53:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272a1a45-e1ca-49fa-b4e6-4f47b5a4c50f
11:53:59.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e89f77c-b8a5-4e97-a4ce-32f8130ef4eb
11:53:59.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=374b8a3c-8ceb-4ecf-8ffd-ba0882e2ca4d
11:53:59.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27458ecb-3954-4541-9496-4d0f17ce8b29
11:53:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ae3778-3fff-4641-997f-73bf131b54f2
11:53:59.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e084fa-8ebb-4cda-8952-fbe6d5a6606f
11:53:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d3432d-cf0d-41c9-a907-f52581bc3b2e
11:53:59.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79f791e-f9ce-45be-b13a-424f9ca61734
11:53:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04056335-c65d-4dac-8bb5-b8c016d746bc
11:53:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96992d46-b5ac-47ca-bf7a-f7de597431a3
11:53:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2cf635-cd64-4780-8c48-5d81b672b771
11:53:59.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d05818-6058-4d1a-9a3a-a290ee6226bb
11:53:59.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46259558-59ef-49b9-8325-312659cd2265
11:53:59.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1ee2ad-1533-4004-9163-a3fbcd18d309
11:53:59.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bb8b8a-3bdc-4df1-ba91-910b169e71fc
11:53:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=867f76f1-e187-4dc2-99db-1612e6ad7926
11:53:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0f6ce3-0b08-4963-b790-5411d6971398
11:53:59.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b966b629-1c5d-4070-89ca-0f1570c4039e
11:53:59.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef8af3e-2803-47b3-86c7-65be83baa811
11:53:59.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:53:59.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272a1a45-e1ca-49fa-b4e6-4f47b5a4c50f
11:53:59.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:53:59.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:53:59.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:53:59.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:53:59.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:53:59.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:53:59.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b55c46e-a484-475c-807a-4716b5b624da
11:54:00.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=374b8a3c-8ceb-4ecf-8ffd-ba0882e2ca4d
11:54:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3710fd9-75e4-49d1-b28d-cfa81c2c2912
11:54:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ae3778-3fff-4641-997f-73bf131b54f2
11:54:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f36415-25ab-40f1-acfd-b8184e6a4234
11:54:00.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e084fa-8ebb-4cda-8952-fbe6d5a6606f
11:54:00.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef23fbc7-6727-4d73-ba59-4e465e7d0bb1
11:54:00.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79f791e-f9ce-45be-b13a-424f9ca61734
11:54:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7134b344-6f87-4a11-917c-ee9b8eccb653
11:54:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96992d46-b5ac-47ca-bf7a-f7de597431a3
11:54:00.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11d2bf04-90b8-4abd-b3d8-b7a47ba906a3
11:54:00.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d05818-6058-4d1a-9a3a-a290ee6226bb
11:54:00.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5591356-ed20-469b-8f0f-1758b513c11f
11:54:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1ee2ad-1533-4004-9163-a3fbcd18d309
11:54:00.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc5e7b86-3323-4b61-b956-9d366383de4c
11:54:00.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bb8b8a-3bdc-4df1-ba91-910b169e71fc
11:54:00.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f0b621-c286-42a6-8890-1098e3d52182
11:54:00.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adacf741-6c13-453e-9978-e50f43fdd52c
11:54:00.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0f6ce3-0b08-4963-b790-5411d6971398
11:54:00.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef8af3e-2803-47b3-86c7-65be83baa811
11:54:00.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1f238e6-e46a-45d8-a6fa-df15beebbb6b
11:54:00.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b55c46e-a484-475c-807a-4716b5b624da
11:54:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:00.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:00.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288ab6e6-2373-46c9-af39-2431fc64bb94
11:54:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:00.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:00.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:00.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:00.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:00.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3710fd9-75e4-49d1-b28d-cfa81c2c2912
11:54:00.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef6c0a5-6ef4-4315-b5b9-0ea8eedd0ac5
11:54:01.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f36415-25ab-40f1-acfd-b8184e6a4234
11:54:01.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5feec1-7ae8-4337-8400-8d6881e0b065
11:54:01.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef23fbc7-6727-4d73-ba59-4e465e7d0bb1
11:54:01.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f1016d-0972-4e7f-b428-48d9b5d3933b
11:54:01.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7134b344-6f87-4a11-917c-ee9b8eccb653
11:54:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303cfb86-8988-4954-8446-68806d316b44
11:54:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11d2bf04-90b8-4abd-b3d8-b7a47ba906a3
11:54:01.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ff7f2be-eb8b-44fa-a750-665acea2c5ef
11:54:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5591356-ed20-469b-8f0f-1758b513c11f
11:54:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a4d1059-bbea-4de0-8061-de439257b1a9
11:54:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc5e7b86-3323-4b61-b956-9d366383de4c
11:54:01.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=191835b9-8631-46f8-9bd9-8a084a8176e0
11:54:01.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f0b621-c286-42a6-8890-1098e3d52182
11:54:01.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89e2f54-a176-44cd-83ed-3583a33d14bb
11:54:01.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adacf741-6c13-453e-9978-e50f43fdd52c
11:54:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1f238e6-e46a-45d8-a6fa-df15beebbb6b
11:54:01.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a76d77a6-4889-425d-9048-0990498172b4
11:54:01.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:01.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288ab6e6-2373-46c9-af39-2431fc64bb94
11:54:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:01.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:01.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:01.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:01.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1585a7cb-0312-45ae-9cf4-f11e8acd55b9
11:54:01.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e2186ed-c01b-40de-b87c-868bf1a6dddd
11:54:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef6c0a5-6ef4-4315-b5b9-0ea8eedd0ac5
11:54:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a9c851-55a8-40a2-9ce1-c9cb9770cb83
11:54:02.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5feec1-7ae8-4337-8400-8d6881e0b065
11:54:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f1016d-0972-4e7f-b428-48d9b5d3933b
11:54:02.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63a87c4d-6a9f-41d1-9611-69f1671620bd
11:54:02.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303cfb86-8988-4954-8446-68806d316b44
11:54:02.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=533b5d44-17e2-40cf-91d2-6038ab0c7e2a
11:54:02.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ff7f2be-eb8b-44fa-a750-665acea2c5ef
11:54:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=360f8cda-8c1e-457e-9a97-0fc88e2b4d6f
11:54:02.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a4d1059-bbea-4de0-8061-de439257b1a9
11:54:02.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55971ddd-4854-4118-a985-5ea6f5b9b345
11:54:02.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=191835b9-8631-46f8-9bd9-8a084a8176e0
11:54:02.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f52a2c-8e12-4156-90ae-1374b6d45aac
11:54:02.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89e2f54-a176-44cd-83ed-3583a33d14bb
11:54:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a76d77a6-4889-425d-9048-0990498172b4
11:54:02.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b246c18-517c-45c6-80e2-de78fdda4dda
11:54:02.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1585a7cb-0312-45ae-9cf4-f11e8acd55b9
11:54:02.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac22c0e9-f68c-471f-9010-d6f00797c300
11:54:02.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e2186ed-c01b-40de-b87c-868bf1a6dddd
11:54:02.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:02.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:02.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:02.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:02.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:02.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89a378d-474a-478a-a12a-10ff00134062
11:54:02.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a9c851-55a8-40a2-9ce1-c9cb9770cb83
11:54:03.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2cbac8b-821f-458c-a2e5-a15345dcef00
11:54:03.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63a87c4d-6a9f-41d1-9611-69f1671620bd
11:54:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e55c193-9b60-44b9-b818-af56858461ac
11:54:03.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=533b5d44-17e2-40cf-91d2-6038ab0c7e2a
11:54:03.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a30daf95-9d31-431d-8d6f-3f399c876f5c
11:54:03.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=360f8cda-8c1e-457e-9a97-0fc88e2b4d6f
11:54:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c331903-9db9-40ee-b00c-76bb2f7320c5
11:54:03.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55971ddd-4854-4118-a985-5ea6f5b9b345
11:54:03.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab8e2f7-61b1-407f-98a3-ff055cc1ca24
11:54:03.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f52a2c-8e12-4156-90ae-1374b6d45aac
11:54:03.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a421df7-5270-49b8-84ea-c704ed8b84d9
11:54:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b246c18-517c-45c6-80e2-de78fdda4dda
11:54:03.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2f32cc-a5bb-4d64-a8ab-38895d35e4f1
11:54:03.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac22c0e9-f68c-471f-9010-d6f00797c300
11:54:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d3d0e7-2d60-4731-b3c0-14c507ffa3bf
11:54:03.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f760d1bd-4fa3-459c-924d-93d481113c1f
11:54:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89a378d-474a-478a-a12a-10ff00134062
11:54:03.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0afc253-aba5-4afc-88f1-4e9370a554b6
11:54:03.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2cbac8b-821f-458c-a2e5-a15345dcef00
11:54:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c944a51-1166-4d41-a0f6-3dba9d60c075
11:54:03.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baece8e4-c87c-4aa6-9b4e-28e89461e545
11:54:03.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e55c193-9b60-44b9-b818-af56858461ac
11:54:03.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:03.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:03.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:03.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:03.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:03.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74a3c02-a67c-41af-9d06-d15bd1805ce9
11:54:03.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a30daf95-9d31-431d-8d6f-3f399c876f5c
11:54:04.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227dfca1-55e4-4fb0-9a62-df46b0edf5bf
11:54:04.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a135133-12b7-41e1-87c8-31bc66271d31
11:54:04.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c331903-9db9-40ee-b00c-76bb2f7320c5
11:54:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab8e2f7-61b1-407f-98a3-ff055cc1ca24
11:54:04.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9554f7ab-e669-4bab-a875-ae4df6879d44
11:54:04.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a421df7-5270-49b8-84ea-c704ed8b84d9
11:54:04.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a986ffee-0e31-4884-9619-b66228ed1822
11:54:04.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2f32cc-a5bb-4d64-a8ab-38895d35e4f1
11:54:04.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf7afbf-96f4-4ac0-8f8b-7d274910dd8e
11:54:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d3d0e7-2d60-4731-b3c0-14c507ffa3bf
11:54:04.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a034d4-65a9-4444-815c-e82549b46630
11:54:04.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f760d1bd-4fa3-459c-924d-93d481113c1f
11:54:04.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9770bd42-4b15-46c6-aefc-468103d5005b
11:54:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0afc253-aba5-4afc-88f1-4e9370a554b6
11:54:04.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a4720c8-6766-40e3-ad96-4fb1f9891bfa
11:54:04.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c944a51-1166-4d41-a0f6-3dba9d60c075
11:54:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebfa17ff-bb87-4d5c-b577-ca369e2fd821
11:54:04.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baece8e4-c87c-4aa6-9b4e-28e89461e545
11:54:04.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94aa0b6-8301-45b0-a476-f8a3ea38d3e6
11:54:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74a3c02-a67c-41af-9d06-d15bd1805ce9
11:54:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:04.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:04.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:04.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b838efd-9a11-4afa-9c80-14eb02946577
11:54:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227dfca1-55e4-4fb0-9a62-df46b0edf5bf
11:54:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94e5ccaa-8a56-4ca0-a225-0db63366ddd9
11:54:05.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a135133-12b7-41e1-87c8-31bc66271d31
11:54:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8422d16f-958a-4d33-b3b3-da8efacdb70b
11:54:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2289791-16d6-4797-b036-f048cae80e2c
11:54:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9554f7ab-e669-4bab-a875-ae4df6879d44
11:54:05.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=375b665a-230c-4ea6-b1c2-ee6d185d1c5b
11:54:05.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a986ffee-0e31-4884-9619-b66228ed1822
11:54:05.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf7afbf-96f4-4ac0-8f8b-7d274910dd8e
11:54:05.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0158df-0c45-4189-a077-62ca7700a672
11:54:05.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a034d4-65a9-4444-815c-e82549b46630
11:54:05.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a63a5f4-8c0e-41cd-a7d6-79793e66118a
11:54:05.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9770bd42-4b15-46c6-aefc-468103d5005b
11:54:05.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d701d11f-af0c-400c-a6ae-d33740c120b3
11:54:05.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a4720c8-6766-40e3-ad96-4fb1f9891bfa
11:54:05.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebfa17ff-bb87-4d5c-b577-ca369e2fd821
11:54:05.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deda20eb-257b-44dc-b27e-e3d2751b46e3
11:54:05.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94aa0b6-8301-45b0-a476-f8a3ea38d3e6
11:54:05.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b838efd-9a11-4afa-9c80-14eb02946577
11:54:05.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e09577-cff4-4880-85de-5a5202d30534
11:54:05.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:05.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:05.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4449043e-60cd-48a2-b4a0-c3f32cb7c02a
11:54:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:05.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:05.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:05.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:05.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94e5ccaa-8a56-4ca0-a225-0db63366ddd9
11:54:05.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a285d983-cfa7-4766-a5ec-5a5405167be1
11:54:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8422d16f-958a-4d33-b3b3-da8efacdb70b
11:54:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08bdfa59-b345-473d-9fc7-4635c8a33f55
11:54:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2289791-16d6-4797-b036-f048cae80e2c
11:54:06.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd2275df-2a06-4d2b-bcb2-63bdaedd7010
11:54:06.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=375b665a-230c-4ea6-b1c2-ee6d185d1c5b
11:54:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8eafeaf-12a3-45a4-a279-a9b84977da0f
11:54:06.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0158df-0c45-4189-a077-62ca7700a672
11:54:06.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9027a06-26d0-44dc-9c66-7565bc963745
11:54:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a63a5f4-8c0e-41cd-a7d6-79793e66118a
11:54:06.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6c18918-4edb-457b-9753-ab009b9dc87d
11:54:06.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d701d11f-af0c-400c-a6ae-d33740c120b3
11:54:06.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66e10694-f1ed-433c-8092-916960a0bb56
11:54:06.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deda20eb-257b-44dc-b27e-e3d2751b46e3
11:54:06.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e77c03-25d8-438c-a719-9625704d2326
11:54:06.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e09577-cff4-4880-85de-5a5202d30534
11:54:06.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7334564d-e3b0-48ff-b1ce-2b1020f485cc
11:54:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4449043e-60cd-48a2-b4a0-c3f32cb7c02a
11:54:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe01b990-9958-411c-9d2b-79eb10e085ab
11:54:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a285d983-cfa7-4766-a5ec-5a5405167be1
11:54:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59fbc55f-8749-4336-9177-c7f8d31ceadc
11:54:06.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:06.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:06.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:06.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08bdfa59-b345-473d-9fc7-4635c8a33f55
11:54:06.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:06.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:06.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:06.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:06.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d0a22b-8870-43d8-8a92-05f4b1f7ea59
11:54:06.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab21a06f-3960-4f89-8161-fd70b4fb37bb
11:54:07.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd2275df-2a06-4d2b-bcb2-63bdaedd7010
11:54:07.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7705bd7-0e72-4b5a-9b6b-a5b08cf43559
11:54:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8eafeaf-12a3-45a4-a279-a9b84977da0f
11:54:07.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d81baf4d-7da5-4faf-9532-cb6050717439
11:54:07.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.223 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9027a06-26d0-44dc-9c66-7565bc963745
11:54:07.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=123a236f-415c-4ae5-98df-caa8c9c5a236
11:54:07.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6c18918-4edb-457b-9753-ab009b9dc87d
11:54:07.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8826211d-c2cc-471a-9a45-47bb4f0ba7bb
11:54:07.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66e10694-f1ed-433c-8092-916960a0bb56
11:54:07.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd39b30c-d0ef-40b4-bbdc-274bc10332be
11:54:07.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e77c03-25d8-438c-a719-9625704d2326
11:54:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1d021b0-a973-4f27-9dc8-faf89ee00914
11:54:07.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7334564d-e3b0-48ff-b1ce-2b1020f485cc
11:54:07.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b279a95e-41ed-4fec-b639-f39c807cfdb7
11:54:07.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe01b990-9958-411c-9d2b-79eb10e085ab
11:54:07.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59fbc55f-8749-4336-9177-c7f8d31ceadc
11:54:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=651007b4-10bd-4f95-a854-9641b47a5919
11:54:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d0a22b-8870-43d8-8a92-05f4b1f7ea59
11:54:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aeec413-bfde-46fb-8df0-039904251264
11:54:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:07.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab21a06f-3960-4f89-8161-fd70b4fb37bb
11:54:07.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:07.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:07.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a9fbeb9-9d2d-410d-b138-f08d89c6049b
11:54:08.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7705bd7-0e72-4b5a-9b6b-a5b08cf43559
11:54:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d81baf4d-7da5-4faf-9532-cb6050717439
11:54:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f4b46b-f2d5-46f6-9502-167db1568cba
11:54:08.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73e1de5e-19c7-4ff7-b42a-890217d55110
11:54:08.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=123a236f-415c-4ae5-98df-caa8c9c5a236
11:54:08.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e09075ba-6899-443e-a7db-fc233e7e7e73
11:54:08.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8826211d-c2cc-471a-9a45-47bb4f0ba7bb
11:54:08.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06fbeaf2-f20a-49b2-9702-0525da1b95a8
11:54:08.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea2dfc77-3423-4d96-99b7-fe58f6f4e0ee
11:54:08.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd39b30c-d0ef-40b4-bbdc-274bc10332be
11:54:08.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e976a4-d927-48ef-bbf9-742d483f8931
11:54:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1d021b0-a973-4f27-9dc8-faf89ee00914
11:54:08.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=343f2ca4-3ef8-409d-b060-16dbd66d5cea
11:54:08.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b279a95e-41ed-4fec-b639-f39c807cfdb7
11:54:08.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=651007b4-10bd-4f95-a854-9641b47a5919
11:54:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b6c085f-8c04-4b75-98ff-3dfd6845222d
11:54:08.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aeec413-bfde-46fb-8df0-039904251264
11:54:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6230e75-4c63-4b55-91ab-a1faabd59b90
11:54:08.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a65e9ab-f8e7-4f7f-8c07-0e4545845c11
11:54:08.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a9fbeb9-9d2d-410d-b138-f08d89c6049b
11:54:08.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d60d846a-2f69-4b1e-8a6d-d716fb52669d
11:54:08.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f4b46b-f2d5-46f6-9502-167db1568cba
11:54:08.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:08.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73e1de5e-19c7-4ff7-b42a-890217d55110
11:54:08.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:08.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:08.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:08.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:08.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:08.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:08.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1cd1cfd-b814-4702-b72f-93ab50dd9b81
11:54:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e09075ba-6899-443e-a7db-fc233e7e7e73
11:54:09.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568f22ca-f850-4244-a1b3-de769fb5cb5c
11:54:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06fbeaf2-f20a-49b2-9702-0525da1b95a8
11:54:09.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addd2ce6-0b3d-4a4d-93a7-0b09bda88dab
11:54:09.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea2dfc77-3423-4d96-99b7-fe58f6f4e0ee
11:54:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=880bd004-0369-429e-9460-6383f7a963a0
11:54:09.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e976a4-d927-48ef-bbf9-742d483f8931
11:54:09.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e7fa833-32c8-4882-811c-71bc866a6fd6
11:54:09.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=343f2ca4-3ef8-409d-b060-16dbd66d5cea
11:54:09.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de679b66-d718-4174-bef2-d89436916699
11:54:09.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b6c085f-8c04-4b75-98ff-3dfd6845222d
11:54:09.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b98ea16-9e9d-49d6-a08a-4f8bfd22e815
11:54:09.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6230e75-4c63-4b55-91ab-a1faabd59b90
11:54:09.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ae06ec-986b-4af4-a0bc-5ec0d5ac84be
11:54:09.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a65e9ab-f8e7-4f7f-8c07-0e4545845c11
11:54:09.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf5238ca-468c-4da2-a3e5-1fda15feae06
11:54:09.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d60d846a-2f69-4b1e-8a6d-d716fb52669d
11:54:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fba55d-9acf-47d3-abcb-e63fc26b1155
11:54:09.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ddc6871-0028-4f57-97af-e09158c1fca7
11:54:09.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1cd1cfd-b814-4702-b72f-93ab50dd9b81
11:54:09.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:09.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2a344eb-259b-4299-a8fc-4be5dd4d8220
11:54:09.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:09.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:09.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:09.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:09.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:09.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:09.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568f22ca-f850-4244-a1b3-de769fb5cb5c
11:54:10.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addd2ce6-0b3d-4a4d-93a7-0b09bda88dab
11:54:10.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be0bfba-158f-475d-a97a-dec6a56ad1e2
11:54:10.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=880bd004-0369-429e-9460-6383f7a963a0
11:54:10.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8621f66f-93c7-4385-8153-a89310a8a3c8
11:54:10.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e7fa833-32c8-4882-811c-71bc866a6fd6
11:54:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ff115c-d6f3-4dec-b878-8bd6f25d633d
11:54:10.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de679b66-d718-4174-bef2-d89436916699
11:54:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d4cb4b-6291-46a3-ad62-8f9b2a44db22
11:54:10.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40732f01-e501-4c80-8499-92d24aaa13a2
11:54:10.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b98ea16-9e9d-49d6-a08a-4f8bfd22e815
11:54:10.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b9073b-ae6e-45cb-9282-29022289bd22
11:54:10.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ae06ec-986b-4af4-a0bc-5ec0d5ac84be
11:54:10.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6d41ea-099d-4073-b4aa-8fa11bb33b1a
11:54:10.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf5238ca-468c-4da2-a3e5-1fda15feae06
11:54:10.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a18feca2-5dda-4fd3-ae0e-43965116bf62
11:54:10.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a87a333-cf7b-4382-98cb-6cb66561ff76
11:54:10.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fba55d-9acf-47d3-abcb-e63fc26b1155
11:54:10.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ddc6871-0028-4f57-97af-e09158c1fca7
11:54:10.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ba1ae55-05c8-4741-bb2b-bca6a3d40120
11:54:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c1372c0-da8f-48b7-ab3e-ae468c3726f5
11:54:10.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:10.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:10.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:10.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:10.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:10.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:10.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:10.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2a344eb-259b-4299-a8fc-4be5dd4d8220
11:54:10.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec9eafd-2ad9-4d5d-90ca-014b9e22f5ec
11:54:11.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be0bfba-158f-475d-a97a-dec6a56ad1e2
11:54:11.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8621f66f-93c7-4385-8153-a89310a8a3c8
11:54:11.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e12f017d-3b45-43b5-8a3e-477a703e5904
11:54:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ff115c-d6f3-4dec-b878-8bd6f25d633d
11:54:11.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3165520e-94e8-4d52-8036-69e97fe548cb
11:54:11.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d4cb4b-6291-46a3-ad62-8f9b2a44db22
11:54:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7027bd-6696-4c19-8ad2-e8ae77951b8f
11:54:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40732f01-e501-4c80-8499-92d24aaa13a2
11:54:11.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3f3142d-29ee-444e-95b1-2346265d3a29
11:54:11.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b9073b-ae6e-45cb-9282-29022289bd22
11:54:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb5b6783-fe8f-449f-b092-70016475411f
11:54:11.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6d41ea-099d-4073-b4aa-8fa11bb33b1a
11:54:11.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d2c462-7c6c-44eb-947b-91fd31c68c06
11:54:11.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a18feca2-5dda-4fd3-ae0e-43965116bf62
11:54:11.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ba4cd7-1baa-496a-839c-48c88a814ec6
11:54:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a87a333-cf7b-4382-98cb-6cb66561ff76
11:54:11.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=164127d4-2e07-43aa-b62c-e6cb8d0456e1
11:54:11.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:11.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ba1ae55-05c8-4741-bb2b-bca6a3d40120
11:54:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:11.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:11.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:11.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:11.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3886f097-b8e0-45d5-8e7e-5c6c37899204
11:54:11.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c1372c0-da8f-48b7-ab3e-ae468c3726f5
11:54:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df465d6-63de-400c-a31e-6e016b82baa4
11:54:12.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec9eafd-2ad9-4d5d-90ca-014b9e22f5ec
11:54:12.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e12f017d-3b45-43b5-8a3e-477a703e5904
11:54:12.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=858fa44f-01f2-43ac-ab42-0b3e740db3d0
11:54:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3165520e-94e8-4d52-8036-69e97fe548cb
11:54:12.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7027bd-6696-4c19-8ad2-e8ae77951b8f
11:54:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8221c8e4-4085-4ab4-8125-2db8dcedffed
11:54:12.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834a9d82-9f58-4dbe-af4c-4441eaaa80b5
11:54:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3f3142d-29ee-444e-95b1-2346265d3a29
11:54:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e21609-0f29-4931-87ba-7bd6e0d678ee
11:54:12.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb5b6783-fe8f-449f-b092-70016475411f
11:54:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0243f1f6-8a2c-46f7-b683-dad2c38bb8cc
11:54:12.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9081bc4f-4b2f-4b2a-afff-4cdea79760ba
11:54:12.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d2c462-7c6c-44eb-947b-91fd31c68c06
11:54:12.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46e2fc71-e002-4518-8dcc-dd1ec41c400d
11:54:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ba4cd7-1baa-496a-839c-48c88a814ec6
11:54:12.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d403724-de83-454d-9897-e49414423ef6
11:54:12.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=164127d4-2e07-43aa-b62c-e6cb8d0456e1
11:54:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:12.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:12.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:12.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:12.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:12.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3ca249c-0699-4b07-87dc-c7952632f3ee
11:54:12.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e922e76-bd5a-45e1-bcc8-04c664c8a1ca
11:54:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3886f097-b8e0-45d5-8e7e-5c6c37899204
11:54:13.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db45d27e-b0ca-4e7d-83b5-83672767897a
11:54:13.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df465d6-63de-400c-a31e-6e016b82baa4
11:54:13.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9116dcf-9bd9-44bd-b683-c24914e4d061
11:54:13.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=858fa44f-01f2-43ac-ab42-0b3e740db3d0
11:54:13.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8221c8e4-4085-4ab4-8125-2db8dcedffed
11:54:13.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b5c29c-5144-4f4d-bf7c-567f56597b3c
11:54:13.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67ee0c09-2f99-471b-9f27-6d42361eb15b
11:54:13.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834a9d82-9f58-4dbe-af4c-4441eaaa80b5
11:54:13.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=275b2e72-7492-4c43-8aab-ae4486b284ee
11:54:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e21609-0f29-4931-87ba-7bd6e0d678ee
11:54:13.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568fe7d4-fc32-40fa-bb3b-b2cb16d3257d
11:54:13.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cf4eb3c-71ca-42e1-9f5d-9342959bff9d
11:54:13.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0243f1f6-8a2c-46f7-b683-dad2c38bb8cc
11:54:13.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d26381-e74e-4749-8bf9-af8303fc483d
11:54:13.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9081bc4f-4b2f-4b2a-afff-4cdea79760ba
11:54:13.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047e3036-3553-4bbf-be72-f8a9bd1613ee
11:54:13.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46e2fc71-e002-4518-8dcc-dd1ec41c400d
11:54:13.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d230cb-2d0a-4ef7-8dea-d26c43dbc263
11:54:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d403724-de83-454d-9897-e49414423ef6
11:54:13.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:13.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:13.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:13.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:13.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:13.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e76a051b-5077-49d2-8af9-830a634ae153
11:54:13.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3ca249c-0699-4b07-87dc-c7952632f3ee
11:54:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae05b5f4-c864-48e9-b482-e8f0335ca542
11:54:14.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e922e76-bd5a-45e1-bcc8-04c664c8a1ca
11:54:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db45d27e-b0ca-4e7d-83b5-83672767897a
11:54:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ee2fd3-e3ad-4e5d-980c-efe9ea07de4f
11:54:14.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9116dcf-9bd9-44bd-b683-c24914e4d061
11:54:14.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565a68a7-e7eb-4bc3-b92e-a48c21b7d353
11:54:14.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b5c29c-5144-4f4d-bf7c-567f56597b3c
11:54:14.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d53c83-b6b3-466e-acda-10dcdd973286
11:54:14.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f474ed-e5a4-4eca-b860-ff99740a667b
11:54:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67ee0c09-2f99-471b-9f27-6d42361eb15b
11:54:14.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=275b2e72-7492-4c43-8aab-ae4486b284ee
11:54:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff51546-21f5-4658-b797-e7b4ab97795d
11:54:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568fe7d4-fc32-40fa-bb3b-b2cb16d3257d
11:54:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4dcef4f-9c68-481a-8aa6-35e43998a75d
11:54:14.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cf4eb3c-71ca-42e1-9f5d-9342959bff9d
11:54:14.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0f50aa-6b26-4b58-981d-a00ddb0548e0
11:54:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d26381-e74e-4749-8bf9-af8303fc483d
11:54:14.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=736b3b2a-034c-4911-b847-3152893e3edf
11:54:14.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047e3036-3553-4bbf-be72-f8a9bd1613ee
11:54:14.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0088ad06-2dff-4933-b179-3212e75d7759
11:54:14.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:14.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d230cb-2d0a-4ef7-8dea-d26c43dbc263
11:54:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:14.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:14.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1d2108c-4724-452a-b899-64727b90dbe4
11:54:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e76a051b-5077-49d2-8af9-830a634ae153
11:54:15.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925176e8-ff7d-4570-87e4-a957e0fe854a
11:54:15.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae05b5f4-c864-48e9-b482-e8f0335ca542
11:54:15.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=336d4a57-030c-44e6-ac46-5f3e52633bce
11:54:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.245 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ee2fd3-e3ad-4e5d-980c-efe9ea07de4f
11:54:15.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfea845e-ec15-4e6c-8318-12662ae2b913
11:54:15.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4628491a-a610-4003-a423-5a656e4cfabe
11:54:15.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565a68a7-e7eb-4bc3-b92e-a48c21b7d353
11:54:15.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac49db30-3bcc-4456-b91a-a5ce8ad53f12
11:54:15.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d53c83-b6b3-466e-acda-10dcdd973286
11:54:15.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6613bd2c-b4ac-42cd-ae4b-5be64ff060b6
11:54:15.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f474ed-e5a4-4eca-b860-ff99740a667b
11:54:15.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa34cbf-d10c-46e2-9e4c-68c59ef5da57
11:54:15.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff51546-21f5-4658-b797-e7b4ab97795d
11:54:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0f7ce2-0a3a-4eba-b578-23c339011137
11:54:15.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4dcef4f-9c68-481a-8aa6-35e43998a75d
11:54:15.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15e886e-f173-4195-b644-160cdfddbbd0
11:54:15.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0f50aa-6b26-4b58-981d-a00ddb0548e0
11:54:15.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8662ca0b-4dd2-4467-a350-4531c3fc3ce1
11:54:15.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=736b3b2a-034c-4911-b847-3152893e3edf
11:54:15.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff581b7-6f7f-4424-8210-72342ddd38f0
11:54:15.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a53b727-b128-4562-bd20-801cf3459bb7
11:54:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:15.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:15.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:15.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:15.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0088ad06-2dff-4933-b179-3212e75d7759
11:54:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f8b25be-b4c4-4530-ae97-56bb767dc592
11:54:16.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1d2108c-4724-452a-b899-64727b90dbe4
11:54:16.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f7589f-915a-48e3-80b8-86ff5e527c9e
11:54:16.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925176e8-ff7d-4570-87e4-a957e0fe854a
11:54:16.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d71e66f-9ff1-468d-a4fd-7cb6ec0b53b5
11:54:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=336d4a57-030c-44e6-ac46-5f3e52633bce
11:54:16.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8d23ca-bd76-4aa8-a2cb-e71b444869ae
11:54:16.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfea845e-ec15-4e6c-8318-12662ae2b913
11:54:16.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4628491a-a610-4003-a423-5a656e4cfabe
11:54:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc803c97-9c1f-4ec9-af3e-fe7bdfe2e81e
11:54:16.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac49db30-3bcc-4456-b91a-a5ce8ad53f12
11:54:16.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22752af6-25c4-4ccf-ac82-83d9c57931e8
11:54:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6613bd2c-b4ac-42cd-ae4b-5be64ff060b6
11:54:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d637f58-598a-4f10-9b09-c2a770d433c6
11:54:16.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ca0cfa-57e0-4304-ac4b-b67110029ef7
11:54:16.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa34cbf-d10c-46e2-9e4c-68c59ef5da57
11:54:16.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6304d5f7-a980-452e-9329-95231f5de868
11:54:16.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0f7ce2-0a3a-4eba-b578-23c339011137
11:54:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44eb9fea-730a-4fd8-a8be-cda7a441e489
11:54:16.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:16.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:16.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:16.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15e886e-f173-4195-b644-160cdfddbbd0
11:54:16.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:16.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:16.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:16.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:16.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd2eee5-d7bd-4db7-8595-960f8fd5d318
11:54:16.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8662ca0b-4dd2-4467-a350-4531c3fc3ce1
11:54:17.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10ac5bc-e556-47c2-806e-59eb3c742c2b
11:54:17.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb91d8e8-b752-4bcb-9b64-6fbe6bbcc52d
11:54:17.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff581b7-6f7f-4424-8210-72342ddd38f0
11:54:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7921e1c0-a21f-4c39-8809-7110dc45763f
11:54:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a53b727-b128-4562-bd20-801cf3459bb7
11:54:17.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f8b25be-b4c4-4530-ae97-56bb767dc592
11:54:17.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5900d572-0594-4207-b81a-3056423fffe1
11:54:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f7589f-915a-48e3-80b8-86ff5e527c9e
11:54:17.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c59461-2539-43b6-bad0-67f5aac715b9
11:54:17.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d71e66f-9ff1-468d-a4fd-7cb6ec0b53b5
11:54:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76346dfc-88aa-4bec-9137-36d53b765659
11:54:17.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8d23ca-bd76-4aa8-a2cb-e71b444869ae
11:54:17.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc803c97-9c1f-4ec9-af3e-fe7bdfe2e81e
11:54:17.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d41e6b30-00f0-4d75-8506-8c2964f6588e
11:54:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22752af6-25c4-4ccf-ac82-83d9c57931e8
11:54:17.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca90519f-db7b-4f6f-89e5-c2cf57a0e18e
11:54:17.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d637f58-598a-4f10-9b09-c2a770d433c6
11:54:17.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5a5fb4-1319-441c-86d7-7250ec303ead
11:54:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:17.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08bfbc4d-0e16-42cc-945e-5276292888c6
11:54:17.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:17.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:17.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ca0cfa-57e0-4304-ac4b-b67110029ef7
11:54:18.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f9e5925-29d1-4f28-9011-e9dbd727c905
11:54:18.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06dab0eb-88db-45e5-b5b3-039269088ab1
11:54:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6304d5f7-a980-452e-9329-95231f5de868
11:54:18.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c756f4d0-7e4c-4008-aa60-0b894c4350fb
11:54:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44eb9fea-730a-4fd8-a8be-cda7a441e489
11:54:18.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844b8294-ad80-451e-95b4-79135d73ed15
11:54:18.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f547c1b0-b854-4c58-bddf-c8f75fcce57a
11:54:18.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd2eee5-d7bd-4db7-8595-960f8fd5d318
11:54:18.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d04c69-49fe-47ee-b700-e840c246997f
11:54:18.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10ac5bc-e556-47c2-806e-59eb3c742c2b
11:54:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3702ea55-4b0d-434c-9263-6edcf425b7bd
11:54:18.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb91d8e8-b752-4bcb-9b64-6fbe6bbcc52d
11:54:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab48f974-2c0c-49fb-9b14-0c4d11a08cf1
11:54:18.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7921e1c0-a21f-4c39-8809-7110dc45763f
11:54:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c26fc3c-2ff3-418b-b812-2243acc3e9da
11:54:18.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5900d572-0594-4207-b81a-3056423fffe1
11:54:18.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c537b57b-4b13-4a51-8090-b080de9622ff
11:54:18.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c59461-2539-43b6-bad0-67f5aac715b9
11:54:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d4b7a2-d405-4a34-9707-b260e7e95955
11:54:18.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76346dfc-88aa-4bec-9137-36d53b765659
11:54:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f28954-9755-4626-bfe5-50db364249ae
11:54:18.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d41e6b30-00f0-4d75-8506-8c2964f6588e
11:54:18.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:18.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:18.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:18.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:18.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:18.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66f74629-2684-43c2-a464-c7c62a7ea1b1
11:54:18.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca90519f-db7b-4f6f-89e5-c2cf57a0e18e
11:54:19.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a2db79-e77f-4589-a5cb-655ab778d62c
11:54:19.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68bee12-ff78-4e2d-981f-2787e0ba8bbd
11:54:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5a5fb4-1319-441c-86d7-7250ec303ead
11:54:19.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f9073c-fd22-45e8-9720-1173d59faf13
11:54:19.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08bfbc4d-0e16-42cc-945e-5276292888c6
11:54:19.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c43c0a-980f-48c6-b616-cfad328a75e7
11:54:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f9e5925-29d1-4f28-9011-e9dbd727c905
11:54:19.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06dab0eb-88db-45e5-b5b3-039269088ab1
11:54:19.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84ac6cf1-80ac-49b4-9183-9280bec92a45
11:54:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c756f4d0-7e4c-4008-aa60-0b894c4350fb
11:54:19.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b174f6de-0aa0-403e-bc81-462b9024ca55
11:54:19.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844b8294-ad80-451e-95b4-79135d73ed15
11:54:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f547c1b0-b854-4c58-bddf-c8f75fcce57a
11:54:19.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd01848a-9d89-4b38-a02d-d0aa5a8afe5c
11:54:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=938b1b42-1f63-40ae-8cc8-252eca598c27
11:54:19.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d04c69-49fe-47ee-b700-e840c246997f
11:54:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2dad8d-a03c-4011-ba2e-028c7081e688
11:54:19.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3702ea55-4b0d-434c-9263-6edcf425b7bd
11:54:19.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab48f974-2c0c-49fb-9b14-0c4d11a08cf1
11:54:19.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a59ecca-deb9-45b3-9208-e4ca4316c7b9
11:54:19.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:19.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:19.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:19.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:19.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:19.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:19.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:19.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c26fc3c-2ff3-418b-b812-2243acc3e9da
11:54:19.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d159361-24ef-4b64-93e2-8713d09daba5
11:54:20.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c537b57b-4b13-4a51-8090-b080de9622ff
11:54:20.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6f6c6fb-ecdd-444c-9804-a1ab4e0e0f8f
11:54:20.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d4b7a2-d405-4a34-9707-b260e7e95955
11:54:20.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c336a8b-7ff9-404b-96a1-64bfe72b047c
11:54:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f28954-9755-4626-bfe5-50db364249ae
11:54:20.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd91e056-107e-456b-9dbc-9d1f243551a4
11:54:20.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66f74629-2684-43c2-a464-c7c62a7ea1b1
11:54:20.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a2db79-e77f-4589-a5cb-655ab778d62c
11:54:20.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0658e2b6-8ad7-468e-917e-0b00fa30770d
11:54:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68bee12-ff78-4e2d-981f-2787e0ba8bbd
11:54:20.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f773ad65-5e3a-44c2-9c4d-0b67aa45246f
11:54:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f9073c-fd22-45e8-9720-1173d59faf13
11:54:20.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd8e4bfc-3019-4994-a104-e0af6e4157ff
11:54:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c43c0a-980f-48c6-b616-cfad328a75e7
11:54:20.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075bfa85-7c9b-424d-a2ef-dea306f50808
11:54:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84ac6cf1-80ac-49b4-9183-9280bec92a45
11:54:20.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d771b6-ce30-42bf-aa93-21f7d8b466b7
11:54:20.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b174f6de-0aa0-403e-bc81-462b9024ca55
11:54:20.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7da1e58-a6d1-4605-a6b1-ed9f8855bf22
11:54:20.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd01848a-9d89-4b38-a02d-d0aa5a8afe5c
11:54:20.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6641a6e8-c856-4f02-aa8a-ef7d684e1290
11:54:20.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=938b1b42-1f63-40ae-8cc8-252eca598c27
11:54:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f49336d1-18f9-4a72-944e-7fcf5f000eef
11:54:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:20.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:20.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:20.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:20.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:20.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:20.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2dad8d-a03c-4011-ba2e-028c7081e688
11:54:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=038aa713-434d-43a5-8987-df5e2b8de637
11:54:21.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a59ecca-deb9-45b3-9208-e4ca4316c7b9
11:54:21.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ff43be1-dcde-4033-b413-5ddb3163cf5d
11:54:21.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d159361-24ef-4b64-93e2-8713d09daba5
11:54:21.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32c471e-5c1b-49c1-9b87-6528193d2339
11:54:21.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6f6c6fb-ecdd-444c-9804-a1ab4e0e0f8f
11:54:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4f7524-b64f-4228-8b5e-c4db4cb1fff1
11:54:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c336a8b-7ff9-404b-96a1-64bfe72b047c
11:54:21.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=715b5e9f-4716-4fd4-8f6e-6741e72ed0f0
11:54:21.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd91e056-107e-456b-9dbc-9d1f243551a4
11:54:21.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4737600-3e6b-4c92-b129-0cb4d5071806
11:54:21.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0658e2b6-8ad7-468e-917e-0b00fa30770d
11:54:21.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a732689d-7507-485d-9dd7-789ffa5fc6b6
11:54:21.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f773ad65-5e3a-44c2-9c4d-0b67aa45246f
11:54:21.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4c3f5c-628a-4ffb-b6f2-3706a6375686
11:54:21.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd8e4bfc-3019-4994-a104-e0af6e4157ff
11:54:21.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63a6fb7f-ed96-4729-bb11-7bc7541b79b5
11:54:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075bfa85-7c9b-424d-a2ef-dea306f50808
11:54:21.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ee5fe0-ce28-42f2-9431-0896d5473e2c
11:54:21.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d771b6-ce30-42bf-aa93-21f7d8b466b7
11:54:21.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71be1ab7-c218-4c0c-863c-7e00c2ea9e17
11:54:21.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7da1e58-a6d1-4605-a6b1-ed9f8855bf22
11:54:21.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fdb7145-5c6b-4aa0-aa60-da59c14feac1
11:54:21.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:21.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:21.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:21.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6641a6e8-c856-4f02-aa8a-ef7d684e1290
11:54:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:21.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:21.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:21.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:21.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d305002f-4da5-45b2-9ae2-99179d025371
11:54:21.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f49336d1-18f9-4a72-944e-7fcf5f000eef
11:54:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ade5062-ae89-4665-ab54-096997e159c8
11:54:22.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=038aa713-434d-43a5-8987-df5e2b8de637
11:54:22.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45fd6945-5ed3-497f-b23b-c652ef395683
11:54:22.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293e78b6-5ef0-4a6f-a305-7e6f0aeebbf5
11:54:22.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ff43be1-dcde-4033-b413-5ddb3163cf5d
11:54:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32c471e-5c1b-49c1-9b87-6528193d2339
11:54:22.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6716b995-d1a7-4446-9d4b-3084a6a914c8
11:54:22.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4f7524-b64f-4228-8b5e-c4db4cb1fff1
11:54:22.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb4fbe33-7eb9-4bb3-96ab-921a20e6171b
11:54:22.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=715b5e9f-4716-4fd4-8f6e-6741e72ed0f0
11:54:22.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a651d1-e162-4f82-8ab0-8e1b6df8c5a6
11:54:22.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4737600-3e6b-4c92-b129-0cb4d5071806
11:54:22.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04d29d9-d259-4efb-b0d9-2d784d7b9aa9
11:54:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a732689d-7507-485d-9dd7-789ffa5fc6b6
11:54:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a263b669-4255-4811-8750-d18f84886844
11:54:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4c3f5c-628a-4ffb-b6f2-3706a6375686
11:54:22.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63a6fb7f-ed96-4729-bb11-7bc7541b79b5
11:54:22.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31ae23a-c404-42be-ba79-9a39ee0e8dc2
11:54:22.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ee5fe0-ce28-42f2-9431-0896d5473e2c
11:54:22.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:22.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db47259c-441c-4278-bfa6-a076d34ab88f
11:54:22.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:22.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:22.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:22.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:22.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71be1ab7-c218-4c0c-863c-7e00c2ea9e17
11:54:23.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06f4a482-e40d-4e84-a7ae-ccefe8324475
11:54:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fdb7145-5c6b-4aa0-aa60-da59c14feac1
11:54:23.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57beb2ac-01c8-4fbd-a8f7-83f7614983af
11:54:23.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d305002f-4da5-45b2-9ae2-99179d025371
11:54:23.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4bc78c-4857-47b5-ab1c-98d3a5cf6369
11:54:23.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ade5062-ae89-4665-ab54-096997e159c8
11:54:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d95b308a-f2b3-4498-b0a2-c103a700c681
11:54:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45fd6945-5ed3-497f-b23b-c652ef395683
11:54:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293e78b6-5ef0-4a6f-a305-7e6f0aeebbf5
11:54:23.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd80f84-656b-4e26-96e3-20141f01ffd5
11:54:23.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6716b995-d1a7-4446-9d4b-3084a6a914c8
11:54:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d4c2321-8872-4cf2-9927-d81b8c65118b
11:54:23.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb4fbe33-7eb9-4bb3-96ab-921a20e6171b
11:54:23.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c80ec93-a932-4e1f-85cf-7d8b5f3988f0
11:54:23.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a651d1-e162-4f82-8ab0-8e1b6df8c5a6
11:54:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a88822-9261-40fb-8474-133a56ca1d9f
11:54:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04d29d9-d259-4efb-b0d9-2d784d7b9aa9
11:54:23.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f3c4c1-0a7a-4fee-a938-c250f1efa7f2
11:54:23.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a263b669-4255-4811-8750-d18f84886844
11:54:23.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=126889c3-d8a7-472e-b87d-4c33cc8f5200
11:54:23.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31ae23a-c404-42be-ba79-9a39ee0e8dc2
11:54:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85ea6ee1-2c53-44a3-a5ac-44bb1102013a
11:54:23.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4fba94-924a-4a49-a018-b5ed08d68428
11:54:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:23.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:23.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:23.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:23.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:23.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:23.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:23.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db47259c-441c-4278-bfa6-a076d34ab88f
11:54:23.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06f4a482-e40d-4e84-a7ae-ccefe8324475
11:54:24.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=760fee57-2ea5-4b8a-87b9-9f4ff6ae5cd4
11:54:24.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac1ac9c-0909-459c-aa25-2a49a2bad104
11:54:24.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57beb2ac-01c8-4fbd-a8f7-83f7614983af
11:54:24.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3e60cdd-f65d-4d84-80dd-a8bee0a58995
11:54:24.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59470ba2-bacb-4714-b3fd-cadc14cb0429
11:54:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4bc78c-4857-47b5-ab1c-98d3a5cf6369
11:54:24.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bab9cc04-74b7-4f86-b145-4d681c6c45c8
11:54:24.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d95b308a-f2b3-4498-b0a2-c103a700c681
11:54:24.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd80f84-656b-4e26-96e3-20141f01ffd5
11:54:24.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ff0f8fc-ee99-422d-b9b3-23ed245ee747
11:54:24.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcbb2643-24fe-4ae5-998e-57e03b07d2f7
11:54:24.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d4c2321-8872-4cf2-9927-d81b8c65118b
11:54:24.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c14ee0a7-0ce5-40f9-b1c1-e38639fba786
11:54:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c80ec93-a932-4e1f-85cf-7d8b5f3988f0
11:54:24.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b878578-f8a4-4888-97d7-9c2fe55aaa9f
11:54:24.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a88822-9261-40fb-8474-133a56ca1d9f
11:54:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50033a5f-c83d-47b6-92d8-526ebe3a1da2
11:54:24.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bef5dde-e916-4c1f-8841-33138d6c3f58
11:54:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f3c4c1-0a7a-4fee-a938-c250f1efa7f2
11:54:24.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=126889c3-d8a7-472e-b87d-4c33cc8f5200
11:54:24.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34188c2c-bde1-4ec1-846a-6e6c57ba4515
11:54:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:24.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85ea6ee1-2c53-44a3-a5ac-44bb1102013a
11:54:24.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:24.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:24.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:24.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:24.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:24.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:24.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4fba94-924a-4a49-a018-b5ed08d68428
11:54:25.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04a02a7-11a7-4788-bc9d-21bcecf4c45c
11:54:25.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=760fee57-2ea5-4b8a-87b9-9f4ff6ae5cd4
11:54:25.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bfe7ebe-8799-475e-bfda-fa2734b21e6e
11:54:25.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac1ac9c-0909-459c-aa25-2a49a2bad104
11:54:25.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97e174dd-8b59-455b-aab6-bc436c0ee8f6
11:54:25.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3e60cdd-f65d-4d84-80dd-a8bee0a58995
11:54:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=693cdafc-e0c5-4e92-91e9-a406c554c494
11:54:25.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59470ba2-bacb-4714-b3fd-cadc14cb0429
11:54:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf9a653-bd41-4f05-9d38-544d3f63415c
11:54:25.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bab9cc04-74b7-4f86-b145-4d681c6c45c8
11:54:25.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150bbeb6-09b4-4d22-aac3-c61fcce35915
11:54:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ff0f8fc-ee99-422d-b9b3-23ed245ee747
11:54:25.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652c526e-4156-440c-9f42-261906a264fb
11:54:25.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcbb2643-24fe-4ae5-998e-57e03b07d2f7
11:54:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4c93a65-d23a-46a4-bd02-75bb0dde7e8f
11:54:25.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c14ee0a7-0ce5-40f9-b1c1-e38639fba786
11:54:25.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b878578-f8a4-4888-97d7-9c2fe55aaa9f
11:54:25.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a758d2b2-88b5-4ee6-82ab-26f3066b4485
11:54:25.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50033a5f-c83d-47b6-92d8-526ebe3a1da2
11:54:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=058d3e92-b161-4052-a5aa-4f2af0920666
11:54:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fce4db-c898-48b2-89e7-228a9cacb9a4
11:54:25.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bef5dde-e916-4c1f-8841-33138d6c3f58
11:54:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:25.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:25.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:25.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:25.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:25.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b75d4c28-8e41-44ea-a38e-1c516fa07285
11:54:25.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:25.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:25.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34188c2c-bde1-4ec1-846a-6e6c57ba4515
11:54:26.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04a02a7-11a7-4788-bc9d-21bcecf4c45c
11:54:26.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9c04e9d-afee-4f11-bc6a-5e251d6eb4cf
11:54:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bfe7ebe-8799-475e-bfda-fa2734b21e6e
11:54:26.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7175dc3a-12cb-4772-ab09-5c8227eb606f
11:54:26.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169791c8-b17b-49e3-90e6-de9328d20cda
11:54:26.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97e174dd-8b59-455b-aab6-bc436c0ee8f6
11:54:26.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2302c5-6107-4f7f-a572-0c8c6cb94bbb
11:54:26.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=693cdafc-e0c5-4e92-91e9-a406c554c494
11:54:26.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0c52f01-21a0-49ee-ba9b-ea1f989796ea
11:54:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf9a653-bd41-4f05-9d38-544d3f63415c
11:54:26.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee31feda-e874-4be4-9035-69ada462ba88
11:54:26.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150bbeb6-09b4-4d22-aac3-c61fcce35915
11:54:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebd0b32-6731-4743-ab1a-17fd8d25c2c5
11:54:26.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652c526e-4156-440c-9f42-261906a264fb
11:54:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2763cf2c-136b-4402-b568-232271b0e798
11:54:26.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4c93a65-d23a-46a4-bd02-75bb0dde7e8f
11:54:26.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=425d1e5f-a349-4544-96fa-abf01f9cacc7
11:54:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a758d2b2-88b5-4ee6-82ab-26f3066b4485
11:54:26.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ef2285-1a0f-410c-94f7-2abd2ee94ac5
11:54:26.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=058d3e92-b161-4052-a5aa-4f2af0920666
11:54:26.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d298a07c-fd33-40f4-a375-bc5b4a9e147a
11:54:26.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:26.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fce4db-c898-48b2-89e7-228a9cacb9a4
11:54:26.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:26.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:26.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:26.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:26.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:26.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:26.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45f1582a-7885-4029-8cde-4f716d622362
11:54:27.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b75d4c28-8e41-44ea-a38e-1c516fa07285
11:54:27.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8917de42-f67d-4f81-b76a-57dd58f0b32e
11:54:27.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9c04e9d-afee-4f11-bc6a-5e251d6eb4cf
11:54:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf2766bd-8a23-41ba-8a49-114a1b241153
11:54:27.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc83b0d-aede-4739-9b81-1917a54f1ff9
11:54:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7175dc3a-12cb-4772-ab09-5c8227eb606f
11:54:27.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0242bbef-d3a5-408a-9402-5d0391e342ec
11:54:27.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169791c8-b17b-49e3-90e6-de9328d20cda
11:54:27.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31cbd5f-1b22-476c-b472-135d84336436
11:54:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2302c5-6107-4f7f-a572-0c8c6cb94bbb
11:54:27.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a12cbe-8633-4828-9f72-538759a1217b
11:54:27.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0c52f01-21a0-49ee-ba9b-ea1f989796ea
11:54:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9ea1d79-269a-4da0-843d-320822aef745
11:54:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=703eda95-e537-4e1c-bece-8c7fa53ecadb
11:54:27.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee31feda-e874-4be4-9035-69ada462ba88
11:54:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef10e1e-0abf-4065-bf4a-01e0ddc8d075
11:54:27.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebd0b32-6731-4743-ab1a-17fd8d25c2c5
11:54:27.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba53e5ff-231f-4008-a552-e7ebd4a156f4
11:54:27.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2763cf2c-136b-4402-b568-232271b0e798
11:54:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2bed4a-ca58-4c6e-badc-b861ebac5100
11:54:27.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=425d1e5f-a349-4544-96fa-abf01f9cacc7
11:54:27.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e508101f-3ce2-473c-8bee-1a699526f755
11:54:27.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:27.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ef2285-1a0f-410c-94f7-2abd2ee94ac5
11:54:27.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:27.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:27.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:27.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:27.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:27.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:27.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedc00e4-6c92-41a1-875b-7aa52f3ac663
11:54:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d298a07c-fd33-40f4-a375-bc5b4a9e147a
11:54:28.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7360534c-c154-4724-8d55-4d2df714121b
11:54:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45f1582a-7885-4029-8cde-4f716d622362
11:54:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8917de42-f67d-4f81-b76a-57dd58f0b32e
11:54:28.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e789793e-5940-435a-9eca-a13dd8be88be
11:54:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adee7ed0-7955-4224-8b23-5f476fae27df
11:54:28.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf2766bd-8a23-41ba-8a49-114a1b241153
11:54:28.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc83b0d-aede-4739-9b81-1917a54f1ff9
11:54:28.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a016f01-3628-4420-8940-d4319a2755e5
11:54:28.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0242bbef-d3a5-408a-9402-5d0391e342ec
11:54:28.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94037c12-c997-40d6-b3d4-08f7909af525
11:54:28.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31cbd5f-1b22-476c-b472-135d84336436
11:54:28.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8cb63f5-8f53-4a18-9a60-1848585288bc
11:54:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a12cbe-8633-4828-9f72-538759a1217b
11:54:28.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d79506-5279-4b09-8642-ae6fdfea96bb
11:54:28.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceb1a9fb-b624-4129-bb3e-e1e9213eeb38
11:54:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9ea1d79-269a-4da0-843d-320822aef745
11:54:28.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bdfe6cb-9023-4461-8ef7-4c91350051f3
11:54:28.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=703eda95-e537-4e1c-bece-8c7fa53ecadb
11:54:28.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:28.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:28.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef10e1e-0abf-4065-bf4a-01e0ddc8d075
11:54:28.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:28.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:28.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db676cd-ecdf-4e53-96d0-19729e764535
11:54:28.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba53e5ff-231f-4008-a552-e7ebd4a156f4
11:54:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf62b9ab-8f49-4349-96cc-91ab83f5a9ba
11:54:29.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2bed4a-ca58-4c6e-badc-b861ebac5100
11:54:29.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f07560-8273-4adc-bc73-e6d5984361d4
11:54:29.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e508101f-3ce2-473c-8bee-1a699526f755
11:54:29.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ee3f3ac-44dd-477f-b11f-7051fc73c5af
11:54:29.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedc00e4-6c92-41a1-875b-7aa52f3ac663
11:54:29.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d085e1-abc3-4d9c-b9cd-34bb341a13b7
11:54:29.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2309e7fd-047c-4702-a896-d78e3ec31d82
11:54:29.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7360534c-c154-4724-8d55-4d2df714121b
11:54:29.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e789793e-5940-435a-9eca-a13dd8be88be
11:54:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0d4b66-dbd2-4b86-bf85-44b89a35f752
11:54:29.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adee7ed0-7955-4224-8b23-5f476fae27df
11:54:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e7e9c9f-4903-48fc-ac18-9f6135b39cc0
11:54:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a016f01-3628-4420-8940-d4319a2755e5
11:54:29.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a236b62-42ac-4d41-9b97-eac34c5a5dd7
11:54:29.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94037c12-c997-40d6-b3d4-08f7909af525
11:54:29.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee19d089-d184-4c58-9b7a-9347c69bdfe6
11:54:29.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8cb63f5-8f53-4a18-9a60-1848585288bc
11:54:29.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9767bd7-8fe2-414e-9eb2-81dc8aee5821
11:54:29.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d79506-5279-4b09-8642-ae6fdfea96bb
11:54:29.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65fbbd8-7d25-4604-9d0a-8e4efa6ffebd
11:54:29.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:29.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:29.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:29.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:29.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceb1a9fb-b624-4129-bb3e-e1e9213eeb38
11:54:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6118a340-c9fb-4316-878a-1511b553d75c
11:54:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bdfe6cb-9023-4461-8ef7-4c91350051f3
11:54:30.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90ca2c2f-ca5b-4859-8231-215e45353c01
11:54:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db676cd-ecdf-4e53-96d0-19729e764535
11:54:30.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6df33976-58c2-4d3c-b469-ab3b8357b1ad
11:54:30.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4832bfb4-dde4-487e-a62f-2b58831a92b5
11:54:30.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf62b9ab-8f49-4349-96cc-91ab83f5a9ba
11:54:30.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a47224-b601-454b-8d65-0e83a47c9646
11:54:30.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f07560-8273-4adc-bc73-e6d5984361d4
11:54:30.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ee3f3ac-44dd-477f-b11f-7051fc73c5af
11:54:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=009a1a9a-41aa-4569-92c3-660982c224d9
11:54:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d085e1-abc3-4d9c-b9cd-34bb341a13b7
11:54:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a523acdc-0ee1-480b-aeaf-579628c6d758
11:54:30.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2309e7fd-047c-4702-a896-d78e3ec31d82
11:54:30.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f3ea5d-7f07-495c-955c-d2d344e077f1
11:54:30.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0d4b66-dbd2-4b86-bf85-44b89a35f752
11:54:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89520321-6c87-4965-9da9-196c6dbef19f
11:54:30.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c5db89c-698c-4135-b0e2-9ec59f8cf067
11:54:30.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e7e9c9f-4903-48fc-ac18-9f6135b39cc0
11:54:30.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a70cfb51-c56d-4315-87df-1806dac2bebf
11:54:30.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a236b62-42ac-4d41-9b97-eac34c5a5dd7
11:54:30.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:30.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:30.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0718eb40-adc1-4b95-9500-352815371cbb
11:54:30.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:30.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:30.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:30.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee19d089-d184-4c58-9b7a-9347c69bdfe6
11:54:30.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7522845f-5b6e-4018-b526-3fd859177b1d
11:54:31.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9767bd7-8fe2-414e-9eb2-81dc8aee5821
11:54:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34d3d33b-28bf-4bfb-952c-585b69fbe70c
11:54:31.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65fbbd8-7d25-4604-9d0a-8e4efa6ffebd
11:54:31.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c1f14bc-1e35-4b81-bc51-c8bf6549c2b6
11:54:31.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948cabba-f09b-4bf5-a48e-f1a49e0c5494
11:54:31.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6118a340-c9fb-4316-878a-1511b553d75c
11:54:31.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4f8997-c0a3-47da-b21a-3f610d87673a
11:54:31.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90ca2c2f-ca5b-4859-8231-215e45353c01
11:54:31.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f022836b-f949-40de-ae8e-38e1486818d9
11:54:31.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7052f0b7-555a-4e31-b8c2-dbcbc3861e89
11:54:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6df33976-58c2-4d3c-b469-ab3b8357b1ad
11:54:31.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4832bfb4-dde4-487e-a62f-2b58831a92b5
11:54:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca95178-98e1-4d0c-a18f-f9afd40b3c8c
11:54:31.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a47224-b601-454b-8d65-0e83a47c9646
11:54:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a219e3-a39b-4f2a-b3d9-5d04995a8653
11:54:31.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=009a1a9a-41aa-4569-92c3-660982c224d9
11:54:31.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca95bdd-86a5-461b-82df-e64f8eeb8ac9
11:54:31.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a523acdc-0ee1-480b-aeaf-579628c6d758
11:54:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd3dc05-4f1d-482f-9e04-a2d4dc63635c
11:54:31.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f3ea5d-7f07-495c-955c-d2d344e077f1
11:54:31.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:31.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:31.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:31.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:31.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:31.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:31.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:31.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ce38b4-636f-4f17-9628-ceea3ce34add
11:54:31.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89520321-6c87-4965-9da9-196c6dbef19f
11:54:32.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946afb29-4ed2-4dea-8e25-3fcb31a5f3a0
11:54:32.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c5db89c-698c-4135-b0e2-9ec59f8cf067
11:54:32.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a70cfb51-c56d-4315-87df-1806dac2bebf
11:54:32.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b353b82a-b474-465b-9eec-eb8969dc2fd0
11:54:32.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67f2cfae-fd83-43bc-b74e-2928f1cae21e
11:54:32.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0718eb40-adc1-4b95-9500-352815371cbb
11:54:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e4130c-bbcc-4d9e-a1e8-d53cdc2e3109
11:54:32.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cced1a5-f5d8-4f9f-9a26-560a0e31786b
11:54:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7522845f-5b6e-4018-b526-3fd859177b1d
11:54:32.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48488a02-e47a-487e-b229-df142dc89cd5
11:54:32.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34d3d33b-28bf-4bfb-952c-585b69fbe70c
11:54:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b0b5470-d760-4267-86bc-9522286b92cb
11:54:32.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c1f14bc-1e35-4b81-bc51-c8bf6549c2b6
11:54:32.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceacbc75-b169-4b84-839e-2f2678d724b1
11:54:32.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3330e814-a44b-4236-8951-601423ba65ac
11:54:32.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948cabba-f09b-4bf5-a48e-f1a49e0c5494
11:54:32.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cca1a689-0f54-46a2-923b-7c45035c2766
11:54:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4f8997-c0a3-47da-b21a-3f610d87673a
11:54:32.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f734ecc-bbc2-4440-b087-be5c3f4241ba
11:54:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:32.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f022836b-f949-40de-ae8e-38e1486818d9
11:54:32.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:32.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:32.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:32.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:32.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7052f0b7-555a-4e31-b8c2-dbcbc3861e89
11:54:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc744345-b722-45c1-b557-99397bfae487
11:54:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca95178-98e1-4d0c-a18f-f9afd40b3c8c
11:54:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75bdd295-7f65-4577-9775-02d4476c5013
11:54:33.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a219e3-a39b-4f2a-b3d9-5d04995a8653
11:54:33.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17cdf177-7122-4c30-a671-0e0c1ec3b9b8
11:54:33.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf872ae-4c28-4d15-aa00-e0d0eda8759b
11:54:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca95bdd-86a5-461b-82df-e64f8eeb8ac9
11:54:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd3dc05-4f1d-482f-9e04-a2d4dc63635c
11:54:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a88a7f0a-0963-428b-bc3b-370371d68c50
11:54:33.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ce38b4-636f-4f17-9628-ceea3ce34add
11:54:33.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0d966d7-99df-4288-a6ec-cb38ca74917f
11:54:33.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf66ddf6-c1f2-4294-98ed-f4a53b6752fc
11:54:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946afb29-4ed2-4dea-8e25-3fcb31a5f3a0
11:54:33.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b353b82a-b474-465b-9eec-eb8969dc2fd0
11:54:33.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e901dd7b-7f08-4271-a578-801319f90836
11:54:33.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67f2cfae-fd83-43bc-b74e-2928f1cae21e
11:54:33.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8fd03d-8937-4e34-b83a-7bf077f2ac05
11:54:33.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e4130c-bbcc-4d9e-a1e8-d53cdc2e3109
11:54:33.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ba0e52-b575-4e22-b0a9-b2028adab6b0
11:54:33.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:33.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cced1a5-f5d8-4f9f-9a26-560a0e31786b
11:54:33.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:33.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:33.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:33.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:33.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:33.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:33.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1cb3df2-0b79-4921-a1d5-2b13f52c8846
11:54:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48488a02-e47a-487e-b229-df142dc89cd5
11:54:34.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b0b5470-d760-4267-86bc-9522286b92cb
11:54:34.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e504a2f6-7afc-4da0-9890-3a835584a1bf
11:54:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceacbc75-b169-4b84-839e-2f2678d724b1
11:54:34.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0b70c8-10a3-48e5-928c-c82cfa19f7ef
11:54:34.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3330e814-a44b-4236-8951-601423ba65ac
11:54:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7d33ba-337e-4b10-a1ff-703fa0621748
11:54:34.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=543291b6-4e27-46c5-bde1-c0ea58c75ff7
11:54:34.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cca1a689-0f54-46a2-923b-7c45035c2766
11:54:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f734ecc-bbc2-4440-b087-be5c3f4241ba
11:54:34.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62555dce-f603-4559-993a-4cf20b7ed07c
11:54:34.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc744345-b722-45c1-b557-99397bfae487
11:54:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edf8ce10-9277-49d7-85a9-c981f07b6069
11:54:34.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75bdd295-7f65-4577-9775-02d4476c5013
11:54:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb6f3e99-9830-41dd-9c77-9e24c092182f
11:54:34.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17cdf177-7122-4c30-a671-0e0c1ec3b9b8
11:54:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac0c436-07aa-4db8-b52b-f45f2bdedc12
11:54:34.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf872ae-4c28-4d15-aa00-e0d0eda8759b
11:54:34.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f811e502-32d9-4335-8d75-dc5fe4f063b8
11:54:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a88a7f0a-0963-428b-bc3b-370371d68c50
11:54:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:34.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:34.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:34.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:34.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:34.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:34.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:34.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0d966d7-99df-4288-a6ec-cb38ca74917f
11:54:34.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=689f5eac-9d2b-4d7f-8f53-6316d2ef5f38
11:54:35.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf66ddf6-c1f2-4294-98ed-f4a53b6752fc
11:54:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a77093-3f28-467b-a90b-a8465b4ae7dd
11:54:35.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e901dd7b-7f08-4271-a578-801319f90836
11:54:35.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=becb74a5-5fd8-4c0f-8030-8fcd485da866
11:54:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8fd03d-8937-4e34-b83a-7bf077f2ac05
11:54:35.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e7ded43-ebc2-43d6-84c6-451b742e5d66
11:54:35.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ba0e52-b575-4e22-b0a9-b2028adab6b0
11:54:35.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d3ba652-dfc9-49b1-82c5-f09d7096620c
11:54:35.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d1ee64-f969-4a45-84ed-d954eb885b58
11:54:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1cb3df2-0b79-4921-a1d5-2b13f52c8846
11:54:35.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65457ba4-7e55-435f-8b0a-2735da14b3e9
11:54:35.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e504a2f6-7afc-4da0-9890-3a835584a1bf
11:54:35.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d22fc8-7d60-43e1-a685-2497d54cd2d5
11:54:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0b70c8-10a3-48e5-928c-c82cfa19f7ef
11:54:35.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74ab2d23-f130-469e-b396-bc9240e74c98
11:54:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7d33ba-337e-4b10-a1ff-703fa0621748
11:54:35.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52293499-62d5-478e-b54a-91e868eac55d
11:54:35.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=543291b6-4e27-46c5-bde1-c0ea58c75ff7
11:54:35.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efdf4413-1a27-4306-a810-f7686eaf88f4
11:54:35.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62555dce-f603-4559-993a-4cf20b7ed07c
11:54:35.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dc4b49-a439-4057-9d48-b1b2b8eeee78
11:54:35.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:35.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:35.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:35.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:35.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:35.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edf8ce10-9277-49d7-85a9-c981f07b6069
11:54:35.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4770817-c6aa-4815-8390-dee00e23fa39
11:54:36.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb6f3e99-9830-41dd-9c77-9e24c092182f
11:54:36.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=387538df-3bc2-4962-a74a-50d2a9a90a76
11:54:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac0c436-07aa-4db8-b52b-f45f2bdedc12
11:54:36.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a88b8bc-c05c-4c1a-89c4-a5a8583914ce
11:54:36.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f811e502-32d9-4335-8d75-dc5fe4f063b8
11:54:36.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4a57f0-3812-4c24-957e-e22fd98eb52e
11:54:36.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=689f5eac-9d2b-4d7f-8f53-6316d2ef5f38
11:54:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4022e5cf-68e4-4bc8-8746-18b091faca21
11:54:36.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a77093-3f28-467b-a90b-a8465b4ae7dd
11:54:36.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c3bcce-ad4b-474d-824e-bfe077da1f58
11:54:36.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=becb74a5-5fd8-4c0f-8030-8fcd485da866
11:54:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df056ba1-e4c4-4b0c-8a4e-1a6cf1bde006
11:54:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e7ded43-ebc2-43d6-84c6-451b742e5d66
11:54:36.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff5e371-0067-4030-9c87-b60390ed3fa2
11:54:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d3ba652-dfc9-49b1-82c5-f09d7096620c
11:54:36.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d1ee64-f969-4a45-84ed-d954eb885b58
11:54:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e60f5d-b25a-4a07-9e78-8ed0c3ba8094
11:54:36.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe199bf1-d9a3-4395-924e-669eb487f1c3
11:54:36.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65457ba4-7e55-435f-8b0a-2735da14b3e9
11:54:36.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=004b3b44-eeb0-4dcd-b9b7-caee5cfb0415
11:54:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d22fc8-7d60-43e1-a685-2497d54cd2d5
11:54:36.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad68fbf-f81d-45f2-8320-72a508757297
11:54:36.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:36.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:36.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:36.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:36.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:36.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:36.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:36.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74ab2d23-f130-469e-b396-bc9240e74c98
11:54:36.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=434f428e-7528-4672-9fd9-d5af5398fc01
11:54:37.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52293499-62d5-478e-b54a-91e868eac55d
11:54:37.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b790ff68-0812-4aa5-aa8e-4478ba194f41
11:54:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efdf4413-1a27-4306-a810-f7686eaf88f4
11:54:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db4090e-b278-4d5c-b20a-2530b4abc351
11:54:37.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dc4b49-a439-4057-9d48-b1b2b8eeee78
11:54:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4770817-c6aa-4815-8390-dee00e23fa39
11:54:37.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5639ac-e71d-4da2-bb19-514cd0e98518
11:54:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=387538df-3bc2-4962-a74a-50d2a9a90a76
11:54:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2179919e-7615-44d4-8781-f01ab141aaf9
11:54:37.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a88b8bc-c05c-4c1a-89c4-a5a8583914ce
11:54:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=859f925d-430d-46ef-a09e-dc3aa081d4d9
11:54:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4a57f0-3812-4c24-957e-e22fd98eb52e
11:54:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1a23a3-4823-41bf-9fcc-c46aa455ab92
11:54:37.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e14cf9b-fd05-4554-81a8-5c9e0339c2f6
11:54:37.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4022e5cf-68e4-4bc8-8746-18b091faca21
11:54:37.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01ddfa03-be5a-4760-98c3-075794eaf1d5
11:54:37.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c3bcce-ad4b-474d-824e-bfe077da1f58
11:54:37.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:37.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34ef0a8f-7e27-4a80-b399-769ca46984c2
11:54:37.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:37.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:37.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:37.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:37.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:37.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:37.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df056ba1-e4c4-4b0c-8a4e-1a6cf1bde006
11:54:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b23f2a9-9049-4d6a-83be-f34954aa6974
11:54:38.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06c0b411-3ecc-4930-a52f-23f4656f2ce6
11:54:38.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff5e371-0067-4030-9c87-b60390ed3fa2
11:54:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e60f5d-b25a-4a07-9e78-8ed0c3ba8094
11:54:38.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b894a44f-c374-4f4f-a00d-a366c93fe438
11:54:38.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe199bf1-d9a3-4395-924e-669eb487f1c3
11:54:38.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c0e1d8d-c8eb-4d7c-9118-48662c9e06d1
11:54:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=512f4478-0df5-4c3d-8cad-107fce389d4d
11:54:38.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=004b3b44-eeb0-4dcd-b9b7-caee5cfb0415
11:54:38.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b575229-517a-499f-b194-12f48f285b2f
11:54:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f28d1a1-882a-43ca-b858-baceed10871f
11:54:38.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad68fbf-f81d-45f2-8320-72a508757297
11:54:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=434f428e-7528-4672-9fd9-d5af5398fc01
11:54:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe750740-1fb1-46bd-a2c9-4049dca37b2b
11:54:38.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b790ff68-0812-4aa5-aa8e-4478ba194f41
11:54:38.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a15582c-99ea-46e8-ac62-884aa876a802
11:54:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db4090e-b278-4d5c-b20a-2530b4abc351
11:54:38.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a817f63b-2a08-460c-9a7f-6314f5829c52
11:54:38.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c67cbc3-65ec-4ab5-bfcb-dcd0f64764eb
11:54:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5639ac-e71d-4da2-bb19-514cd0e98518
11:54:38.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:38.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:38.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:38.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:38.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcaa17d-5552-4312-8c6d-b7ebe98109a1
11:54:38.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:38.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:38.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:38.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2179919e-7615-44d4-8781-f01ab141aaf9
11:54:39.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d276934-f4f9-4b72-9a41-9952d78eb8e0
11:54:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=859f925d-430d-46ef-a09e-dc3aa081d4d9
11:54:39.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea25ee92-5ef9-40ba-a862-4eb9006513a0
11:54:39.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1a23a3-4823-41bf-9fcc-c46aa455ab92
11:54:39.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a13f7b9-a4d9-468d-8ae7-795c76a3b6ef
11:54:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e14cf9b-fd05-4554-81a8-5c9e0339c2f6
11:54:39.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01ddfa03-be5a-4760-98c3-075794eaf1d5
11:54:39.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3129698a-c71e-4e7b-97d1-40de6dd6c83f
11:54:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1894a9e6-8f21-4fb1-9d7b-ab750a1e9c22
11:54:39.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34ef0a8f-7e27-4a80-b399-769ca46984c2
11:54:39.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21ddcb47-540c-44ef-a808-1ea0ac8af0b1
11:54:39.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b23f2a9-9049-4d6a-83be-f34954aa6974
11:54:39.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06c0b411-3ecc-4930-a52f-23f4656f2ce6
11:54:39.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a11cc9dc-b80e-4dd2-8739-222d888f3eb8
11:54:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b894a44f-c374-4f4f-a00d-a366c93fe438
11:54:39.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01045699-b85c-47c4-868f-fb04e3acd581
11:54:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=114ec464-1722-473c-b4e2-5ee6e45c505f
11:54:39.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c0e1d8d-c8eb-4d7c-9118-48662c9e06d1
11:54:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=512f4478-0df5-4c3d-8cad-107fce389d4d
11:54:39.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5246717-84af-4880-99b3-0ded83cdc814
11:54:39.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b252cb85-35ad-4ee6-9159-b467254632b9
11:54:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b575229-517a-499f-b194-12f48f285b2f
11:54:39.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:39.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:39.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:39.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:39.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:39.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:39.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:39.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec18da28-d9dc-4b45-82c4-e2a910cc8280
11:54:39.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4fb59e4-8172-4b92-a363-d1f38dfea6cd
11:54:40.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f28d1a1-882a-43ca-b858-baceed10871f
11:54:40.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b01e471c-3c90-4cc2-8f61-c3c78d7e0ac4
11:54:40.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe750740-1fb1-46bd-a2c9-4049dca37b2b
11:54:40.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a1c0a61-9054-4bf1-ba6d-5a1b23f3fcd5
11:54:40.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a15582c-99ea-46e8-ac62-884aa876a802
11:54:40.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc93a4fd-c85c-47c3-86ac-11a4ec380f5e
11:54:40.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a817f63b-2a08-460c-9a7f-6314f5829c52
11:54:40.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bcb74eb-cf88-4d0f-8f42-1c2a9c919479
11:54:40.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c67cbc3-65ec-4ab5-bfcb-dcd0f64764eb
11:54:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21f20ed-768b-43aa-845f-a081656b612f
11:54:40.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcaa17d-5552-4312-8c6d-b7ebe98109a1
11:54:40.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d276934-f4f9-4b72-9a41-9952d78eb8e0
11:54:40.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6ee512-5ba4-4fd9-9954-ec16ce186e96
11:54:40.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea25ee92-5ef9-40ba-a862-4eb9006513a0
11:54:40.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff48b66-c59b-4873-acf2-47ffd09ccd0e
11:54:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a13f7b9-a4d9-468d-8ae7-795c76a3b6ef
11:54:40.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0069bcf3-1d59-47c8-9428-6a3822b8de9c
11:54:40.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:40.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:40.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:40.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3129698a-c71e-4e7b-97d1-40de6dd6c83f
11:54:40.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:40.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:40.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:40.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:40.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119f69d3-e853-444d-b246-334ec33724ec
11:54:40.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1894a9e6-8f21-4fb1-9d7b-ab750a1e9c22
11:54:41.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d17774c4-dba7-4844-a50a-4ab5df604271
11:54:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21ddcb47-540c-44ef-a808-1ea0ac8af0b1
11:54:41.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65011a59-8e7d-4bfe-9157-e3be2fe2a844
11:54:41.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885275de-3cad-47c0-8119-3841f0d328ac
11:54:41.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a11cc9dc-b80e-4dd2-8739-222d888f3eb8
11:54:41.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01045699-b85c-47c4-868f-fb04e3acd581
11:54:41.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d8eab3-42f5-4bba-8dd1-e5b679602e4f
11:54:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d6e1fd7-6148-4e4d-9bf7-efbce564b61a
11:54:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=114ec464-1722-473c-b4e2-5ee6e45c505f
11:54:41.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f85f78f-13e5-4c08-a93b-908be7867b2b
11:54:41.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c299a930-fe06-4f36-bb4d-f653ef47ae45
11:54:41.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5246717-84af-4880-99b3-0ded83cdc814
11:54:41.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57a781c7-e583-4bda-b601-5b7711ea1b3e
11:54:41.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b252cb85-35ad-4ee6-9159-b467254632b9
11:54:41.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18f68bd-be2a-4397-9415-fa5417d07852
11:54:41.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec18da28-d9dc-4b45-82c4-e2a910cc8280
11:54:41.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54178e6e-9850-4472-b908-5bf721fa3aa8
11:54:41.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4fb59e4-8172-4b92-a363-d1f38dfea6cd
11:54:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd283e49-5fee-4f57-9059-f1cd09723e28
11:54:41.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:41.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b01e471c-3c90-4cc2-8f61-c3c78d7e0ac4
11:54:41.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:41.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:41.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:41.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:41.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:41.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:41.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d8d34dd-d134-462a-8c18-c917dd922b19
11:54:42.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a1c0a61-9054-4bf1-ba6d-5a1b23f3fcd5
11:54:42.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fcd5e5b-0b3a-491d-a508-eb8474db88d3
11:54:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc93a4fd-c85c-47c3-86ac-11a4ec380f5e
11:54:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11fe2b3f-529d-4668-afce-033d6819fc46
11:54:42.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bcb74eb-cf88-4d0f-8f42-1c2a9c919479
11:54:42.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fa26d2-baf2-42b8-98a0-d544ac40aeb8
11:54:42.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21f20ed-768b-43aa-845f-a081656b612f
11:54:42.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e1527d-22df-44ac-aa9a-05495b1b68f6
11:54:42.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6ee512-5ba4-4fd9-9954-ec16ce186e96
11:54:42.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189a2bdf-ade0-42e2-a5c3-a9c4cf9d8af1
11:54:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a942d24-7960-47c5-9fdc-a930d57523c6
11:54:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff48b66-c59b-4873-acf2-47ffd09ccd0e
11:54:42.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7632760-97c4-40a6-b41d-cbe1276b14d0
11:54:42.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0069bcf3-1d59-47c8-9428-6a3822b8de9c
11:54:42.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119f69d3-e853-444d-b246-334ec33724ec
11:54:42.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2fcc760-0290-4890-a8a4-18f150245592
11:54:42.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d17774c4-dba7-4844-a50a-4ab5df604271
11:54:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb53f839-afbc-4881-ab69-cb7a9d4dd735
11:54:42.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65011a59-8e7d-4bfe-9157-e3be2fe2a844
11:54:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d36288-e6e9-445d-bb97-f9136f4ccb68
11:54:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:42.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885275de-3cad-47c0-8119-3841f0d328ac
11:54:42.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:42.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:42.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:42.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:42.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fda90ca4-1e83-4b5f-90b5-98a0595bfd35
11:54:43.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d8eab3-42f5-4bba-8dd1-e5b679602e4f
11:54:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322a3c4-b5e0-4eff-9d73-94c0a16736a2
11:54:43.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d6e1fd7-6148-4e4d-9bf7-efbce564b61a
11:54:43.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b351f081-0f4c-422f-b5d1-ea213fe2d6a7
11:54:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f85f78f-13e5-4c08-a93b-908be7867b2b
11:54:43.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c299a930-fe06-4f36-bb4d-f653ef47ae45
11:54:43.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=127503ae-b447-4d78-84c8-bb219f09ff1e
11:54:43.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57a781c7-e583-4bda-b601-5b7711ea1b3e
11:54:43.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc45c7bc-75d2-47d6-9891-3c6d359c5ab1
11:54:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18f68bd-be2a-4397-9415-fa5417d07852
11:54:43.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0170b1-15be-4f76-ab6a-dd01406c6292
11:54:43.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54178e6e-9850-4472-b908-5bf721fa3aa8
11:54:43.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b742dba1-b23c-40bb-bd40-6650556b7f53
11:54:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e547915a-268f-4dee-bbf4-4c9fae3fcbe0
11:54:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd283e49-5fee-4f57-9059-f1cd09723e28
11:54:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=304a33db-68b1-42f5-ae73-d0c07381934c
11:54:43.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d8d34dd-d134-462a-8c18-c917dd922b19
11:54:43.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b967fff1-36c5-4dbd-b118-4d4e0abf2f7f
11:54:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fcd5e5b-0b3a-491d-a508-eb8474db88d3
11:54:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:43.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:43.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:43.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:43.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:43.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11fe2b3f-529d-4668-afce-033d6819fc46
11:54:43.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:43.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:43.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e70011-2aec-4661-86d9-f0f0b5898898
11:54:44.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca358fa-74dd-4cca-8798-d56349463293
11:54:44.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fa26d2-baf2-42b8-98a0-d544ac40aeb8
11:54:44.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2533aaae-c8d9-406e-bc4d-21087b44f066
11:54:44.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e1527d-22df-44ac-aa9a-05495b1b68f6
11:54:44.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=348b7210-8dec-4970-8278-a13098f8b8fb
11:54:44.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189a2bdf-ade0-42e2-a5c3-a9c4cf9d8af1
11:54:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fdc121-5131-4f4b-8dbd-77858ae74d07
11:54:44.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a942d24-7960-47c5-9fdc-a930d57523c6
11:54:44.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=729b2452-a92d-4db3-a99d-16a7b1ba6d53
11:54:44.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7632760-97c4-40a6-b41d-cbe1276b14d0
11:54:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc63c25-f9cb-4b86-9e5d-7f86c816c5ca
11:54:44.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efdbe522-39cf-4929-b4d3-0a1472cb1699
11:54:44.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2fcc760-0290-4890-a8a4-18f150245592
11:54:44.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a47fffc-c0ed-40ec-83b8-459b2b477ee9
11:54:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb53f839-afbc-4881-ab69-cb7a9d4dd735
11:54:44.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8948a07-f3fa-4716-a302-41a6d5ac3413
11:54:44.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d36288-e6e9-445d-bb97-f9136f4ccb68
11:54:44.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2ad885-aa2f-40e6-919f-03ea6db1a81c
11:54:44.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fda90ca4-1e83-4b5f-90b5-98a0595bfd35
11:54:44.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e57c9ba3-e218-42f1-b6ea-f95b81e15e76
11:54:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322a3c4-b5e0-4eff-9d73-94c0a16736a2
11:54:44.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:44.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:44.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:44.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:44.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:44.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:44.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:44.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5d9644-24ea-4c25-bbec-ad2d6f8b51f6
11:54:44.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b351f081-0f4c-422f-b5d1-ea213fe2d6a7
11:54:45.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55038f1d-fb7d-40e4-8c0b-c043872868de
11:54:45.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=965494ee-e11a-49a8-8b9e-323e08cafd24
11:54:45.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=127503ae-b447-4d78-84c8-bb219f09ff1e
11:54:45.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc45c7bc-75d2-47d6-9891-3c6d359c5ab1
11:54:45.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707e661f-a55c-481b-be6f-a7aedd8d7928
11:54:45.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0170b1-15be-4f76-ab6a-dd01406c6292
11:54:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50a32ea-76b7-4ba8-95a9-5e9e13897605
11:54:45.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b742dba1-b23c-40bb-bd40-6650556b7f53
11:54:45.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd21e61d-f175-4d43-903b-346c13f86bc1
11:54:45.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e547915a-268f-4dee-bbf4-4c9fae3fcbe0
11:54:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=304a33db-68b1-42f5-ae73-d0c07381934c
11:54:45.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8dc01d5-fe35-46c2-8fcf-e287efba5eea
11:54:45.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b967fff1-36c5-4dbd-b118-4d4e0abf2f7f
11:54:45.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad5e6a5-c171-4f40-91b9-f1fdefa799a1
11:54:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=843b557c-6da3-4ed0-ac3c-f10e7c5ec3d7
11:54:45.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e70011-2aec-4661-86d9-f0f0b5898898
11:54:45.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c473e887-8429-401c-8d16-2a64f697335f
11:54:45.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.732 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca358fa-74dd-4cca-8798-d56349463293
11:54:45.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac3af981-84c7-4d13-b48d-a4445980565e
11:54:45.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2533aaae-c8d9-406e-bc4d-21087b44f066
11:54:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e14ca9-897b-4aaa-a27b-3bd020b631aa
11:54:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:45.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:45.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=348b7210-8dec-4970-8278-a13098f8b8fb
11:54:45.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:45.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:45.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:45.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:45.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:45.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ef402ba-81f1-4ea6-a144-5fcd7d6a4de9
11:54:45.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fdc121-5131-4f4b-8dbd-77858ae74d07
11:54:46.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63105663-281a-4555-ad7e-b87783f406ba
11:54:46.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=729b2452-a92d-4db3-a99d-16a7b1ba6d53
11:54:46.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d7a0ce-936c-4d0d-baa0-8343eddd1dfa
11:54:46.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc63c25-f9cb-4b86-9e5d-7f86c816c5ca
11:54:46.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c22d809-c2e1-4c6b-b0a2-428c7f9e6623
11:54:46.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efdbe522-39cf-4929-b4d3-0a1472cb1699
11:54:46.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d489507-b0d2-48ec-8a3d-1850088cbe89
11:54:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a47fffc-c0ed-40ec-83b8-459b2b477ee9
11:54:46.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a78b2bfd-d230-4b58-9e38-9cfa7c05c41e
11:54:46.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8948a07-f3fa-4716-a302-41a6d5ac3413
11:54:46.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc051578-10b0-4572-af5e-474190127382
11:54:46.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e67e204-f658-4632-9e0e-112dfc1d9920
11:54:46.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2ad885-aa2f-40e6-919f-03ea6db1a81c
11:54:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b864278-37da-463c-aee0-a91f028a7be9
11:54:46.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e57c9ba3-e218-42f1-b6ea-f95b81e15e76
11:54:46.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5d9644-24ea-4c25-bbec-ad2d6f8b51f6
11:54:46.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c1ce72-8f14-4b6b-8d24-dab813169317
11:54:46.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55038f1d-fb7d-40e4-8c0b-c043872868de
11:54:46.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27440e00-c8e6-4ce4-85ad-3aab5c746891
11:54:46.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=965494ee-e11a-49a8-8b9e-323e08cafd24
11:54:46.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b770f7f3-6466-4f72-abfc-87057b7ff330
11:54:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707e661f-a55c-481b-be6f-a7aedd8d7928
11:54:46.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0968b42-d798-45fa-b6d4-55a80c67a272
11:54:46.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:46.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50a32ea-76b7-4ba8-95a9-5e9e13897605
11:54:46.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:46.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:46.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:46.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:46.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8b079b-4470-4df5-bd31-0ca7505685ae
11:54:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd21e61d-f175-4d43-903b-346c13f86bc1
11:54:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=337e18c9-95f7-4c80-b5c7-7ca8697f19b4
11:54:47.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8dc01d5-fe35-46c2-8fcf-e287efba5eea
11:54:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=897c3da2-dbee-4041-8e56-00605925e393
11:54:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad5e6a5-c171-4f40-91b9-f1fdefa799a1
11:54:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=843b557c-6da3-4ed0-ac3c-f10e7c5ec3d7
11:54:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bccc4ae7-de8b-46ae-a313-b7b69079a311
11:54:47.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbc3e684-f729-4e9b-85d1-16b8ead8d2d6
11:54:47.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c473e887-8429-401c-8d16-2a64f697335f
11:54:47.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb30b3b-6c0a-40f5-a2f2-4060626aaae2
11:54:47.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac3af981-84c7-4d13-b48d-a4445980565e
11:54:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b9a82b-6669-4203-8ca3-9315f20fdd42
11:54:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e14ca9-897b-4aaa-a27b-3bd020b631aa
11:54:47.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c53f37-17d3-41b9-b6ed-58e5f51c6418
11:54:47.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99183ed6-0ab5-483a-b6ba-96cebd10f221
11:54:47.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ef402ba-81f1-4ea6-a144-5fcd7d6a4de9
11:54:47.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb47d74-fe21-4d7a-90eb-7bf114793697
11:54:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63105663-281a-4555-ad7e-b87783f406ba
11:54:47.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=759cb001-d3d6-4192-882c-5dbc7d80480f
11:54:47.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d7a0ce-936c-4d0d-baa0-8343eddd1dfa
11:54:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:47.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:47.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:47.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:47.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:47.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:47.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:47.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1880bf2-a591-4b2d-a471-495dec96d967
11:54:47.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c22d809-c2e1-4c6b-b0a2-428c7f9e6623
11:54:48.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e47cbc2-6be3-43a6-bb31-dcbcd9d6f182
11:54:48.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d489507-b0d2-48ec-8a3d-1850088cbe89
11:54:48.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8795102-d63e-4c3f-a175-e815b5f58efe
11:54:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a78b2bfd-d230-4b58-9e38-9cfa7c05c41e
11:54:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66b83914-f86c-4229-a8c9-1b8cb3d2547d
11:54:48.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc051578-10b0-4572-af5e-474190127382
11:54:48.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0469c4a-6e52-4312-8d76-5dd4d30476ea
11:54:48.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e67e204-f658-4632-9e0e-112dfc1d9920
11:54:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226c1215-49a6-45e8-ac2d-632e9be3e82a
11:54:48.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c10c8ee-bb2f-4aaf-b9a1-4362dc74dd7d
11:54:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b864278-37da-463c-aee0-a91f028a7be9
11:54:48.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43971f28-90d8-424a-8762-3efe19b074e0
11:54:48.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c1ce72-8f14-4b6b-8d24-dab813169317
11:54:48.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5cd8e4-ba47-4ba4-adda-b3a86d599663
11:54:48.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27440e00-c8e6-4ce4-85ad-3aab5c746891
11:54:48.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4146859b-1052-4a96-a834-b6ba86fcdb88
11:54:48.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b770f7f3-6466-4f72-abfc-87057b7ff330
11:54:48.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38827e7e-5067-4782-aeac-28c7f1f6b220
11:54:48.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0968b42-d798-45fa-b6d4-55a80c67a272
11:54:48.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24d45b9-4c27-477d-8d0d-df8d77317fb9
11:54:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:48.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:48.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:48.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:48.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:48.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:48.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8b079b-4470-4df5-bd31-0ca7505685ae
11:54:49.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e1e469-ec12-462d-b1f2-dffc487f048d
11:54:49.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=337e18c9-95f7-4c80-b5c7-7ca8697f19b4
11:54:49.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ead40777-58c0-4a95-a45e-29ad43a74875
11:54:49.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f6c11ae-5ac7-4776-b6db-03ceab9da2f4
11:54:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=897c3da2-dbee-4041-8e56-00605925e393
11:54:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bccc4ae7-de8b-46ae-a313-b7b69079a311
11:54:49.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcd17293-c85a-4ced-8e39-be62fcf2addc
11:54:49.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbc3e684-f729-4e9b-85d1-16b8ead8d2d6
11:54:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd4412e-178e-42f3-8926-3ba8253cf503
11:54:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb30b3b-6c0a-40f5-a2f2-4060626aaae2
11:54:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c432f57-d651-4262-ada0-14b58bb2f7a8
11:54:49.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fd722d0-385c-4386-a2fa-28bc7fb9cd85
11:54:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b9a82b-6669-4203-8ca3-9315f20fdd42
11:54:49.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c53f37-17d3-41b9-b6ed-58e5f51c6418
11:54:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebde496-5ae6-40ba-9c0d-baa868e29179
11:54:49.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99183ed6-0ab5-483a-b6ba-96cebd10f221
11:54:49.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f4b275-1d2a-458f-8d24-4a1b65a2ac89
11:54:49.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb47d74-fe21-4d7a-90eb-7bf114793697
11:54:49.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=916c8c70-7fde-47de-9949-8cdb7b458528
11:54:49.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=759cb001-d3d6-4192-882c-5dbc7d80480f
11:54:49.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:49.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:49.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1880bf2-a591-4b2d-a471-495dec96d967
11:54:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:49.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:49.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:49.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c51cd9ef-6712-45c9-89de-e9d75f5fc769
11:54:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81528ed2-6600-4ca9-9615-62783b3d8858
11:54:50.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e47cbc2-6be3-43a6-bb31-dcbcd9d6f182
11:54:50.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f390ff-ca9c-433f-8049-fb5526ef49ba
11:54:50.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8795102-d63e-4c3f-a175-e815b5f58efe
11:54:50.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66b83914-f86c-4229-a8c9-1b8cb3d2547d
11:54:50.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b95bf85-8a74-49e6-bb1a-89d3d17e3952
11:54:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7193c87d-63cc-4b9b-a8ed-356345ee87ea
11:54:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.323 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0469c4a-6e52-4312-8d76-5dd4d30476ea
11:54:50.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226c1215-49a6-45e8-ac2d-632e9be3e82a
11:54:50.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7947958b-246e-429f-85d0-cb0c47c9b7e2
11:54:50.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c10c8ee-bb2f-4aaf-b9a1-4362dc74dd7d
11:54:50.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f41774-e693-4fe7-8066-95e64ba8ea5d
11:54:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43971f28-90d8-424a-8762-3efe19b074e0
11:54:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42134392-9faf-4d85-9696-d0a7e967905d
11:54:50.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5cd8e4-ba47-4ba4-adda-b3a86d599663
11:54:50.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f14c120a-deab-4f35-9bc7-707faae9ec79
11:54:50.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3d41c2b-848f-4e69-b986-2cac101bcb59
11:54:50.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4146859b-1052-4a96-a834-b6ba86fcdb88
11:54:50.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad50abc-cf96-4d2b-a192-9dfea855a5ac
11:54:50.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:50.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:50.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:50.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:50.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:50.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38827e7e-5067-4782-aeac-28c7f1f6b220
11:54:50.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6895e079-fb8b-48fd-9fc4-19f565991808
11:54:51.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24d45b9-4c27-477d-8d0d-df8d77317fb9
11:54:51.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe42bcc-2984-4e33-b34a-83cf906a7c49
11:54:51.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e1e469-ec12-462d-b1f2-dffc487f048d
11:54:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77df9216-4b98-49e0-84d2-bb2d9f1ea6df
11:54:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ead40777-58c0-4a95-a45e-29ad43a74875
11:54:51.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f6c11ae-5ac7-4776-b6db-03ceab9da2f4
11:54:51.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db6a6a2-b214-4d8f-902d-c64d8f35e6cd
11:54:51.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcd17293-c85a-4ced-8e39-be62fcf2addc
11:54:51.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab19b80-2afa-4044-bb68-00e3e25c283f
11:54:51.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd4412e-178e-42f3-8926-3ba8253cf503
11:54:51.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c432f57-d651-4262-ada0-14b58bb2f7a8
11:54:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bbc634-85ca-4343-a7a1-b1f91e9d0c8f
11:54:51.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fd722d0-385c-4386-a2fa-28bc7fb9cd85
11:54:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7661b556-3a2e-4701-a9c9-ba03b1d1a66c
11:54:51.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f02625e1-bc66-4e7f-838d-81e8d8883f80
11:54:51.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebde496-5ae6-40ba-9c0d-baa868e29179
11:54:51.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f4b275-1d2a-458f-8d24-4a1b65a2ac89
11:54:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=283ec793-f65f-418b-8f6f-d444d004d756
11:54:51.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ce3d2d-2885-4683-9dfe-0edac4ff8042
11:54:51.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=916c8c70-7fde-47de-9949-8cdb7b458528
11:54:51.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c51cd9ef-6712-45c9-89de-e9d75f5fc769
11:54:51.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:51.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883f5cfc-50ce-4e5f-8377-dd2f347cf7fc
11:54:51.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:51.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:51.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81528ed2-6600-4ca9-9615-62783b3d8858
11:54:52.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abe2e21-de70-4150-a8a1-a728c066e78c
11:54:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f390ff-ca9c-433f-8049-fb5526ef49ba
11:54:52.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed2c5562-a918-47b9-8d64-77488d03a532
11:54:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b95bf85-8a74-49e6-bb1a-89d3d17e3952
11:54:52.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a14028-097c-4693-9a90-26daf9026c94
11:54:52.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7193c87d-63cc-4b9b-a8ed-356345ee87ea
11:54:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7947958b-246e-429f-85d0-cb0c47c9b7e2
11:54:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae0c623-e7c5-46ba-9e65-336ccb25ead7
11:54:52.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f41774-e693-4fe7-8066-95e64ba8ea5d
11:54:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5abf63-e352-4dc1-8f49-79f30e855fef
11:54:52.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42134392-9faf-4d85-9696-d0a7e967905d
11:54:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd99f4b2-bbe6-464d-b5de-a131b16fcedd
11:54:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f14c120a-deab-4f35-9bc7-707faae9ec79
11:54:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c4d5307-2354-40a1-a6c7-b12959fb7262
11:54:52.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3d41c2b-848f-4e69-b986-2cac101bcb59
11:54:52.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d77bd0d-424d-4a3b-8f0a-35640fe35683
11:54:52.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad50abc-cf96-4d2b-a192-9dfea855a5ac
11:54:52.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6eeef36-6c98-4f71-9d82-8e2059408c80
11:54:52.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6895e079-fb8b-48fd-9fc4-19f565991808
11:54:52.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869f4b41-012d-4175-836e-57efbe0f4da9
11:54:52.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe42bcc-2984-4e33-b34a-83cf906a7c49
11:54:52.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:52.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:52.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:52.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:52.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77df9216-4b98-49e0-84d2-bb2d9f1ea6df
11:54:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:52.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:52.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:52.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58678de0-07eb-4362-9a6d-380abb56088f
11:54:53.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ac524b-3f67-40a1-8576-6c63ebe82f72
11:54:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db6a6a2-b214-4d8f-902d-c64d8f35e6cd
11:54:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab19b80-2afa-4044-bb68-00e3e25c283f
11:54:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f41fb0-67da-43b1-9f43-af871195cb72
11:54:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bbc634-85ca-4343-a7a1-b1f91e9d0c8f
11:54:53.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50b1e19-68e4-4ee0-86e7-6c11bf45a40d
11:54:53.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2c2495-2409-4f2c-baa2-556535eeb501
11:54:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7661b556-3a2e-4701-a9c9-ba03b1d1a66c
11:54:53.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dcee063-16d2-4de6-aed7-13bc68148d08
11:54:53.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f02625e1-bc66-4e7f-838d-81e8d8883f80
11:54:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=283ec793-f65f-418b-8f6f-d444d004d756
11:54:53.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=154caffa-ae14-4d74-9abb-b7564a941ff9
11:54:53.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f01fe422-91dd-44ae-965c-99850425445b
11:54:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ce3d2d-2885-4683-9dfe-0edac4ff8042
11:54:53.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41fd288b-b11a-4933-84b0-64a43380a3b7
11:54:53.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883f5cfc-50ce-4e5f-8377-dd2f347cf7fc
11:54:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca72771-4e7e-4f73-b5c7-1e995c8048ff
11:54:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abe2e21-de70-4150-a8a1-a728c066e78c
11:54:53.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97eefcd9-0812-4b65-b211-699d6e16669a
11:54:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:53.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:53.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:53.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:53.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:53.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed2c5562-a918-47b9-8d64-77488d03a532
11:54:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9669b2b-d67d-4a35-9145-a08aaac58e2b
11:54:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a14028-097c-4693-9a90-26daf9026c94
11:54:54.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2933ee7e-e2e1-40e4-93c8-0eb8a3ecada5
11:54:54.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae0c623-e7c5-46ba-9e65-336ccb25ead7
11:54:54.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c823e8-2a9b-4e57-993c-76d4315b7b33
11:54:54.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5abf63-e352-4dc1-8f49-79f30e855fef
11:54:54.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6250cd7f-9edd-4f28-a52a-77f7b8ad0eef
11:54:54.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f2f7682-c25d-410a-8740-457f3ba706b3
11:54:54.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd99f4b2-bbe6-464d-b5de-a131b16fcedd
11:54:54.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76800425-1877-4aa8-917b-01e54022a15b
11:54:54.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c4d5307-2354-40a1-a6c7-b12959fb7262
11:54:54.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a9fcbc3-59dc-4014-a3e9-b5beda93a5de
11:54:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d77bd0d-424d-4a3b-8f0a-35640fe35683
11:54:54.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84dcef6-92c9-4bcc-be6a-71937f07d54a
11:54:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80e17bcc-cee3-4f9b-bf82-1755e0cbac02
11:54:54.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6eeef36-6c98-4f71-9d82-8e2059408c80
11:54:54.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4543adf4-81ed-4d72-a141-4a7cd9b7624b
11:54:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869f4b41-012d-4175-836e-57efbe0f4da9
11:54:54.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09214745-3b6c-4658-9413-01ef598588ed
11:54:54.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58678de0-07eb-4362-9a6d-380abb56088f
11:54:54.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ac524b-3f67-40a1-8576-6c63ebe82f72
11:54:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f983e0e2-d38f-451a-8b1a-04297c409acb
11:54:54.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f41fb0-67da-43b1-9f43-af871195cb72
11:54:54.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab80d4d-b5df-4b84-8246-6967c8707fc2
11:54:54.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50b1e19-68e4-4ee0-86e7-6c11bf45a40d
11:54:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:54.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:54.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:54.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:54.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:54.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2c2495-2409-4f2c-baa2-556535eeb501
11:54:54.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:54.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:54.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e335104-97bc-47e3-bb43-53305ae4bce6
11:54:55.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dcee063-16d2-4de6-aed7-13bc68148d08
11:54:55.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50bcddfa-1fd2-4238-a5fc-a2d48302f021
11:54:55.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=154caffa-ae14-4d74-9abb-b7564a941ff9
11:54:55.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=017ea144-1ee7-424a-80ae-b2b8483d98bf
11:54:55.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f01fe422-91dd-44ae-965c-99850425445b
11:54:55.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0570968-cab5-41a4-8d95-8f2342f7a4d1
11:54:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41fd288b-b11a-4933-84b0-64a43380a3b7
11:54:55.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2149e229-2c5b-47f7-a6df-2a87c9a05f94
11:54:55.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca72771-4e7e-4f73-b5c7-1e995c8048ff
11:54:55.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf1c01f-fd47-42cc-acf7-e061078c10cb
11:54:55.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97eefcd9-0812-4b65-b211-699d6e16669a
11:54:55.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b11ae0d-b119-4183-9ed6-21f2a93d7ca7
11:54:55.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189d0e9f-6fcf-4ab8-9919-ea0c1847d6d0
11:54:55.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9669b2b-d67d-4a35-9145-a08aaac58e2b
11:54:55.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=716e8932-530b-401d-9aa8-cba2f2490366
11:54:55.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2933ee7e-e2e1-40e4-93c8-0eb8a3ecada5
11:54:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb205b8-f2e4-4a45-9fd0-408c6ab0d1a0
11:54:55.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c823e8-2a9b-4e57-993c-76d4315b7b33
11:54:55.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05ddc9d6-f04b-4b16-9d31-a9ef9d770d9b
11:54:55.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6250cd7f-9edd-4f28-a52a-77f7b8ad0eef
11:54:55.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:55.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:55.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:55.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:55.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:55.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:55.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:55.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170f4fdf-e401-4f76-882d-0ed41960afac
11:54:55.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4c5975-984c-4966-bac8-8d9d9c8a4855
11:54:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f2f7682-c25d-410a-8740-457f3ba706b3
11:54:56.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76800425-1877-4aa8-917b-01e54022a15b
11:54:56.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2853f76-2319-49ee-84b5-fba6adb2c90a
11:54:56.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc97583-2b48-4da4-9c08-a3d1b02c9e7a
11:54:56.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a9fcbc3-59dc-4014-a3e9-b5beda93a5de
11:54:56.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3d312e-89d6-4eb4-ba12-8568abbafef5
11:54:56.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84dcef6-92c9-4bcc-be6a-71937f07d54a
11:54:56.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80e17bcc-cee3-4f9b-bf82-1755e0cbac02
11:54:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f058541-225f-4b9d-b815-6ae70ebab2db
11:54:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4543adf4-81ed-4d72-a141-4a7cd9b7624b
11:54:56.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd780823-ed24-4c8f-80ed-df313637a343
11:54:56.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09214745-3b6c-4658-9413-01ef598588ed
11:54:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552cdfca-2565-4d63-82ec-52f3ad035708
11:54:56.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=070eba81-80bc-4a47-9c2d-53a853cbeee0
11:54:56.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f983e0e2-d38f-451a-8b1a-04297c409acb
11:54:56.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab80d4d-b5df-4b84-8246-6967c8707fc2
11:54:56.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1458fa98-3b9a-46ff-8f18-75c4cfab0d2a
11:54:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e335104-97bc-47e3-bb43-53305ae4bce6
11:54:56.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:56.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9125c010-6bd5-4f46-9aad-0ab250fb772d
11:54:56.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:56.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:56.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:56.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:56.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:56.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:56.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d280aa8b-277e-44d2-b6f8-0825d319e14b
11:54:57.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50bcddfa-1fd2-4238-a5fc-a2d48302f021
11:54:57.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6793fbb1-d1b0-43c6-9cca-851f19bc17fb
11:54:57.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472f83ea-67e0-4f3b-b417-27f08ba8bde9
11:54:57.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=017ea144-1ee7-424a-80ae-b2b8483d98bf
11:54:57.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3809de4d-fef2-45ae-be84-0f049fcfaa5a
11:54:57.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0570968-cab5-41a4-8d95-8f2342f7a4d1
11:54:57.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7418581a-0d06-440a-82a6-43852ee28f23
11:54:57.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2149e229-2c5b-47f7-a6df-2a87c9a05f94
11:54:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf1c01f-fd47-42cc-acf7-e061078c10cb
11:54:57.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9767adf1-b406-4543-a0d6-c453483b6b06
11:54:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b11ae0d-b119-4183-9ed6-21f2a93d7ca7
11:54:57.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=933b0ab7-ca14-4911-b434-a08972ea5f1c
11:54:57.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189d0e9f-6fcf-4ab8-9919-ea0c1847d6d0
11:54:57.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=159e6d46-3ed2-4af3-9c3a-dd4a1cec981f
11:54:57.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbee6329-d04f-464a-b03d-519e825c091e
11:54:57.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=716e8932-530b-401d-9aa8-cba2f2490366
11:54:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc766af5-d41e-4ecd-9ba9-e8f7529a9e2b
11:54:57.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb205b8-f2e4-4a45-9fd0-408c6ab0d1a0
11:54:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b57cf79-0be1-4893-8d07-f4f7554afabf
11:54:57.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05ddc9d6-f04b-4b16-9d31-a9ef9d770d9b
11:54:57.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdfef9e5-8e03-4e04-bd3b-64acbba7ad62
11:54:57.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:57.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:57.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:57.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:57.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:57.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170f4fdf-e401-4f76-882d-0ed41960afac
11:54:57.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:57.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:57.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d30bcb5-0eba-4c8e-8368-42bcd1d5c416
11:54:58.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4c5975-984c-4966-bac8-8d9d9c8a4855
11:54:58.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2324f1f-5b28-49e3-91e7-bb55408cf799
11:54:58.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2853f76-2319-49ee-84b5-fba6adb2c90a
11:54:58.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3ac9d3-bc83-4ea7-9d48-db8d42162157
11:54:58.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc97583-2b48-4da4-9c08-a3d1b02c9e7a
11:54:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3d312e-89d6-4eb4-ba12-8568abbafef5
11:54:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21219281-766e-4366-a3b1-66cb282a29c1
11:54:58.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fef60a36-c71b-4c5f-9da5-b08fb3f3b108
11:54:58.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f058541-225f-4b9d-b815-6ae70ebab2db
11:54:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd780823-ed24-4c8f-80ed-df313637a343
11:54:58.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ef06960-de12-46a2-a64c-bf727390e5f5
11:54:58.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552cdfca-2565-4d63-82ec-52f3ad035708
11:54:58.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bbb7a2-1046-413f-9938-1d9f48671781
11:54:58.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=070eba81-80bc-4a47-9c2d-53a853cbeee0
11:54:58.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642575b1-5da0-42b6-8061-a163c4cbc929
11:54:58.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.732 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1458fa98-3b9a-46ff-8f18-75c4cfab0d2a
11:54:58.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=159b5440-39cc-42b4-8721-82171bb5e936
11:54:58.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9125c010-6bd5-4f46-9aad-0ab250fb772d
11:54:58.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ed325e-bc00-4cdc-b9e3-10af936e9f68
11:54:58.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d280aa8b-277e-44d2-b6f8-0825d319e14b
11:54:58.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f984f5a7-7c15-4a13-bae9-21401b6ec908
11:54:58.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:58.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:58.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:58.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d945d6e-7648-4341-8643-7592d614f77f
11:54:58.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:58.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:58.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:58.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6793fbb1-d1b0-43c6-9cca-851f19bc17fb
11:54:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472f83ea-67e0-4f3b-b417-27f08ba8bde9
11:54:59.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f7a7325-33d8-4dd9-84c6-65af50977f75
11:54:59.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3809de4d-fef2-45ae-be84-0f049fcfaa5a
11:54:59.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cfe6f05-64d6-4432-847a-decfd622e093
11:54:59.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7418581a-0d06-440a-82a6-43852ee28f23
11:54:59.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad701dfb-dcaf-49a9-ab6d-4133453a2437
11:54:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9767adf1-b406-4543-a0d6-c453483b6b06
11:54:59.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=933b0ab7-ca14-4911-b434-a08972ea5f1c
11:54:59.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5053f0e-97e2-4d93-ad2e-65a3c4ea1c99
11:54:59.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=159e6d46-3ed2-4af3-9c3a-dd4a1cec981f
11:54:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af65184b-b25e-415e-95ec-3b03d71ba6b0
11:54:59.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbee6329-d04f-464a-b03d-519e825c091e
11:54:59.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb09551b-885e-4161-98d6-e71d46bfdfdb
11:54:59.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc766af5-d41e-4ecd-9ba9-e8f7529a9e2b
11:54:59.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b57cf79-0be1-4893-8d07-f4f7554afabf
11:54:59.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86bde59a-e73e-464b-80c5-fd7b388ac340
11:54:59.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdfef9e5-8e03-4e04-bd3b-64acbba7ad62
11:54:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b433c303-1a3c-4807-a1a3-1ca037756e25
11:54:59.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d30bcb5-0eba-4c8e-8368-42bcd1d5c416
11:54:59.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=865d3b93-8deb-42a0-ade5-78ca269e52a7
11:54:59.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2324f1f-5b28-49e3-91e7-bb55408cf799
11:54:59.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:54:59.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:54:59.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:54:59.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:54:59.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:54:59.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:54:59.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:54:59.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96cff94a-27e0-4603-9175-1ab428f79fe0
11:54:59.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3ac9d3-bc83-4ea7-9d48-db8d42162157
11:55:00.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d89edfc5-d791-42a8-82c0-cd07fe8aaa36
11:55:00.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21219281-766e-4366-a3b1-66cb282a29c1
11:55:00.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1a5844e-9e87-4926-ba37-7a6785feb0e8
11:55:00.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fef60a36-c71b-4c5f-9da5-b08fb3f3b108
11:55:00.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67a75bfc-ad6e-41a7-86f1-aa9b3ce3c469
11:55:00.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ef06960-de12-46a2-a64c-bf727390e5f5
11:55:00.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6e0fcba-da18-401f-975c-34989224648e
11:55:00.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bbb7a2-1046-413f-9938-1d9f48671781
11:55:00.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b29ad84-8d37-49d5-b4af-d81d575de663
11:55:00.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642575b1-5da0-42b6-8061-a163c4cbc929
11:55:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dd02d7-200d-4396-812a-1d8df5e4b7ad
11:55:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=159b5440-39cc-42b4-8721-82171bb5e936
11:55:00.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af162d9-e279-47c6-95a0-63a796611b39
11:55:00.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ed325e-bc00-4cdc-b9e3-10af936e9f68
11:55:00.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c82070b-7be8-4300-8e9a-6aba51647066
11:55:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f984f5a7-7c15-4a13-bae9-21401b6ec908
11:55:00.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c760ac5-a565-43ed-983c-bf936526ab11
11:55:00.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d945d6e-7648-4341-8643-7592d614f77f
11:55:00.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:00.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:00.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:00.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:00.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9670a572-0424-4405-929e-759fe993fac1
11:55:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f7a7325-33d8-4dd9-84c6-65af50977f75
11:55:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db334148-1394-40d3-920d-a0ce5644455e
11:55:01.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cfe6f05-64d6-4432-847a-decfd622e093
11:55:01.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbb36f89-4271-4eb8-8e5b-2fd4d2e86bcd
11:55:01.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad701dfb-dcaf-49a9-ab6d-4133453a2437
11:55:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d002b862-72f0-4bf9-9b5e-48549efefbe2
11:55:01.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5053f0e-97e2-4d93-ad2e-65a3c4ea1c99
11:55:01.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963dc19e-a91c-42dd-b0b5-422154a9848b
11:55:01.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af65184b-b25e-415e-95ec-3b03d71ba6b0
11:55:01.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4807e9-8e76-4e17-b7b8-570b07914e3c
11:55:01.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb09551b-885e-4161-98d6-e71d46bfdfdb
11:55:01.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3a8f42-dbfd-43d9-9a2f-795bdcc4a37a
11:55:01.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86bde59a-e73e-464b-80c5-fd7b388ac340
11:55:01.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b433c303-1a3c-4807-a1a3-1ca037756e25
11:55:01.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea814c01-136f-41a6-8df8-c1bf9620d42a
11:55:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8460dc9-98ba-4d64-b1f3-66884e6cb95b
11:55:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=865d3b93-8deb-42a0-ade5-78ca269e52a7
11:55:01.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c032e5-0c2a-4d1b-abc8-cb7095a79939
11:55:01.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96cff94a-27e0-4603-9175-1ab428f79fe0
11:55:01.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ae2af4-3911-463e-b6bc-abe3b64af0b4
11:55:01.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d89edfc5-d791-42a8-82c0-cd07fe8aaa36
11:55:01.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:01.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:01.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:01.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:01.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8602fe20-b0e5-4f54-80cc-193b367f1f22
11:55:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1a5844e-9e87-4926-ba37-7a6785feb0e8
11:55:02.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25275cd9-6594-4ae2-aff4-b6437b209c1e
11:55:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67a75bfc-ad6e-41a7-86f1-aa9b3ce3c469
11:55:02.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3cac1d-cc72-4927-ab23-4f71c9442d43
11:55:02.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6e0fcba-da18-401f-975c-34989224648e
11:55:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6f0c79f-f91a-4bfc-833f-f0296e936de3
11:55:02.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b29ad84-8d37-49d5-b4af-d81d575de663
11:55:02.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee854c90-37fc-4e12-ac07-056935f7121c
11:55:02.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dd02d7-200d-4396-812a-1d8df5e4b7ad
11:55:02.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cefff98-69d8-4a5b-91ca-5f706d7abcc4
11:55:02.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af162d9-e279-47c6-95a0-63a796611b39
11:55:02.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c48906-25f4-442c-94fc-f4b030af67f2
11:55:02.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0705e9-4f66-4d88-9741-ac333acf1108
11:55:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c82070b-7be8-4300-8e9a-6aba51647066
11:55:02.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bcaa4b3-76fe-49c9-95cb-92d234b5175c
11:55:02.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c760ac5-a565-43ed-983c-bf936526ab11
11:55:02.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d34a128-ee49-4fca-b334-47fac6c231b7
11:55:02.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9670a572-0424-4405-929e-759fe993fac1
11:55:02.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd44f6b2-e487-4fca-863b-a53465725a69
11:55:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db334148-1394-40d3-920d-a0ce5644455e
11:55:02.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8a81ce-4664-49ad-8309-e0203b856536
11:55:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:02.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:02.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66132d77-030f-4fa3-bfda-e0cca2c5d9ed
11:55:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:02.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:02.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:02.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:02.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbb36f89-4271-4eb8-8e5b-2fd4d2e86bcd
11:55:02.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f53d8eb-1109-44f5-8829-e0fd3cb299cb
11:55:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d002b862-72f0-4bf9-9b5e-48549efefbe2
11:55:03.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fb9e17-b532-4c6e-833e-e381967b1ad4
11:55:03.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963dc19e-a91c-42dd-b0b5-422154a9848b
11:55:03.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4807e9-8e76-4e17-b7b8-570b07914e3c
11:55:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bf2284d-a651-408e-993d-ddb72f8e868f
11:55:03.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3a8f42-dbfd-43d9-9a2f-795bdcc4a37a
11:55:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc879853-4be7-49d8-b975-4d91fd628023
11:55:03.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea814c01-136f-41a6-8df8-c1bf9620d42a
11:55:03.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8460dc9-98ba-4d64-b1f3-66884e6cb95b
11:55:03.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f60cbc8-b7de-49fd-842e-43311e1fe101
11:55:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c032e5-0c2a-4d1b-abc8-cb7095a79939
11:55:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8665b362-1a67-4582-827c-594cbf29aa8d
11:55:03.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ae2af4-3911-463e-b6bc-abe3b64af0b4
11:55:03.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=235735a9-a66d-4fba-ba4d-4b9967a14026
11:55:03.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a2ddbd0-91c4-4754-813a-0a37f6f913b1
11:55:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8602fe20-b0e5-4f54-80cc-193b367f1f22
11:55:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73e7a33-0d9c-4c4f-80d9-6dc4f10a2acb
11:55:03.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25275cd9-6594-4ae2-aff4-b6437b209c1e
11:55:03.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9369a9-2990-41da-b917-3f717aa5da4d
11:55:03.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:03.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:03.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:03.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:03.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:03.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3cac1d-cc72-4927-ab23-4f71c9442d43
11:55:03.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708f1ca4-2361-4060-ad33-96f36f25c409
11:55:04.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6f0c79f-f91a-4bfc-833f-f0296e936de3
11:55:04.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da82663-d6a2-4ebc-92c3-cf87c9320ead
11:55:04.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee854c90-37fc-4e12-ac07-056935f7121c
11:55:04.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b509359d-22d4-4049-a0ce-4b49d8063191
11:55:04.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cefff98-69d8-4a5b-91ca-5f706d7abcc4
11:55:04.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b912b11c-01ea-47cc-8847-03b0a702a0d5
11:55:04.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c48906-25f4-442c-94fc-f4b030af67f2
11:55:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fc93581-ed84-4e6e-85ae-209020d2ad93
11:55:04.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0705e9-4f66-4d88-9741-ac333acf1108
11:55:04.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa97bde-2495-48f9-b111-59bd43acda99
11:55:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bcaa4b3-76fe-49c9-95cb-92d234b5175c
11:55:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbee6c0a-78d8-47a2-9210-8d19cc65a7cf
11:55:04.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d34a128-ee49-4fca-b334-47fac6c231b7
11:55:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea5d8e41-0668-415a-8409-8b33c5ff5a4c
11:55:04.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd44f6b2-e487-4fca-863b-a53465725a69
11:55:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8a81ce-4664-49ad-8309-e0203b856536
11:55:04.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb0a32f7-afab-4aec-a8b6-b45edee341f5
11:55:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66132d77-030f-4fa3-bfda-e0cca2c5d9ed
11:55:04.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf47186f-3cda-4a87-8573-4a342d5c824f
11:55:04.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f53d8eb-1109-44f5-8829-e0fd3cb299cb
11:55:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16d07b3e-9e4e-4bcd-9492-ff09df5eadc9
11:55:04.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:04.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a01e1e4-183a-44a3-8302-8f7300c1da56
11:55:04.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:04.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:04.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:04.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:04.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:04.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:04.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fb9e17-b532-4c6e-833e-e381967b1ad4
11:55:05.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bf2284d-a651-408e-993d-ddb72f8e868f
11:55:05.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61c4d001-00cc-409a-b7b8-3aa073ffb334
11:55:05.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc879853-4be7-49d8-b975-4d91fd628023
11:55:05.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c425e23-58aa-46df-b0ad-9f573ee65301
11:55:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f60cbc8-b7de-49fd-842e-43311e1fe101
11:55:05.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f4c66-546b-456d-bf38-b5ba93099758
11:55:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8665b362-1a67-4582-827c-594cbf29aa8d
11:55:05.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=235735a9-a66d-4fba-ba4d-4b9967a14026
11:55:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f7d8ab-b490-4a4d-bc3c-2b7a8d1233e9
11:55:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a2ddbd0-91c4-4754-813a-0a37f6f913b1
11:55:05.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b47fdc7f-9dbb-4d8c-b7da-865c4546289c
11:55:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73e7a33-0d9c-4c4f-80d9-6dc4f10a2acb
11:55:05.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9369a9-2990-41da-b917-3f717aa5da4d
11:55:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e4ac4c-9027-40d4-8ba3-a36a0a10cb1d
11:55:05.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e62e5374-724e-4b56-832c-244ed7650a6e
11:55:05.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708f1ca4-2361-4060-ad33-96f36f25c409
11:55:05.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da82663-d6a2-4ebc-92c3-cf87c9320ead
11:55:05.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba422f50-36b4-411a-aa07-beb26a5fa384
11:55:05.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:05.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b509359d-22d4-4049-a0ce-4b49d8063191
11:55:05.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:05.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:05.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:05.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:05.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:05.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24d283d8-effc-49a3-9826-53c20251af36
11:55:05.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b912b11c-01ea-47cc-8847-03b0a702a0d5
11:55:06.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac5da13-8f11-41db-832f-c1dde460848f
11:55:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fc93581-ed84-4e6e-85ae-209020d2ad93
11:55:06.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9882fc7-9e8c-4c40-8db9-aebb8c0de593
11:55:06.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa97bde-2495-48f9-b111-59bd43acda99
11:55:06.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb803cd5-d20f-4b42-b692-e0186de7b025
11:55:06.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbee6c0a-78d8-47a2-9210-8d19cc65a7cf
11:55:06.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d5d6be-09da-4dfe-96ef-8e7047d93955
11:55:06.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea5d8e41-0668-415a-8409-8b33c5ff5a4c
11:55:06.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30cf150-9e5a-4a9b-b74d-de1130a75283
11:55:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb0a32f7-afab-4aec-a8b6-b45edee341f5
11:55:06.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf47186f-3cda-4a87-8573-4a342d5c824f
11:55:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a2c73d-3cea-4c97-ab68-3915c080258b
11:55:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16d07b3e-9e4e-4bcd-9492-ff09df5eadc9
11:55:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a927c82-9f9a-4683-9764-f54696ed47b5
11:55:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a01e1e4-183a-44a3-8302-8f7300c1da56
11:55:06.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eae007b-11c7-498f-aaca-7491f695c76f
11:55:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a446b735-73c3-49bb-9c2b-2846edbe1150
11:55:06.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61c4d001-00cc-409a-b7b8-3aa073ffb334
11:55:06.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03526713-6022-440a-84a7-8406514caeda
11:55:06.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:06.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:06.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:06.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:06.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:06.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c425e23-58aa-46df-b0ad-9f573ee65301
11:55:06.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d64347-1f19-4916-9c36-442b5a42e9b0
11:55:07.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f4c66-546b-456d-bf38-b5ba93099758
11:55:07.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb8b78c6-fb5f-48e3-b9dd-b2679fb0fb71
11:55:07.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f7d8ab-b490-4a4d-bc3c-2b7a8d1233e9
11:55:07.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d825671-8aa7-404c-a772-0c8b2252f904
11:55:07.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b47fdc7f-9dbb-4d8c-b7da-865c4546289c
11:55:07.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a2da3e9-b9e3-41f2-b1ed-1b619e79546a
11:55:07.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e4ac4c-9027-40d4-8ba3-a36a0a10cb1d
11:55:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e62e5374-724e-4b56-832c-244ed7650a6e
11:55:07.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fccc802d-19d7-4844-aa07-b194cd5cc272
11:55:07.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba422f50-36b4-411a-aa07-beb26a5fa384
11:55:07.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37dcc21-04a2-478d-a55f-45019e150a14
11:55:07.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24d283d8-effc-49a3-9826-53c20251af36
11:55:07.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4434f3d-45eb-42c5-9052-97878bc34cca
11:55:07.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac5da13-8f11-41db-832f-c1dde460848f
11:55:07.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad64354-7c35-4be0-a2e7-8e097e8372ba
11:55:07.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9882fc7-9e8c-4c40-8db9-aebb8c0de593
11:55:07.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fad7690-883b-45ea-9b33-6c3a8d07d5eb
11:55:07.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eba3f2f-4635-463a-afee-cca93c5666f4
11:55:07.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:07.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb803cd5-d20f-4b42-b692-e0186de7b025
11:55:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:07.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:07.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:07.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:07.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:07.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:07.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94584424-59aa-4612-8fd7-5b3371ec1bae
11:55:08.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d5d6be-09da-4dfe-96ef-8e7047d93955
11:55:08.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e489be50-2200-44da-b5ad-b4809ed00264
11:55:08.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30cf150-9e5a-4a9b-b74d-de1130a75283
11:55:08.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31eff76e-e51c-43e8-b0cb-aa779ef671ff
11:55:08.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a2c73d-3cea-4c97-ab68-3915c080258b
11:55:08.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f5e4aa-50d5-4df3-b63c-d2abd30d3358
11:55:08.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b988d61-89a2-4694-b638-34121951fcb0
11:55:08.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a927c82-9f9a-4683-9764-f54696ed47b5
11:55:08.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eae007b-11c7-498f-aaca-7491f695c76f
11:55:08.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=848aa19d-d61f-4829-9a24-d8b491fdfb23
11:55:08.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a446b735-73c3-49bb-9c2b-2846edbe1150
11:55:08.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0e4e2e9-f478-4e16-b121-2e2ee32d7193
11:55:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03526713-6022-440a-84a7-8406514caeda
11:55:08.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ceb5233-89ad-42d6-b6e3-bf8b8b741cab
11:55:08.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85fbb7a5-3cea-45e6-89f1-496514507942
11:55:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d64347-1f19-4916-9c36-442b5a42e9b0
11:55:08.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb8b78c6-fb5f-48e3-b9dd-b2679fb0fb71
11:55:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c12b72-8406-42c6-8237-38dc6d997fcd
11:55:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5522022-4bea-412c-a23b-4e11c33efe83
11:55:08.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d825671-8aa7-404c-a772-0c8b2252f904
11:55:08.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:08.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:08.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a2da3e9-b9e3-41f2-b1ed-1b619e79546a
11:55:08.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:08.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:08.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:08.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:08.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:08.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b55391-ef14-4e58-80a5-7891bacbdc52
11:55:08.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fccc802d-19d7-4844-aa07-b194cd5cc272
11:55:09.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37540e14-8d14-4492-92f6-2d66d1a38163
11:55:09.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37dcc21-04a2-478d-a55f-45019e150a14
11:55:09.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e394029b-c59b-44e4-9e0c-6ff7b7f9786c
11:55:09.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4434f3d-45eb-42c5-9052-97878bc34cca
11:55:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d2b9c3-4fa4-45ae-b92d-b808022648d7
11:55:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e31703e-be81-459c-b5a8-e600bbd3168f
11:55:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad64354-7c35-4be0-a2e7-8e097e8372ba
11:55:09.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3bca284-d25b-473a-ab7a-4d551b8d72dd
11:55:09.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fad7690-883b-45ea-9b33-6c3a8d07d5eb
11:55:09.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3617ae-5786-4312-ac5c-88f0a0ea355b
11:55:09.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eba3f2f-4635-463a-afee-cca93c5666f4
11:55:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110c1468-f5cc-4c53-bffe-63ab92f77c7f
11:55:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94584424-59aa-4612-8fd7-5b3371ec1bae
11:55:09.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4d400e-1f6d-4004-ba11-c084a9907d85
11:55:09.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab7288cc-e1d9-4446-9fac-fc0e9baff0b5
11:55:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e489be50-2200-44da-b5ad-b4809ed00264
11:55:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31eff76e-e51c-43e8-b0cb-aa779ef671ff
11:55:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530aca86-36a4-4659-97cb-8cdbf2b9a259
11:55:09.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:09.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:09.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:09.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:09.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:09.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f5e4aa-50d5-4df3-b63c-d2abd30d3358
11:55:09.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de84b0f2-387f-4027-84be-0becf3cdd955
11:55:10.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b988d61-89a2-4694-b638-34121951fcb0
11:55:10.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3af432f1-28f7-452f-ba7d-fb631eba0ec1
11:55:10.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=848aa19d-d61f-4829-9a24-d8b491fdfb23
11:55:10.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e41cf5e-1bf3-404c-9ed9-fd48bad80d8a
11:55:10.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a088811f-1533-4de8-adac-c131ed71480b
11:55:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0e4e2e9-f478-4e16-b121-2e2ee32d7193
11:55:10.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53252c7c-991d-4f3f-9d72-ab9c8c554ab4
11:55:10.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ceb5233-89ad-42d6-b6e3-bf8b8b741cab
11:55:10.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812856c8-9fc7-4121-bd42-b6609e6c42dc
11:55:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85fbb7a5-3cea-45e6-89f1-496514507942
11:55:10.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c2b4f77-5193-48f8-a1e5-f9af0ca23ad6
11:55:10.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c12b72-8406-42c6-8237-38dc6d997fcd
11:55:10.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=436b6867-1484-4849-a592-ccf6d9619028
11:55:10.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5522022-4bea-412c-a23b-4e11c33efe83
11:55:10.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a8a53fc-bf8a-45fc-902f-d5b70f1a5d1f
11:55:10.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b55391-ef14-4e58-80a5-7891bacbdc52
11:55:10.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9a66608-db37-4b07-89f4-f2c97b858885
11:55:10.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:10.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37540e14-8d14-4492-92f6-2d66d1a38163
11:55:10.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:10.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:10.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:10.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:10.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:10.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:10.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ea9363-1bd1-492e-8ab9-7cfe82dd07d4
11:55:11.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e394029b-c59b-44e4-9e0c-6ff7b7f9786c
11:55:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495aa606-dfb8-43d6-85dc-e390317b690f
11:55:11.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abaca16-152c-4bd3-b479-02f5f95aa134
11:55:11.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d2b9c3-4fa4-45ae-b92d-b808022648d7
11:55:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3638ae1e-becb-4c3c-a5b6-5546a43404ac
11:55:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e31703e-be81-459c-b5a8-e600bbd3168f
11:55:11.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3bca284-d25b-473a-ab7a-4d551b8d72dd
11:55:11.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f030f510-215d-4712-b762-f8630510355a
11:55:11.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3617ae-5786-4312-ac5c-88f0a0ea355b
11:55:11.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110c1468-f5cc-4c53-bffe-63ab92f77c7f
11:55:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9d63cc-a600-4e0e-b8ba-86585dba559e
11:55:11.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4d400e-1f6d-4004-ba11-c084a9907d85
11:55:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecccd729-a4ce-40f0-a368-b82279bd92c8
11:55:11.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab7288cc-e1d9-4446-9fac-fc0e9baff0b5
11:55:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89481c86-1a40-4221-a8d2-e25288d7caa4
11:55:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530aca86-36a4-4659-97cb-8cdbf2b9a259
11:55:11.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0502ee27-2b44-4a85-94fc-b091d269cd95
11:55:11.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ddb7e1-6964-49e1-ae95-2b2e3f01e7af
11:55:11.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de84b0f2-387f-4027-84be-0becf3cdd955
11:55:11.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5275d2a5-3801-4b2d-b2a3-7619475bf84e
11:55:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3af432f1-28f7-452f-ba7d-fb631eba0ec1
11:55:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:11.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:11.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:11.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:11.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:11.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da010307-1cde-43a8-bd2a-0539bb158f16
11:55:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e41cf5e-1bf3-404c-9ed9-fd48bad80d8a
11:55:12.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326e8196-14f0-4cbf-85c5-160b80b5de21
11:55:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a088811f-1533-4de8-adac-c131ed71480b
11:55:12.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e44e1be-f599-4995-8807-d3d34c21c297
11:55:12.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53252c7c-991d-4f3f-9d72-ab9c8c554ab4
11:55:12.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d78f4d6-2fe3-40c1-adf2-a5fa669a3bd8
11:55:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812856c8-9fc7-4121-bd42-b6609e6c42dc
11:55:12.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c2b4f77-5193-48f8-a1e5-f9af0ca23ad6
11:55:12.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f6821a0-207f-43f3-8415-a347af643c96
11:55:12.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b61f9e-489e-411b-ad5e-0ddf437f7bde
11:55:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=436b6867-1484-4849-a592-ccf6d9619028
11:55:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b0c810-380b-4563-bff1-2befc7d63106
11:55:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a8a53fc-bf8a-45fc-902f-d5b70f1a5d1f
11:55:12.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f31be9-d560-401f-903d-18e7f74a5cdc
11:55:12.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9a66608-db37-4b07-89f4-f2c97b858885
11:55:12.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bc7430-de9d-411b-82d0-737fa006b341
11:55:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ea9363-1bd1-492e-8ab9-7cfe82dd07d4
11:55:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d39f7e0-c273-42f3-aaa6-5b0b4ce49e83
11:55:12.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:12.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:12.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:12.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:12.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:12.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:12.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495aa606-dfb8-43d6-85dc-e390317b690f
11:55:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db1f75fc-6c53-4c4c-a846-1816142ebd53
11:55:13.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abaca16-152c-4bd3-b479-02f5f95aa134
11:55:13.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3638ae1e-becb-4c3c-a5b6-5546a43404ac
11:55:13.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401b16b3-ff5b-44d4-88e2-f8745fd5ff29
11:55:13.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f030f510-215d-4712-b762-f8630510355a
11:55:13.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4429646-6c8d-4029-9c93-c94cff9b9130
11:55:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9d63cc-a600-4e0e-b8ba-86585dba559e
11:55:13.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c0f2dde-7142-4bec-87eb-7a9afd9b7ca9
11:55:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecccd729-a4ce-40f0-a368-b82279bd92c8
11:55:13.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bae9534-9a72-4a70-9d34-0c92556b33ff
11:55:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89481c86-1a40-4221-a8d2-e25288d7caa4
11:55:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623d296a-8007-437a-a713-3bcec61c2f3c
11:55:13.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd0dd7fe-2ad9-4d70-843e-63cbc87bd303
11:55:13.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0502ee27-2b44-4a85-94fc-b091d269cd95
11:55:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e1ab85-58c5-4590-9cec-4db80eb27f2a
11:55:13.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ddb7e1-6964-49e1-ae95-2b2e3f01e7af
11:55:13.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2131c7e-66a2-49bc-b830-72381316a0a8
11:55:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5275d2a5-3801-4b2d-b2a3-7619475bf84e
11:55:13.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da010307-1cde-43a8-bd2a-0539bb158f16
11:55:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:13.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85273bdd-4103-47bb-a9a4-14910307e65f
11:55:13.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:13.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:13.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:13.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:13.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326e8196-14f0-4cbf-85c5-160b80b5de21
11:55:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b232f8-897e-42e5-8e81-51fd12f837fb
11:55:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e44e1be-f599-4995-8807-d3d34c21c297
11:55:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2db0bf7f-65b6-4bdf-bd0f-564351a5c6ad
11:55:14.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d78f4d6-2fe3-40c1-adf2-a5fa669a3bd8
11:55:14.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=758e3420-8136-4e98-b6f8-0018c1c8e300
11:55:14.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f6821a0-207f-43f3-8415-a347af643c96
11:55:14.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54f77f28-b8f6-48b4-959b-8331a003abc1
11:55:14.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b61f9e-489e-411b-ad5e-0ddf437f7bde
11:55:14.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152a14b0-9462-47a8-af03-6040b36f4270
11:55:14.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebedd02-fa68-4bdc-9a79-1023846f4b0e
11:55:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b0c810-380b-4563-bff1-2befc7d63106
11:55:14.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d040f4f-47b3-47af-bc41-291d9a8f9420
11:55:14.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f31be9-d560-401f-903d-18e7f74a5cdc
11:55:14.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f83d057-5628-425b-aa79-5b41f9bf1b2f
11:55:14.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bc7430-de9d-411b-82d0-737fa006b341
11:55:14.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de635bc-b6f8-4672-a446-7bf81ff8d6da
11:55:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d39f7e0-c273-42f3-aaa6-5b0b4ce49e83
11:55:14.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b9ecfe-149a-415c-9543-27e0645a1edb
11:55:14.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db1f75fc-6c53-4c4c-a846-1816142ebd53
11:55:14.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=069a09c3-755d-4653-98b2-0cb408aa43d6
11:55:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:14.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401b16b3-ff5b-44d4-88e2-f8745fd5ff29
11:55:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:14.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:14.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:14.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:14.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd16695c-e59a-4bff-9b7f-48ec24ff675c
11:55:14.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b089e81e-0ef0-42ec-bc9e-93c4f980f788
11:55:15.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4429646-6c8d-4029-9c93-c94cff9b9130
11:55:15.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49bbd5d6-6228-4da5-b2df-680e0bd47670
11:55:15.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e9c31e6-f227-4723-ae17-28c6e7bcbe17
11:55:15.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c0f2dde-7142-4bec-87eb-7a9afd9b7ca9
11:55:15.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3bec793-b7aa-48ab-bd4d-43fa24c6ece3
11:55:15.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bae9534-9a72-4a70-9d34-0c92556b33ff
11:55:15.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27788b60-e060-4d71-94ad-2f567d0893ba
11:55:15.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623d296a-8007-437a-a713-3bcec61c2f3c
11:55:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c12d44-8293-4df9-a2ec-ca75d90d31f7
11:55:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd0dd7fe-2ad9-4d70-843e-63cbc87bd303
11:55:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee22c88-31f8-4b1e-a02c-d68a68444113
11:55:15.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e1ab85-58c5-4590-9cec-4db80eb27f2a
11:55:15.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6146ddc8-69ca-418e-ac57-5eaae4be163c
11:55:15.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2131c7e-66a2-49bc-b830-72381316a0a8
11:55:15.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85273bdd-4103-47bb-a9a4-14910307e65f
11:55:15.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e935ee-a2b8-433a-aa9a-c5e29f0a0e94
11:55:15.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1041a361-4f77-43cf-89fe-c27ce0383cd6
11:55:15.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:15.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:15.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:15.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:15.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:15.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:15.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b232f8-897e-42e5-8e81-51fd12f837fb
11:55:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2db0bf7f-65b6-4bdf-bd0f-564351a5c6ad
11:55:16.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae929807-8592-4145-b594-dcd2196dbe30
11:55:16.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=758e3420-8136-4e98-b6f8-0018c1c8e300
11:55:16.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7393d81-6792-4602-8fb5-b18793887213
11:55:16.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91900cbf-74c7-4c20-97ee-ba93e09cebe6
11:55:16.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54f77f28-b8f6-48b4-959b-8331a003abc1
11:55:16.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152a14b0-9462-47a8-af03-6040b36f4270
11:55:16.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a81ca9-6556-4790-8e9c-e44bec51b487
11:55:16.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebedd02-fa68-4bdc-9a79-1023846f4b0e
11:55:16.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d32979-9754-4aea-908a-0567c467aaf4
11:55:16.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d040f4f-47b3-47af-bc41-291d9a8f9420
11:55:16.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8de189f0-47f3-47b6-9f3a-533957ff46fd
11:55:16.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f83d057-5628-425b-aa79-5b41f9bf1b2f
11:55:16.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de635bc-b6f8-4672-a446-7bf81ff8d6da
11:55:16.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0af0f75-fa53-40e8-abbe-1b392fcb6cb8
11:55:16.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b9ecfe-149a-415c-9543-27e0645a1edb
11:55:16.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68e9594-8263-41a1-b202-fc1cc6adac2c
11:55:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=069a09c3-755d-4653-98b2-0cb408aa43d6
11:55:16.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd16695c-e59a-4bff-9b7f-48ec24ff675c
11:55:16.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=417bbd97-c14f-4abf-905b-f7de796f0afd
11:55:16.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b089e81e-0ef0-42ec-bc9e-93c4f980f788
11:55:16.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:16.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:16.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c3754ff-5908-4b73-8c12-60853fc76b53
11:55:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:16.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:16.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:16.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:16.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49bbd5d6-6228-4da5-b2df-680e0bd47670
11:55:16.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db32820-4876-421b-b5ee-8fe00a0e47f0
11:55:17.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e9c31e6-f227-4723-ae17-28c6e7bcbe17
11:55:17.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f8474e-fb40-4a9b-88d6-550fc06a8d38
11:55:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3bec793-b7aa-48ab-bd4d-43fa24c6ece3
11:55:17.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb573dbd-5f8f-4fad-ad5f-0ab028f60a71
11:55:17.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27788b60-e060-4d71-94ad-2f567d0893ba
11:55:17.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c12d44-8293-4df9-a2ec-ca75d90d31f7
11:55:17.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=286986d7-f4de-4889-9a64-f8e47477e68c
11:55:17.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee22c88-31f8-4b1e-a02c-d68a68444113
11:55:17.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbbc4b9a-bc06-4f7f-884a-1be080954f61
11:55:17.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6146ddc8-69ca-418e-ac57-5eaae4be163c
11:55:17.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfe7488c-53d7-4b73-ae84-161385e748dc
11:55:17.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e935ee-a2b8-433a-aa9a-c5e29f0a0e94
11:55:17.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca19a948-e96b-4cef-856e-f92aef1cf8ea
11:55:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1041a361-4f77-43cf-89fe-c27ce0383cd6
11:55:17.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35f9cf1-d0b2-407f-96f9-0dc464626522
11:55:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae929807-8592-4145-b594-dcd2196dbe30
11:55:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8178d95-82af-4854-a6d9-a6b68734f328
11:55:17.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7393d81-6792-4602-8fb5-b18793887213
11:55:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b9dec62-3213-435c-983e-9a5ee799e9c4
11:55:17.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.823 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91900cbf-74c7-4c20-97ee-ba93e09cebe6
11:55:17.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=966adf4a-1e35-40aa-8f3d-d28f7609dc72
11:55:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a81ca9-6556-4790-8e9c-e44bec51b487
11:55:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e86d8f-7588-4051-9544-4f7f1dd5a365
11:55:17.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:17.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:17.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:17.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:17.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:17.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d32979-9754-4aea-908a-0567c467aaf4
11:55:17.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8654782c-7be4-448b-9c0e-f8fb0f347319
11:55:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8de189f0-47f3-47b6-9f3a-533957ff46fd
11:55:18.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0883bb6d-f634-4753-bb6f-7c28c9a813c6
11:55:18.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0af0f75-fa53-40e8-abbe-1b392fcb6cb8
11:55:18.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44c78e6-d604-49f8-965e-e338f60ef701
11:55:18.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddcbc270-74f0-46b7-98a6-dfb0b0552f12
11:55:18.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68e9594-8263-41a1-b202-fc1cc6adac2c
11:55:18.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=417bbd97-c14f-4abf-905b-f7de796f0afd
11:55:18.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=691d7ad6-6daf-4aa6-b3d6-4a6359415f00
11:55:18.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e4d0a01-7175-4091-9b65-30a3910b727c
11:55:18.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c3754ff-5908-4b73-8c12-60853fc76b53
11:55:18.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735241ae-2fb4-4151-b974-55c5d91f95af
11:55:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db32820-4876-421b-b5ee-8fe00a0e47f0
11:55:18.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edf855c-cb8f-4f08-9351-c0160d8339b0
11:55:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f8474e-fb40-4a9b-88d6-550fc06a8d38
11:55:18.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a6d4622-5b2d-413c-8ef7-a39cf1ddab65
11:55:18.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb573dbd-5f8f-4fad-ad5f-0ab028f60a71
11:55:18.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d522610-58dd-4ddc-adfe-a034e1160751
11:55:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=286986d7-f4de-4889-9a64-f8e47477e68c
11:55:18.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f83263c-c80d-4227-8008-0ae7f83c4c29
11:55:18.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbbc4b9a-bc06-4f7f-884a-1be080954f61
11:55:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfe7488c-53d7-4b73-ae84-161385e748dc
11:55:18.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:18.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:18.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:18.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:18.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:18.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:18.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:18.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de043b4f-e865-413e-9f32-1849359ac386
11:55:18.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca19a948-e96b-4cef-856e-f92aef1cf8ea
11:55:19.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d4f694b-f089-423f-af4e-d2b024f168d2
11:55:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.122 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35f9cf1-d0b2-407f-96f9-0dc464626522
11:55:19.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23383ad5-65fa-465a-bfa0-ddb279f3000b
11:55:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8178d95-82af-4854-a6d9-a6b68734f328
11:55:19.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2965161-901b-4cce-8103-0b686f97ca91
11:55:19.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b9dec62-3213-435c-983e-9a5ee799e9c4
11:55:19.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba49a258-c34c-432b-b1cb-a0e792e64a40
11:55:19.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4fa65aa-bc97-4df1-8d6a-96887c49eef5
11:55:19.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=966adf4a-1e35-40aa-8f3d-d28f7609dc72
11:55:19.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8956700a-fba7-4a5c-bc95-f0e2f56bc606
11:55:19.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e86d8f-7588-4051-9544-4f7f1dd5a365
11:55:19.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8654782c-7be4-448b-9c0e-f8fb0f347319
11:55:19.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b484abc2-ec89-4cda-8778-f4ba58b05093
11:55:19.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0883bb6d-f634-4753-bb6f-7c28c9a813c6
11:55:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba20761e-7268-4314-8367-cbc62519ef09
11:55:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44c78e6-d604-49f8-965e-e338f60ef701
11:55:19.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd7f98e3-6a4a-4730-a2a4-3ae09c891e60
11:55:19.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddcbc270-74f0-46b7-98a6-dfb0b0552f12
11:55:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81af9207-6642-44be-9330-99451264709f
11:55:19.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:19.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:19.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=691d7ad6-6daf-4aa6-b3d6-4a6359415f00
11:55:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:19.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:19.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:19.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:19.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:19.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2ac39e-efe4-40d2-ba45-e227005875c2
11:55:19.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e4d0a01-7175-4091-9b65-30a3910b727c
11:55:20.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8b267e-1825-42c7-b65c-a53dfa543206
11:55:20.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735241ae-2fb4-4151-b974-55c5d91f95af
11:55:20.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac74a9d-0ecd-48b9-acb1-f933c955d786
11:55:20.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5edf855c-cb8f-4f08-9351-c0160d8339b0
11:55:20.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dd824a1-d098-4e36-830e-c927b4720b8e
11:55:20.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a6d4622-5b2d-413c-8ef7-a39cf1ddab65
11:55:20.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fbe7598-0a31-4f2a-aa55-c092e639609c
11:55:20.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d522610-58dd-4ddc-adfe-a034e1160751
11:55:20.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ea47924-0955-4193-b0ff-1faf62c8a8eb
11:55:20.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f83263c-c80d-4227-8008-0ae7f83c4c29
11:55:20.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9edbc78b-a715-4e34-bdac-d104d1279b4d
11:55:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de043b4f-e865-413e-9f32-1849359ac386
11:55:20.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d2ea6f-8a1b-43a3-a4fd-12375d9de1a5
11:55:20.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d4f694b-f089-423f-af4e-d2b024f168d2
11:55:20.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=002042b0-7131-4c38-b8bb-d7414962c097
11:55:20.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23383ad5-65fa-465a-bfa0-ddb279f3000b
11:55:20.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2965161-901b-4cce-8103-0b686f97ca91
11:55:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d5b54a-b51f-4d78-b9ea-f1d0505e3d4e
11:55:20.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ae7c11-f99c-47cf-b1ac-3ad9330588b4
11:55:20.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:20.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba49a258-c34c-432b-b1cb-a0e792e64a40
11:55:20.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:20.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:20.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:20.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:20.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:20.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:20.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a755b3-7150-4ccd-b165-01abc3ada6f2
11:55:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4fa65aa-bc97-4df1-8d6a-96887c49eef5
11:55:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4004e130-b50e-4a54-ab6d-5ce4a7771966
11:55:21.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8956700a-fba7-4a5c-bc95-f0e2f56bc606
11:55:21.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f9784a-5d8b-4f22-870e-69aa87b33271
11:55:21.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b484abc2-ec89-4cda-8778-f4ba58b05093
11:55:21.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec79f9de-bd7a-4abf-b812-644bc46bc536
11:55:21.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba20761e-7268-4314-8367-cbc62519ef09
11:55:21.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea305036-659f-4d56-ae66-b4b23b05a8b8
11:55:21.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd7f98e3-6a4a-4730-a2a4-3ae09c891e60
11:55:21.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955d99b3-1a94-4572-a897-58043b3b8d6b
11:55:21.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81af9207-6642-44be-9330-99451264709f
11:55:21.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce469e7-a5d5-4cb8-9afc-a3d9c241abf6
11:55:21.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42aa999a-8342-4b83-b9ee-aedb814aaed7
11:55:21.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2ac39e-efe4-40d2-ba45-e227005875c2
11:55:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d6c36a8-e7bc-43cb-868c-1df9b0b303c1
11:55:21.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8b267e-1825-42c7-b65c-a53dfa543206
11:55:21.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc05b5b2-2f18-4e25-b4f4-3e1d9d45df27
11:55:21.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac74a9d-0ecd-48b9-acb1-f933c955d786
11:55:21.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:21.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:21.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dd824a1-d098-4e36-830e-c927b4720b8e
11:55:21.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:21.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:21.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:21.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47db588f-8ebb-479e-b63b-047506884fdb
11:55:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fbe7598-0a31-4f2a-aa55-c092e639609c
11:55:22.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a1001f3-3a52-46d0-b377-1072ec926b53
11:55:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ea47924-0955-4193-b0ff-1faf62c8a8eb
11:55:22.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443d4114-99f4-487b-b9ba-e3668af150f3
11:55:22.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9edbc78b-a715-4e34-bdac-d104d1279b4d
11:55:22.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2342ae5-cb08-495b-a6c8-c035577407ac
11:55:22.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1beabf3a-e6cc-4968-8e57-44f2aa4c6950
11:55:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d2ea6f-8a1b-43a3-a4fd-12375d9de1a5
11:55:22.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd131741-a1e3-4c58-872d-f9a1a8576cdc
11:55:22.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=002042b0-7131-4c38-b8bb-d7414962c097
11:55:22.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8b7a05b-9a82-4606-9f35-dba28c9e2b9f
11:55:22.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d5b54a-b51f-4d78-b9ea-f1d0505e3d4e
11:55:22.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13a38319-4e39-4290-aaf7-52397a1b4154
11:55:22.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fff16e4-6ca8-43d6-96e2-3da1d36b9321
11:55:22.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ae7c11-f99c-47cf-b1ac-3ad9330588b4
11:55:22.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62d78bb3-53af-409b-9d74-33e3c52532fb
11:55:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a755b3-7150-4ccd-b165-01abc3ada6f2
11:55:22.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66232ab-97f9-4a9f-b325-777dd73399ee
11:55:22.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4004e130-b50e-4a54-ab6d-5ce4a7771966
11:55:22.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00cc2b54-a6ab-4ab2-910e-cee845e1f39e
11:55:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f9784a-5d8b-4f22-870e-69aa87b33271
11:55:22.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=514af53a-d7e2-4f7f-ab33-93fed08802be
11:55:22.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:22.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:22.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:22.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec79f9de-bd7a-4abf-b812-644bc46bc536
11:55:22.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:22.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:22.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:22.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:22.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a91369-1581-4bfc-839f-3c6cd6104a24
11:55:23.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf10c70-a378-43ad-9509-d885eeaa31c8
11:55:23.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea305036-659f-4d56-ae66-b4b23b05a8b8
11:55:23.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955d99b3-1a94-4572-a897-58043b3b8d6b
11:55:23.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f724572d-ad33-4364-967f-b37163192730
11:55:23.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b3ee6d-a6af-4265-831b-2d0abb140186
11:55:23.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce469e7-a5d5-4cb8-9afc-a3d9c241abf6
11:55:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=544e5204-3893-403c-a9ee-f2c3cdac9af0
11:55:23.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42aa999a-8342-4b83-b9ee-aedb814aaed7
11:55:23.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea85999-b19e-43c7-b03b-e99d882e338c
11:55:23.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d6c36a8-e7bc-43cb-868c-1df9b0b303c1
11:55:23.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293650a8-62a2-4feb-aaa8-1b538418e5c3
11:55:23.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc05b5b2-2f18-4e25-b4f4-3e1d9d45df27
11:55:23.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ea9de4-60d0-44b3-910a-0c05a6b99b4e
11:55:23.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47db588f-8ebb-479e-b63b-047506884fdb
11:55:23.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=646ec518-01d2-4e13-a0f5-5e7eca1945ae
11:55:23.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a1001f3-3a52-46d0-b377-1072ec926b53
11:55:23.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca6e1b4c-a948-4a7a-a6f8-e5d0273e32ca
11:55:23.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443d4114-99f4-487b-b9ba-e3668af150f3
11:55:23.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e9015c-fe38-47dd-a170-6229cca763e3
11:55:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2342ae5-cb08-495b-a6c8-c035577407ac
11:55:23.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9201f88-a95b-4422-a2b3-1503ae628b8d
11:55:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1beabf3a-e6cc-4968-8e57-44f2aa4c6950
11:55:23.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:23.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:23.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:23.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:23.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:23.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:23.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:23.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c15a76c-2136-4e5e-9b6e-13760434b421
11:55:23.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd131741-a1e3-4c58-872d-f9a1a8576cdc
11:55:24.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78efbff9-ae5b-4a12-a9ba-7068a8f96672
11:55:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8b7a05b-9a82-4606-9f35-dba28c9e2b9f
11:55:24.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13a38319-4e39-4290-aaf7-52397a1b4154
11:55:24.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71675d71-d7cb-4510-97d7-a0ac36c6feec
11:55:24.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170b0c3b-b957-4cdd-b2f0-46ed9b35a604
11:55:24.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fff16e4-6ca8-43d6-96e2-3da1d36b9321
11:55:24.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b41a96d4-1214-4aa9-a384-916b5d019827
11:55:24.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62d78bb3-53af-409b-9d74-33e3c52532fb
11:55:24.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3d9675-96bc-433c-a508-5ec0b0538130
11:55:24.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66232ab-97f9-4a9f-b325-777dd73399ee
11:55:24.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96bc6707-c302-4e72-9459-0742ed6dc5b0
11:55:24.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1414a9b4-425d-443b-bcf9-1fbecb8d2be7
11:55:24.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00cc2b54-a6ab-4ab2-910e-cee845e1f39e
11:55:24.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a36874e-f58d-4cfa-9742-7f3681cde9f4
11:55:24.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=514af53a-d7e2-4f7f-ab33-93fed08802be
11:55:24.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f49069-3bff-478c-80cb-cd980ef966a6
11:55:24.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a91369-1581-4bfc-839f-3c6cd6104a24
11:55:24.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85221f07-b815-4437-8304-83b16fcb8781
11:55:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf10c70-a378-43ad-9509-d885eeaa31c8
11:55:24.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b336849-8b58-46bd-8ad4-fd4a8d00998d
11:55:24.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f724572d-ad33-4364-967f-b37163192730
11:55:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3804230-e032-4c7c-83f3-27e63a23ee62
11:55:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:24.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:24.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:24.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:24.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:24.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:24.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:24.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b3ee6d-a6af-4265-831b-2d0abb140186
11:55:24.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a430b32-74d7-4fa8-ab59-4966c4bbf6b8
11:55:25.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=544e5204-3893-403c-a9ee-f2c3cdac9af0
11:55:25.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bb1009-0488-4ef8-b620-b3ebf0090375
11:55:25.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea85999-b19e-43c7-b03b-e99d882e338c
11:55:25.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e16b240c-88b6-4903-99cf-652ca4bb4d39
11:55:25.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293650a8-62a2-4feb-aaa8-1b538418e5c3
11:55:25.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e24882c0-6349-4fbc-b0ab-8d60df44e84d
11:55:25.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ea9de4-60d0-44b3-910a-0c05a6b99b4e
11:55:25.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=949cf769-ca8a-43fb-b1ec-6f2800888973
11:55:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=646ec518-01d2-4e13-a0f5-5e7eca1945ae
11:55:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da46c78-e12f-4647-a032-744648d3e509
11:55:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca6e1b4c-a948-4a7a-a6f8-e5d0273e32ca
11:55:25.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e9015c-fe38-47dd-a170-6229cca763e3
11:55:25.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6bc9c73-a705-469b-ad45-cec695aa381c
11:55:25.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9201f88-a95b-4422-a2b3-1503ae628b8d
11:55:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a09c385a-854a-4280-aa83-314d388ed788
11:55:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c15a76c-2136-4e5e-9b6e-13760434b421
11:55:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54868189-985e-41ff-b315-409ecf120975
11:55:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78efbff9-ae5b-4a12-a9ba-7068a8f96672
11:55:25.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71675d71-d7cb-4510-97d7-a0ac36c6feec
11:55:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bd65599-ee5b-4659-bf61-d989432746f0
11:55:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23bda0fa-6113-461d-9a33-afdc9f5e217e
11:55:25.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:25.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:25.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:25.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:25.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:25.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:25.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:25.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170b0c3b-b957-4cdd-b2f0-46ed9b35a604
11:55:25.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ce2b60-8bbb-4dbe-84a4-38ef2487be24
11:55:26.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b41a96d4-1214-4aa9-a384-916b5d019827
11:55:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae543f89-97f4-4571-bc88-e6d2f4f3a239
11:55:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3d9675-96bc-433c-a508-5ec0b0538130
11:55:26.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e61af8fe-72c5-403c-a891-be358ee75245
11:55:26.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96bc6707-c302-4e72-9459-0742ed6dc5b0
11:55:26.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f79696f-0f7c-4fcd-9a64-00e2059a2f6f
11:55:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1414a9b4-425d-443b-bcf9-1fbecb8d2be7
11:55:26.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6e622d-aef7-477c-94ee-31a0630bd5f6
11:55:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a36874e-f58d-4cfa-9742-7f3681cde9f4
11:55:26.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3bace7a-97dd-4135-b4b3-8d2a513ea72a
11:55:26.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f49069-3bff-478c-80cb-cd980ef966a6
11:55:26.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e535e1af-b268-4873-933f-a10866dc60e9
11:55:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85221f07-b815-4437-8304-83b16fcb8781
11:55:26.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b336849-8b58-46bd-8ad4-fd4a8d00998d
11:55:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e408e3c-e16f-4ce2-b511-0c1072056964
11:55:26.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3804230-e032-4c7c-83f3-27e63a23ee62
11:55:26.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66664df0-c6aa-455f-a638-c0910b0ddabd
11:55:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a430b32-74d7-4fa8-ab59-4966c4bbf6b8
11:55:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d319e532-8686-452e-9129-c8a803f0d2f1
11:55:26.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bb1009-0488-4ef8-b620-b3ebf0090375
11:55:26.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:26.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:26.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e16b240c-88b6-4903-99cf-652ca4bb4d39
11:55:26.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:26.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:26.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:26.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:26.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:26.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24af952b-2bd6-4cea-974d-aaee0e8b7830
11:55:26.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff93c2f5-9e5a-4551-944c-eef192edbd30
11:55:27.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e24882c0-6349-4fbc-b0ab-8d60df44e84d
11:55:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ff4c0b-70a4-42e3-aed0-3a8a7582518f
11:55:27.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=949cf769-ca8a-43fb-b1ec-6f2800888973
11:55:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1951d606-336d-4d9f-bb9a-5b52aabe2883
11:55:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da46c78-e12f-4647-a032-744648d3e509
11:55:27.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bed9b976-217b-439d-941f-dd2e18080d18
11:55:27.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6bc9c73-a705-469b-ad45-cec695aa381c
11:55:27.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=622cb1c9-040b-4b13-a8b8-7d8bb82ff762
11:55:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db95f0c-59f2-44c4-9013-9e5023e3f03f
11:55:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a09c385a-854a-4280-aa83-314d388ed788
11:55:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49ce8114-f0f9-4135-a091-896c24b903ad
11:55:27.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54868189-985e-41ff-b315-409ecf120975
11:55:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bd65599-ee5b-4659-bf61-d989432746f0
11:55:27.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36dd709d-34d6-4cef-9a85-84a55dea8e05
11:55:27.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23bda0fa-6113-461d-9a33-afdc9f5e217e
11:55:27.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bd92ce7-f34d-42de-9741-dbc4b1f6bb6f
11:55:27.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d86404-c255-42e6-9b17-4f6fd50bb3ae
11:55:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ce2b60-8bbb-4dbe-84a4-38ef2487be24
11:55:27.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae543f89-97f4-4571-bc88-e6d2f4f3a239
11:55:27.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe7a35e9-3756-45a7-b15b-bd641e777a30
11:55:27.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e61af8fe-72c5-403c-a891-be358ee75245
11:55:27.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:27.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00c6314b-db6a-46c1-bcf3-c451d574663e
11:55:27.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:27.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:27.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:27.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:27.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f79696f-0f7c-4fcd-9a64-00e2059a2f6f
11:55:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4d91c96-9a03-4d74-8518-98ad03b4dc59
11:55:28.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6e622d-aef7-477c-94ee-31a0630bd5f6
11:55:28.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dba2fb8-562e-4d62-80bc-7425af00f816
11:55:28.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3bace7a-97dd-4135-b4b3-8d2a513ea72a
11:55:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21833ff5-dfe2-4ecf-8191-999474e8cd2d
11:55:28.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e535e1af-b268-4873-933f-a10866dc60e9
11:55:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f354aed-e910-4f1a-a8cb-473a2dd99042
11:55:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e408e3c-e16f-4ce2-b511-0c1072056964
11:55:28.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66664df0-c6aa-455f-a638-c0910b0ddabd
11:55:28.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd065df-cdc9-4f97-b707-d4ecde61b84c
11:55:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d319e532-8686-452e-9129-c8a803f0d2f1
11:55:28.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f8d1518-13de-4630-92ca-51e732e8be9f
11:55:28.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec82dcb8-6861-411c-bfcf-4cd22fe3abf2
11:55:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24af952b-2bd6-4cea-974d-aaee0e8b7830
11:55:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff93c2f5-9e5a-4551-944c-eef192edbd30
11:55:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5e78ed-0f1a-47bd-8f4b-2d9069f76c95
11:55:28.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f9a69e8-0d04-4854-a8ed-0df68b39fad3
11:55:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ff4c0b-70a4-42e3-aed0-3a8a7582518f
11:55:28.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f934dc49-ed7e-476c-8cc8-5b916bf6e037
11:55:28.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1951d606-336d-4d9f-bb9a-5b52aabe2883
11:55:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:28.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:28.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:28.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:28.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:28.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f1dfd2-d5ce-43f9-b919-53d29ce1c04f
11:55:28.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bed9b976-217b-439d-941f-dd2e18080d18
11:55:29.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6368a9b8-541f-4956-8ec9-5d6fe266046e
11:55:29.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=622cb1c9-040b-4b13-a8b8-7d8bb82ff762
11:55:29.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8441ed-fe53-4d19-a670-b72f307b8299
11:55:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f24230-5745-471a-8403-257ee7c0d71b
11:55:29.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db95f0c-59f2-44c4-9013-9e5023e3f03f
11:55:29.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9e8a1f-28b0-4e13-a504-88b68cdf6fd1
11:55:29.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49ce8114-f0f9-4135-a091-896c24b903ad
11:55:29.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a59dfb-9368-4a33-9752-9564ba4addc5
11:55:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36dd709d-34d6-4cef-9a85-84a55dea8e05
11:55:29.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d373f44b-e80d-4866-b567-efc48506abbf
11:55:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bd92ce7-f34d-42de-9741-dbc4b1f6bb6f
11:55:29.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47480227-1057-4b92-a364-2aadacfdc4d1
11:55:29.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d86404-c255-42e6-9b17-4f6fd50bb3ae
11:55:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60b16150-d885-49d9-a450-c737ae440b8c
11:55:29.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c279296c-5ed1-4314-b47c-582caeb695d2
11:55:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe7a35e9-3756-45a7-b15b-bd641e777a30
11:55:29.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00c6314b-db6a-46c1-bcf3-c451d574663e
11:55:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41f77b0-8317-4769-a7c2-62b123834af9
11:55:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4d91c96-9a03-4d74-8518-98ad03b4dc59
11:55:29.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55f8aa67-e0dd-4a0b-a576-8a8230e6205e
11:55:29.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:29.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dba2fb8-562e-4d62-80bc-7425af00f816
11:55:29.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:29.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:29.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:29.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:29.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dc702fc-69a9-42ff-8d7a-4f4a4535b1c3
11:55:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21833ff5-dfe2-4ecf-8191-999474e8cd2d
11:55:30.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7522d5c4-12d3-4295-8d43-4c25d09bc65d
11:55:30.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f354aed-e910-4f1a-a8cb-473a2dd99042
11:55:30.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ea9451-c169-40c8-b864-092ca3fa7174
11:55:30.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd065df-cdc9-4f97-b707-d4ecde61b84c
11:55:30.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b941dd1b-4ee9-4264-ba80-5eda41548bd2
11:55:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f8d1518-13de-4630-92ca-51e732e8be9f
11:55:30.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec82dcb8-6861-411c-bfcf-4cd22fe3abf2
11:55:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa346e40-1149-422f-af14-439917063330
11:55:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5e78ed-0f1a-47bd-8f4b-2d9069f76c95
11:55:30.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7da2b1b2-c0a0-4d13-b96f-7eb5e1e7ff3e
11:55:30.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f9a69e8-0d04-4854-a8ed-0df68b39fad3
11:55:30.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29ca5ad-7479-44f0-b06e-e284b92c4ee5
11:55:30.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb636bdd-9c84-42df-9f84-7edbccb812eb
11:55:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f934dc49-ed7e-476c-8cc8-5b916bf6e037
11:55:30.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84f1dfd2-d5ce-43f9-b919-53d29ce1c04f
11:55:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a956689e-8316-4925-a35d-b0e24fe277ec
11:55:30.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6368a9b8-541f-4956-8ec9-5d6fe266046e
11:55:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7291291-b394-4837-b759-3a6b8932d137
11:55:30.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8441ed-fe53-4d19-a670-b72f307b8299
11:55:30.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:30.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:30.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:30.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:30.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:30.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:30.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:30.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e33832c-6a60-480d-878e-e3c540b25582
11:55:30.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f24230-5745-471a-8403-257ee7c0d71b
11:55:31.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55958d1-5725-42cf-a5b2-355b24cc2b54
11:55:31.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9e8a1f-28b0-4e13-a504-88b68cdf6fd1
11:55:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f798f83-b656-4d82-acc2-57d42de7f856
11:55:31.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a59dfb-9368-4a33-9752-9564ba4addc5
11:55:31.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef141da2-a6a9-4bc1-ae22-016f805af57d
11:55:31.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d373f44b-e80d-4866-b567-efc48506abbf
11:55:31.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47480227-1057-4b92-a364-2aadacfdc4d1
11:55:31.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17dc9937-7763-45f5-9b00-0d2a2ee6f9d5
11:55:31.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7bf3cf8-e967-4f63-885b-c8ef3d1816fc
11:55:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60b16150-d885-49d9-a450-c737ae440b8c
11:55:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4120c40-104e-494c-86e0-c11e62c1b346
11:55:31.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55a200c-1c18-4882-bb7f-eb2415e0d809
11:55:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c279296c-5ed1-4314-b47c-582caeb695d2
11:55:31.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b5499a3-ed57-496e-a73a-795b465fc34c
11:55:31.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41f77b0-8317-4769-a7c2-62b123834af9
11:55:31.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f85e0c2-ade6-49ab-9a61-73781158c5d2
11:55:31.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55f8aa67-e0dd-4a0b-a576-8a8230e6205e
11:55:31.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=462127ca-b89c-469c-b26c-b1222ba318b9
11:55:31.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dc702fc-69a9-42ff-8d7a-4f4a4535b1c3
11:55:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a6d61a-3b13-443d-a9b1-319a995bee81
11:55:31.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7522d5c4-12d3-4295-8d43-4c25d09bc65d
11:55:31.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12120f7c-8b1b-4c99-805c-393d3851ebdd
11:55:31.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:31.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:31.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:31.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:31.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:31.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:31.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:31.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ea9451-c169-40c8-b864-092ca3fa7174
11:55:31.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f412fc11-cbde-47f1-aacf-2f0ad4919173
11:55:32.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b941dd1b-4ee9-4264-ba80-5eda41548bd2
11:55:32.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84380f9-3e74-4b8f-ac21-6a5ab708c370
11:55:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa346e40-1149-422f-af14-439917063330
11:55:32.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9740fee7-dfc3-4948-b9d6-7f3cd64ec668
11:55:32.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7da2b1b2-c0a0-4d13-b96f-7eb5e1e7ff3e
11:55:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8fef1f1-70f3-4b11-860b-fc9721c23486
11:55:32.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29ca5ad-7479-44f0-b06e-e284b92c4ee5
11:55:32.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=016e1ae5-facc-4db0-8b8d-5401b15eb17f
11:55:32.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb636bdd-9c84-42df-9f84-7edbccb812eb
11:55:32.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd7fbd3-1aee-41a8-95a3-6fbc417367fd
11:55:32.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a956689e-8316-4925-a35d-b0e24fe277ec
11:55:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=725d98df-fb98-4fec-ad4a-429fda485d2f
11:55:32.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7291291-b394-4837-b759-3a6b8932d137
11:55:32.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bca393c0-d25c-4702-b373-4c262f017a88
11:55:32.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e33832c-6a60-480d-878e-e3c540b25582
11:55:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f77cb02-a13e-4ee2-ba21-211076d97bb6
11:55:32.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55958d1-5725-42cf-a5b2-355b24cc2b54
11:55:32.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acebe36e-d59f-473b-9931-eaf55d514bc5
11:55:32.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:32.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=404d34bb-acb3-44ca-9eac-0cc91f2f197b
11:55:32.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:32.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:32.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f798f83-b656-4d82-acc2-57d42de7f856
11:55:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef141da2-a6a9-4bc1-ae22-016f805af57d
11:55:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d61090d-a7e1-453b-9f9e-7ef6c7fe6d3d
11:55:33.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17dc9937-7763-45f5-9b00-0d2a2ee6f9d5
11:55:33.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59cc8724-c203-4dec-add6-4c537719e636
11:55:33.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7bf3cf8-e967-4f63-885b-c8ef3d1816fc
11:55:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51a41002-10f1-4a71-9244-890935e7b26e
11:55:33.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4120c40-104e-494c-86e0-c11e62c1b346
11:55:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5957c065-e86c-47d2-82e4-4659a2074530
11:55:33.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55a200c-1c18-4882-bb7f-eb2415e0d809
11:55:33.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caefa8c3-6425-4cfe-896c-5b512d4d62f7
11:55:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b5499a3-ed57-496e-a73a-795b465fc34c
11:55:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fb8856a-9d60-41d7-9ed8-180ae742ae93
11:55:33.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f85e0c2-ade6-49ab-9a61-73781158c5d2
11:55:33.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=462127ca-b89c-469c-b26c-b1222ba318b9
11:55:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2e1ba8-baeb-43e4-84c4-fbe0f52afdcb
11:55:33.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce5c316-4c67-4942-b413-89f5eb7625ff
11:55:33.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a6d61a-3b13-443d-a9b1-319a995bee81
11:55:33.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b868716-9fa1-4099-b708-178b1eb4823d
11:55:33.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12120f7c-8b1b-4c99-805c-393d3851ebdd
11:55:33.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae7183fe-9d7c-40e6-98e7-84c0234ed7fd
11:55:33.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:33.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:33.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:33.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f412fc11-cbde-47f1-aacf-2f0ad4919173
11:55:33.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:33.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:33.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:33.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:33.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae989a6-a21a-4955-aba3-aca734885ccc
11:55:33.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84380f9-3e74-4b8f-ac21-6a5ab708c370
11:55:34.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9740fee7-dfc3-4948-b9d6-7f3cd64ec668
11:55:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37d34660-dcc6-4087-83ba-befe13549525
11:55:34.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cdff3fd-e9fd-46e3-85ff-ce96fa433df6
11:55:34.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8fef1f1-70f3-4b11-860b-fc9721c23486
11:55:34.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=726d8618-baef-4ed8-9c21-61fb49b39b6a
11:55:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=016e1ae5-facc-4db0-8b8d-5401b15eb17f
11:55:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b70cac1-c0c6-428b-bbb7-765116342ed5
11:55:34.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd7fbd3-1aee-41a8-95a3-6fbc417367fd
11:55:34.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675594d5-1c8e-4796-91bf-b269f0dbbc40
11:55:34.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=725d98df-fb98-4fec-ad4a-429fda485d2f
11:55:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bca393c0-d25c-4702-b373-4c262f017a88
11:55:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2038c6a-b688-410d-aaf4-bec92f9dd14a
11:55:34.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f77cb02-a13e-4ee2-ba21-211076d97bb6
11:55:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98c9085b-eaca-40a1-af1d-647e7c7b3cf7
11:55:34.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acebe36e-d59f-473b-9931-eaf55d514bc5
11:55:34.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e0f4aac-fcfd-4361-94db-42adacebcd40
11:55:34.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=404d34bb-acb3-44ca-9eac-0cc91f2f197b
11:55:34.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15e935ba-e58c-49e4-b469-6e68fa4612cf
11:55:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d61090d-a7e1-453b-9f9e-7ef6c7fe6d3d
11:55:34.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59cc8724-c203-4dec-add6-4c537719e636
11:55:34.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c75ae5f4-2e35-4661-bce6-696445746a47
11:55:34.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:34.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9c2529-160f-4deb-8a53-0aa3f01299df
11:55:34.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:34.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:34.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:34.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:34.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:34.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:34.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51a41002-10f1-4a71-9244-890935e7b26e
11:55:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67309e56-d0ce-45ac-b9c0-af47bad3a22e
11:55:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c48bd6ce-f66f-4157-bd23-6ea96a44c9a7
11:55:35.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5957c065-e86c-47d2-82e4-4659a2074530
11:55:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8adc63a0-468f-4d0b-af96-82b6a3ab4211
11:55:35.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caefa8c3-6425-4cfe-896c-5b512d4d62f7
11:55:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fb8856a-9d60-41d7-9ed8-180ae742ae93
11:55:35.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479ea967-7f2e-4c84-bc0a-e45e9b983c2b
11:55:35.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2e1ba8-baeb-43e4-84c4-fbe0f52afdcb
11:55:35.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc32afc1-d6bd-49e6-8707-772e69491fd3
11:55:35.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=facd8e20-abe1-4407-b542-cc85a121319b
11:55:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce5c316-4c67-4942-b413-89f5eb7625ff
11:55:35.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1097c7e0-bf42-44eb-9bd8-f3de3865afd9
11:55:35.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b868716-9fa1-4099-b708-178b1eb4823d
11:55:35.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fdcd86-4910-40eb-a71a-b895778221ad
11:55:35.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae7183fe-9d7c-40e6-98e7-84c0234ed7fd
11:55:35.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd0d6110-136f-4c47-94e6-ebfe96680364
11:55:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae989a6-a21a-4955-aba3-aca734885ccc
11:55:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324b46f1-33d5-4be8-921f-1c64690b37ff
11:55:35.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:35.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:35.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37d34660-dcc6-4087-83ba-befe13549525
11:55:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:35.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:35.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:35.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:35.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e61c276-2f0c-45e1-8ab0-3dd36af43540
11:55:35.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cdff3fd-e9fd-46e3-85ff-ce96fa433df6
11:55:36.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=726d8618-baef-4ed8-9c21-61fb49b39b6a
11:55:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6f8c3f6-41de-464a-98b1-57fcdf92cce5
11:55:36.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b70cac1-c0c6-428b-bbb7-765116342ed5
11:55:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc777c6-f638-4535-a30c-2d708094cf7c
11:55:36.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642e2e30-c4f8-49d7-b1be-9a832a3c2696
11:55:36.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675594d5-1c8e-4796-91bf-b269f0dbbc40
11:55:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2038c6a-b688-410d-aaf4-bec92f9dd14a
11:55:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71758818-4864-4712-a822-0e63acdfff43
11:55:36.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf432294-1cf4-40bf-b910-41569a325013
11:55:36.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98c9085b-eaca-40a1-af1d-647e7c7b3cf7
11:55:36.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e0f4aac-fcfd-4361-94db-42adacebcd40
11:55:36.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fb1b4f2-8503-450c-ac15-5c60e05158e0
11:55:36.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15e935ba-e58c-49e4-b469-6e68fa4612cf
11:55:36.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93e0db2c-6d19-4f35-9889-d06ba569df5f
11:55:36.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c75ae5f4-2e35-4661-bce6-696445746a47
11:55:36.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6037ad37-58e9-4dc8-8376-6ba3b8386fc0
11:55:36.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9c2529-160f-4deb-8a53-0aa3f01299df
11:55:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67309e56-d0ce-45ac-b9c0-af47bad3a22e
11:55:36.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:36.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:36.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:36.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=954bdc15-2b97-45a0-9522-58b4c454ed2c
11:55:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:36.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:36.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:36.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:36.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c48bd6ce-f66f-4157-bd23-6ea96a44c9a7
11:55:36.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8adc63a0-468f-4d0b-af96-82b6a3ab4211
11:55:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3968f38f-9339-4634-b297-9665a6e0191c
11:55:37.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479ea967-7f2e-4c84-bc0a-e45e9b983c2b
11:55:37.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae36334-6273-4ef3-8945-c1ae329fc2e4
11:55:37.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc32afc1-d6bd-49e6-8707-772e69491fd3
11:55:37.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8b092c2-a30c-4d67-b1a4-79a9a2e9f991
11:55:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=facd8e20-abe1-4407-b542-cc85a121319b
11:55:37.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc59f25d-112f-4cc2-9ad5-6378fc23e8ff
11:55:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1097c7e0-bf42-44eb-9bd8-f3de3865afd9
11:55:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de296095-732a-475d-b61a-71af2c4b9eef
11:55:37.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=229c273f-d0da-446c-91eb-057ceae4b5ce
11:55:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fdcd86-4910-40eb-a71a-b895778221ad
11:55:37.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6612a2f-2cb9-413d-9227-507a016a0eaa
11:55:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd0d6110-136f-4c47-94e6-ebfe96680364
11:55:37.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b880945-b6cf-4b8c-8218-be60b7304570
11:55:37.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324b46f1-33d5-4be8-921f-1c64690b37ff
11:55:37.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63371df2-acae-4a2a-b661-cdb318584318
11:55:37.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e61c276-2f0c-45e1-8ab0-3dd36af43540
11:55:37.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c614e318-f58c-428c-b684-4c411dc02061
11:55:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:37.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:37.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:37.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:37.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:37.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:37.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6f8c3f6-41de-464a-98b1-57fcdf92cce5
11:55:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a58a83a2-ee9f-4e03-9d2e-69335a6bcdd6
11:55:38.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc777c6-f638-4535-a30c-2d708094cf7c
11:55:38.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecd431bc-81f0-4a16-bff4-5cc0457f8fb3
11:55:38.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642e2e30-c4f8-49d7-b1be-9a832a3c2696
11:55:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2172b4d8-9e67-4c08-a382-329e90534340
11:55:38.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71758818-4864-4712-a822-0e63acdfff43
11:55:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8cf3ef8-5d23-4b6b-8abc-35a1a3cdd31d
11:55:38.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf432294-1cf4-40bf-b910-41569a325013
11:55:38.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c834f6-48b8-4f11-bb2c-af7cac3adc9c
11:55:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f9b7f3-0246-47ad-97fe-463358fdfb99
11:55:38.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fb1b4f2-8503-450c-ac15-5c60e05158e0
11:55:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f6962a-8278-46b7-b0b5-36c1b5782b5e
11:55:38.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93e0db2c-6d19-4f35-9889-d06ba569df5f
11:55:38.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2c457a-dddc-4868-a72d-6fdd98b526c5
11:55:38.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6037ad37-58e9-4dc8-8376-6ba3b8386fc0
11:55:38.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=954bdc15-2b97-45a0-9522-58b4c454ed2c
11:55:38.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3765ee7-b369-448c-a4ba-882408ec2821
11:55:38.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11c1eff2-a694-4d0d-97a9-f13408ff317e
11:55:38.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3968f38f-9339-4634-b297-9665a6e0191c
11:55:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89639187-7e07-4dce-ab55-e00e4bfc156e
11:55:38.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:38.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae36334-6273-4ef3-8945-c1ae329fc2e4
11:55:38.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:38.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:38.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:38.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:38.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d428d0b1-c099-43b5-b8a3-fe96a524cf75
11:55:39.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8b092c2-a30c-4d67-b1a4-79a9a2e9f991
11:55:39.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98cfa1b0-ba85-422b-8435-3bbfa664297d
11:55:39.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.156 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc59f25d-112f-4cc2-9ad5-6378fc23e8ff
11:55:39.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6407b069-3019-49cb-9308-d91d30e58aa3
11:55:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de296095-732a-475d-b61a-71af2c4b9eef
11:55:39.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65665db2-8e01-404a-9561-774f165f128d
11:55:39.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=229c273f-d0da-446c-91eb-057ceae4b5ce
11:55:39.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb1eaf3-a0cc-4679-9041-ccecd5ae4ffd
11:55:39.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf3fab56-85d8-4adc-8394-0ed5be14b3c7
11:55:39.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6612a2f-2cb9-413d-9227-507a016a0eaa
11:55:39.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b27b1e9-a074-432d-b824-67993cd693a6
11:55:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b880945-b6cf-4b8c-8218-be60b7304570
11:55:39.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=323a7f19-8b71-4149-b231-0838d3f643b7
11:55:39.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63371df2-acae-4a2a-b661-cdb318584318
11:55:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b01c98b4-d274-468a-b3c7-49042d120857
11:55:39.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c614e318-f58c-428c-b684-4c411dc02061
11:55:39.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d36b8b53-4ee2-442c-9c55-10a24cf15b28
11:55:39.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a58a83a2-ee9f-4e03-9d2e-69335a6bcdd6
11:55:39.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecd431bc-81f0-4a16-bff4-5cc0457f8fb3
11:55:39.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee08733e-ca88-48a4-9f3e-518d5d2f09a8
11:55:39.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2172b4d8-9e67-4c08-a382-329e90534340
11:55:39.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4abcd85-ca67-4673-b34b-9615b1b1579f
11:55:39.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:39.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8cf3ef8-5d23-4b6b-8abc-35a1a3cdd31d
11:55:39.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:39.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:39.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:39.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:39.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:39.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:39.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebacdca-f85c-46df-8d3f-50a57a6cd969
11:55:40.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c834f6-48b8-4f11-bb2c-af7cac3adc9c
11:55:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d1305ab-7385-41ea-bd3b-b6c51cd8594e
11:55:40.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f9b7f3-0246-47ad-97fe-463358fdfb99
11:55:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52235418-248e-44dc-86cc-c1b2e0c6da40
11:55:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f6962a-8278-46b7-b0b5-36c1b5782b5e
11:55:40.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25433e6b-6a95-439c-b648-8b811ca67ed7
11:55:40.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2c457a-dddc-4868-a72d-6fdd98b526c5
11:55:40.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac4d58fb-c4d2-4f82-b52e-a1373e515efc
11:55:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3765ee7-b369-448c-a4ba-882408ec2821
11:55:40.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23b50b62-7467-4bf0-9f53-be4ef2d80a64
11:55:40.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11c1eff2-a694-4d0d-97a9-f13408ff317e
11:55:40.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c479e5c1-e047-4954-ab47-c755c744c305
11:55:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89639187-7e07-4dce-ab55-e00e4bfc156e
11:55:40.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d428d0b1-c099-43b5-b8a3-fe96a524cf75
11:55:40.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d7aab46-9a05-48d8-bbb6-5d3673ce47c4
11:55:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1946cfe9-386a-4b74-a01d-b2fbfa6dd462
11:55:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98cfa1b0-ba85-422b-8435-3bbfa664297d
11:55:40.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6407b069-3019-49cb-9308-d91d30e58aa3
11:55:40.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce19c9bc-7070-4e15-a38f-5d554ddbac96
11:55:40.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:40.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:40.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:40.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:40.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65665db2-8e01-404a-9561-774f165f128d
11:55:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb1eaf3-a0cc-4679-9041-ccecd5ae4ffd
11:55:41.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b49de11-8c52-4292-94ba-e0ea0133cc68
11:55:41.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab038d68-2fd2-4329-8c78-d13402a88f0c
11:55:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf3fab56-85d8-4adc-8394-0ed5be14b3c7
11:55:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b27b1e9-a074-432d-b824-67993cd693a6
11:55:41.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2e64a47-6090-437c-a234-36361dece991
11:55:41.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=323a7f19-8b71-4149-b231-0838d3f643b7
11:55:41.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96179c34-275e-450a-a613-3b5bb010643a
11:55:41.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b01c98b4-d274-468a-b3c7-49042d120857
11:55:41.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d36b8b53-4ee2-442c-9c55-10a24cf15b28
11:55:41.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=184905e7-efb9-43f9-aa3a-6921d98c6400
11:55:41.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b03e72c3-2013-4bd2-b76a-1ec6a0a7a7f9
11:55:41.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee08733e-ca88-48a4-9f3e-518d5d2f09a8
11:55:41.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d69ebcbb-6faa-447a-aed9-db9e741bf835
11:55:41.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4abcd85-ca67-4673-b34b-9615b1b1579f
11:55:41.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3216ee35-586b-4e1e-a3b4-fcd02fa027fd
11:55:41.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ef6001-5e4d-45f1-b012-99a008c67361
11:55:41.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebacdca-f85c-46df-8d3f-50a57a6cd969
11:55:41.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5463c443-3081-4fbc-b965-160c8bbef7e5
11:55:41.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d1305ab-7385-41ea-bd3b-b6c51cd8594e
11:55:41.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4def74c6-121b-4618-ab96-899a501da1ee
11:55:41.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52235418-248e-44dc-86cc-c1b2e0c6da40
11:55:41.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c84ed792-e15b-45aa-99d6-473175db2fae
11:55:41.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25433e6b-6a95-439c-b648-8b811ca67ed7
11:55:41.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:41.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:41.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:41.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:41.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:41.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39dab59-5de4-4a3c-b9df-35596f76ee5f
11:55:41.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a4f0d3-087b-4e8d-826f-80bd8ab654e1
11:55:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac4d58fb-c4d2-4f82-b52e-a1373e515efc
11:55:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da8b97f-ee69-48aa-b51c-441003dcfb44
11:55:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5a8da62-f1ea-440c-8a16-d8b036d8bf45
11:55:42.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23b50b62-7467-4bf0-9f53-be4ef2d80a64
11:55:42.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f5e056-b971-4da6-a381-6a5a26db6534
11:55:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c479e5c1-e047-4954-ab47-c755c744c305
11:55:42.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9efc6a62-5d4c-49c2-a4da-fc452a8c1d63
11:55:42.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a90badf-42bf-4cfb-8ab0-132979975e6a
11:55:42.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d7aab46-9a05-48d8-bbb6-5d3673ce47c4
11:55:42.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e27f872e-5638-4f7c-bdf2-1052984f8e72
11:55:42.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1946cfe9-386a-4b74-a01d-b2fbfa6dd462
11:55:42.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c3a90c-bff3-43e4-96da-ae7c51fe93b3
11:55:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce19c9bc-7070-4e15-a38f-5d554ddbac96
11:55:42.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b49de11-8c52-4292-94ba-e0ea0133cc68
11:55:42.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddc83670-cb3d-4b91-8f16-21998e333541
11:55:42.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab038d68-2fd2-4329-8c78-d13402a88f0c
11:55:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef2229f4-fcee-43a4-a46e-9f2050d9ee35
11:55:42.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2e64a47-6090-437c-a234-36361dece991
11:55:42.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6895fdff-64b7-4e1f-bd96-4953c987ae41
11:55:42.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96179c34-275e-450a-a613-3b5bb010643a
11:55:42.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:42.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:42.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:42.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:42.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:42.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:42.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:42.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bac9b58-4298-4392-bf31-6f3aab0c84d8
11:55:42.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=184905e7-efb9-43f9-aa3a-6921d98c6400
11:55:43.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76297345-807d-4927-8959-dab23ce212d6
11:55:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b03e72c3-2013-4bd2-b76a-1ec6a0a7a7f9
11:55:43.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4e6a60b-285a-4d1e-a8d2-2b038bc3ddc3
11:55:43.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d69ebcbb-6faa-447a-aed9-db9e741bf835
11:55:43.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a4d2995-6988-4e26-b497-e86b368a1c87
11:55:43.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.323 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3216ee35-586b-4e1e-a3b4-fcd02fa027fd
11:55:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a053a586-fccf-4ae7-9677-82fe61e19f3c
11:55:43.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ef6001-5e4d-45f1-b012-99a008c67361
11:55:43.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d92f64-018f-43d7-9b08-c892ecd556ca
11:55:43.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5463c443-3081-4fbc-b965-160c8bbef7e5
11:55:43.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd95bfb2-6349-449c-a02a-6f660daabb43
11:55:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4def74c6-121b-4618-ab96-899a501da1ee
11:55:43.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2ea72c2-57a8-449a-9822-cd0ef5c84bec
11:55:43.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c84ed792-e15b-45aa-99d6-473175db2fae
11:55:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8be9e4e-7a85-4de7-ac68-4aabd74eb578
11:55:43.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39dab59-5de4-4a3c-b9df-35596f76ee5f
11:55:43.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e839e8-08fc-498f-9279-b745ca1f81e3
11:55:43.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a4f0d3-087b-4e8d-826f-80bd8ab654e1
11:55:43.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da8b97f-ee69-48aa-b51c-441003dcfb44
11:55:43.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f5fde96-1f7c-4719-bd56-c1126c411d4f
11:55:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5a8da62-f1ea-440c-8a16-d8b036d8bf45
11:55:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:43.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:43.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:43.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:43.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:43.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:43.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:43.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608c6133-b44f-43c7-a4f4-42d1e4b4b973
11:55:43.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f5e056-b971-4da6-a381-6a5a26db6534
11:55:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15afd798-6e3d-48fd-8959-82440d1b13d9
11:55:44.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9efc6a62-5d4c-49c2-a4da-fc452a8c1d63
11:55:44.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a90badf-42bf-4cfb-8ab0-132979975e6a
11:55:44.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a224257d-8021-4d71-800d-5c0759bdd855
11:55:44.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e27f872e-5638-4f7c-bdf2-1052984f8e72
11:55:44.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0509823f-aec9-4379-aebe-0c1433139cc3
11:55:44.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c3a90c-bff3-43e4-96da-ae7c51fe93b3
11:55:44.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5aada6-7db1-4674-936c-7ace418b6003
11:55:44.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddc83670-cb3d-4b91-8f16-21998e333541
11:55:44.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15ad859-160c-4182-9ed8-49f24ff42375
11:55:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef2229f4-fcee-43a4-a46e-9f2050d9ee35
11:55:44.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=680db7b8-d283-4aed-8f6a-d082c47bce03
11:55:44.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6895fdff-64b7-4e1f-bd96-4953c987ae41
11:55:44.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ff6577d-09ff-40ee-821c-580a9a6c9119
11:55:44.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bac9b58-4298-4392-bf31-6f3aab0c84d8
11:55:44.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c23f3e3-8783-415e-b65e-c9898c39b1b7
11:55:44.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76297345-807d-4927-8959-dab23ce212d6
11:55:44.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519ee93b-fccd-4a87-9837-8b92f4b35ee7
11:55:44.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4e6a60b-285a-4d1e-a8d2-2b038bc3ddc3
11:55:44.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa5762d-90b1-4ba1-9346-18229819e3fe
11:55:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a4d2995-6988-4e26-b497-e86b368a1c87
11:55:44.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bfef07-44e5-46eb-84e6-888f1aacf1a3
11:55:44.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:44.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:44.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:44.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:44.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:44.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:44.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:44.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a053a586-fccf-4ae7-9677-82fe61e19f3c
11:55:44.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b766cb37-9ac5-4e39-9324-314b19108bc8
11:55:45.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1bbaffa-1616-40b7-91b3-1a954668d467
11:55:45.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d92f64-018f-43d7-9b08-c892ecd556ca
11:55:45.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3cb83e0-f899-48d8-bf77-91514c5587f5
11:55:45.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd95bfb2-6349-449c-a02a-6f660daabb43
11:55:45.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cc3919a-c185-44a8-93cd-15ad67e54d27
11:55:45.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2ea72c2-57a8-449a-9822-cd0ef5c84bec
11:55:45.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2912a4c-8c3e-4659-961c-f4999f6ebec1
11:55:45.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8be9e4e-7a85-4de7-ac68-4aabd74eb578
11:55:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67fc657c-6e6d-4385-9185-5faf3cb9ac3f
11:55:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e839e8-08fc-498f-9279-b745ca1f81e3
11:55:45.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231e1cab-74f3-45b9-8482-859a3e391239
11:55:45.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f5fde96-1f7c-4719-bd56-c1126c411d4f
11:55:45.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22a4bc4b-3d83-4a78-b1c7-89cfda947b44
11:55:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608c6133-b44f-43c7-a4f4-42d1e4b4b973
11:55:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ecd148f-468a-4505-aba1-f1c0337cef14
11:55:45.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15afd798-6e3d-48fd-8959-82440d1b13d9
11:55:45.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a224257d-8021-4d71-800d-5c0759bdd855
11:55:45.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd3a9432-2835-4a4f-9910-0ce7958d4dba
11:55:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0509823f-aec9-4379-aebe-0c1433139cc3
11:55:45.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5aada6-7db1-4674-936c-7ace418b6003
11:55:45.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:45.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71ab41ad-85be-4fbd-a32c-4bd5ad0d740a
11:55:45.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:45.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:45.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:45.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:45.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d664b929-d2dd-44ae-ac4f-13ebe0e71bfd
11:55:46.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15ad859-160c-4182-9ed8-49f24ff42375
11:55:46.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=680db7b8-d283-4aed-8f6a-d082c47bce03
11:55:46.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8c88f6-7596-4e50-aa7c-88c886359d77
11:55:46.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ff6577d-09ff-40ee-821c-580a9a6c9119
11:55:46.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c440d14-8a6a-4a8f-abb2-06b26de46691
11:55:46.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c23f3e3-8783-415e-b65e-c9898c39b1b7
11:55:46.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77415518-df66-4c2e-ae6b-c3c3b79e66a9
11:55:46.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519ee93b-fccd-4a87-9837-8b92f4b35ee7
11:55:46.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c994d9be-1583-4ee9-9b94-f6be05ee9265
11:55:46.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa5762d-90b1-4ba1-9346-18229819e3fe
11:55:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfc18669-ef4d-432b-b959-8ee514d89916
11:55:46.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bfef07-44e5-46eb-84e6-888f1aacf1a3
11:55:46.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889f0125-c6d4-42aa-b06e-03494d6506cf
11:55:46.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b766cb37-9ac5-4e39-9324-314b19108bc8
11:55:46.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.656 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1bbaffa-1616-40b7-91b3-1a954668d467
11:55:46.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b566ecca-a760-44d2-aab2-73a0108da867
11:55:46.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3cb83e0-f899-48d8-bf77-91514c5587f5
11:55:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dca0574c-7b9e-4ac0-89b6-e8f9679620bb
11:55:46.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cc3919a-c185-44a8-93cd-15ad67e54d27
11:55:46.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b60a97-c730-48bc-94fa-4894572a807c
11:55:46.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:46.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:46.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2912a4c-8c3e-4659-961c-f4999f6ebec1
11:55:46.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:46.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:46.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:46.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:46.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:46.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3987b2d-e1b2-4334-9657-1c618c6fcd8b
11:55:46.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67fc657c-6e6d-4385-9185-5faf3cb9ac3f
11:55:47.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f553929-9534-410d-b06f-5b3b2ba39828
11:55:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231e1cab-74f3-45b9-8482-859a3e391239
11:55:47.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955a558b-5461-42a2-a165-b5ca54ef5408
11:55:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22a4bc4b-3d83-4a78-b1c7-89cfda947b44
11:55:47.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e9b08c-6314-4d87-92cd-290ff67e639a
11:55:47.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ecd148f-468a-4505-aba1-f1c0337cef14
11:55:47.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b178a3ee-a692-4a99-a7bb-fb98877a5d73
11:55:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd3a9432-2835-4a4f-9910-0ce7958d4dba
11:55:47.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71ab41ad-85be-4fbd-a32c-4bd5ad0d740a
11:55:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037d8561-6df6-4e31-b87c-e9406ac99b67
11:55:47.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d664b929-d2dd-44ae-ac4f-13ebe0e71bfd
11:55:47.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dc7d755-4b5e-41a6-8430-b4e17559a5bf
11:55:47.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8c88f6-7596-4e50-aa7c-88c886359d77
11:55:47.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2527bbda-2b50-4362-8704-55bd5cf0d83f
11:55:47.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c440d14-8a6a-4a8f-abb2-06b26de46691
11:55:47.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d017c4-82de-458d-bca5-5c129c620bba
11:55:47.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77415518-df66-4c2e-ae6b-c3c3b79e66a9
11:55:47.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70a37f25-62df-4a76-b2c3-e6ffc394c9aa
11:55:47.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90104529-74c2-4854-93b7-1c7ce005e415
11:55:47.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c994d9be-1583-4ee9-9b94-f6be05ee9265
11:55:47.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5cb7829-7e91-4dee-8a5f-423a1709dc05
11:55:47.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfc18669-ef4d-432b-b959-8ee514d89916
11:55:47.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:47.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:47.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:47.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff0389ef-8341-4ecb-9a11-039619b66acc
11:55:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:47.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:47.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889f0125-c6d4-42aa-b06e-03494d6506cf
11:55:47.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b566ecca-a760-44d2-aab2-73a0108da867
11:55:48.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b6beb1b-097e-4e3d-9c55-bef64011cc9a
11:55:48.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dca0574c-7b9e-4ac0-89b6-e8f9679620bb
11:55:48.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b261c549-8b71-4715-96bc-dd510e68fb59
11:55:48.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b60a97-c730-48bc-94fa-4894572a807c
11:55:48.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fc117b-c913-4e06-ac73-3ed171a7d715
11:55:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3987b2d-e1b2-4334-9657-1c618c6fcd8b
11:55:48.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b49845-2f16-4a8b-8acf-625aa52f989a
11:55:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f553929-9534-410d-b06f-5b3b2ba39828
11:55:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f99b6e71-758b-4e1f-88cb-7f45a55258c5
11:55:48.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955a558b-5461-42a2-a165-b5ca54ef5408
11:55:48.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1d90375-0457-4fef-9b02-caf215ac6931
11:55:48.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e9b08c-6314-4d87-92cd-290ff67e639a
11:55:48.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fa7bef-e94e-4536-b546-39c83329676c
11:55:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b178a3ee-a692-4a99-a7bb-fb98877a5d73
11:55:48.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf8a850f-874f-40c7-b015-899a3c713fd5
11:55:48.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037d8561-6df6-4e31-b87c-e9406ac99b67
11:55:48.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231e6ae4-24a0-41a0-a2d3-fac7615bb737
11:55:48.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dc7d755-4b5e-41a6-8430-b4e17559a5bf
11:55:48.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d0cee5-3ea3-4255-ac06-1ce22bed7cc8
11:55:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2527bbda-2b50-4362-8704-55bd5cf0d83f
11:55:48.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:48.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:48.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:48.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:48.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:48.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:48.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0e4c64-04d8-4b8d-90da-19b798072770
11:55:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d017c4-82de-458d-bca5-5c129c620bba
11:55:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4fa4ac0-8263-4ccf-a70e-cffd7bd62af1
11:55:49.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbccfe9-9315-438e-94bc-d5d29d5d8b12
11:55:49.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70a37f25-62df-4a76-b2c3-e6ffc394c9aa
11:55:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90104529-74c2-4854-93b7-1c7ce005e415
11:55:49.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0172bcf1-7e00-42ed-8e79-0f82fdcb5495
11:55:49.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574034a1-0c38-4f8b-b1a0-38c21d71a10e
11:55:49.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5cb7829-7e91-4dee-8a5f-423a1709dc05
11:55:49.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b4ad7cc-91ad-40bb-996a-7a8091929e13
11:55:49.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff0389ef-8341-4ecb-9a11-039619b66acc
11:55:49.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d93e7e01-76ff-4053-8d34-8a08c3eab89c
11:55:49.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b6beb1b-097e-4e3d-9c55-bef64011cc9a
11:55:49.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=217c1cd2-437b-486c-899b-62b993d8bd1f
11:55:49.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b261c549-8b71-4715-96bc-dd510e68fb59
11:55:49.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fdc5b2-99dc-4402-bb0c-32bc50877168
11:55:49.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fc117b-c913-4e06-ac73-3ed171a7d715
11:55:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6472c72-665f-4ba0-8c6b-6cab0133c4e7
11:55:49.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b49845-2f16-4a8b-8acf-625aa52f989a
11:55:49.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c869c5fc-c182-48b1-9046-c2830e3966c9
11:55:49.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca758daa-22e3-4ed5-823e-817740866555
11:55:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f99b6e71-758b-4e1f-88cb-7f45a55258c5
11:55:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:49.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:49.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:49.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:49.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:49.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:49.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:49.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c255ef-f8f4-41ae-bd93-06ef1a3260f1
11:55:49.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1d90375-0457-4fef-9b02-caf215ac6931
11:55:50.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70ed589d-2e20-428e-ab6f-cbf1b589baa3
11:55:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fa7bef-e94e-4536-b546-39c83329676c
11:55:50.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd7b634-bf71-49ae-a004-d253bed3f890
11:55:50.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf8a850f-874f-40c7-b015-899a3c713fd5
11:55:50.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e26aa7-320a-40f4-ae0a-6fd7cd5770d9
11:55:50.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231e6ae4-24a0-41a0-a2d3-fac7615bb737
11:55:50.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb90f465-38e2-4479-92fd-d2406f945dd7
11:55:50.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26d0cee5-3ea3-4255-ac06-1ce22bed7cc8
11:55:50.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a009898d-dceb-438d-ae5e-ad12f88f1b47
11:55:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0e4c64-04d8-4b8d-90da-19b798072770
11:55:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf444511-4be8-43ab-9355-b4ac55f595ca
11:55:50.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3db54ac-d929-4ca6-82cc-3c4ffb8b65d0
11:55:50.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4fa4ac0-8263-4ccf-a70e-cffd7bd62af1
11:55:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbccfe9-9315-438e-94bc-d5d29d5d8b12
11:55:50.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76169a55-af86-4271-8d76-3346705d5d3d
11:55:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0172bcf1-7e00-42ed-8e79-0f82fdcb5495
11:55:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13fe1a2-50ef-4647-93db-da3f1a4db58f
11:55:50.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574034a1-0c38-4f8b-b1a0-38c21d71a10e
11:55:50.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3cbd40-ce54-4fb7-a1e7-2188ffbd52e9
11:55:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:50.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b4ad7cc-91ad-40bb-996a-7a8091929e13
11:55:50.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:50.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:50.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:50.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:50.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:50.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:50.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d93e7e01-76ff-4053-8d34-8a08c3eab89c
11:55:51.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fe819d2-ba6d-4dc0-830e-885019b36204
11:55:51.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=217c1cd2-437b-486c-899b-62b993d8bd1f
11:55:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fdc5b2-99dc-4402-bb0c-32bc50877168
11:55:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83368d4a-b5ff-407f-a53d-8f60f19c5e20
11:55:51.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91117e15-8a1a-41d8-a493-aea9063f7b09
11:55:51.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6472c72-665f-4ba0-8c6b-6cab0133c4e7
11:55:51.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78bd4d39-bc2d-475c-a4cb-0fb950be4589
11:55:51.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c869c5fc-c182-48b1-9046-c2830e3966c9
11:55:51.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b671de-2977-496b-9a37-1d5bbe7ff4c5
11:55:51.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.424 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca758daa-22e3-4ed5-823e-817740866555
11:55:51.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a412f446-4227-42d1-b024-8f405b9b5946
11:55:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c255ef-f8f4-41ae-bd93-06ef1a3260f1
11:55:51.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4039cf76-f75c-49d4-bd4e-ab1d561eeee9
11:55:51.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70ed589d-2e20-428e-ab6f-cbf1b589baa3
11:55:51.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd7b634-bf71-49ae-a004-d253bed3f890
11:55:51.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5550f95-6d51-4b00-9c1b-4d7bce96543e
11:55:51.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e26aa7-320a-40f4-ae0a-6fd7cd5770d9
11:55:51.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb90f465-38e2-4479-92fd-d2406f945dd7
11:55:51.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e0297e-bcea-4820-82cd-01caa348c7ff
11:55:51.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a009898d-dceb-438d-ae5e-ad12f88f1b47
11:55:51.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb47d40-5f58-4220-b7ee-b03868fd084d
11:55:51.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf444511-4be8-43ab-9355-b4ac55f595ca
11:55:51.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0921f001-499c-4d08-88be-102c4031e7e9
11:55:51.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3db54ac-d929-4ca6-82cc-3c4ffb8b65d0
11:55:51.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca53688-7e5d-42de-a6b6-aa82f71631a5
11:55:51.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:51.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:51.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:51.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:51.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:51.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76169a55-af86-4271-8d76-3346705d5d3d
11:55:51.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=438001a7-0213-4cd3-b1e4-ac45f17004f6
11:55:52.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13fe1a2-50ef-4647-93db-da3f1a4db58f
11:55:52.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495bf3eb-4d65-4d0c-9dfd-096f939067af
11:55:52.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bb5bdcd-e223-4489-bc84-0d57524822c1
11:55:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3cbd40-ce54-4fb7-a1e7-2188ffbd52e9
11:55:52.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fe819d2-ba6d-4dc0-830e-885019b36204
11:55:52.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd1e48b1-41ed-4615-980f-491b16655b79
11:55:52.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83368d4a-b5ff-407f-a53d-8f60f19c5e20
11:55:52.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da03d749-e92c-404a-8557-24c6b46f6d0e
11:55:52.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91117e15-8a1a-41d8-a493-aea9063f7b09
11:55:52.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aa44b2f-bf6a-4abe-a8df-6f3904ce67c9
11:55:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78bd4d39-bc2d-475c-a4cb-0fb950be4589
11:55:52.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa6e38c-da8a-46aa-87c6-ed78b4d13712
11:55:52.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b671de-2977-496b-9a37-1d5bbe7ff4c5
11:55:52.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7bc1433-4d28-440d-b23e-5adf64a2e29d
11:55:52.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a412f446-4227-42d1-b024-8f405b9b5946
11:55:52.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7183589c-e706-45ce-9e04-c8b6168a6e2f
11:55:52.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4039cf76-f75c-49d4-bd4e-ab1d561eeee9
11:55:52.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a69b3014-1c34-4060-88db-fd9397b990fd
11:55:52.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5550f95-6d51-4b00-9c1b-4d7bce96543e
11:55:52.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f9b278-4a59-4cf0-94b0-db1b8647316d
11:55:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:52.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:52.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d276dfa-6462-46d2-827e-9ac0dcf5506b
11:55:52.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:52.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:52.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:52.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:52.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:52.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e0297e-bcea-4820-82cd-01caa348c7ff
11:55:52.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb47d40-5f58-4220-b7ee-b03868fd084d
11:55:53.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b5ab49-81d8-43db-8919-0340698b664a
11:55:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0921f001-499c-4d08-88be-102c4031e7e9
11:55:53.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7873671-5174-4e49-8f5f-23fb3f564785
11:55:53.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.190 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca53688-7e5d-42de-a6b6-aa82f71631a5
11:55:53.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5819fbb-af59-4b4e-ad93-c73fbf617ccf
11:55:53.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=438001a7-0213-4cd3-b1e4-ac45f17004f6
11:55:53.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48cf3aca-226f-4e58-8f1b-c94d0f6b4467
11:55:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495bf3eb-4d65-4d0c-9dfd-096f939067af
11:55:53.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47766ffb-d375-4425-a7fd-f0564d29e685
11:55:53.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bb5bdcd-e223-4489-bc84-0d57524822c1
11:55:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0754e4b-0129-490c-a786-446cfd4b0fe5
11:55:53.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd1e48b1-41ed-4615-980f-491b16655b79
11:55:53.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b814dd-bbc1-419f-b738-0e81baac7de9
11:55:53.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da03d749-e92c-404a-8557-24c6b46f6d0e
11:55:53.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aa44b2f-bf6a-4abe-a8df-6f3904ce67c9
11:55:53.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e930ca-6e9a-4f44-9152-828ee45d5af7
11:55:53.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a6d8399-1903-4dbe-b049-4f7841658583
11:55:53.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa6e38c-da8a-46aa-87c6-ed78b4d13712
11:55:53.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=309ffa8f-8e6f-4c73-810f-06834a003503
11:55:53.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7bc1433-4d28-440d-b23e-5adf64a2e29d
11:55:53.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:53.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c187bfde-dbe7-49c1-af3c-0b66915d66b4
11:55:53.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:53.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:53.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:53.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:53.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:53.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:53.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7183589c-e706-45ce-9e04-c8b6168a6e2f
11:55:54.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c14dfd-24f3-4315-ac19-50c2c6bac32a
11:55:54.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a69b3014-1c34-4060-88db-fd9397b990fd
11:55:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6782e5e9-ce94-4d43-9c73-48341e023f33
11:55:54.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f9b278-4a59-4cf0-94b0-db1b8647316d
11:55:54.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a80c3327-726b-4a61-a9b3-bdccddb0cb46
11:55:54.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d276dfa-6462-46d2-827e-9ac0dcf5506b
11:55:54.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46e8461-8a66-4eca-8955-5d5572114a18
11:55:54.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b5ab49-81d8-43db-8919-0340698b664a
11:55:54.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4adb4586-b1d9-4143-bc69-b780a39a2113
11:55:54.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7873671-5174-4e49-8f5f-23fb3f564785
11:55:54.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37303abe-d7c9-4e2c-b540-26c5a1e5faf8
11:55:54.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5819fbb-af59-4b4e-ad93-c73fbf617ccf
11:55:54.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00372fc3-2d9d-4967-8663-bbb47d3a271f
11:55:54.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48cf3aca-226f-4e58-8f1b-c94d0f6b4467
11:55:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dd773fb-541d-4374-8270-00e3ab9390ac
11:55:54.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47766ffb-d375-4425-a7fd-f0564d29e685
11:55:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4259753-bd1c-4386-be85-028cc09fdf09
11:55:54.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0754e4b-0129-490c-a786-446cfd4b0fe5
11:55:54.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6409b30-491a-4fa6-9cab-952dc5acaaaa
11:55:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b814dd-bbc1-419f-b738-0e81baac7de9
11:55:54.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28312bcc-49d8-4cd0-9207-1e1184cd569d
11:55:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:54.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e930ca-6e9a-4f44-9152-828ee45d5af7
11:55:54.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:54.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:54.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:54.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:54.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:54.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:54.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1fb3ca4-f378-49c9-b03e-121dab6bdb3d
11:55:55.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a6d8399-1903-4dbe-b049-4f7841658583
11:55:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=678d7f93-2ba4-4d81-b366-ff703cf5fc61
11:55:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=309ffa8f-8e6f-4c73-810f-06834a003503
11:55:55.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ddc94d6-7ed2-40e4-9eaa-b7617e4241c5
11:55:55.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c187bfde-dbe7-49c1-af3c-0b66915d66b4
11:55:55.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=483dd3b0-d306-41f7-84c0-ef7dfa28a45c
11:55:55.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c14dfd-24f3-4315-ac19-50c2c6bac32a
11:55:55.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98498993-3b65-47eb-b86e-666c1b16e9cd
11:55:55.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6782e5e9-ce94-4d43-9c73-48341e023f33
11:55:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d79eb3-18f2-47ed-abb9-318228de9144
11:55:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a80c3327-726b-4a61-a9b3-bdccddb0cb46
11:55:55.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e8a68c5-1cb7-494a-bbe7-c505caeb408f
11:55:55.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46e8461-8a66-4eca-8955-5d5572114a18
11:55:55.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebf412e-59a4-450a-b076-2974a76354e1
11:55:55.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4adb4586-b1d9-4143-bc69-b780a39a2113
11:55:55.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a805cb69-e857-41aa-8210-b8d922e2cde3
11:55:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37303abe-d7c9-4e2c-b540-26c5a1e5faf8
11:55:55.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e4a5ef-edc5-4a9b-8c3e-b8ab0996a844
11:55:55.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbb136d2-6944-4c50-8792-2970d9d9250c
11:55:55.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00372fc3-2d9d-4967-8663-bbb47d3a271f
11:55:55.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf473a16-157c-4a25-96bd-e667a9d7d378
11:55:55.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:55.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dd773fb-541d-4374-8270-00e3ab9390ac
11:55:55.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:55.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:55.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:55.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:55.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:55.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:55.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4259753-bd1c-4386-be85-028cc09fdf09
11:55:56.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7afc2e0-df96-44b0-bb7a-d21487317af4
11:55:56.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85549d6c-03dc-47a2-9886-4d5f41976d27
11:55:56.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6409b30-491a-4fa6-9cab-952dc5acaaaa
11:55:56.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b06bcf05-8c92-4838-9e97-679c7380404f
11:55:56.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28312bcc-49d8-4cd0-9207-1e1184cd569d
11:55:56.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de8cf71-ce36-42e8-98dd-86306b6b04d7
11:55:56.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba89900-662f-4b19-bd26-0777f41639fb
11:55:56.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1fb3ca4-f378-49c9-b03e-121dab6bdb3d
11:55:56.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=343da6ee-28d2-4959-ae0e-4aaca80c393a
11:55:56.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=678d7f93-2ba4-4d81-b366-ff703cf5fc61
11:55:56.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beeae701-8c65-4b55-a176-13a6f2c2000c
11:55:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ddc94d6-7ed2-40e4-9eaa-b7617e4241c5
11:55:56.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=483dd3b0-d306-41f7-84c0-ef7dfa28a45c
11:55:56.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f8197d-e1c9-40c8-9e7d-1aeecc4cc3c4
11:55:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98498993-3b65-47eb-b86e-666c1b16e9cd
11:55:56.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c9a2ed5-faa3-40f7-bbf5-ed4fa15bc8d4
11:55:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d79eb3-18f2-47ed-abb9-318228de9144
11:55:56.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87baab9d-839c-4c3c-96d9-ce32407cedea
11:55:56.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e8a68c5-1cb7-494a-bbe7-c505caeb408f
11:55:56.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=010f3abe-45fd-43ce-a0ad-a2268cf97e03
11:55:56.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edbb5749-8a5b-4622-baee-b0eda5ca1679
11:55:56.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebf412e-59a4-450a-b076-2974a76354e1
11:55:56.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b279f9-2aba-47ac-97e2-9fb525ee08c0
11:55:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:56.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:56.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:56.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:56.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a805cb69-e857-41aa-8210-b8d922e2cde3
11:55:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a3408f-abad-4490-b394-d8ebad25ad63
11:55:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e4a5ef-edc5-4a9b-8c3e-b8ab0996a844
11:55:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ccd8b93-bcf6-453a-9717-2f5296277455
11:55:57.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbb136d2-6944-4c50-8792-2970d9d9250c
11:55:57.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf473a16-157c-4a25-96bd-e667a9d7d378
11:55:57.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78e0e75c-6f0f-408f-8e91-3469389efe90
11:55:57.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7afc2e0-df96-44b0-bb7a-d21487317af4
11:55:57.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cad8c82e-4416-4f5d-8936-0f3f69918342
11:55:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85549d6c-03dc-47a2-9886-4d5f41976d27
11:55:57.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a6e4e7-a59d-493a-a720-25b8acf23d44
11:55:57.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b06bcf05-8c92-4838-9e97-679c7380404f
11:55:57.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e02fb9d-ae8a-47ba-9400-2d680690a271
11:55:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de8cf71-ce36-42e8-98dd-86306b6b04d7
11:55:57.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911612e0-3ca9-403a-bde2-e704c36cc87f
11:55:57.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=406ee660-b733-4874-8659-2186703bd23a
11:55:57.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba89900-662f-4b19-bd26-0777f41639fb
11:55:57.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afcb3bbd-396e-4b4e-b318-9650e2964aa4
11:55:57.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=343da6ee-28d2-4959-ae0e-4aaca80c393a
11:55:57.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beeae701-8c65-4b55-a176-13a6f2c2000c
11:55:57.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d020ee9a-5989-44fd-9239-eefe2dffb35e
11:55:57.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f8197d-e1c9-40c8-9e7d-1aeecc4cc3c4
11:55:57.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c9a2ed5-faa3-40f7-bbf5-ed4fa15bc8d4
11:55:57.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28a57bb8-a2c2-4422-b050-74d5482c6b0d
11:55:57.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:57.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:57.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:57.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:57.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:57.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:57.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:57.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87baab9d-839c-4c3c-96d9-ce32407cedea
11:55:57.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e30bff-3282-467e-afd9-da5e83eee9f5
11:55:58.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=010f3abe-45fd-43ce-a0ad-a2268cf97e03
11:55:58.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed372eb0-d038-496f-ae35-371114005c88
11:55:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edbb5749-8a5b-4622-baee-b0eda5ca1679
11:55:58.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f9b14b-4fca-49e9-b523-191fb372fcdf
11:55:58.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b279f9-2aba-47ac-97e2-9fb525ee08c0
11:55:58.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d147a1f-5be0-4b5a-90f7-6a64c0c4e904
11:55:58.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a3408f-abad-4490-b394-d8ebad25ad63
11:55:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e1a901-cdf9-45b8-af0a-7b8dfa856651
11:55:58.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ccd8b93-bcf6-453a-9717-2f5296277455
11:55:58.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca86caf-d96f-46d1-9cc6-376b97036fb2
11:55:58.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78e0e75c-6f0f-408f-8e91-3469389efe90
11:55:58.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b168922-5fdf-41fb-97c5-0f15ed79e5f9
11:55:58.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cad8c82e-4416-4f5d-8936-0f3f69918342
11:55:58.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3327546-b34a-412c-b0cb-ffe21cf34ba3
11:55:58.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a6e4e7-a59d-493a-a720-25b8acf23d44
11:55:58.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e42d7c-788a-4057-8123-6a77c31029cc
11:55:58.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e02fb9d-ae8a-47ba-9400-2d680690a271
11:55:58.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ab48bf-1fbb-494d-83a8-e0d2c959d1ac
11:55:58.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911612e0-3ca9-403a-bde2-e704c36cc87f
11:55:58.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=139c59ea-cb44-4702-967a-bb586ed26625
11:55:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=406ee660-b733-4874-8659-2186703bd23a
11:55:58.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:58.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:58.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:58.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:58.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:58.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:58.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:58.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ad7c13-fe19-4fa6-bd79-61ee5e781e38
11:55:58.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afcb3bbd-396e-4b4e-b318-9650e2964aa4
11:55:59.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b9f6a3-e567-4cd1-b3ae-c1a42f1f186a
11:55:59.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d020ee9a-5989-44fd-9239-eefe2dffb35e
11:55:59.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a35bb6-b564-4857-8d80-7e75912786c9
11:55:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28a57bb8-a2c2-4422-b050-74d5482c6b0d
11:55:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7438326c-ae78-4bf3-9111-4c4bd18cab8b
11:55:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e30bff-3282-467e-afd9-da5e83eee9f5
11:55:59.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f82e129e-4c9f-4827-b036-828dc1eda8b6
11:55:59.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ba732e-b0d0-478e-9d32-b38ae3233b07
11:55:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed372eb0-d038-496f-ae35-371114005c88
11:55:59.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f9b14b-4fca-49e9-b523-191fb372fcdf
11:55:59.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f449546-5584-4275-962c-ad938c7b9139
11:55:59.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d147a1f-5be0-4b5a-90f7-6a64c0c4e904
11:55:59.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324a3708-843a-47bf-8cc1-6516ae930a5e
11:55:59.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e1a901-cdf9-45b8-af0a-7b8dfa856651
11:55:59.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3d18b6-72ce-4259-901b-b922dc2c275f
11:55:59.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca86caf-d96f-46d1-9cc6-376b97036fb2
11:55:59.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b168922-5fdf-41fb-97c5-0f15ed79e5f9
11:55:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e54cc8-4a52-4fb6-a640-b16424daba1a
11:55:59.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3da2900-28a0-45a2-9f8d-ce1ea384ffe8
11:55:59.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:55:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3327546-b34a-412c-b0cb-ffe21cf34ba3
11:55:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:55:59.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:55:59.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:55:59.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:55:59.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:55:59.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:55:59.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ce0842-a424-4636-9064-29125292ce87
11:56:00.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e42d7c-788a-4057-8123-6a77c31029cc
11:56:00.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b2885d2-cb9c-4b89-9e64-009839ac6fb5
11:56:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ab48bf-1fbb-494d-83a8-e0d2c959d1ac
11:56:00.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=139c59ea-cb44-4702-967a-bb586ed26625
11:56:00.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51997eb2-ace9-4ebc-ad0f-9d420a90d8e5
11:56:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ad7c13-fe19-4fa6-bd79-61ee5e781e38
11:56:00.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41c06585-b05a-4a5f-9134-c5bb1e59d74d
11:56:00.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b9f6a3-e567-4cd1-b3ae-c1a42f1f186a
11:56:00.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f04bad82-b4aa-4747-8910-9f0203155d2c
11:56:00.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a35bb6-b564-4857-8d80-7e75912786c9
11:56:00.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7683e2c-9fa1-42ed-8e1b-067e80bd6304
11:56:00.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7438326c-ae78-4bf3-9111-4c4bd18cab8b
11:56:00.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472f9747-66c2-4458-8ccd-bab4f7ee446d
11:56:00.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f82e129e-4c9f-4827-b036-828dc1eda8b6
11:56:00.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ba732e-b0d0-478e-9d32-b38ae3233b07
11:56:00.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb68adb-866d-4d0b-b8c4-2c3ff14ef997
11:56:00.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f449546-5584-4275-962c-ad938c7b9139
11:56:00.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f978cb89-154d-46b2-b8f6-4d5187dc501c
11:56:00.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324a3708-843a-47bf-8cc1-6516ae930a5e
11:56:00.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055f2494-1fa5-4c95-b911-df9fa134a8a9
11:56:00.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3d18b6-72ce-4259-901b-b922dc2c275f
11:56:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:00.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:00.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:00.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:00.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:00.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31f2b7e8-c2b7-4be9-a480-30e72f9d031d
11:56:00.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c55b7ad4-2d34-42dc-8e21-243a07ee82dc
11:56:01.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e54cc8-4a52-4fb6-a640-b16424daba1a
11:56:01.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3da2900-28a0-45a2-9f8d-ce1ea384ffe8
11:56:01.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b8b9d5f-75f9-4965-9b32-f41519b303a8
11:56:01.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fabc77f6-c55c-4e8d-b3d9-f323f4c01e1f
11:56:01.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ce0842-a424-4636-9064-29125292ce87
11:56:01.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8007965a-c750-46cc-98bf-681050c1a28c
11:56:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b2885d2-cb9c-4b89-9e64-009839ac6fb5
11:56:01.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77180690-e9e4-48a6-ba11-1651a01c5eb5
11:56:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e967557e-7397-4197-ac03-70dafbfa4034
11:56:01.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51997eb2-ace9-4ebc-ad0f-9d420a90d8e5
11:56:01.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13e33954-3c2d-4956-bc13-c094aafb61f5
11:56:01.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41c06585-b05a-4a5f-9134-c5bb1e59d74d
11:56:01.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20d79153-c74a-4e4c-b971-9bad30d331f0
11:56:01.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f04bad82-b4aa-4747-8910-9f0203155d2c
11:56:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d5b0a8-08c0-430d-880f-43df8b03c1ea
11:56:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=444f3c12-72af-44ec-b6f4-5a61563d019f
11:56:01.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7683e2c-9fa1-42ed-8e1b-067e80bd6304
11:56:01.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1dff23-1e4a-4d31-9c5e-d6705d4af8bc
11:56:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472f9747-66c2-4458-8ccd-bab4f7ee446d
11:56:01.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da13dff1-4f3d-42d8-9513-9d56aeaa6d72
11:56:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb68adb-866d-4d0b-b8c4-2c3ff14ef997
11:56:01.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:01.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4c7a94-9dce-4414-84c6-f0d9220d7ff8
11:56:01.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:01.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:01.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:01.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f978cb89-154d-46b2-b8f6-4d5187dc501c
11:56:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055f2494-1fa5-4c95-b911-df9fa134a8a9
11:56:02.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7d88b8-c910-4b86-8ca3-1948c8203552
11:56:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31f2b7e8-c2b7-4be9-a480-30e72f9d031d
11:56:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6070b1bf-3212-4989-b5a9-f6353c571ede
11:56:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c55b7ad4-2d34-42dc-8e21-243a07ee82dc
11:56:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a25f6efc-18da-449c-a5c6-bb41e23cc64e
11:56:02.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b8b9d5f-75f9-4965-9b32-f41519b303a8
11:56:02.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fabc77f6-c55c-4e8d-b3d9-f323f4c01e1f
11:56:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ba40fe-d13f-45f9-b47f-857bb2cf6e75
11:56:02.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8007965a-c750-46cc-98bf-681050c1a28c
11:56:02.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb051af-e0c9-4bc9-88ed-bdf8c78d4e78
11:56:02.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77180690-e9e4-48a6-ba11-1651a01c5eb5
11:56:02.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf16da0-d4d5-4d26-8e11-0700fef41bac
11:56:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e967557e-7397-4197-ac03-70dafbfa4034
11:56:02.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92d720a6-57ab-4101-b756-93b7baa79f41
11:56:02.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13e33954-3c2d-4956-bc13-c094aafb61f5
11:56:02.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95631756-4d5a-4b72-9787-d0a28d1726f1
11:56:02.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20d79153-c74a-4e4c-b971-9bad30d331f0
11:56:02.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60b936ea-c09b-48eb-9b1c-e1d1510983f2
11:56:02.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d5b0a8-08c0-430d-880f-43df8b03c1ea
11:56:02.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf303ad4-d75f-4dc9-9c71-48bce7ea2b3d
11:56:02.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=444f3c12-72af-44ec-b6f4-5a61563d019f
11:56:02.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:02.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:02.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=588db86a-7d6c-470a-b534-bd54acb84545
11:56:02.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:02.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:02.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:02.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:02.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:02.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1dff23-1e4a-4d31-9c5e-d6705d4af8bc
11:56:02.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da13dff1-4f3d-42d8-9513-9d56aeaa6d72
11:56:03.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73994ff-19c2-40b3-9804-ffa9f68d2247
11:56:03.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4c7a94-9dce-4414-84c6-f0d9220d7ff8
11:56:03.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e019b71-949b-40a4-ad74-0a273f1a07b7
11:56:03.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7d88b8-c910-4b86-8ca3-1948c8203552
11:56:03.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f58d11-0208-400f-8d9f-d6e65584fc47
11:56:03.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6070b1bf-3212-4989-b5a9-f6353c571ede
11:56:03.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f7481fc-b236-485c-86d9-5c75f5f54f61
11:56:03.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a25f6efc-18da-449c-a5c6-bb41e23cc64e
11:56:03.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37c3434-5614-40d8-8b05-7a4a2bc70715
11:56:03.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ba40fe-d13f-45f9-b47f-857bb2cf6e75
11:56:03.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973d1733-0b08-4e62-ac3e-eb771e47338f
11:56:03.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb051af-e0c9-4bc9-88ed-bdf8c78d4e78
11:56:03.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9ac1248-57a7-4fef-8478-c3db5fc8f182
11:56:03.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf16da0-d4d5-4d26-8e11-0700fef41bac
11:56:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a910e402-bb0d-4325-aaed-8de4b33512d9
11:56:03.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92d720a6-57ab-4101-b756-93b7baa79f41
11:56:03.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b93e434-bc7e-4459-acf2-b71ede49e328
11:56:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4230247-8e26-4005-9ee9-0582317835f9
11:56:03.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.823 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95631756-4d5a-4b72-9787-d0a28d1726f1
11:56:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ec97c9-5d20-45a2-b5d9-aca649dc3bf9
11:56:03.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60b936ea-c09b-48eb-9b1c-e1d1510983f2
11:56:03.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:03.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf303ad4-d75f-4dc9-9c71-48bce7ea2b3d
11:56:03.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:03.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:03.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:03.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3bc296-7919-406f-9b62-9bbb5c5d1652
11:56:03.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=588db86a-7d6c-470a-b534-bd54acb84545
11:56:04.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52f8490-3a60-4b48-999d-27bd5c1d4b2b
11:56:04.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73994ff-19c2-40b3-9804-ffa9f68d2247
11:56:04.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b58a969-9479-4e28-89a9-c604f5000e30
11:56:04.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e019b71-949b-40a4-ad74-0a273f1a07b7
11:56:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=344499a6-004f-4496-99b5-b4ee57eb946d
11:56:04.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047ecb87-e69c-46f3-b52c-4ade4897d91b
11:56:04.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f58d11-0208-400f-8d9f-d6e65584fc47
11:56:04.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48334fec-ff66-4eb2-9f8a-5ae9e6318437
11:56:04.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f7481fc-b236-485c-86d9-5c75f5f54f61
11:56:04.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7153fe3-59ca-4c7b-8eee-759ce8b5e5fb
11:56:04.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37c3434-5614-40d8-8b05-7a4a2bc70715
11:56:04.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=928a6efd-b4f5-4875-8f35-bc8b23f79229
11:56:04.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973d1733-0b08-4e62-ac3e-eb771e47338f
11:56:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a43a57f-108b-4cfb-9a90-8a195c0cb6b2
11:56:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9ac1248-57a7-4fef-8478-c3db5fc8f182
11:56:04.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f9da0b-aef0-4583-a68d-1f7410366174
11:56:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a910e402-bb0d-4325-aaed-8de4b33512d9
11:56:04.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1956b03c-a379-46d5-aa17-1eca0cd272a2
11:56:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b93e434-bc7e-4459-acf2-b71ede49e328
11:56:04.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:04.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:04.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4230247-8e26-4005-9ee9-0582317835f9
11:56:04.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:04.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:04.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:04.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:04.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:04.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e07a7540-379e-41f2-a6fb-082580b6dfb7
11:56:04.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ec97c9-5d20-45a2-b5d9-aca649dc3bf9
11:56:05.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c90b8e9-5748-459a-b0dc-7493df404be4
11:56:05.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc5914a9-d803-482a-9b81-3ca9e1901ec9
11:56:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3bc296-7919-406f-9b62-9bbb5c5d1652
11:56:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52f8490-3a60-4b48-999d-27bd5c1d4b2b
11:56:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f889fe40-3eb9-4bdb-b64f-320c0955f080
11:56:05.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b58a969-9479-4e28-89a9-c604f5000e30
11:56:05.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5249a301-031e-42ab-81dc-20e79663ec7b
11:56:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=344499a6-004f-4496-99b5-b4ee57eb946d
11:56:05.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047ecb87-e69c-46f3-b52c-4ade4897d91b
11:56:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db496e48-82a5-4700-933b-8cf1fa1943a0
11:56:05.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48334fec-ff66-4eb2-9f8a-5ae9e6318437
11:56:05.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e95b9d0c-ecc7-462a-b49a-7352895fcfbf
11:56:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7153fe3-59ca-4c7b-8eee-759ce8b5e5fb
11:56:05.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140cd8a5-984a-4707-b20d-382d69c48a02
11:56:05.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=928a6efd-b4f5-4875-8f35-bc8b23f79229
11:56:05.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a43a57f-108b-4cfb-9a90-8a195c0cb6b2
11:56:05.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119f7fee-669b-4fd0-817c-6b8867498b49
11:56:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a188023-a0f8-43aa-a71f-7f70f4309c64
11:56:05.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f9da0b-aef0-4583-a68d-1f7410366174
11:56:05.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:05.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:05.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:05.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:05.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:05.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:05.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77f93d83-1b4a-4983-bd29-3a1f5719cbcc
11:56:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1956b03c-a379-46d5-aa17-1eca0cd272a2
11:56:06.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de958e4-f092-4fe1-8f64-3e98ba70ff86
11:56:06.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=351f313d-7b7a-497b-9746-4ab72edf8250
11:56:06.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e07a7540-379e-41f2-a6fb-082580b6dfb7
11:56:06.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c90b8e9-5748-459a-b0dc-7493df404be4
11:56:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36855e87-f30d-4814-b112-31f7009a13ea
11:56:06.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc5914a9-d803-482a-9b81-3ca9e1901ec9
11:56:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c19eacfc-76ea-4e70-a08d-a74e2c9acccd
11:56:06.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f889fe40-3eb9-4bdb-b64f-320c0955f080
11:56:06.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea075e1-fbb0-430f-bcba-87cc4ae1c534
11:56:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5249a301-031e-42ab-81dc-20e79663ec7b
11:56:06.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ec72d1c-9f18-4bac-8d5a-ffdc57ef1764
11:56:06.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db496e48-82a5-4700-933b-8cf1fa1943a0
11:56:06.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e95b9d0c-ecc7-462a-b49a-7352895fcfbf
11:56:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef3edc61-990e-4684-a8fd-bcc5ab984e5d
11:56:06.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140cd8a5-984a-4707-b20d-382d69c48a02
11:56:06.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96762659-f9c9-4861-a5f2-b6be3abfb0d1
11:56:06.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=899f86dc-e5d5-4685-bae0-0c70379003a2
11:56:06.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119f7fee-669b-4fd0-817c-6b8867498b49
11:56:06.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2271dce6-ab6f-4a4f-99d4-f2342b616533
11:56:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a188023-a0f8-43aa-a71f-7f70f4309c64
11:56:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c448ce5-9dc1-48b3-b95a-888f79dfb0fe
11:56:06.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77f93d83-1b4a-4983-bd29-3a1f5719cbcc
11:56:06.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aa45bba-c005-463b-b665-22dabc7553a5
11:56:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:06.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:06.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de958e4-f092-4fe1-8f64-3e98ba70ff86
11:56:06.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:06.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:06.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:06.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:06.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:06.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7481ccfa-b60a-4e38-b542-9d63a372cb21
11:56:06.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96398865-18e9-4632-bd8e-a04e3f02981d
11:56:07.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=351f313d-7b7a-497b-9746-4ab72edf8250
11:56:07.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36855e87-f30d-4814-b112-31f7009a13ea
11:56:07.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82cc04b9-38ef-4d74-8a00-04931dc15e44
11:56:07.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c19eacfc-76ea-4e70-a08d-a74e2c9acccd
11:56:07.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8ead374-36c2-4363-9c0b-47905ef4c408
11:56:07.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea075e1-fbb0-430f-bcba-87cc4ae1c534
11:56:07.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84e7f39-8bec-4616-8348-c5dba1d5b435
11:56:07.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ec72d1c-9f18-4bac-8d5a-ffdc57ef1764
11:56:07.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edb1fb72-deee-4490-8aed-e2b8a5203fdc
11:56:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef3edc61-990e-4684-a8fd-bcc5ab984e5d
11:56:07.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96762659-f9c9-4861-a5f2-b6be3abfb0d1
11:56:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4dff547-0be5-47d4-b84c-4d7615ae7446
11:56:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=899f86dc-e5d5-4685-bae0-0c70379003a2
11:56:07.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebfef035-3b36-4df6-9c01-0d807a011ab2
11:56:07.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2271dce6-ab6f-4a4f-99d4-f2342b616533
11:56:07.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de476686-abe5-4c3d-95a8-62fd4b4af3cf
11:56:07.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c448ce5-9dc1-48b3-b95a-888f79dfb0fe
11:56:07.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aa45bba-c005-463b-b665-22dabc7553a5
11:56:07.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28349ad3-0f96-4a57-81d0-c8296d4c43f0
11:56:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7481ccfa-b60a-4e38-b542-9d63a372cb21
11:56:07.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:07.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7527858-3279-41c9-bfd4-f10c446b4025
11:56:07.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:07.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:07.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:07.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:07.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:07.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:07.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96398865-18e9-4632-bd8e-a04e3f02981d
11:56:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9615500a-030a-4d4b-9c27-26db936c06ed
11:56:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82cc04b9-38ef-4d74-8a00-04931dc15e44
11:56:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d279802-6fea-45b6-bd81-fb082360ce1c
11:56:08.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8ead374-36c2-4363-9c0b-47905ef4c408
11:56:08.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f85d58e-e3a0-488b-bb6e-a8fb04e36db4
11:56:08.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84e7f39-8bec-4616-8348-c5dba1d5b435
11:56:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594a3e19-9e4b-4500-bc6b-89de600c4f18
11:56:08.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07a84bc4-4d88-44fa-9bef-7f8a28495a57
11:56:08.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edb1fb72-deee-4490-8aed-e2b8a5203fdc
11:56:08.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a5f5e76-92e6-45d5-a232-10516abebbde
11:56:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4dff547-0be5-47d4-b84c-4d7615ae7446
11:56:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea35020-aba2-438b-ae88-6a232e58ef31
11:56:08.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebfef035-3b36-4df6-9c01-0d807a011ab2
11:56:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0ea287-275c-4fa9-8e29-d68dc141acf1
11:56:08.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de476686-abe5-4c3d-95a8-62fd4b4af3cf
11:56:08.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8917bc70-3ba9-4a25-863e-807f04d4dec0
11:56:08.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28349ad3-0f96-4a57-81d0-c8296d4c43f0
11:56:08.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d5749b8-5f7a-4b6d-ba43-2e1717c2321d
11:56:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:08.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:08.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:08.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7527858-3279-41c9-bfd4-f10c446b4025
11:56:08.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:08.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:08.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:08.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:08.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d83f67-0620-4937-a937-bd947473e2c3
11:56:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9615500a-030a-4d4b-9c27-26db936c06ed
11:56:09.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e86f790-32cb-4d9f-b605-cc027bd12c33
11:56:09.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d279802-6fea-45b6-bd81-fb082360ce1c
11:56:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcf00e0-6552-4215-b8d7-f35b8a889ad2
11:56:09.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f85d58e-e3a0-488b-bb6e-a8fb04e36db4
11:56:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0433684-5da0-4edc-9193-1315ee4ba3de
11:56:09.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594a3e19-9e4b-4500-bc6b-89de600c4f18
11:56:09.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=773f55c7-c18a-4beb-8318-30f81284e859
11:56:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07a84bc4-4d88-44fa-9bef-7f8a28495a57
11:56:09.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a44d76b-8310-46c4-84be-4a46ded17c36
11:56:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a5f5e76-92e6-45d5-a232-10516abebbde
11:56:09.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc6ea43-0453-4af7-9c52-34e8506bff35
11:56:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea35020-aba2-438b-ae88-6a232e58ef31
11:56:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0ea287-275c-4fa9-8e29-d68dc141acf1
11:56:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b581633a-7b10-4ef1-9d22-03c0e83c0bc2
11:56:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8917bc70-3ba9-4a25-863e-807f04d4dec0
11:56:09.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73f2b9a-6576-4790-993d-bc6bf69151af
11:56:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d5749b8-5f7a-4b6d-ba43-2e1717c2321d
11:56:09.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8aace3fe-dc6f-480e-8f3d-6b1244a2f571
11:56:09.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d83f67-0620-4937-a937-bd947473e2c3
11:56:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:09.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:09.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:09.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:09.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:09.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8a1395d-7dc5-468d-8b58-73403e8797d9
11:56:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e86f790-32cb-4d9f-b605-cc027bd12c33
11:56:10.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d12607b-574a-426a-b75a-36c9ce08195f
11:56:10.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcf00e0-6552-4215-b8d7-f35b8a889ad2
11:56:10.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45d613d6-0b1a-48a3-874e-71aeeab822d3
11:56:10.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0433684-5da0-4edc-9193-1315ee4ba3de
11:56:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9819c20-3141-4b17-b68e-2039666c2bfa
11:56:10.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=773f55c7-c18a-4beb-8318-30f81284e859
11:56:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9607538-a47d-4022-8f73-7af20003700f
11:56:10.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a44d76b-8310-46c4-84be-4a46ded17c36
11:56:10.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61efc6d8-b595-4b93-b3b5-8881c6401bca
11:56:10.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc6ea43-0453-4af7-9c52-34e8506bff35
11:56:10.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff404c1f-0393-4f0f-a6be-322dcf3b7ea4
11:56:10.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b581633a-7b10-4ef1-9d22-03c0e83c0bc2
11:56:10.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4c4fae-0743-43e0-9124-c319e69188dc
11:56:10.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73f2b9a-6576-4790-993d-bc6bf69151af
11:56:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08f4a10-1f03-43b6-8e07-b0bc1fad5372
11:56:10.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8aace3fe-dc6f-480e-8f3d-6b1244a2f571
11:56:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f50cb6b-4221-4e42-912a-4cb55b648539
11:56:10.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8a1395d-7dc5-468d-8b58-73403e8797d9
11:56:10.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07089190-d431-422e-b8b2-5755d555be04
11:56:10.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:10.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b559322b-d24c-4771-a463-6b47f4726d21
11:56:10.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:10.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:10.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:10.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:10.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d12607b-574a-426a-b75a-36c9ce08195f
11:56:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac9a94b-14cc-4e2a-b7cb-1fb617f85571
11:56:11.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45d613d6-0b1a-48a3-874e-71aeeab822d3
11:56:11.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9819c20-3141-4b17-b68e-2039666c2bfa
11:56:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=009043cf-37c8-42c8-8313-cf5a1f24b06d
11:56:11.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9607538-a47d-4022-8f73-7af20003700f
11:56:11.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=839759e9-468a-4214-9f7e-c719bd6bef32
11:56:11.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61efc6d8-b595-4b93-b3b5-8881c6401bca
11:56:11.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff404c1f-0393-4f0f-a6be-322dcf3b7ea4
11:56:11.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee6fe361-4594-4cc7-b4d5-ec2a63feb71e
11:56:11.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4c4fae-0743-43e0-9124-c319e69188dc
11:56:11.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956d034e-fbea-4129-a3e4-1fdb49dbd945
11:56:11.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08f4a10-1f03-43b6-8e07-b0bc1fad5372
11:56:11.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1bd656d-2a07-4101-8684-8a79c571b9bf
11:56:11.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f50cb6b-4221-4e42-912a-4cb55b648539
11:56:11.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecac380d-f0cd-46a1-af65-2e84e50f3d13
11:56:11.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07089190-d431-422e-b8b2-5755d555be04
11:56:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b559322b-d24c-4771-a463-6b47f4726d21
11:56:11.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52346246-e77d-4e38-a997-3e1a49278170
11:56:11.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94bab05-0c45-46d4-bf31-df9337248b87
11:56:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac9a94b-14cc-4e2a-b7cb-1fb617f85571
11:56:11.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8c93b4-5da1-4e62-8209-c2254a092b43
11:56:11.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=009043cf-37c8-42c8-8313-cf5a1f24b06d
11:56:11.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:11.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b53da8-1678-4400-93f8-cc243ce56456
11:56:11.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:11.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:11.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:11.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:11.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:11.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:11.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=839759e9-468a-4214-9f7e-c719bd6bef32
11:56:12.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8843c78-1899-4916-b0b4-aeffc37d4b04
11:56:12.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f290e44a-e5e5-42a9-8124-8591990cca36
11:56:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee6fe361-4594-4cc7-b4d5-ec2a63feb71e
11:56:12.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956d034e-fbea-4129-a3e4-1fdb49dbd945
11:56:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28bdc189-83f2-4bda-b658-741c592185ce
11:56:12.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70290db5-18c6-44e5-a394-f3abdda59608
11:56:12.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1bd656d-2a07-4101-8684-8a79c571b9bf
11:56:12.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecac380d-f0cd-46a1-af65-2e84e50f3d13
11:56:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1720a59-bbd4-425e-9feb-222ec4553fc8
11:56:12.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=179432e9-7c36-4997-b0b0-d85459493be2
11:56:12.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52346246-e77d-4e38-a997-3e1a49278170
11:56:12.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94bab05-0c45-46d4-bf31-df9337248b87
11:56:12.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35fe112f-8b5d-4677-8407-f9d1c204b9b3
11:56:12.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8c93b4-5da1-4e62-8209-c2254a092b43
11:56:12.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef086af0-587f-4412-87e4-86e6aa3f9c1f
11:56:12.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b53da8-1678-4400-93f8-cc243ce56456
11:56:12.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150a93bd-d78d-4e91-9cb2-29d613c2bad1
11:56:12.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8843c78-1899-4916-b0b4-aeffc37d4b04
11:56:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c106558-c01b-4224-8292-7db39a704630
11:56:12.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f290e44a-e5e5-42a9-8124-8591990cca36
11:56:12.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f62fa8c-70cc-41d1-9989-01941b7e9ff8
11:56:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28bdc189-83f2-4bda-b658-741c592185ce
11:56:12.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f063cf04-2e79-400b-89cd-fb6d949214f9
11:56:12.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:12.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:12.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:12.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:12.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:12.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:12.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=354fa127-f982-425c-acce-94b031a685c0
11:56:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70290db5-18c6-44e5-a394-f3abdda59608
11:56:13.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4332da78-8741-4674-ac2d-016f226b0716
11:56:13.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1720a59-bbd4-425e-9feb-222ec4553fc8
11:56:13.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db8a56d1-a2a6-4b1b-ae4b-81b68776d229
11:56:13.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=179432e9-7c36-4997-b0b0-d85459493be2
11:56:13.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e959f9dd-5865-4302-aa83-b66c8daa62b5
11:56:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35fe112f-8b5d-4677-8407-f9d1c204b9b3
11:56:13.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d466a31-a0f0-4c57-b779-ef60ad595dd6
11:56:13.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef086af0-587f-4412-87e4-86e6aa3f9c1f
11:56:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2238ed24-d234-411a-8842-217ee53585b0
11:56:13.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=150a93bd-d78d-4e91-9cb2-29d613c2bad1
11:56:13.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b82d56a-6206-4aab-8a25-d3b6e996c578
11:56:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c106558-c01b-4224-8292-7db39a704630
11:56:13.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae420ac-3038-481c-86b1-f371f0b83d6f
11:56:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f62fa8c-70cc-41d1-9989-01941b7e9ff8
11:56:13.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b77cf7-1e84-470a-aa3f-c15f054a35f9
11:56:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f063cf04-2e79-400b-89cd-fb6d949214f9
11:56:13.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b46725-49d8-4790-a9cc-11d71508474e
11:56:13.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=354fa127-f982-425c-acce-94b031a685c0
11:56:13.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:13.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:13.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d649eb-32b9-40d6-8643-2eeb181e055b
11:56:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:13.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:13.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:13.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:13.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:13.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4332da78-8741-4674-ac2d-016f226b0716
11:56:13.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db8a56d1-a2a6-4b1b-ae4b-81b68776d229
11:56:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cabcdc2b-1155-4921-a0e1-700c88900dad
11:56:14.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e959f9dd-5865-4302-aa83-b66c8daa62b5
11:56:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f9d8ff-3c76-41d5-8ebd-74d4785831e4
11:56:14.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d466a31-a0f0-4c57-b779-ef60ad595dd6
11:56:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ea1a47-6b64-45c0-916c-69c45f6a3d80
11:56:14.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2238ed24-d234-411a-8842-217ee53585b0
11:56:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c73f78b2-588a-4f10-a0eb-459b2d485747
11:56:14.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b82d56a-6206-4aab-8a25-d3b6e996c578
11:56:14.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85139d66-7389-41f5-9551-8dff04184027
11:56:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae420ac-3038-481c-86b1-f371f0b83d6f
11:56:14.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7267c203-0c67-4268-bf90-01758750fb84
11:56:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b77cf7-1e84-470a-aa3f-c15f054a35f9
11:56:14.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ac7c6f-177f-4bae-8111-1913dfeb5c5b
11:56:14.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6978c22-2788-4d09-a47a-7cb89f9afb99
11:56:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b46725-49d8-4790-a9cc-11d71508474e
11:56:14.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d5b25e-2c8c-43ea-b114-830081988111
11:56:14.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d649eb-32b9-40d6-8643-2eeb181e055b
11:56:14.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f8bcf3-8c16-4ae7-b6a3-4d80f46902cf
11:56:14.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cabcdc2b-1155-4921-a0e1-700c88900dad
11:56:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b61e94b-4a43-4898-98ea-0344e9053fbd
11:56:14.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:14.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:14.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e140631b-7f0f-4f86-bb21-39b2d9cf9508
11:56:14.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:14.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:14.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:14.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:14.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:14.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f9d8ff-3c76-41d5-8ebd-74d4785831e4
11:56:14.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ea1a47-6b64-45c0-916c-69c45f6a3d80
11:56:15.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e85051ad-f7af-4485-afcd-442e53aa075e
11:56:15.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c73f78b2-588a-4f10-a0eb-459b2d485747
11:56:15.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5f888c-4552-4af1-88a7-1d099af306f6
11:56:15.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85139d66-7389-41f5-9551-8dff04184027
11:56:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a806d875-82cb-40fa-80df-d1af6611a86d
11:56:15.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7267c203-0c67-4268-bf90-01758750fb84
11:56:15.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc4ed665-1d78-4fed-87c6-393dc03671d8
11:56:15.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ac7c6f-177f-4bae-8111-1913dfeb5c5b
11:56:15.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6978c22-2788-4d09-a47a-7cb89f9afb99
11:56:15.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a74f114a-1427-4fa0-ac47-87410559da0d
11:56:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d5b25e-2c8c-43ea-b114-830081988111
11:56:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71b01d6c-1811-4011-867a-a8ddc9a38968
11:56:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f8bcf3-8c16-4ae7-b6a3-4d80f46902cf
11:56:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=832e38e1-bb7f-4fd4-af3e-e3c99c02f8b0
11:56:15.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b61e94b-4a43-4898-98ea-0344e9053fbd
11:56:15.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43096147-6387-4ef2-9c41-7bc68d51d96b
11:56:15.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa2cda79-9a31-4fa8-832d-554d76d7c861
11:56:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e140631b-7f0f-4f86-bb21-39b2d9cf9508
11:56:15.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e85051ad-f7af-4485-afcd-442e53aa075e
11:56:15.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f78aa2c4-166c-41b6-abf1-d9937b0e23cd
11:56:15.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5f888c-4552-4af1-88a7-1d099af306f6
11:56:15.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:15.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:15.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:15.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:15.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:15.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:15.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:15.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23a40da-a646-4324-85e1-cb22e2c3c1af
11:56:15.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a806d875-82cb-40fa-80df-d1af6611a86d
11:56:16.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fa8527b-bfe0-452e-9cc4-f6ef040dddbf
11:56:16.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc4ed665-1d78-4fed-87c6-393dc03671d8
11:56:16.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb22b05c-f020-4802-9022-08ca29a75e28
11:56:16.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a74f114a-1427-4fa0-ac47-87410559da0d
11:56:16.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e60ffd3-f157-4f1b-8b9e-26d42f600cc4
11:56:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07e45a45-663f-497c-b731-265095f39ddf
11:56:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71b01d6c-1811-4011-867a-a8ddc9a38968
11:56:16.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70810488-7e52-4e18-8487-11bf424948b3
11:56:16.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=832e38e1-bb7f-4fd4-af3e-e3c99c02f8b0
11:56:16.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4827906-ab53-407c-abab-77806e4231d7
11:56:16.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.556 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43096147-6387-4ef2-9c41-7bc68d51d96b
11:56:16.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff80d0a3-ee54-4f44-9290-7556f9a23bd0
11:56:16.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb8858d-a443-4b8a-99b8-bec3d85549b0
11:56:16.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa2cda79-9a31-4fa8-832d-554d76d7c861
11:56:16.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a6d6f2-932c-4b0a-8b45-e4feecd64853
11:56:16.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f78aa2c4-166c-41b6-abf1-d9937b0e23cd
11:56:16.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11bb16e0-c9af-4393-afbc-25153bbf1fa2
11:56:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23a40da-a646-4324-85e1-cb22e2c3c1af
11:56:16.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a17577f-e4f5-4251-ad3b-f4a4b00951fc
11:56:16.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:16.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:16.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:16.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fa8527b-bfe0-452e-9cc4-f6ef040dddbf
11:56:16.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:16.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:16.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:16.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:16.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fe59c20-5d16-4e35-afa7-16fa0fa97b04
11:56:17.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb22b05c-f020-4802-9022-08ca29a75e28
11:56:17.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e60ffd3-f157-4f1b-8b9e-26d42f600cc4
11:56:17.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9cda9d-1d79-4d9d-892d-cfa89bf8f337
11:56:17.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07e45a45-663f-497c-b731-265095f39ddf
11:56:17.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a201efa5-1253-46c0-806e-fbc3f9ec7142
11:56:17.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c275ddc-7562-416e-901b-9ee2abecbc81
11:56:17.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70810488-7e52-4e18-8487-11bf424948b3
11:56:17.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bfd6f0-cf4a-481c-9de7-1e3f5dcf8622
11:56:17.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4827906-ab53-407c-abab-77806e4231d7
11:56:17.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc092116-e998-4c7c-800c-0d42c319de77
11:56:17.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff80d0a3-ee54-4f44-9290-7556f9a23bd0
11:56:17.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5510b3d8-7392-4d30-bed1-02a3ef66a66b
11:56:17.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb8858d-a443-4b8a-99b8-bec3d85549b0
11:56:17.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd31b606-23d5-4a90-bda4-5ac72167667e
11:56:17.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a6d6f2-932c-4b0a-8b45-e4feecd64853
11:56:17.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d109fc-12c5-4f8e-a70e-704a6820fc8c
11:56:17.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11bb16e0-c9af-4393-afbc-25153bbf1fa2
11:56:17.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b5c984-3a2e-4207-86a7-4d931043b413
11:56:17.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a17577f-e4f5-4251-ad3b-f4a4b00951fc
11:56:17.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec4c828-783c-46a0-ac04-57ad40e78266
11:56:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:17.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:17.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:17.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:17.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:17.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fe59c20-5d16-4e35-afa7-16fa0fa97b04
11:56:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a156fd7b-7c77-4c1f-905e-7748ee7ea61e
11:56:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9cda9d-1d79-4d9d-892d-cfa89bf8f337
11:56:18.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c38faf-9f40-4dc3-9461-e65e74e11e8a
11:56:18.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a201efa5-1253-46c0-806e-fbc3f9ec7142
11:56:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8482776-6263-42cf-8a03-17f18553e4ea
11:56:18.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c275ddc-7562-416e-901b-9ee2abecbc81
11:56:18.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bfd6f0-cf4a-481c-9de7-1e3f5dcf8622
11:56:18.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b73d194-5b12-4773-9012-112f0e6b5b12
11:56:18.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc092116-e998-4c7c-800c-0d42c319de77
11:56:18.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5510b3d8-7392-4d30-bed1-02a3ef66a66b
11:56:18.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917cde43-9a7f-4812-ad1f-1a58b1ab61d9
11:56:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd31b606-23d5-4a90-bda4-5ac72167667e
11:56:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46515e64-4f21-42c9-b7cb-0de43db893e5
11:56:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d70f3247-da1b-467f-9f71-203bf2b8882b
11:56:18.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d109fc-12c5-4f8e-a70e-704a6820fc8c
11:56:18.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea86198e-67db-465c-8195-194506a98a00
11:56:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b5c984-3a2e-4207-86a7-4d931043b413
11:56:18.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d86277-b312-45e7-9fee-73af8f38933b
11:56:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec4c828-783c-46a0-ac04-57ad40e78266
11:56:18.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df51d02-a13f-41c3-9595-38949b5ec1eb
11:56:18.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a156fd7b-7c77-4c1f-905e-7748ee7ea61e
11:56:18.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:18.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:18.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:18.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:18.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3df01b5-cab6-4c5e-bfa4-efbd9c15220e
11:56:18.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c17dfbf-c39d-42c9-ab72-991f9b30e1fb
11:56:19.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c38faf-9f40-4dc3-9461-e65e74e11e8a
11:56:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05083f6a-f6af-4d34-8bb9-0b3a6bd54ea6
11:56:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8482776-6263-42cf-8a03-17f18553e4ea
11:56:19.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d9683c-4f0a-463e-afa5-aa9172e82244
11:56:19.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.235 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b73d194-5b12-4773-9012-112f0e6b5b12
11:56:19.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed42f234-65d1-4262-a75f-f8040272544f
11:56:19.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917cde43-9a7f-4812-ad1f-1a58b1ab61d9
11:56:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ee93481-abe8-4f3f-b5ac-ed50bf25a1da
11:56:19.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46515e64-4f21-42c9-b7cb-0de43db893e5
11:56:19.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7a27b2-68c1-40f0-a52d-b444fac3b210
11:56:19.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d70f3247-da1b-467f-9f71-203bf2b8882b
11:56:19.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c729b6cb-eb44-4b87-a461-f86702cd1755
11:56:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea86198e-67db-465c-8195-194506a98a00
11:56:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08fc9993-8f1c-4f61-a64e-0b03a322faf3
11:56:19.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d86277-b312-45e7-9fee-73af8f38933b
11:56:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e02ea9-b75d-4f14-ba92-a4ebcee16a0b
11:56:19.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df51d02-a13f-41c3-9595-38949b5ec1eb
11:56:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020c27ad-5e3b-4315-973e-81d2ec587570
11:56:19.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3df01b5-cab6-4c5e-bfa4-efbd9c15220e
11:56:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec003e08-39a5-4363-9318-351f6fd9fcb4
11:56:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c17dfbf-c39d-42c9-ab72-991f9b30e1fb
11:56:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:19.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:19.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:19.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:19.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:19.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3910ee7-adb5-4425-adaa-41d79129b4b1
11:56:19.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05083f6a-f6af-4d34-8bb9-0b3a6bd54ea6
11:56:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1bfbefb-1bb5-4df9-ad70-ac097352bddd
11:56:20.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d9683c-4f0a-463e-afa5-aa9172e82244
11:56:20.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bc8b567-401d-4a6b-aec1-83759b26dfd9
11:56:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed42f234-65d1-4262-a75f-f8040272544f
11:56:20.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73109cef-c9cb-4148-bdbf-da3aa1a5b1b7
11:56:20.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ee93481-abe8-4f3f-b5ac-ed50bf25a1da
11:56:20.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78ba2c6-2c59-4352-88ec-b45ce2aa7aa7
11:56:20.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2578ae-64fe-4be8-8fc3-ff2c060ee7bf
11:56:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7a27b2-68c1-40f0-a52d-b444fac3b210
11:56:20.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcd26589-3449-4013-8f27-c9ca88566b34
11:56:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c729b6cb-eb44-4b87-a461-f86702cd1755
11:56:20.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff572254-03fa-4611-a865-5033614ee63a
11:56:20.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08fc9993-8f1c-4f61-a64e-0b03a322faf3
11:56:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79073982-6b09-4c13-b734-3ed2842a97a8
11:56:20.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e02ea9-b75d-4f14-ba92-a4ebcee16a0b
11:56:20.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f9e305-fa46-429b-afbd-e596446534e4
11:56:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020c27ad-5e3b-4315-973e-81d2ec587570
11:56:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a764d976-02f5-4a5c-9952-72d66d77adb0
11:56:20.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec003e08-39a5-4363-9318-351f6fd9fcb4
11:56:20.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bade7cd-8557-4c30-87f5-52637b661dba
11:56:20.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:20.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:20.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f8063e-41b7-436a-8bc4-4913151e12e8
11:56:20.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:20.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:20.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:20.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:20.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:20.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3910ee7-adb5-4425-adaa-41d79129b4b1
11:56:20.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb151859-d93b-45b0-a744-887fc29f6800
11:56:21.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1bfbefb-1bb5-4df9-ad70-ac097352bddd
11:56:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef8536bf-cb8d-4a07-899a-45670d1bfba2
11:56:21.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bc8b567-401d-4a6b-aec1-83759b26dfd9
11:56:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20a31be6-367d-414f-a9de-e91b54c57895
11:56:21.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953837f4-b81b-4707-b607-4355c3e430e2
11:56:21.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73109cef-c9cb-4148-bdbf-da3aa1a5b1b7
11:56:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee9a5423-d39f-4172-abd7-0edc94ba24ff
11:56:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78ba2c6-2c59-4352-88ec-b45ce2aa7aa7
11:56:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3178eaee-900a-4899-af18-0908d9451e31
11:56:21.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2578ae-64fe-4be8-8fc3-ff2c060ee7bf
11:56:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94c93d1d-2c27-463f-9547-6f3f61f7dfbf
11:56:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e589c2b-3a73-4dac-87d5-7b91a88901f6
11:56:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcd26589-3449-4013-8f27-c9ca88566b34
11:56:21.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff572254-03fa-4611-a865-5033614ee63a
11:56:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187ebc58-73f9-41da-9c1b-df5977fee044
11:56:21.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79073982-6b09-4c13-b734-3ed2842a97a8
11:56:21.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31f9b1-1fc0-4f04-b9be-bb46901cc4b0
11:56:21.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f9e305-fa46-429b-afbd-e596446534e4
11:56:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e87b64f-6f43-418e-90fa-509c63741aad
11:56:21.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:21.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:21.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:21.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a764d976-02f5-4a5c-9952-72d66d77adb0
11:56:21.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:21.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:21.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:21.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6339c74a-e98a-4e95-a95d-c2a52d01c1d3
11:56:22.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bade7cd-8557-4c30-87f5-52637b661dba
11:56:22.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2854d0f-357f-445d-ad2f-aabdf3ba8379
11:56:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d5b1c4-1e40-46cb-96b4-40d45e461f9a
11:56:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f8063e-41b7-436a-8bc4-4913151e12e8
11:56:22.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0f521d0-a1eb-412d-83da-3c513e2c3500
11:56:22.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb151859-d93b-45b0-a744-887fc29f6800
11:56:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a520bc86-5f35-4b9d-ad43-e906e4d72aed
11:56:22.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef8536bf-cb8d-4a07-899a-45670d1bfba2
11:56:22.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=688db4fd-fdae-4970-820a-3291788a9842
11:56:22.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20a31be6-367d-414f-a9de-e91b54c57895
11:56:22.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23c4355-c192-40cd-afcb-2d75658a4fef
11:56:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953837f4-b81b-4707-b607-4355c3e430e2
11:56:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee9a5423-d39f-4172-abd7-0edc94ba24ff
11:56:22.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ad8995-71ae-4bbc-9397-b35964b4ba1f
11:56:22.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3178eaee-900a-4899-af18-0908d9451e31
11:56:22.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd98aa1-d15b-4c9c-9cd5-7bd37dc2ac24
11:56:22.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94c93d1d-2c27-463f-9547-6f3f61f7dfbf
11:56:22.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e589c2b-3a73-4dac-87d5-7b91a88901f6
11:56:22.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f9f3787-95ec-4cf2-b9c7-33a2db0ef32b
11:56:22.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187ebc58-73f9-41da-9c1b-df5977fee044
11:56:22.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edef0881-c8d5-47c8-aca5-18f755b8f0c3
11:56:22.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:22.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:22.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:22.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:22.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:22.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31f9b1-1fc0-4f04-b9be-bb46901cc4b0
11:56:22.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e87b64f-6f43-418e-90fa-509c63741aad
11:56:23.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1f24c74-1332-4969-ae20-d2ebdc4d0b5d
11:56:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6339c74a-e98a-4e95-a95d-c2a52d01c1d3
11:56:23.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2420a97f-4769-4e5b-8b16-7d7e91031790
11:56:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2854d0f-357f-445d-ad2f-aabdf3ba8379
11:56:23.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe2f331d-a931-43cd-98dc-369d8074b700
11:56:23.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d5b1c4-1e40-46cb-96b4-40d45e461f9a
11:56:23.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68898db4-f5ec-426f-9f16-f562c42611d2
11:56:23.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0f521d0-a1eb-412d-83da-3c513e2c3500
11:56:23.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d4d2ba-4e91-4585-a811-77e3811484e6
11:56:23.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a520bc86-5f35-4b9d-ad43-e906e4d72aed
11:56:23.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca4567f9-7d3c-4135-9f59-d849758240c9
11:56:23.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=688db4fd-fdae-4970-820a-3291788a9842
11:56:23.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78040c0e-2900-45fb-9876-1dc644760359
11:56:23.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23c4355-c192-40cd-afcb-2d75658a4fef
11:56:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17645276-0bef-489d-8dd1-01bc074fbf14
11:56:23.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ad8995-71ae-4bbc-9397-b35964b4ba1f
11:56:23.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adb78b4c-b505-467f-ac2d-a3a1c26c7bf8
11:56:23.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd98aa1-d15b-4c9c-9cd5-7bd37dc2ac24
11:56:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f5b38e-4438-444e-a2d6-a6099e52aa4b
11:56:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f9f3787-95ec-4cf2-b9c7-33a2db0ef32b
11:56:23.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:23.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:23.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edef0881-c8d5-47c8-aca5-18f755b8f0c3
11:56:23.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:23.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:23.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:23.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:23.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed527c8-74e2-45f5-a4ca-65546b14646c
11:56:23.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64b7a6a-8f75-407c-9623-a03f191f448b
11:56:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1f24c74-1332-4969-ae20-d2ebdc4d0b5d
11:56:24.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddf5e12-4f6b-4dea-8703-3a0c87d87d06
11:56:24.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2420a97f-4769-4e5b-8b16-7d7e91031790
11:56:24.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e12298d8-428a-4b34-b81a-8a504b750182
11:56:24.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe2f331d-a931-43cd-98dc-369d8074b700
11:56:24.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e364e0-74c3-4e47-93fc-acd173d4c2e0
11:56:24.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68898db4-f5ec-426f-9f16-f562c42611d2
11:56:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86ee86e1-61f6-46e0-9528-f7abe3580884
11:56:24.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d4d2ba-4e91-4585-a811-77e3811484e6
11:56:24.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eee8876-2752-4b01-87a3-91f56c99b94a
11:56:24.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca4567f9-7d3c-4135-9f59-d849758240c9
11:56:24.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6de7da4-a4da-44ae-8588-226ac36b6135
11:56:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78040c0e-2900-45fb-9876-1dc644760359
11:56:24.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bfea3e8-d0d1-49ab-82fc-b3f85dedaa14
11:56:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17645276-0bef-489d-8dd1-01bc074fbf14
11:56:24.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adb78b4c-b505-467f-ac2d-a3a1c26c7bf8
11:56:24.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d32c5774-d5a0-43db-9e28-72c2b1c7e320
11:56:24.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ec2489-1fef-449d-abcf-51ca8d0be2fd
11:56:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f5b38e-4438-444e-a2d6-a6099e52aa4b
11:56:24.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85f0864b-0929-4b8d-b8bc-45ebff96a5f9
11:56:24.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed527c8-74e2-45f5-a4ca-65546b14646c
11:56:24.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:24.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:24.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:24.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:24.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19daae78-7133-41bf-8ed3-c5dd274fe34b
11:56:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64b7a6a-8f75-407c-9623-a03f191f448b
11:56:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ffc390-fcb7-4838-857d-83f4b3bdad76
11:56:25.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddf5e12-4f6b-4dea-8703-3a0c87d87d06
11:56:25.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c649d4a-f902-4ce8-917e-ddf10f599e5e
11:56:25.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e12298d8-428a-4b34-b81a-8a504b750182
11:56:25.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=491966db-bb63-45a9-8536-c0cb9519a6e0
11:56:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e364e0-74c3-4e47-93fc-acd173d4c2e0
11:56:25.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbae67ac-7d42-45db-8ee8-fa7d8fab512f
11:56:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86ee86e1-61f6-46e0-9528-f7abe3580884
11:56:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eee8876-2752-4b01-87a3-91f56c99b94a
11:56:25.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4eecd62-2f67-4808-940f-616d72797a52
11:56:25.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6de7da4-a4da-44ae-8588-226ac36b6135
11:56:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd57504-f21b-41b9-a02d-cc26e5b85347
11:56:25.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bfea3e8-d0d1-49ab-82fc-b3f85dedaa14
11:56:25.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4371ac9d-3f7e-4fc2-878c-e8505d749f48
11:56:25.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d32c5774-d5a0-43db-9e28-72c2b1c7e320
11:56:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd9c355-ed76-4d29-838a-47c14f5d4f6c
11:56:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ec2489-1fef-449d-abcf-51ca8d0be2fd
11:56:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34bfa680-401d-4cb9-b7d1-3f177521870c
11:56:25.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85f0864b-0929-4b8d-b8bc-45ebff96a5f9
11:56:25.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb3fba3c-da59-4952-8c3e-c35659e4fdeb
11:56:25.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:25.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19daae78-7133-41bf-8ed3-c5dd274fe34b
11:56:25.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:25.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:25.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:25.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:25.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:25.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac56863-2b34-4b8d-a00c-91b36b108b0f
11:56:25.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e60e810-09dc-41fd-a403-c8e5a96a3417
11:56:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ffc390-fcb7-4838-857d-83f4b3bdad76
11:56:26.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c649d4a-f902-4ce8-917e-ddf10f599e5e
11:56:26.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44dfd54c-4495-4617-97ef-0299e53ed3a7
11:56:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=491966db-bb63-45a9-8536-c0cb9519a6e0
11:56:26.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b64db1a-dc5d-49bb-967e-dc3385c3e94f
11:56:26.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbae67ac-7d42-45db-8ee8-fa7d8fab512f
11:56:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f53c6d-75f1-4b80-bb12-45ed32e816c6
11:56:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4eecd62-2f67-4808-940f-616d72797a52
11:56:26.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd57504-f21b-41b9-a02d-cc26e5b85347
11:56:26.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d28915db-5402-403e-9521-a1e17d49f8f8
11:56:26.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=784e5b47-a5b9-4be0-8160-64215a35b1cd
11:56:26.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4371ac9d-3f7e-4fc2-878c-e8505d749f48
11:56:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d8e695-f9d4-4f0f-ac48-adff5204e62d
11:56:26.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd9c355-ed76-4d29-838a-47c14f5d4f6c
11:56:26.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f2b9bfb-eba3-49eb-92d9-8b73a7b3ed84
11:56:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34bfa680-401d-4cb9-b7d1-3f177521870c
11:56:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3b0cb30-63de-4aee-8ee7-81abc107d6e1
11:56:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5791754-a569-4489-a906-721ce1e80714
11:56:26.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb3fba3c-da59-4952-8c3e-c35659e4fdeb
11:56:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9158ad95-594c-430d-9554-bae8de614f4e
11:56:26.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:26.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:26.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:26.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:26.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:26.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:26.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac56863-2b34-4b8d-a00c-91b36b108b0f
11:56:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2753799e-d7d8-4d42-a3b9-66a782c8fe78
11:56:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e60e810-09dc-41fd-a403-c8e5a96a3417
11:56:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9766a1f0-c322-4e74-a5de-fef6e36159ac
11:56:27.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44dfd54c-4495-4617-97ef-0299e53ed3a7
11:56:27.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=086a0672-cca0-4e45-b33f-261c09570cd9
11:56:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b64db1a-dc5d-49bb-967e-dc3385c3e94f
11:56:27.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=011ccb47-f0c1-42fd-a670-da739991c1a8
11:56:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f53c6d-75f1-4b80-bb12-45ed32e816c6
11:56:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d28915db-5402-403e-9521-a1e17d49f8f8
11:56:27.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=421cc5bf-6b27-45f0-9f40-8232b575c814
11:56:27.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7817b94c-da8e-4c35-8bf9-2c065e8069be
11:56:27.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=784e5b47-a5b9-4be0-8160-64215a35b1cd
11:56:27.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d8e695-f9d4-4f0f-ac48-adff5204e62d
11:56:27.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8de9ab5-343f-4be1-958e-58bbd890549d
11:56:27.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f2b9bfb-eba3-49eb-92d9-8b73a7b3ed84
11:56:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c40a6b1c-b16d-4569-84c2-ad83ddedc596
11:56:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3b0cb30-63de-4aee-8ee7-81abc107d6e1
11:56:27.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e734c742-d0dc-4a80-8083-41263b9791dd
11:56:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5791754-a569-4489-a906-721ce1e80714
11:56:27.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:27.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:27.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:27.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:27.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:27.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:27.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:27.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc3ade1c-5c7d-47cc-b1ed-ee9a606ece31
11:56:27.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6f426d0-6290-409d-8398-8320ae8606e0
11:56:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9158ad95-594c-430d-9554-bae8de614f4e
11:56:28.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2753799e-d7d8-4d42-a3b9-66a782c8fe78
11:56:28.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb87108-8973-486f-b484-ce3b68950c0c
11:56:28.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9766a1f0-c322-4e74-a5de-fef6e36159ac
11:56:28.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e228398-4376-466d-aaa3-2741510f6196
11:56:28.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=086a0672-cca0-4e45-b33f-261c09570cd9
11:56:28.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea0e730-54eb-4c77-91da-d51be9c62b47
11:56:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd9d5b4-cedb-4707-914a-e551cfff71ea
11:56:28.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=011ccb47-f0c1-42fd-a670-da739991c1a8
11:56:28.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=421cc5bf-6b27-45f0-9f40-8232b575c814
11:56:28.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efd03a4-6254-4c0f-9b19-6425264cfd63
11:56:28.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7817b94c-da8e-4c35-8bf9-2c065e8069be
11:56:28.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a750751e-489c-4f32-a810-676a7ad9d518
11:56:28.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8de9ab5-343f-4be1-958e-58bbd890549d
11:56:28.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79498bbb-ec91-4ee4-8c7a-6a1884ef68a6
11:56:28.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c40a6b1c-b16d-4569-84c2-ad83ddedc596
11:56:28.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d2067e-73c7-4375-9b6e-f6cc1496a0d8
11:56:28.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e734c742-d0dc-4a80-8083-41263b9791dd
11:56:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67af01bc-c3de-4054-bf25-ae44666371a0
11:56:28.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:28.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc3ade1c-5c7d-47cc-b1ed-ee9a606ece31
11:56:28.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:28.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:28.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:28.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:28.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:28.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:28.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c517fa50-7249-4a87-a206-9b246207e4f9
11:56:29.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6f426d0-6290-409d-8398-8320ae8606e0
11:56:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a394d0-0a34-4d4c-b839-c882f0b15485
11:56:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb87108-8973-486f-b484-ce3b68950c0c
11:56:29.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e228398-4376-466d-aaa3-2741510f6196
11:56:29.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2965f27-8af6-4547-9db4-2eef0dab292b
11:56:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a19db50-5408-4c69-9320-1a84e93625c7
11:56:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea0e730-54eb-4c77-91da-d51be9c62b47
11:56:29.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd9d5b4-cedb-4707-914a-e551cfff71ea
11:56:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8095540-cc10-44a5-b486-87b1dacdaec5
11:56:29.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efd03a4-6254-4c0f-9b19-6425264cfd63
11:56:29.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdbcfeb-3f50-49b4-83ec-38b3475aa909
11:56:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a750751e-489c-4f32-a810-676a7ad9d518
11:56:29.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f775ee6-96d8-4058-ab13-50d20c31c86f
11:56:29.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85426e21-5f10-444a-871f-a9a212bdc602
11:56:29.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79498bbb-ec91-4ee4-8c7a-6a1884ef68a6
11:56:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da99d93-2309-4501-b8a3-01c5d38988e1
11:56:29.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d2067e-73c7-4375-9b6e-f6cc1496a0d8
11:56:29.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8d0040-ac5b-4c69-b6bb-a1dc974ab5ec
11:56:29.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e124bc82-462e-4bab-b9f0-805b548cb281
11:56:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67af01bc-c3de-4054-bf25-ae44666371a0
11:56:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:29.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43315c65-ba8b-43ca-94fd-e200314127db
11:56:29.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:29.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:29.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:29.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:29.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:29.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:29.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c517fa50-7249-4a87-a206-9b246207e4f9
11:56:30.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffac76fc-c01e-4531-9dab-08eac1fbf661
11:56:30.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5bf7f0-c302-4b1a-886b-03f8a9031463
11:56:30.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a394d0-0a34-4d4c-b839-c882f0b15485
11:56:30.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44cea8d-d80f-4f3a-a376-954523d3e212
11:56:30.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2965f27-8af6-4547-9db4-2eef0dab292b
11:56:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d1842c-b190-4c1a-8669-049cbc40a875
11:56:30.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d461aa-5d6d-413d-988c-e974ddd7ba17
11:56:30.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a19db50-5408-4c69-9320-1a84e93625c7
11:56:30.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f059410-24e9-4bcb-95e8-2e88d7b5f911
11:56:30.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8095540-cc10-44a5-b486-87b1dacdaec5
11:56:30.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fefe4125-a300-481e-9ff9-474782bf6246
11:56:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdbcfeb-3f50-49b4-83ec-38b3475aa909
11:56:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb2ebb9f-28af-45ba-a395-09d4d51fbc7e
11:56:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f775ee6-96d8-4058-ab13-50d20c31c86f
11:56:30.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07062bb3-f22c-4461-8745-4f1b9b943e4b
11:56:30.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85426e21-5f10-444a-871f-a9a212bdc602
11:56:30.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b8f336-20a5-4c24-89bc-2a5e74601650
11:56:30.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da99d93-2309-4501-b8a3-01c5d38988e1
11:56:30.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17033712-e44c-458b-a2c1-9b6585a617e8
11:56:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:30.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:30.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15eba830-05ee-4c63-a43e-9ee08bd8673a
11:56:30.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:30.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:30.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:30.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:30.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8d0040-ac5b-4c69-b6bb-a1dc974ab5ec
11:56:30.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8661983-0a35-4b2b-a34b-809d26f4e25f
11:56:31.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e124bc82-462e-4bab-b9f0-805b548cb281
11:56:31.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0361cac0-64cd-43f3-84ff-37074bb325d3
11:56:31.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43315c65-ba8b-43ca-94fd-e200314127db
11:56:31.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef1b9da-77db-4d1e-a39e-fdc12bc759d4
11:56:31.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffac76fc-c01e-4531-9dab-08eac1fbf661
11:56:31.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc267ebf-6ced-40fc-9185-006a48dae4e8
11:56:31.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844bf39c-852d-4431-8b8c-9f98af782de8
11:56:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5bf7f0-c302-4b1a-886b-03f8a9031463
11:56:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffaed763-d483-40cb-9f9d-edb63cdffd26
11:56:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44cea8d-d80f-4f3a-a376-954523d3e212
11:56:31.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ed1004-4b87-41d7-afa1-b3e1e13ddf07
11:56:31.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d1842c-b190-4c1a-8669-049cbc40a875
11:56:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d461aa-5d6d-413d-988c-e974ddd7ba17
11:56:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f49697-7fb5-40cb-87b2-2f1cc4188877
11:56:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f059410-24e9-4bcb-95e8-2e88d7b5f911
11:56:31.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f82eff-8914-41e9-9909-07db51bf2d07
11:56:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad3750b-4b10-485f-8c1f-6c1d4e773f8a
11:56:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fefe4125-a300-481e-9ff9-474782bf6246
11:56:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f5c7df6-59b3-4da2-ba40-af8fb1fd48fd
11:56:31.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:31.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:31.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f3552d-9d31-4ae7-a148-9e010cdf50b2
11:56:31.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:31.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:31.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:31.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:31.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb2ebb9f-28af-45ba-a395-09d4d51fbc7e
11:56:31.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07062bb3-f22c-4461-8745-4f1b9b943e4b
11:56:32.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82398396-9828-48b8-bd3c-af8fd06b66a4
11:56:32.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62aafdb6-394d-46ca-8ba1-4181c2d86175
11:56:32.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b8f336-20a5-4c24-89bc-2a5e74601650
11:56:32.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064bc4e5-75ca-482a-a6f2-a9fa7e77d61c
11:56:32.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17033712-e44c-458b-a2c1-9b6585a617e8
11:56:32.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a62f9d-22c0-4f54-afff-b1bce863b359
11:56:32.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15eba830-05ee-4c63-a43e-9ee08bd8673a
11:56:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e020b0cb-b85f-47d1-83b0-ce18b9465911
11:56:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8661983-0a35-4b2b-a34b-809d26f4e25f
11:56:32.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d2b091e-47c1-4984-aec6-716c95b001ab
11:56:32.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0361cac0-64cd-43f3-84ff-37074bb325d3
11:56:32.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af6c24ab-7925-43dc-85de-5c2c705f3604
11:56:32.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef1b9da-77db-4d1e-a39e-fdc12bc759d4
11:56:32.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2057eea0-c45e-4ada-963d-3a9bfc8e8e07
11:56:32.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b0b3852-019b-433a-badd-1d25e45ee7c9
11:56:32.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc267ebf-6ced-40fc-9185-006a48dae4e8
11:56:32.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844bf39c-852d-4431-8b8c-9f98af782de8
11:56:32.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99815402-a327-4063-944b-caae3c5dffb8
11:56:32.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffaed763-d483-40cb-9f9d-edb63cdffd26
11:56:32.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:32.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb74888f-591d-4a83-988d-62917fb8c58d
11:56:32.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:32.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:32.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ed1004-4b87-41d7-afa1-b3e1e13ddf07
11:56:33.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed8b1d1f-db0d-4170-82b6-09c59060a152
11:56:33.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f49697-7fb5-40cb-87b2-2f1cc4188877
11:56:33.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70bb76c9-ef8c-472a-864c-632f93f21a13
11:56:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f82eff-8914-41e9-9909-07db51bf2d07
11:56:33.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e5b7678-f237-401c-8e33-6baf1164d0bf
11:56:33.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad3750b-4b10-485f-8c1f-6c1d4e773f8a
11:56:33.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1006c14-c8b7-4be9-b9ca-acb7b986b4a9
11:56:33.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f5c7df6-59b3-4da2-ba40-af8fb1fd48fd
11:56:33.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4fecd5-1bb1-47c5-868a-e60928f404a6
11:56:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f3552d-9d31-4ae7-a148-9e010cdf50b2
11:56:33.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe2fdcb-e0a3-4dd3-a821-a7dfd510446e
11:56:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82398396-9828-48b8-bd3c-af8fd06b66a4
11:56:33.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37c566f-a395-47ff-93c7-fa375a519ec7
11:56:33.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62aafdb6-394d-46ca-8ba1-4181c2d86175
11:56:33.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a87757-2c7d-4cf9-920d-9ee861075f6d
11:56:33.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064bc4e5-75ca-482a-a6f2-a9fa7e77d61c
11:56:33.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff3607b-e11b-4c8b-9e2b-a7b7ff1a20f5
11:56:33.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a62f9d-22c0-4f54-afff-b1bce863b359
11:56:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc0c829-f328-4df7-8589-9be73a9d465f
11:56:33.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:33.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:33.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=761fe4c9-02ed-4983-81a1-a5e4be2233e6
11:56:33.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:33.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:33.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e020b0cb-b85f-47d1-83b0-ce18b9465911
11:56:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d2b091e-47c1-4984-aec6-716c95b001ab
11:56:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b60251fa-5e40-414d-b200-a22aeb14a21d
11:56:34.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af6c24ab-7925-43dc-85de-5c2c705f3604
11:56:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d51feec9-7ad2-4533-ae68-1607898db820
11:56:34.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2057eea0-c45e-4ada-963d-3a9bfc8e8e07
11:56:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c96e1e13-9519-463e-863d-26b3d5a1fc35
11:56:34.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b0b3852-019b-433a-badd-1d25e45ee7c9
11:56:34.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b2aeaf3-7977-4d12-a172-5f8594152e67
11:56:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99815402-a327-4063-944b-caae3c5dffb8
11:56:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e951df8b-ba4c-4537-8042-18e68424b9f5
11:56:34.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9f64fb-86f6-40bd-b2bf-5be27eab857e
11:56:34.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb74888f-591d-4a83-988d-62917fb8c58d
11:56:34.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43418ba8-0385-43ab-ab32-1771648abb75
11:56:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed8b1d1f-db0d-4170-82b6-09c59060a152
11:56:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341f25bb-6749-426c-86c3-944db9433ec2
11:56:34.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70bb76c9-ef8c-472a-864c-632f93f21a13
11:56:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b96f185-b312-4db9-807a-353c019dcaf2
11:56:34.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e5b7678-f237-401c-8e33-6baf1164d0bf
11:56:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f01a8d4-92df-4893-a213-86269cc3ba42
11:56:34.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb51c38-001f-40c9-8acf-1ef09a528d9c
11:56:34.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:34.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1006c14-c8b7-4be9-b9ca-acb7b986b4a9
11:56:34.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:34.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:34.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:34.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:34.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:34.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:34.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33b7534-f46c-4fcf-8346-5a64443a777a
11:56:35.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4fecd5-1bb1-47c5-868a-e60928f404a6
11:56:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=605419d2-8eef-4ab9-98d3-c901e1a2d7d1
11:56:35.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c58773-8761-46b4-bdb9-6be612b36095
11:56:35.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe2fdcb-e0a3-4dd3-a821-a7dfd510446e
11:56:35.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e3b3f2a-9706-46e7-84f1-d9b321b811bc
11:56:35.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37c566f-a395-47ff-93c7-fa375a519ec7
11:56:35.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=278ab883-ab0f-4b24-9c0f-eb583f8c9e16
11:56:35.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a87757-2c7d-4cf9-920d-9ee861075f6d
11:56:35.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff3607b-e11b-4c8b-9e2b-a7b7ff1a20f5
11:56:35.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f7eb0e-3d4f-45ac-a5e0-ff4874d8d04b
11:56:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f22005d-9fa9-4bf0-9966-c1fdc5b8bd4b
11:56:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc0c829-f328-4df7-8589-9be73a9d465f
11:56:35.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9244f08c-b36c-4630-9451-bb537b32a289
11:56:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=761fe4c9-02ed-4983-81a1-a5e4be2233e6
11:56:35.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2756736a-be27-42ec-93a3-be12906de797
11:56:35.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.739 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b60251fa-5e40-414d-b200-a22aeb14a21d
11:56:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d51feec9-7ad2-4533-ae68-1607898db820
11:56:35.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f8c81b-0a8b-439e-a199-f62d8b58f269
11:56:35.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c96e1e13-9519-463e-863d-26b3d5a1fc35
11:56:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae83e01-83f5-4d5a-98a8-82d1c124687a
11:56:35.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:35.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:35.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:35.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:35.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:35.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:35.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:35.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b2aeaf3-7977-4d12-a172-5f8594152e67
11:56:35.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e951df8b-ba4c-4537-8042-18e68424b9f5
11:56:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e077b55-016b-48eb-a2b8-388cd9d99db1
11:56:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3f374b-bd66-433c-b4ad-e5873c33642b
11:56:36.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9f64fb-86f6-40bd-b2bf-5be27eab857e
11:56:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eebe27fe-bfb1-4e7b-8fc3-0ae6b3fba53f
11:56:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43418ba8-0385-43ab-ab32-1771648abb75
11:56:36.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8cfa55-5162-4720-b82c-3f0978786792
11:56:36.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341f25bb-6749-426c-86c3-944db9433ec2
11:56:36.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f0492b-a53a-452a-9c92-b363245bbd35
11:56:36.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b96f185-b312-4db9-807a-353c019dcaf2
11:56:36.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b3cad99-1295-46b7-83db-6e5e92bdf4dc
11:56:36.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f01a8d4-92df-4893-a213-86269cc3ba42
11:56:36.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb51c38-001f-40c9-8acf-1ef09a528d9c
11:56:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c7ce7f9-2e97-4e0a-9c77-e05cb81d708a
11:56:36.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866292ab-4b8d-447a-8ab1-b285b43a4c3b
11:56:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33b7534-f46c-4fcf-8346-5a64443a777a
11:56:36.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=905970df-1d71-46d5-a8ff-735e592ba46c
11:56:36.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=605419d2-8eef-4ab9-98d3-c901e1a2d7d1
11:56:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b182bc9a-53d7-4780-82f8-069f53a5bdcc
11:56:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c58773-8761-46b4-bdb9-6be612b36095
11:56:36.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:36.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:36.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:36.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:36.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:36.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d702cb17-6547-4a75-b140-a024ac32778a
11:56:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e3b3f2a-9706-46e7-84f1-d9b321b811bc
11:56:37.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b212da2a-fbcb-4884-ba45-4ac739d103f2
11:56:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=278ab883-ab0f-4b24-9c0f-eb583f8c9e16
11:56:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d64840-79da-4f8d-98f9-b79b0c140eb9
11:56:37.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f7eb0e-3d4f-45ac-a5e0-ff4874d8d04b
11:56:37.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f22005d-9fa9-4bf0-9966-c1fdc5b8bd4b
11:56:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ff7c72-25a3-4d65-b321-abbee89f5458
11:56:37.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9244f08c-b36c-4630-9451-bb537b32a289
11:56:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf703fd-ed8a-41f8-99ad-a547b4721810
11:56:37.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2756736a-be27-42ec-93a3-be12906de797
11:56:37.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7de4b6-4d3d-40fd-85c6-ec8e5cf27ef1
11:56:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f8c81b-0a8b-439e-a199-f62d8b58f269
11:56:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae83e01-83f5-4d5a-98a8-82d1c124687a
11:56:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca7d9c6-abc0-4934-93cd-22302a9e2879
11:56:37.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e077b55-016b-48eb-a2b8-388cd9d99db1
11:56:37.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be83868a-250f-421c-8632-73286a46dbeb
11:56:37.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3f374b-bd66-433c-b4ad-e5873c33642b
11:56:37.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48de7652-776d-49af-a338-e1c38675d444
11:56:37.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eebe27fe-bfb1-4e7b-8fc3-0ae6b3fba53f
11:56:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdef0fb4-363f-4aac-b836-15009030d427
11:56:37.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:37.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:37.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e5d4b5-024a-4baa-b54e-49b6f47bd756
11:56:37.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:37.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:37.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:37.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:37.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:37.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8cfa55-5162-4720-b82c-3f0978786792
11:56:37.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f0492b-a53a-452a-9c92-b363245bbd35
11:56:38.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a58e2d21-b754-4f38-8525-5c8bb54d8f7a
11:56:38.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b3cad99-1295-46b7-83db-6e5e92bdf4dc
11:56:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6140260-1b60-4e41-a26d-68441b590dda
11:56:38.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c7ce7f9-2e97-4e0a-9c77-e05cb81d708a
11:56:38.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866292ab-4b8d-447a-8ab1-b285b43a4c3b
11:56:38.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5283a430-3a9a-431b-b9e0-9876aec1953f
11:56:38.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.390 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=905970df-1d71-46d5-a8ff-735e592ba46c
11:56:38.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc08d50f-d511-4e41-bba6-012ff55ad451
11:56:38.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b182bc9a-53d7-4780-82f8-069f53a5bdcc
11:56:38.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9aa0ef3-532f-425d-91d1-3660b12b6a04
11:56:38.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d702cb17-6547-4a75-b140-a024ac32778a
11:56:38.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6cfc821-92e5-4a57-9e65-4e8c7643dce7
11:56:38.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b212da2a-fbcb-4884-ba45-4ac739d103f2
11:56:38.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ff9d44-0b82-494b-8834-f301f09eb782
11:56:38.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d64840-79da-4f8d-98f9-b79b0c140eb9
11:56:38.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57973a57-7aca-4ec6-91e6-ea47513bebb9
11:56:38.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ff7c72-25a3-4d65-b321-abbee89f5458
11:56:38.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf703fd-ed8a-41f8-99ad-a547b4721810
11:56:38.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d523437-0d98-42a3-b240-1022b6186f93
11:56:38.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:38.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:38.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:38.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:38.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:38.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:38.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:38.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7de4b6-4d3d-40fd-85c6-ec8e5cf27ef1
11:56:38.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23591543-890e-4cf2-90aa-fc2d18e2665b
11:56:39.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca7d9c6-abc0-4934-93cd-22302a9e2879
11:56:39.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34350119-925e-46a2-8edc-68f32f009fe6
11:56:39.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f16bb218-6b23-4faf-82d5-95b2b05d4efe
11:56:39.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be83868a-250f-421c-8632-73286a46dbeb
11:56:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf6be29-ab31-4b2f-ba9d-c3281b1abb75
11:56:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48de7652-776d-49af-a338-e1c38675d444
11:56:39.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c62a10d2-dd41-4226-8e42-6702d3054d5a
11:56:39.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdef0fb4-363f-4aac-b836-15009030d427
11:56:39.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e5d4b5-024a-4baa-b54e-49b6f47bd756
11:56:39.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c484bb4c-adfc-4b2e-9215-21b53e35c8b5
11:56:39.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a58e2d21-b754-4f38-8525-5c8bb54d8f7a
11:56:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=717bc38b-f054-40ca-922f-37241d22ae98
11:56:39.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6140260-1b60-4e41-a26d-68441b590dda
11:56:39.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012c744d-6075-41c9-a5de-0d2c8f66e2e9
11:56:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5283a430-3a9a-431b-b9e0-9876aec1953f
11:56:39.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c18b1d9b-8363-4edd-8268-44a3fb6adae0
11:56:39.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc08d50f-d511-4e41-bba6-012ff55ad451
11:56:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7085ce08-6fbf-4d27-9e63-fa09261c62e9
11:56:39.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9aa0ef3-532f-425d-91d1-3660b12b6a04
11:56:39.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=694fbb97-ecd5-42b4-80a9-4d558dc538b6
11:56:39.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:39.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:39.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6cfc821-92e5-4a57-9e65-4e8c7643dce7
11:56:39.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:39.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:39.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:39.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:39.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ef2cbf-5ce3-41cc-ab91-fa45eade4340
11:56:39.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dabef9d5-6aae-4866-b7c5-1788d90b596a
11:56:40.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ff9d44-0b82-494b-8834-f301f09eb782
11:56:40.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d9b9aa-7f47-4134-95f9-45106d71ab4c
11:56:40.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57973a57-7aca-4ec6-91e6-ea47513bebb9
11:56:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf5d7da-8767-4dab-a91d-f540d51e7936
11:56:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d523437-0d98-42a3-b240-1022b6186f93
11:56:40.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23591543-890e-4cf2-90aa-fc2d18e2665b
11:56:40.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d9e192-4bdd-41a8-b962-aa733a66038f
11:56:40.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34350119-925e-46a2-8edc-68f32f009fe6
11:56:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7a8cbd9-8744-43a5-8246-82219efca890
11:56:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abbd56c5-8303-4dad-b28c-c5259a21be14
11:56:40.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f16bb218-6b23-4faf-82d5-95b2b05d4efe
11:56:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf6be29-ab31-4b2f-ba9d-c3281b1abb75
11:56:40.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ca808f-3e14-4085-99a0-3dc56066d852
11:56:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c62a10d2-dd41-4226-8e42-6702d3054d5a
11:56:40.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9bc88d-bb3a-41b2-89dd-4f8c739c0adb
11:56:40.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c484bb4c-adfc-4b2e-9215-21b53e35c8b5
11:56:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56706c5a-8839-4eff-b5e2-38bde5a9e80d
11:56:40.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=717bc38b-f054-40ca-922f-37241d22ae98
11:56:40.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ba0588-908f-46c4-b80b-4660f7bdd11b
11:56:40.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012c744d-6075-41c9-a5de-0d2c8f66e2e9
11:56:40.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453d1dff-0c02-4373-baa4-d6e92fcb0ec7
11:56:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c18b1d9b-8363-4edd-8268-44a3fb6adae0
11:56:40.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7085ce08-6fbf-4d27-9e63-fa09261c62e9
11:56:40.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:40.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=775aed65-5d82-470f-b4ef-c680b9dac145
11:56:40.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:40.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:40.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:40.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:40.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87bcb8fe-330e-4066-b2b7-d45db89ec61f
11:56:41.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=694fbb97-ecd5-42b4-80a9-4d558dc538b6
11:56:41.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7d01ff-3382-44ad-b4b1-412729a1192b
11:56:41.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ef2cbf-5ce3-41cc-ab91-fa45eade4340
11:56:41.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81834d7-d279-4dff-8a93-1455dce29f81
11:56:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dabef9d5-6aae-4866-b7c5-1788d90b596a
11:56:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7dc79f7-2071-4483-b17a-cf7e06db8319
11:56:41.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d9b9aa-7f47-4134-95f9-45106d71ab4c
11:56:41.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8210996b-4f03-4823-af38-7eb01b729204
11:56:41.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf5d7da-8767-4dab-a91d-f540d51e7936
11:56:41.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d9e192-4bdd-41a8-b962-aa733a66038f
11:56:41.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9ed443-a4a2-45bb-9d04-6432f21c4af9
11:56:41.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7a8cbd9-8744-43a5-8246-82219efca890
11:56:41.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32dcbf99-7a27-4126-8359-52e2c07eb5aa
11:56:41.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abbd56c5-8303-4dad-b28c-c5259a21be14
11:56:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd0ddad7-9d7b-4197-88ca-ef19541966a8
11:56:41.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ca808f-3e14-4085-99a0-3dc56066d852
11:56:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5f8cad-d4eb-423c-8050-34d2ba6917cf
11:56:41.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9bc88d-bb3a-41b2-89dd-4f8c739c0adb
11:56:41.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f706717-5682-4bd3-b6b7-b4ec16a8523c
11:56:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0ec34f-7da3-40f2-b59b-9e34486ac809
11:56:41.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:41.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:41.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:41.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:41.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:41.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:41.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:41.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56706c5a-8839-4eff-b5e2-38bde5a9e80d
11:56:41.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bf5844e-051a-4e6d-9bdc-7d1c8fd7ba7c
11:56:42.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ba0588-908f-46c4-b80b-4660f7bdd11b
11:56:42.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e1ea080-a37a-4016-957b-06d02a74d91c
11:56:42.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453d1dff-0c02-4373-baa4-d6e92fcb0ec7
11:56:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015b191f-a1a2-4a2a-8830-7ff7092250a6
11:56:42.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=775aed65-5d82-470f-b4ef-c680b9dac145
11:56:42.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87bcb8fe-330e-4066-b2b7-d45db89ec61f
11:56:42.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17179b33-92f1-47c9-a93a-8db1082a0375
11:56:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7d01ff-3382-44ad-b4b1-412729a1192b
11:56:42.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09eb93bc-5dc8-448c-907b-b44c9f6ef237
11:56:42.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81834d7-d279-4dff-8a93-1455dce29f81
11:56:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a4ce9d-cc60-49aa-a426-3d47fec780b1
11:56:42.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7dc79f7-2071-4483-b17a-cf7e06db8319
11:56:42.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b12042ca-116a-4854-a19a-3bcad4d881cf
11:56:42.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8210996b-4f03-4823-af38-7eb01b729204
11:56:42.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6d1c8a-796e-45c1-ad9f-5d4fd52072d7
11:56:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=413b283e-57f6-4087-bee2-3e810de2dd44
11:56:42.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9ed443-a4a2-45bb-9d04-6432f21c4af9
11:56:42.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c07a077c-5fc7-4211-b77c-69fd89a3c6d3
11:56:42.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32dcbf99-7a27-4126-8359-52e2c07eb5aa
11:56:42.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81985ff8-1bef-455d-9793-07a45ffc074a
11:56:42.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd0ddad7-9d7b-4197-88ca-ef19541966a8
11:56:42.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:42.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:42.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc38f513-533a-4964-b578-8351ff113a09
11:56:42.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:42.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:42.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:42.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5f8cad-d4eb-423c-8050-34d2ba6917cf
11:56:42.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcf3f066-cd8f-420f-abaa-e772f737e833
11:56:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f706717-5682-4bd3-b6b7-b4ec16a8523c
11:56:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b45a598-0e9d-46d6-b413-ee8c37abaf13
11:56:43.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0ec34f-7da3-40f2-b59b-9e34486ac809
11:56:43.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f1c829-25f6-4afb-80ea-3e4bb2e1e19a
11:56:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bf5844e-051a-4e6d-9bdc-7d1c8fd7ba7c
11:56:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=730daf22-c373-46f5-9d18-0597c50b7ded
11:56:43.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e1ea080-a37a-4016-957b-06d02a74d91c
11:56:43.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f2e411-6458-48a6-ac8c-fec4f722b174
11:56:43.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015b191f-a1a2-4a2a-8830-7ff7092250a6
11:56:43.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a341b73-c80b-41e4-9a85-506c2d04e1f6
11:56:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17179b33-92f1-47c9-a93a-8db1082a0375
11:56:43.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2c187ac-7422-4d69-87ea-62b7a200fe2f
11:56:43.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09eb93bc-5dc8-448c-907b-b44c9f6ef237
11:56:43.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a4ce9d-cc60-49aa-a426-3d47fec780b1
11:56:43.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764bfe4f-a3c2-4957-b664-7e7264694fa5
11:56:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b12042ca-116a-4854-a19a-3bcad4d881cf
11:56:43.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198603eb-c43d-4389-bf5c-d2d5c61b18a1
11:56:43.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6d1c8a-796e-45c1-ad9f-5d4fd52072d7
11:56:43.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eda9d544-293d-4e3f-b6ed-1a27868f762a
11:56:43.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:43.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=413b283e-57f6-4087-bee2-3e810de2dd44
11:56:43.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:43.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:43.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:43.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:43.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:43.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:43.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c07a077c-5fc7-4211-b77c-69fd89a3c6d3
11:56:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faa44bde-732c-4cd6-b9f0-67604abf7b50
11:56:44.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1a5a7b6-a692-48d3-930a-3d46902c459b
11:56:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81985ff8-1bef-455d-9793-07a45ffc074a
11:56:44.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ae51bb-4f6e-429f-9c1d-c40b3aa03174
11:56:44.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc38f513-533a-4964-b578-8351ff113a09
11:56:44.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a1db04-42d2-4d3c-b29f-20a2f2d541ce
11:56:44.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcf3f066-cd8f-420f-abaa-e772f737e833
11:56:44.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f391770-5d0d-4392-909c-e6a2f989cd6f
11:56:44.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b45a598-0e9d-46d6-b413-ee8c37abaf13
11:56:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fe0878f-dca6-460d-8acb-776b24d78277
11:56:44.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0f1c829-25f6-4afb-80ea-3e4bb2e1e19a
11:56:44.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3bc4eb-d416-45b0-99bd-a82ef20b35c6
11:56:44.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=730daf22-c373-46f5-9d18-0597c50b7ded
11:56:44.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bae2815-cdc7-43ec-9d01-de50aab3d8ab
11:56:44.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3991ac22-cd24-4b25-83af-4fd43857a5b7
11:56:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f2e411-6458-48a6-ac8c-fec4f722b174
11:56:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a341b73-c80b-41e4-9a85-506c2d04e1f6
11:56:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a8170b-7a17-4586-9c74-aec3e0e79be2
11:56:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b5d6221-c44d-4d13-a4fb-e84617dd711e
11:56:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2c187ac-7422-4d69-87ea-62b7a200fe2f
11:56:44.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:44.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764bfe4f-a3c2-4957-b664-7e7264694fa5
11:56:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f42601c-d1ef-45a4-812b-326fd0388fc6
11:56:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198603eb-c43d-4389-bf5c-d2d5c61b18a1
11:56:45.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a064b24-92e0-4d99-8bd9-b06be7f92009
11:56:45.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a4f7da1-c0ab-44ff-b6fa-b5ddbe8aed39
11:56:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eda9d544-293d-4e3f-b6ed-1a27868f762a
11:56:45.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3148e7b9-1d90-40a1-aff7-f92e8e1f10b6
11:56:45.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faa44bde-732c-4cd6-b9f0-67604abf7b50
11:56:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=425b6d31-3516-41be-a6dd-1f1a71b8f99c
11:56:45.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1a5a7b6-a692-48d3-930a-3d46902c459b
11:56:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1d9860a-f2fb-4be3-ab7f-c97d4f009986
11:56:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ae51bb-4f6e-429f-9c1d-c40b3aa03174
11:56:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6369ce60-5544-4f3f-a309-bb4659c494a8
11:56:45.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a1db04-42d2-4d3c-b29f-20a2f2d541ce
11:56:45.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f391770-5d0d-4392-909c-e6a2f989cd6f
11:56:45.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c51095-c51c-4048-9888-8ed2dc58bb15
11:56:45.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5099e856-749b-4958-abba-60ea735f6b04
11:56:45.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fe0878f-dca6-460d-8acb-776b24d78277
11:56:45.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cdbe0dd-267b-481e-ab55-fc6fc0befe89
11:56:45.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3bc4eb-d416-45b0-99bd-a82ef20b35c6
11:56:45.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:45.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bae2815-cdc7-43ec-9d01-de50aab3d8ab
11:56:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:45.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:45.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:45.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:45.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5aa86e8c-75ba-4bd9-a10e-735993b6f092
11:56:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3991ac22-cd24-4b25-83af-4fd43857a5b7
11:56:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7887e8ef-73a8-41f8-92f5-a4d3570df907
11:56:46.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a8170b-7a17-4586-9c74-aec3e0e79be2
11:56:46.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dd37519-180f-4550-af2b-d7a089b45a33
11:56:46.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b5d6221-c44d-4d13-a4fb-e84617dd711e
11:56:46.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f1d5c2-23b0-4978-bf9b-1158172a218f
11:56:46.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f42601c-d1ef-45a4-812b-326fd0388fc6
11:56:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed82e2f8-3ed9-40ce-a582-dda267bfc994
11:56:46.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a064b24-92e0-4d99-8bd9-b06be7f92009
11:56:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5db28751-55ad-4076-aaa1-c4ee051e2c4a
11:56:46.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a4f7da1-c0ab-44ff-b6fa-b5ddbe8aed39
11:56:46.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d2835f-e41a-4bf3-b8c7-d87b1545cf74
11:56:46.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3148e7b9-1d90-40a1-aff7-f92e8e1f10b6
11:56:46.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92012b33-ca5b-4c42-9e35-12fc3b139d19
11:56:46.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=425b6d31-3516-41be-a6dd-1f1a71b8f99c
11:56:46.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a017170a-5e26-4763-b1f6-912a6a7a9d3d
11:56:46.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1d9860a-f2fb-4be3-ab7f-c97d4f009986
11:56:46.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6369ce60-5544-4f3f-a309-bb4659c494a8
11:56:46.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfaa9dcd-ab5c-4bf1-86ce-fe59ba4e0357
11:56:46.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c51095-c51c-4048-9888-8ed2dc58bb15
11:56:46.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb957b16-06c5-492d-bb79-eedc30fb36e1
11:56:46.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc9764e-d88e-439e-be23-b9a3515d3349
11:56:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:46.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5099e856-749b-4958-abba-60ea735f6b04
11:56:46.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:46.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:46.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:46.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:46.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc878dc-3fef-413b-8761-85c5e997d091
11:56:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cdbe0dd-267b-481e-ab55-fc6fc0befe89
11:56:47.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1622030e-766b-4012-acdb-8858edb5f7e2
11:56:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5aa86e8c-75ba-4bd9-a10e-735993b6f092
11:56:47.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eef4bde-f074-452e-859e-a33769bbc5d9
11:56:47.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7887e8ef-73a8-41f8-92f5-a4d3570df907
11:56:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8930ce4c-1271-4d0d-8c8e-eb769df323da
11:56:47.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dd37519-180f-4550-af2b-d7a089b45a33
11:56:47.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22db9706-891d-42da-89cf-681233f909bf
11:56:47.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f1d5c2-23b0-4978-bf9b-1158172a218f
11:56:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be9943f3-8f3b-4672-a39e-4c60229703c1
11:56:47.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed82e2f8-3ed9-40ce-a582-dda267bfc994
11:56:47.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054c5053-dac3-4b65-b5db-7adabc7c1b8f
11:56:47.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5db28751-55ad-4076-aaa1-c4ee051e2c4a
11:56:47.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b117ff-95fa-48dc-ae2e-3f6ee61257ba
11:56:47.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d2835f-e41a-4bf3-b8c7-d87b1545cf74
11:56:47.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd3dd7e-71ce-4c97-8d32-9b9d3b152471
11:56:47.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92012b33-ca5b-4c42-9e35-12fc3b139d19
11:56:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d028f34a-7eae-4992-8b52-8e6969875a5d
11:56:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a017170a-5e26-4763-b1f6-912a6a7a9d3d
11:56:47.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5cd41a8-7e18-460c-8c02-3eec29947b86
11:56:47.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b857d49-c7e2-4f20-8557-a2c619eeba12
11:56:47.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:47.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:47.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:47.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:47.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:47.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfaa9dcd-ab5c-4bf1-86ce-fe59ba4e0357
11:56:47.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7629900f-c86f-4a7d-98c4-18a1c331338d
11:56:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb957b16-06c5-492d-bb79-eedc30fb36e1
11:56:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc9764e-d88e-439e-be23-b9a3515d3349
11:56:48.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49cf3fdf-4c97-48bb-bdca-c9277df2fd65
11:56:48.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc878dc-3fef-413b-8761-85c5e997d091
11:56:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a69144-5ce4-47f8-9423-bbb262c22b3a
11:56:48.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1622030e-766b-4012-acdb-8858edb5f7e2
11:56:48.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9f49e12-589e-415a-a490-b168c687c145
11:56:48.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eef4bde-f074-452e-859e-a33769bbc5d9
11:56:48.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ddd32f-3158-450d-85e0-ad6791439cb4
11:56:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8930ce4c-1271-4d0d-8c8e-eb769df323da
11:56:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3462f67-5c0d-4c3b-bf8b-78c9c22b74eb
11:56:48.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22db9706-891d-42da-89cf-681233f909bf
11:56:48.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b3f784-2e2f-4561-8ead-050bd3b73efd
11:56:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed82de9-796c-4089-85f2-ee8e688ff2a5
11:56:48.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be9943f3-8f3b-4672-a39e-4c60229703c1
11:56:48.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2a1ffa5-0d82-4136-a94d-3d75e04191ea
11:56:48.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054c5053-dac3-4b65-b5db-7adabc7c1b8f
11:56:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a97cf3bd-0b70-498e-b30a-f7ea4faa5dd8
11:56:48.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b117ff-95fa-48dc-ae2e-3f6ee61257ba
11:56:48.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb7aec2d-ed73-499a-b274-92d6955b5bcc
11:56:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd3dd7e-71ce-4c97-8d32-9b9d3b152471
11:56:48.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:48.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a5a96d-8a97-4537-8a06-eaba3a274a17
11:56:48.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:48.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:48.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:48.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:48.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d028f34a-7eae-4992-8b52-8e6969875a5d
11:56:49.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d64407e3-1b2e-4824-abd3-61a642dcf021
11:56:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5cd41a8-7e18-460c-8c02-3eec29947b86
11:56:49.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcab86e3-365b-466f-b4d6-0ee7137b4c18
11:56:49.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b857d49-c7e2-4f20-8557-a2c619eeba12
11:56:49.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddef9972-8143-4eb6-aa91-2a18533ace43
11:56:49.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7629900f-c86f-4a7d-98c4-18a1c331338d
11:56:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891c3e35-64bd-4de2-9cfa-ad8c87167d80
11:56:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49cf3fdf-4c97-48bb-bdca-c9277df2fd65
11:56:49.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64c53c44-7db8-4bb8-be51-d9a2d0833fb3
11:56:49.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a69144-5ce4-47f8-9423-bbb262c22b3a
11:56:49.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=668ff869-fb0b-44cd-b63c-2c435ac4acb1
11:56:49.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9f49e12-589e-415a-a490-b168c687c145
11:56:49.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4496ebf-5665-412d-af5a-8ece4653c2c2
11:56:49.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ddd32f-3158-450d-85e0-ad6791439cb4
11:56:49.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f71bab3c-2456-4678-8f99-36d4fe0db6ba
11:56:49.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3462f67-5c0d-4c3b-bf8b-78c9c22b74eb
11:56:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20e93cee-5f44-4b6f-b72e-78130a29fddd
11:56:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b3f784-2e2f-4561-8ead-050bd3b73efd
11:56:49.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30043360-9dbf-4aae-8d51-14e4540c8096
11:56:49.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed82de9-796c-4089-85f2-ee8e688ff2a5
11:56:49.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:49.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:49.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:49.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:49.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:49.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:49.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e29e4eb-da54-4c23-82ed-5a69fe1108d1
11:56:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b277a4-17ee-4371-91b3-0b0d8bdb9c8d
11:56:50.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2a1ffa5-0d82-4136-a94d-3d75e04191ea
11:56:50.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a97cf3bd-0b70-498e-b30a-f7ea4faa5dd8
11:56:50.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9e382f-f5f2-4eac-9a34-d219968247fe
11:56:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb7aec2d-ed73-499a-b274-92d6955b5bcc
11:56:50.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=136c6570-f589-49c3-b530-5412796f2906
11:56:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a5a96d-8a97-4537-8a06-eaba3a274a17
11:56:50.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae758cb-8614-48e2-a697-7c803f2448d4
11:56:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d64407e3-1b2e-4824-abd3-61a642dcf021
11:56:50.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=362a6989-44af-49eb-818d-656aca1f6abe
11:56:50.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcab86e3-365b-466f-b4d6-0ee7137b4c18
11:56:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff0ca047-c451-427a-9dcd-10f29baf0fe8
11:56:50.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624db676-e91b-496f-8714-2dd1c46f9842
11:56:50.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddef9972-8143-4eb6-aa91-2a18533ace43
11:56:50.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720e4acf-135b-4055-8dab-4efafdc10f52
11:56:50.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891c3e35-64bd-4de2-9cfa-ad8c87167d80
11:56:50.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a000bc9c-0e5f-4432-b8d4-722f8d65668c
11:56:50.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64c53c44-7db8-4bb8-be51-d9a2d0833fb3
11:56:50.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=475a1fa0-0e6a-4d61-bd6a-5a9420435e9d
11:56:50.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=668ff869-fb0b-44cd-b63c-2c435ac4acb1
11:56:50.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:50.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:50.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:50.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf639cf-575c-4cab-bf9a-2ceabccd8a90
11:56:50.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:50.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:50.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4496ebf-5665-412d-af5a-8ece4653c2c2
11:56:50.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:50.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:50.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f71bab3c-2456-4678-8f99-36d4fe0db6ba
11:56:51.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e940b154-bd30-4ca1-8ee9-c9fd598d3992
11:56:51.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20e93cee-5f44-4b6f-b72e-78130a29fddd
11:56:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6be7bc-1b2a-4f23-a9a3-a847173d3c22
11:56:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=419b2d60-8aa8-4c80-a820-26545c7ac913
11:56:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30043360-9dbf-4aae-8d51-14e4540c8096
11:56:51.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=831940f6-38d7-4e52-b15d-cb2ce81483e0
11:56:51.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e29e4eb-da54-4c23-82ed-5a69fe1108d1
11:56:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446160a6-4327-46c9-b5a3-eb002eea2904
11:56:51.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b277a4-17ee-4371-91b3-0b0d8bdb9c8d
11:56:51.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0a8445-393c-41d2-b2f0-34738bbfe290
11:56:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9e382f-f5f2-4eac-9a34-d219968247fe
11:56:51.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c57f4f-f1f4-46b9-be11-f221589b242c
11:56:51.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=136c6570-f589-49c3-b530-5412796f2906
11:56:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc57e2e2-9924-4a32-ac46-d9b039d172fc
11:56:51.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae758cb-8614-48e2-a697-7c803f2448d4
11:56:51.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29817933-1420-4adf-a41b-2ff9d5f27e2c
11:56:51.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6026b5f-1f6f-437a-b3b1-07a17ebf602c
11:56:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=362a6989-44af-49eb-818d-656aca1f6abe
11:56:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77c18dd1-e41f-40ec-8673-dc472cf3a942
11:56:51.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:51.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:51.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:51.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:51.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:51.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff0ca047-c451-427a-9dcd-10f29baf0fe8
11:56:51.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e06af71-2232-4009-b7f1-d339b49c343e
11:56:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624db676-e91b-496f-8714-2dd1c46f9842
11:56:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5792a97e-bce0-4683-8d39-72b3f6ecb832
11:56:52.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720e4acf-135b-4055-8dab-4efafdc10f52
11:56:52.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba0bfa76-39e1-445f-942d-a509f7c4687a
11:56:52.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1564894-ada4-4630-aa51-466f44817d38
11:56:52.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a000bc9c-0e5f-4432-b8d4-722f8d65668c
11:56:52.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=475a1fa0-0e6a-4d61-bd6a-5a9420435e9d
11:56:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f5e22d5-7c28-4cc4-9d27-2c75236aaa1e
11:56:52.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf639cf-575c-4cab-bf9a-2ceabccd8a90
11:56:52.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b132b446-be4d-4845-ab94-41f23ecc9b31
11:56:52.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8893685d-d7e4-467f-8f15-db207099ce3f
11:56:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e940b154-bd30-4ca1-8ee9-c9fd598d3992
11:56:52.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=334ca5eb-0870-4b02-960d-559179294f67
11:56:52.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6be7bc-1b2a-4f23-a9a3-a847173d3c22
11:56:52.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7797438f-6527-4551-82c2-65927a2a4660
11:56:52.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=419b2d60-8aa8-4c80-a820-26545c7ac913
11:56:52.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69c4b55e-0e6f-489f-9da5-45276a330f1b
11:56:52.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=831940f6-38d7-4e52-b15d-cb2ce81483e0
11:56:52.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd1b8964-999f-45de-b957-905beddc9c07
11:56:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:52.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446160a6-4327-46c9-b5a3-eb002eea2904
11:56:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:52.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:52.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:52.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:52.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ddf5c09-bfd1-432e-b3b7-edb5610ffffa
11:56:52.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0a8445-393c-41d2-b2f0-34738bbfe290
11:56:53.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c97ae23-4025-4d36-9b0c-cd9612e4b085
11:56:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c57f4f-f1f4-46b9-be11-f221589b242c
11:56:53.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33d6b0f2-3e27-4df6-a6f0-e3992907d6ff
11:56:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc57e2e2-9924-4a32-ac46-d9b039d172fc
11:56:53.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26abc6b9-623c-449a-84d5-9bb49d3d4f79
11:56:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29817933-1420-4adf-a41b-2ff9d5f27e2c
11:56:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a764508a-1708-42c2-b0ee-97fe0f235808
11:56:53.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6026b5f-1f6f-437a-b3b1-07a17ebf602c
11:56:53.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4546ad04-4d3b-4c04-b6d6-f3d6cd734cca
11:56:53.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77c18dd1-e41f-40ec-8673-dc472cf3a942
11:56:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e06af71-2232-4009-b7f1-d339b49c343e
11:56:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca0a5d1-9c9f-4f81-babd-af365a82779a
11:56:53.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5792a97e-bce0-4683-8d39-72b3f6ecb832
11:56:53.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=027d8f0d-7f6d-4fc5-9281-de989ec6e886
11:56:53.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba0bfa76-39e1-445f-942d-a509f7c4687a
11:56:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5599d3c-4a25-4b72-a29e-f1d764d7ad2a
11:56:53.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1564894-ada4-4630-aa51-466f44817d38
11:56:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76a4ae5a-4023-43b8-9378-d3c978f81102
11:56:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:53.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:53.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:53.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f5e22d5-7c28-4cc4-9d27-2c75236aaa1e
11:56:53.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:53.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:53.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:53.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:53.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d50aa4c5-fd71-498e-a8c7-784483f802ff
11:56:53.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2516c78-7651-451f-ba29-82d8f207aa48
11:56:54.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b132b446-be4d-4845-ab94-41f23ecc9b31
11:56:54.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125dc14b-8b79-4f74-8c7d-c49ee35d396a
11:56:54.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8893685d-d7e4-467f-8f15-db207099ce3f
11:56:54.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46cf7162-6d71-4167-95cd-7c466db65909
11:56:54.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=334ca5eb-0870-4b02-960d-559179294f67
11:56:54.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7797438f-6527-4551-82c2-65927a2a4660
11:56:54.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f33af3f-9fac-40fe-afb4-9409a4f1009f
11:56:54.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69c4b55e-0e6f-489f-9da5-45276a330f1b
11:56:54.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ac9a6e-e636-4d7e-b0df-d83a349ddda2
11:56:54.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd1b8964-999f-45de-b957-905beddc9c07
11:56:54.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d6edb98-eb18-44e7-828d-b3b59bc9ba49
11:56:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ddf5c09-bfd1-432e-b3b7-edb5610ffffa
11:56:54.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c97ae23-4025-4d36-9b0c-cd9612e4b085
11:56:54.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3530ed9c-febe-43f6-9d50-b68371ba39df
11:56:54.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33d6b0f2-3e27-4df6-a6f0-e3992907d6ff
11:56:54.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26782b23-7b81-4a4f-b817-c829616a9d80
11:56:54.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26abc6b9-623c-449a-84d5-9bb49d3d4f79
11:56:54.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a92fd8-d10e-4249-99c1-d2645f145f20
11:56:54.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a764508a-1708-42c2-b0ee-97fe0f235808
11:56:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d17a3cef-c27b-4e89-a771-84b4b5db43af
11:56:54.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:54.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:54.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:54.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:54.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:54.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:54.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:54.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4546ad04-4d3b-4c04-b6d6-f3d6cd734cca
11:56:54.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf50040a-eae1-4743-b088-7b801d239a3a
11:56:55.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca0a5d1-9c9f-4f81-babd-af365a82779a
11:56:55.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d309bc-8f35-4334-86b3-84cc26ff404e
11:56:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=027d8f0d-7f6d-4fc5-9281-de989ec6e886
11:56:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4855eb39-4e71-42b1-bd74-39872d4d6bd6
11:56:55.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5599d3c-4a25-4b72-a29e-f1d764d7ad2a
11:56:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76a4ae5a-4023-43b8-9378-d3c978f81102
11:56:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fabd9ac-4065-430a-9507-417ecf98641d
11:56:55.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d50aa4c5-fd71-498e-a8c7-784483f802ff
11:56:55.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfd4b2a-868c-4dd7-888a-50751a07519f
11:56:55.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7829513-f4e4-44d4-a1ac-14c18ca06e41
11:56:55.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2516c78-7651-451f-ba29-82d8f207aa48
11:56:55.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125dc14b-8b79-4f74-8c7d-c49ee35d396a
11:56:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b32a572-dc39-47ff-93bb-766cfc7d4118
11:56:55.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46cf7162-6d71-4167-95cd-7c466db65909
11:56:55.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb4924f-2442-431e-8e04-a02070e335a9
11:56:55.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f33af3f-9fac-40fe-afb4-9409a4f1009f
11:56:55.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a92356-dffd-4e09-b8b3-798c3ecb7e4d
11:56:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ac9a6e-e636-4d7e-b0df-d83a349ddda2
11:56:55.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c31c74f-399c-4390-9db8-586650886d36
11:56:55.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d6edb98-eb18-44e7-828d-b3b59bc9ba49
11:56:55.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:55.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:55.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baa7f9e7-829a-4f4b-9e97-396645163a16
11:56:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:55.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:55.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:55.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:55.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3530ed9c-febe-43f6-9d50-b68371ba39df
11:56:55.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc7a5bd-7557-4a46-b8a2-89b9729cf4ea
11:56:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26782b23-7b81-4a4f-b817-c829616a9d80
11:56:56.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782d9f44-4005-4c7d-bd21-ce246aba1565
11:56:56.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a92fd8-d10e-4249-99c1-d2645f145f20
11:56:56.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a298d349-eaf7-4b37-bbe8-9f577fad4c2d
11:56:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d17a3cef-c27b-4e89-a771-84b4b5db43af
11:56:56.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0c5cd8b-2a79-4db5-90a2-c445f77e4607
11:56:56.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf50040a-eae1-4743-b088-7b801d239a3a
11:56:56.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d309bc-8f35-4334-86b3-84cc26ff404e
11:56:56.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=629b57e3-3420-4bc9-a636-809c5d989001
11:56:56.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4855eb39-4e71-42b1-bd74-39872d4d6bd6
11:56:56.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0111e678-c284-4444-aca7-a27561de993c
11:56:56.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fabd9ac-4065-430a-9507-417ecf98641d
11:56:56.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a09510-9071-45a0-a75a-e48a7ba525a3
11:56:56.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cf646d3-cb40-4c41-bab7-f4a7ac329cf8
11:56:56.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfd4b2a-868c-4dd7-888a-50751a07519f
11:56:56.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f70230-889c-40ef-b840-82d88d6eaa46
11:56:56.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7829513-f4e4-44d4-a1ac-14c18ca06e41
11:56:56.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf3ad6d-c032-43b2-ba5a-98d4f3ba0414
11:56:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b32a572-dc39-47ff-93bb-766cfc7d4118
11:56:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a26a373-b180-4e8d-a680-be7c7bcf3cf1
11:56:56.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:56.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:56.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:56.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:56.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:56.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:56.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:56.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb4924f-2442-431e-8e04-a02070e335a9
11:56:56.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a92356-dffd-4e09-b8b3-798c3ecb7e4d
11:56:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52ee3970-16cc-4861-883b-0d673ec7cd47
11:56:57.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c1b02d7-03f9-4dc7-a25f-a21bdad89ebd
11:56:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c31c74f-399c-4390-9db8-586650886d36
11:56:57.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3cc22f9-9c8d-484e-9598-9e1cb4f29f1e
11:56:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baa7f9e7-829a-4f4b-9e97-396645163a16
11:56:57.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc7a5bd-7557-4a46-b8a2-89b9729cf4ea
11:56:57.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3e327c-4c1b-4c94-b058-f104f2b94c8d
11:56:57.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf287a8-806d-4eac-862b-cb27043c82be
11:56:57.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782d9f44-4005-4c7d-bd21-ce246aba1565
11:56:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a298d349-eaf7-4b37-bbe8-9f577fad4c2d
11:56:57.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f1f9e7-2235-4556-8d4f-344076c1a83b
11:56:57.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0c5cd8b-2a79-4db5-90a2-c445f77e4607
11:56:57.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cbce38d-f750-4757-a351-ab55dca3adab
11:56:57.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=629b57e3-3420-4bc9-a636-809c5d989001
11:56:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5025caf-df03-4af7-bb85-316c45f5b18b
11:56:57.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0111e678-c284-4444-aca7-a27561de993c
11:56:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae5b9618-9fc1-424d-a41e-5aa823391750
11:56:57.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a09510-9071-45a0-a75a-e48a7ba525a3
11:56:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306133dd-79b8-4fb9-8cda-e32accf852b2
11:56:57.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cf646d3-cb40-4c41-bab7-f4a7ac329cf8
11:56:57.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:57.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:57.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:57.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:57.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:57.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b1bf3a-4b13-4c57-8f59-d8a1dd18e1be
11:56:57.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f70230-889c-40ef-b840-82d88d6eaa46
11:56:58.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d5ff1d-304e-42f4-bad6-c049a0d62dcf
11:56:58.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf3ad6d-c032-43b2-ba5a-98d4f3ba0414
11:56:58.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a26a373-b180-4e8d-a680-be7c7bcf3cf1
11:56:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ead28c6-82ae-4e30-bb08-4ce837f02da1
11:56:58.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52ee3970-16cc-4861-883b-0d673ec7cd47
11:56:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=022a6e03-4c18-44bb-98ef-41674d819ad7
11:56:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c1b02d7-03f9-4dc7-a25f-a21bdad89ebd
11:56:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e70e0a0-d3ca-46b0-aac1-6da57603dfe4
11:56:58.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3cc22f9-9c8d-484e-9598-9e1cb4f29f1e
11:56:58.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=918b3fa6-340b-4280-a15e-7f892e2c5264
11:56:58.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3e327c-4c1b-4c94-b058-f104f2b94c8d
11:56:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3422d81a-3cf9-4b7d-a3d5-e3087b245a81
11:56:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f942a28-1465-4775-8e5d-5a0fa4e9a3f0
11:56:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf287a8-806d-4eac-862b-cb27043c82be
11:56:58.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c61ccdd-4a19-42ff-96eb-7be2dffabbcd
11:56:58.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f1f9e7-2235-4556-8d4f-344076c1a83b
11:56:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0afb8de-39be-49e4-a3a9-65f3532b7ac5
11:56:58.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cbce38d-f750-4757-a351-ab55dca3adab
11:56:58.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:58.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:58.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:58.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:58.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:58.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:58.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325603d4-bc31-4dd0-9053-537c9543d667
11:56:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5025caf-df03-4af7-bb85-316c45f5b18b
11:56:59.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae5b9618-9fc1-424d-a41e-5aa823391750
11:56:59.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e639840f-ae50-4575-916e-4db7fd1d17c9
11:56:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306133dd-79b8-4fb9-8cda-e32accf852b2
11:56:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd21da69-ad0d-463e-b979-c2a29f505e24
11:56:59.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b1bf3a-4b13-4c57-8f59-d8a1dd18e1be
11:56:59.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16133cf5-90ed-4e0b-8cb9-b34e4ec1a8c5
11:56:59.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d5ff1d-304e-42f4-bad6-c049a0d62dcf
11:56:59.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb34e726-f780-4b3d-8cda-a860420af114
11:56:59.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98183d39-8750-4328-b4c5-e1bd9b9743ec
11:56:59.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ead28c6-82ae-4e30-bb08-4ce837f02da1
11:56:59.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=022a6e03-4c18-44bb-98ef-41674d819ad7
11:56:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac5e0cb3-65d1-4692-86dc-6d07d1736156
11:56:59.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e70e0a0-d3ca-46b0-aac1-6da57603dfe4
11:56:59.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e024fe-eb60-4676-96c2-4f9cddabe367
11:56:59.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=918b3fa6-340b-4280-a15e-7f892e2c5264
11:56:59.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=452412e0-7752-4e96-96e5-8d7199aab1a1
11:56:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3422d81a-3cf9-4b7d-a3d5-e3087b245a81
11:56:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6f0dc5-5dfa-4935-b442-5e7331982fcc
11:56:59.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee55ffc8-2915-4b82-a371-42e55a9fd397
11:56:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:56:59.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:56:59.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f942a28-1465-4775-8e5d-5a0fa4e9a3f0
11:56:59.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:56:59.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:56:59.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:56:59.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:56:59.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:56:59.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c61ccdd-4a19-42ff-96eb-7be2dffabbcd
11:57:00.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2384a01d-8b0b-4ae4-9919-9ae9083f2c9f
11:57:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0afb8de-39be-49e4-a3a9-65f3532b7ac5
11:57:00.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc45d8e8-dbcd-4d5b-adac-bd71396ac861
11:57:00.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325603d4-bc31-4dd0-9053-537c9543d667
11:57:00.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c238a0df-fbae-423a-b1ca-8991d43daea4
11:57:00.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e639840f-ae50-4575-916e-4db7fd1d17c9
11:57:00.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd21da69-ad0d-463e-b979-c2a29f505e24
11:57:00.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a336f20f-f94f-4972-8c48-41ee3a45d659
11:57:00.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16133cf5-90ed-4e0b-8cb9-b34e4ec1a8c5
11:57:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab67669d-9fc6-406c-9873-7f80b5194750
11:57:00.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb34e726-f780-4b3d-8cda-a860420af114
11:57:00.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b0eb3d-653d-4217-bfff-375f22ffe007
11:57:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98183d39-8750-4328-b4c5-e1bd9b9743ec
11:57:00.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5d08f-1fda-4bd8-81e5-8145c8a77f38
11:57:00.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac5e0cb3-65d1-4692-86dc-6d07d1736156
11:57:00.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dffaa7cd-d966-4f23-9bf5-332d70d46591
11:57:00.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e024fe-eb60-4676-96c2-4f9cddabe367
11:57:00.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1e7c21c-8369-47cc-ab53-ed8d9617e1cf
11:57:00.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=452412e0-7752-4e96-96e5-8d7199aab1a1
11:57:00.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c71e3b81-0a84-4fa4-a109-ac84ee64d1ef
11:57:00.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:00.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:00.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6f0dc5-5dfa-4935-b442-5e7331982fcc
11:57:00.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:00.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:00.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:00.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:00.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:00.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad7093e2-0945-48d5-bafd-565c8fee4545
11:57:00.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e474b9e-4086-45b6-9bb6-ff803d944a7c
11:57:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee55ffc8-2915-4b82-a371-42e55a9fd397
11:57:01.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f2798d-1e39-4f54-aaf0-572ecaaf0a35
11:57:01.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2384a01d-8b0b-4ae4-9919-9ae9083f2c9f
11:57:01.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57856b46-9369-47f1-879d-9dca8f87072e
11:57:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc45d8e8-dbcd-4d5b-adac-bd71396ac861
11:57:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c662ae-13e8-45fc-94b8-17c3b4ad8668
11:57:01.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c238a0df-fbae-423a-b1ca-8991d43daea4
11:57:01.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4c857a6-c822-4c9e-8b4d-a26054c674f3
11:57:01.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a336f20f-f94f-4972-8c48-41ee3a45d659
11:57:01.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e593ce6-9c5b-49a7-bd2a-70f6211b34e3
11:57:01.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab67669d-9fc6-406c-9873-7f80b5194750
11:57:01.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31cb9b98-132f-4f0a-a05c-e3bcd8c0bdf2
11:57:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b0eb3d-653d-4217-bfff-375f22ffe007
11:57:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4baeca9b-1f56-48d2-9fad-9cffc517852d
11:57:01.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5d08f-1fda-4bd8-81e5-8145c8a77f38
11:57:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dffaa7cd-d966-4f23-9bf5-332d70d46591
11:57:01.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe8154f6-12ba-4d5a-ad74-9fc0adb25bc6
11:57:01.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1e7c21c-8369-47cc-ab53-ed8d9617e1cf
11:57:01.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c71e3b81-0a84-4fa4-a109-ac84ee64d1ef
11:57:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:01.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=485119c2-b9d0-4055-846a-88394b9e6f56
11:57:01.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:01.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:01.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:01.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:01.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f948943-7506-4b3d-823a-b442eac7fc24
11:57:02.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad7093e2-0945-48d5-bafd-565c8fee4545
11:57:02.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e474b9e-4086-45b6-9bb6-ff803d944a7c
11:57:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e2caa9-a358-41b0-9873-625b51d2e61e
11:57:02.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f2798d-1e39-4f54-aaf0-572ecaaf0a35
11:57:02.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c49c8d-7bcc-4044-b733-ad4f2d8d0754
11:57:02.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57856b46-9369-47f1-879d-9dca8f87072e
11:57:02.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8df229e1-0a54-40ca-a439-831d97ddce97
11:57:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c662ae-13e8-45fc-94b8-17c3b4ad8668
11:57:02.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4c857a6-c822-4c9e-8b4d-a26054c674f3
11:57:02.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9419b94e-d277-445f-9ae1-7ccf928b82ac
11:57:02.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e593ce6-9c5b-49a7-bd2a-70f6211b34e3
11:57:02.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a50e563-4480-46fc-8784-7a766612a4a9
11:57:02.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31cb9b98-132f-4f0a-a05c-e3bcd8c0bdf2
11:57:02.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1496af93-cd46-4a77-bcb9-50d51646053d
11:57:02.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8e5da93-cd3a-4aa9-9f82-ad0fa01db9e8
11:57:02.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4baeca9b-1f56-48d2-9fad-9cffc517852d
11:57:02.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7d7e74-df17-411b-872c-fadda37581aa
11:57:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe8154f6-12ba-4d5a-ad74-9fc0adb25bc6
11:57:02.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=485119c2-b9d0-4055-846a-88394b9e6f56
11:57:02.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f2edc11-4f0f-4194-bf35-51c0f677d7de
11:57:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f948943-7506-4b3d-823a-b442eac7fc24
11:57:02.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:02.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:02.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:02.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:02.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:02.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:02.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:02.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d04b72a-97f5-4efd-a231-86496471b230
11:57:02.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e2caa9-a358-41b0-9873-625b51d2e61e
11:57:03.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bb2c2a4-f0b3-43bc-961d-cf24974da192
11:57:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c49c8d-7bcc-4044-b733-ad4f2d8d0754
11:57:03.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8df229e1-0a54-40ca-a439-831d97ddce97
11:57:03.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51832e82-3bb0-48f8-b56f-8d4073aef47d
11:57:03.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9419b94e-d277-445f-9ae1-7ccf928b82ac
11:57:03.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcae726-7e3d-4218-aae5-4a5a888b6a7d
11:57:03.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a50e563-4480-46fc-8784-7a766612a4a9
11:57:03.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40981dd6-d83e-4676-aea5-e92ec8132a2e
11:57:03.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1496af93-cd46-4a77-bcb9-50d51646053d
11:57:03.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332005d0-48d3-4548-b261-9aa607376158
11:57:03.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8e5da93-cd3a-4aa9-9f82-ad0fa01db9e8
11:57:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7d7e74-df17-411b-872c-fadda37581aa
11:57:03.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461d4281-aefe-4c05-abc3-e8fbf7d8b6b8
11:57:03.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03b9575-a6c7-40a0-8037-4120254d2409
11:57:03.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f2edc11-4f0f-4194-bf35-51c0f677d7de
11:57:03.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168fd84c-d1c5-42a8-a3bc-7d47bf25a5b0
11:57:03.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d04b72a-97f5-4efd-a231-86496471b230
11:57:03.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81d5b13f-2be8-40b4-b2e1-1aa13f18619c
11:57:03.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bb2c2a4-f0b3-43bc-961d-cf24974da192
11:57:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5475c6a6-2122-4ed4-b2d0-839419534bad
11:57:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:03.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:03.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:03.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:03.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:03.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:03.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51832e82-3bb0-48f8-b56f-8d4073aef47d
11:57:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcae726-7e3d-4218-aae5-4a5a888b6a7d
11:57:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b85e28-e206-424b-998f-2863e42d7a27
11:57:04.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40981dd6-d83e-4676-aea5-e92ec8132a2e
11:57:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d439c77b-0cf8-46c0-95b7-889565329571
11:57:04.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332005d0-48d3-4548-b261-9aa607376158
11:57:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3ddba6-000b-4bc1-b7f0-e29d9d457cdc
11:57:04.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce948ba5-308f-4b17-b987-866da857ac9a
11:57:04.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461d4281-aefe-4c05-abc3-e8fbf7d8b6b8
11:57:04.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08130924-9351-4c0e-a8db-9dd75e41ee3f
11:57:04.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03b9575-a6c7-40a0-8037-4120254d2409
11:57:04.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05377eea-7694-418d-8b78-ed833779d6d5
11:57:04.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168fd84c-d1c5-42a8-a3bc-7d47bf25a5b0
11:57:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67a037a9-7722-42cd-ac90-b2956fa9d928
11:57:04.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81d5b13f-2be8-40b4-b2e1-1aa13f18619c
11:57:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5475c6a6-2122-4ed4-b2d0-839419534bad
11:57:04.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1605fcb8-0085-4184-be46-b6a660fe077a
11:57:04.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b85e28-e206-424b-998f-2863e42d7a27
11:57:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1cc37b-cd1f-4f05-b065-5fe71922bc59
11:57:04.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d439c77b-0cf8-46c0-95b7-889565329571
11:57:04.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529d370c-0d5f-462f-b1ba-021cbb1bff8e
11:57:04.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3ddba6-000b-4bc1-b7f0-e29d9d457cdc
11:57:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:04.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:04.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73e4d1a-7db4-4b1d-9bad-46e942960a2e
11:57:04.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:04.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:04.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:04.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:04.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:04.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce948ba5-308f-4b17-b987-866da857ac9a
11:57:04.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528a01f1-f1b1-4ad1-868e-ea4d98934ca3
11:57:05.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08130924-9351-4c0e-a8db-9dd75e41ee3f
11:57:05.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2cba971-990c-4737-bb91-7e1deaea4e18
11:57:05.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05377eea-7694-418d-8b78-ed833779d6d5
11:57:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ea9bbd6-98da-40bf-92a2-c36a21beb64d
11:57:05.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7beb294f-2437-4fb4-91df-32d324ed6e51
11:57:05.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67a037a9-7722-42cd-ac90-b2956fa9d928
11:57:05.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5eccc8-923f-4a90-a509-710640d03f65
11:57:05.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1605fcb8-0085-4184-be46-b6a660fe077a
11:57:05.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=489149a3-f05e-481c-9ed6-7ccec4d6d8ee
11:57:05.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1cc37b-cd1f-4f05-b065-5fe71922bc59
11:57:05.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fca3b6-7620-4892-82dc-7496aaea205f
11:57:05.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529d370c-0d5f-462f-b1ba-021cbb1bff8e
11:57:05.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3435b5-3f59-4973-8319-5a7c0cfe2378
11:57:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73e4d1a-7db4-4b1d-9bad-46e942960a2e
11:57:05.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b08d39a-3674-4262-9f2f-311f224387f2
11:57:05.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528a01f1-f1b1-4ad1-868e-ea4d98934ca3
11:57:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f33e508-de7a-4f17-9ab9-e01d0cff8c4d
11:57:05.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2cba971-990c-4737-bb91-7e1deaea4e18
11:57:05.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16869fb0-667f-4752-bda5-761670fa1d13
11:57:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:05.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:05.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ea9bbd6-98da-40bf-92a2-c36a21beb64d
11:57:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7beb294f-2437-4fb4-91df-32d324ed6e51
11:57:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9505cb9-cf9f-4602-9a09-0f74b2f97829
11:57:06.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6743d9f0-455a-463c-ad92-60c1d4bc4680
11:57:06.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5eccc8-923f-4a90-a509-710640d03f65
11:57:06.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=314dc21d-24de-4943-8093-abd99df06c71
11:57:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=489149a3-f05e-481c-9ed6-7ccec4d6d8ee
11:57:06.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fca3b6-7620-4892-82dc-7496aaea205f
11:57:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c962da-4348-4ece-8460-097b17cfee39
11:57:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3435b5-3f59-4973-8319-5a7c0cfe2378
11:57:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7345d65-37a5-4748-ae31-b8701c4ece96
11:57:06.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b08d39a-3674-4262-9f2f-311f224387f2
11:57:06.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4451fd-3546-4cb9-a05a-53fe8d97789d
11:57:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f33e508-de7a-4f17-9ab9-e01d0cff8c4d
11:57:06.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90a1353c-90a2-42e3-bec8-01065cb80418
11:57:06.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16869fb0-667f-4752-bda5-761670fa1d13
11:57:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329295aa-7e64-4f5e-a005-c050deca17b6
11:57:06.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9505cb9-cf9f-4602-9a09-0f74b2f97829
11:57:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6988edcc-a69a-4a56-b9e8-491f45fd9b89
11:57:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6743d9f0-455a-463c-ad92-60c1d4bc4680
11:57:06.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:06.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:06.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:06.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:06.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:06.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:06.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:06.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d273e8-b15a-4109-b40a-7f1cfaf77ca3
11:57:06.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=314dc21d-24de-4943-8093-abd99df06c71
11:57:07.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d910e15-a912-45d4-ae50-e8511727cebe
11:57:07.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c962da-4348-4ece-8460-097b17cfee39
11:57:07.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ba678f-f39f-41d3-a307-426cf830c298
11:57:07.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7345d65-37a5-4748-ae31-b8701c4ece96
11:57:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aedffb6c-143a-49be-82cd-989e47bcc0d7
11:57:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4451fd-3546-4cb9-a05a-53fe8d97789d
11:57:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99346c1e-8800-410c-bbd5-caadde37f966
11:57:07.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90a1353c-90a2-42e3-bec8-01065cb80418
11:57:07.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e6e158-8443-4c9c-a7fa-82524d2538de
11:57:07.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329295aa-7e64-4f5e-a005-c050deca17b6
11:57:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=214de5a9-f53d-4e1b-a574-4cc13c2139b9
11:57:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6988edcc-a69a-4a56-b9e8-491f45fd9b89
11:57:07.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de8a7138-4624-45dc-ab3c-f416c4a2fa13
11:57:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d273e8-b15a-4109-b40a-7f1cfaf77ca3
11:57:07.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d910e15-a912-45d4-ae50-e8511727cebe
11:57:07.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a531113b-6bd5-41ee-937c-945b214fe66a
11:57:07.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ba678f-f39f-41d3-a307-426cf830c298
11:57:07.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:07.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:07.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:07.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:07.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:07.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2e5930-b621-4a3c-aa42-153e917c554f
11:57:07.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aedffb6c-143a-49be-82cd-989e47bcc0d7
11:57:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c615a3a3-2a9c-413b-ae19-7c3bceb6eb80
11:57:08.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99346c1e-8800-410c-bbd5-caadde37f966
11:57:08.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0cb4bd7-363a-4722-b393-c5202de208cd
11:57:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e6e158-8443-4c9c-a7fa-82524d2538de
11:57:08.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fcf5cd-2ddd-4ddb-8fa5-da3764848758
11:57:08.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=214de5a9-f53d-4e1b-a574-4cc13c2139b9
11:57:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e939b51-1dfd-49f0-8ed0-366c390a7f35
11:57:08.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de8a7138-4624-45dc-ab3c-f416c4a2fa13
11:57:08.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce011c9c-b777-4fe5-8ed5-cbfa3ac96484
11:57:08.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a531113b-6bd5-41ee-937c-945b214fe66a
11:57:08.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d03d6b96-e3fa-4e71-9e8f-72a0d8853b97
11:57:08.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2e5930-b621-4a3c-aa42-153e917c554f
11:57:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5125d380-3537-4951-81f3-87f50833ddac
11:57:08.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c615a3a3-2a9c-413b-ae19-7c3bceb6eb80
11:57:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0cb4bd7-363a-4722-b393-c5202de208cd
11:57:08.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe73c429-6579-4ebf-b63c-2da43e7377a9
11:57:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fcf5cd-2ddd-4ddb-8fa5-da3764848758
11:57:08.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e286b5c-ed9b-4162-9616-20048acbf29f
11:57:08.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e939b51-1dfd-49f0-8ed0-366c390a7f35
11:57:08.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2687044e-65ea-4c82-9541-04164535a345
11:57:08.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:08.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:08.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce011c9c-b777-4fe5-8ed5-cbfa3ac96484
11:57:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec31f69c-e5d8-47e4-b73a-e2856dfe3710
11:57:09.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d03d6b96-e3fa-4e71-9e8f-72a0d8853b97
11:57:09.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fecf0336-0b6f-4104-a0e2-0c7bcc0461a9
11:57:09.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5125d380-3537-4951-81f3-87f50833ddac
11:57:09.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e7cf61-6305-4d1b-b5aa-81c91cb3b311
11:57:09.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe73c429-6579-4ebf-b63c-2da43e7377a9
11:57:09.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30b52cbb-6f67-4b88-9fc5-d6e774c59a89
11:57:09.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e286b5c-ed9b-4162-9616-20048acbf29f
11:57:09.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca41e529-8288-4c7f-b365-a6b0f9db580b
11:57:09.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2687044e-65ea-4c82-9541-04164535a345
11:57:09.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9406097c-46be-4dd5-bed9-b5378c872a28
11:57:09.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec31f69c-e5d8-47e4-b73a-e2856dfe3710
11:57:09.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b4b1e3-a21b-450a-842f-845193e073fd
11:57:09.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fecf0336-0b6f-4104-a0e2-0c7bcc0461a9
11:57:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a9de44a-24a2-4c2b-977d-b4a33d8084cb
11:57:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8e7cf61-6305-4d1b-b5aa-81c91cb3b311
11:57:09.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28feb3e2-cab5-423d-a0c7-6cee369909ca
11:57:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30b52cbb-6f67-4b88-9fc5-d6e774c59a89
11:57:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a29eff41-457a-4bf8-9eb5-425280e863a1
11:57:09.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2aa30d-df47-43d5-8a46-dd2d2f1ea8c7
11:57:09.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca41e529-8288-4c7f-b365-a6b0f9db580b
11:57:09.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:09.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:09.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:09.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e45c749-08ab-4f6c-9c47-bea41bcd4a4f
11:57:09.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:09.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:09.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:09.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9406097c-46be-4dd5-bed9-b5378c872a28
11:57:10.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b4b1e3-a21b-450a-842f-845193e073fd
11:57:10.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7403c96c-7738-4243-8dac-e5c34e59763c
11:57:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a9de44a-24a2-4c2b-977d-b4a33d8084cb
11:57:10.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28feb3e2-cab5-423d-a0c7-6cee369909ca
11:57:10.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aafce6a-56c5-40b7-a083-dfbe39890c04
11:57:10.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a29eff41-457a-4bf8-9eb5-425280e863a1
11:57:10.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1005c8a8-cfea-4e9e-a942-72cdf1cb755b
11:57:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f2aa30d-df47-43d5-8a46-dd2d2f1ea8c7
11:57:10.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b957d9a6-28eb-4ba4-b29e-1f6e417bed83
11:57:10.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e45c749-08ab-4f6c-9c47-bea41bcd4a4f
11:57:10.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edf365c-661d-46e3-9f42-d3b35d43405c
11:57:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7403c96c-7738-4243-8dac-e5c34e59763c
11:57:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f177b02e-0f48-4085-a337-4e1770df29c9
11:57:10.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aafce6a-56c5-40b7-a083-dfbe39890c04
11:57:10.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec97ba4d-6edf-42f6-bb31-754fec1e0607
11:57:10.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1005c8a8-cfea-4e9e-a942-72cdf1cb755b
11:57:10.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be367952-1782-4f52-be75-816357c0ce90
11:57:10.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b957d9a6-28eb-4ba4-b29e-1f6e417bed83
11:57:10.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9289dbb9-d77c-4793-a0e3-d53e8e7defc9
11:57:10.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edf365c-661d-46e3-9f42-d3b35d43405c
11:57:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23402f04-d00c-429b-abd9-10c50f42393c
11:57:10.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f177b02e-0f48-4085-a337-4e1770df29c9
11:57:10.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:10.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:10.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:10.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:10.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:10.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:10.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:10.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a486717-b26c-46bb-a65c-5b488083799c
11:57:10.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=243bed78-f1e0-41a7-916a-c320d385eef8
11:57:11.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec97ba4d-6edf-42f6-bb31-754fec1e0607
11:57:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be367952-1782-4f52-be75-816357c0ce90
11:57:11.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5e94a1a-1ed3-4606-90ee-3eabfe819eb0
11:57:11.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9289dbb9-d77c-4793-a0e3-d53e8e7defc9
11:57:11.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a98574-db8f-4fc9-935d-a3f328e1c239
11:57:11.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1538968b-cf26-49b4-bb9c-98286dcb42ef
11:57:11.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23402f04-d00c-429b-abd9-10c50f42393c
11:57:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e37260f-e0fe-4b68-adf8-961bf921ab99
11:57:11.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a486717-b26c-46bb-a65c-5b488083799c
11:57:11.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb99e9c-dfe4-4042-a829-35f118304ca4
11:57:11.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=243bed78-f1e0-41a7-916a-c320d385eef8
11:57:11.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9e3896-a52a-4418-a891-468bfab7c144
11:57:11.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5e94a1a-1ed3-4606-90ee-3eabfe819eb0
11:57:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a98574-db8f-4fc9-935d-a3f328e1c239
11:57:11.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b707db-1a4b-4e47-b9f4-5610fefe55f1
11:57:11.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1538968b-cf26-49b4-bb9c-98286dcb42ef
11:57:11.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f64bf93-bf3e-405a-817a-4e5aa31610fd
11:57:11.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e37260f-e0fe-4b68-adf8-961bf921ab99
11:57:11.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd329bb-5cb4-46ac-abd4-5dd5ec45b169
11:57:11.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb99e9c-dfe4-4042-a829-35f118304ca4
11:57:11.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=826d88ca-0c98-4557-aa4c-25c54c8fcccc
11:57:11.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:11.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:11.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:11.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:11.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:11.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9e3896-a52a-4418-a891-468bfab7c144
11:57:11.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c103abb-b263-46e7-a11c-204b76eb5b89
11:57:12.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b707db-1a4b-4e47-b9f4-5610fefe55f1
11:57:12.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=285ba754-762f-4ca1-8fde-3b22273c4832
11:57:12.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f64bf93-bf3e-405a-817a-4e5aa31610fd
11:57:12.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e104f50c-64c3-4760-8c39-dc59332d8caa
11:57:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1441888a-b972-438a-adb8-f2d88f91f321
11:57:12.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd329bb-5cb4-46ac-abd4-5dd5ec45b169
11:57:12.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=826d88ca-0c98-4557-aa4c-25c54c8fcccc
11:57:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abc8aff1-ac27-4f35-a707-53503adae149
11:57:12.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c103abb-b263-46e7-a11c-204b76eb5b89
11:57:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ea8e2b1-8ccb-46df-8e5e-6ac4d916da7c
11:57:12.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=285ba754-762f-4ca1-8fde-3b22273c4832
11:57:12.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db77a1c9-181b-4a88-a71e-04000b5e59ee
11:57:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e104f50c-64c3-4760-8c39-dc59332d8caa
11:57:12.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1441888a-b972-438a-adb8-f2d88f91f321
11:57:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fa88fd9-ff5d-4806-8dd6-684a2a312a33
11:57:12.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abc8aff1-ac27-4f35-a707-53503adae149
11:57:12.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcdc8ad9-a59e-49eb-9f50-1cb7ef963129
11:57:12.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ea8e2b1-8ccb-46df-8e5e-6ac4d916da7c
11:57:12.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e291c090-4977-412d-ab03-b960ee92ccfb
11:57:12.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db77a1c9-181b-4a88-a71e-04000b5e59ee
11:57:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:12.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:12.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:12.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:12.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:12.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc5c6a0d-01bc-4b22-bcd2-77d5c15df869
11:57:12.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fa88fd9-ff5d-4806-8dd6-684a2a312a33
11:57:13.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcdc8ad9-a59e-49eb-9f50-1cb7ef963129
11:57:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff1622a-c466-4220-882d-17e0d0fc5bb8
11:57:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e291c090-4977-412d-ab03-b960ee92ccfb
11:57:13.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7b226aa-add4-4ed2-b237-936aa0d0323a
11:57:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc5c6a0d-01bc-4b22-bcd2-77d5c15df869
11:57:13.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=711e5f2f-4838-4142-b3d4-2d918b90228b
11:57:13.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff1622a-c466-4220-882d-17e0d0fc5bb8
11:57:13.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f176ef7-02e4-400f-a45d-fc7549bca4b2
11:57:13.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7b226aa-add4-4ed2-b237-936aa0d0323a
11:57:13.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b6bd695-c684-4774-9091-7dc381407e12
11:57:13.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=711e5f2f-4838-4142-b3d4-2d918b90228b
11:57:13.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f176ef7-02e4-400f-a45d-fc7549bca4b2
11:57:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d5a3eb-d8b5-4cb4-8294-4a8d47c7f573
11:57:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b6bd695-c684-4774-9091-7dc381407e12
11:57:13.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443cf3e1-eb08-4fb2-9e56-414253513af3
11:57:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d5a3eb-d8b5-4cb4-8294-4a8d47c7f573
11:57:13.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2b1de3-6442-43ea-9866-7a467fbbc4cc
11:57:13.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443cf3e1-eb08-4fb2-9e56-414253513af3
11:57:13.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cad1b92-fbf9-424d-ba87-3950da0598f3
11:57:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2b1de3-6442-43ea-9866-7a467fbbc4cc
11:57:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:13.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:13.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:13.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:13.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:13.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=011d6f8e-f914-444e-9784-13cb77998957
11:57:14.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cad1b92-fbf9-424d-ba87-3950da0598f3
11:57:14.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0746926e-3e81-499c-aea2-88184e79113a
11:57:14.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=011d6f8e-f914-444e-9784-13cb77998957
11:57:14.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f33efee-8efb-46c7-835e-05b40654c7a3
11:57:14.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0746926e-3e81-499c-aea2-88184e79113a
11:57:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93103e08-b3c6-4da8-8a32-10e77d70a7be
11:57:14.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f33efee-8efb-46c7-835e-05b40654c7a3
11:57:14.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cc1876-f083-470f-a234-9831b3129506
11:57:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93103e08-b3c6-4da8-8a32-10e77d70a7be
11:57:14.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4434e8d7-d17b-4b2c-a671-f7a824aba7f5
11:57:14.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cc1876-f083-470f-a234-9831b3129506
11:57:14.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8a60e4-013d-4bbd-9892-bbd5204eb3c6
11:57:14.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d116d878-f0d0-4b67-942b-a17a66d013f8
11:57:14.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4434e8d7-d17b-4b2c-a671-f7a824aba7f5
11:57:14.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8a60e4-013d-4bbd-9892-bbd5204eb3c6
11:57:14.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6fcc1e1-e10f-4067-bbd4-8202b8232a97
11:57:14.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d116d878-f0d0-4b67-942b-a17a66d013f8
11:57:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782c0447-73a0-46cc-808c-14310ee3d172
11:57:14.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6fcc1e1-e10f-4067-bbd4-8202b8232a97
11:57:14.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6202875-0fb2-4c19-af71-556b07abdc53
11:57:14.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:14.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:14.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:14.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:14.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:14.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:14.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:14.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782c0447-73a0-46cc-808c-14310ee3d172
11:57:14.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c648ae7-90b4-45d7-b420-159f2dea94a9
11:57:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6202875-0fb2-4c19-af71-556b07abdc53
11:57:15.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab2dad1-9027-428c-b3cb-d63216b71bd7
11:57:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c648ae7-90b4-45d7-b420-159f2dea94a9
11:57:15.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feb36b45-24fb-4414-b699-58a7feb6693f
11:57:15.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab2dad1-9027-428c-b3cb-d63216b71bd7
11:57:15.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feb36b45-24fb-4414-b699-58a7feb6693f
11:57:15.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958fba11-57b2-42da-90da-35c42bb5c2ab
11:57:15.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958fba11-57b2-42da-90da-35c42bb5c2ab
11:57:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ce3970-8708-4a2a-8c15-06cfa652e12b
11:57:15.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ce3970-8708-4a2a-8c15-06cfa652e12b
11:57:15.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1472b82-cc2d-4738-ba5e-f25ff4f7b1fa
11:57:15.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515640b8-2a36-49d9-b769-1aa247ed9330
11:57:15.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1472b82-cc2d-4738-ba5e-f25ff4f7b1fa
11:57:15.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b66797-7812-405f-a07f-c8c2c9fa2147
11:57:15.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515640b8-2a36-49d9-b769-1aa247ed9330
11:57:15.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b509201-59ee-4e42-bb47-0ecd7bd558a6
11:57:15.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b66797-7812-405f-a07f-c8c2c9fa2147
11:57:15.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:15.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b5a858-5105-4a32-aa29-87b5f5a8e30f
11:57:15.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:15.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:15.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:15.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:15.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:15.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:15.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc0b79b-c47f-4e72-b59c-6908d8eeaa91
11:57:16.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b509201-59ee-4e42-bb47-0ecd7bd558a6
11:57:16.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2370520-63ee-458e-93a3-6c0d00a3348b
11:57:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b5a858-5105-4a32-aa29-87b5f5a8e30f
11:57:16.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6abd9359-fdbb-4ecd-85e4-322569d992df
11:57:16.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc0b79b-c47f-4e72-b59c-6908d8eeaa91
11:57:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9633194e-0977-4922-b664-ae8f4ab52970
11:57:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2370520-63ee-458e-93a3-6c0d00a3348b
11:57:16.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6abd9359-fdbb-4ecd-85e4-322569d992df
11:57:16.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d0a8e4-fe10-47d7-8dbb-0a07d684a76f
11:57:16.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9633194e-0977-4922-b664-ae8f4ab52970
11:57:16.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6771fee-516d-4550-8979-1f982e163bb9
11:57:16.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d0a8e4-fe10-47d7-8dbb-0a07d684a76f
11:57:16.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ddf374a-a53d-4755-8fd7-d7983956bd93
11:57:16.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6771fee-516d-4550-8979-1f982e163bb9
11:57:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c526820e-33de-4963-bc75-5804b7511b0c
11:57:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ddf374a-a53d-4755-8fd7-d7983956bd93
11:57:16.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e42772d6-01c4-441e-8410-cedd37f7eaeb
11:57:16.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8baab42-554f-4ba4-ace6-ea645275019b
11:57:16.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c526820e-33de-4963-bc75-5804b7511b0c
11:57:16.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebd83dde-5cd5-44bb-8de4-46ea5bb8c333
11:57:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:16.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e42772d6-01c4-441e-8410-cedd37f7eaeb
11:57:16.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:16.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:16.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:16.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:16.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:16.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:16.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b325b44f-e4da-4e72-bdcd-d92f7c743642
11:57:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8baab42-554f-4ba4-ace6-ea645275019b
11:57:17.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebd83dde-5cd5-44bb-8de4-46ea5bb8c333
11:57:17.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e03825b-d537-413f-b41c-6b2667ce8f8c
11:57:17.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b325b44f-e4da-4e72-bdcd-d92f7c743642
11:57:17.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e03825b-d537-413f-b41c-6b2667ce8f8c
11:57:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3039aba-9d99-44d2-943d-7dbb085dad47
11:57:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3039aba-9d99-44d2-943d-7dbb085dad47
11:57:17.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da306507-9bcf-4198-9cee-6388ef6ec180
11:57:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c27e4f6-e48d-47e8-9c95-0a4061866f55
11:57:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da306507-9bcf-4198-9cee-6388ef6ec180
11:57:17.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c9228e-0eb3-4d7f-945d-79e0ee7f6d8c
11:57:17.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c27e4f6-e48d-47e8-9c95-0a4061866f55
11:57:17.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcd8e7f-7c84-44a1-97d3-bc770afc8a49
11:57:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c9228e-0eb3-4d7f-945d-79e0ee7f6d8c
11:57:17.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb54ee08-b704-4d6c-9f5c-f551c88fce47
11:57:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcd8e7f-7c84-44a1-97d3-bc770afc8a49
11:57:17.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb54ee08-b704-4d6c-9f5c-f551c88fce47
11:57:17.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b7cb496-c74c-4433-b628-1afe1ddb6043
11:57:17.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b7cb496-c74c-4433-b628-1afe1ddb6043
11:57:17.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a38d2dd2-676a-4e9c-8b61-6a6ccaa7a384
11:57:17.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:17.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:17.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:17.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:17.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:17.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:17.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a38d2dd2-676a-4e9c-8b61-6a6ccaa7a384
11:57:17.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9955829b-d4fb-4cbd-b70a-b7eeff26853a
11:57:18.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9955829b-d4fb-4cbd-b70a-b7eeff26853a
11:57:18.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b3cb02-0b9e-462a-bc74-1099fbea2ca0
11:57:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b3cb02-0b9e-462a-bc74-1099fbea2ca0
11:57:18.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03f38641-71de-4631-8f36-b72a303c00c3
11:57:18.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03f38641-71de-4631-8f36-b72a303c00c3
11:57:18.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c9e800-ca0d-4efb-b456-e9cae0c15e95
11:57:18.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c9e800-ca0d-4efb-b456-e9cae0c15e95
11:57:18.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca01546-0d79-4bf4-9937-85a722c4d5d4
11:57:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca01546-0d79-4bf4-9937-85a722c4d5d4
11:57:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac4c471b-bc8b-4a21-91c0-a403a7bf8e5a
11:57:18.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac4c471b-bc8b-4a21-91c0-a403a7bf8e5a
11:57:18.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a69463-8946-4af2-adc3-4f691612bc73
11:57:18.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a69463-8946-4af2-adc3-4f691612bc73
11:57:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b5f146e-a4a2-41b3-b7b3-5c986b67d414
11:57:18.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b5f146e-a4a2-41b3-b7b3-5c986b67d414
11:57:18.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470ec41e-37e4-4c97-b4c6-aa936d2f4bea
11:57:18.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470ec41e-37e4-4c97-b4c6-aa936d2f4bea
11:57:18.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde74707-61dd-4845-86b8-9948e9025afa
11:57:18.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde74707-61dd-4845-86b8-9948e9025afa
11:57:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:18.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:18.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:18.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:18.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:18.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf41a38f-1ddc-49ee-8711-330fbea81e38
11:57:18.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf41a38f-1ddc-49ee-8711-330fbea81e38
11:57:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cc71599-c1c4-45db-aef8-b096cc788b34
11:57:19.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cc71599-c1c4-45db-aef8-b096cc788b34
11:57:19.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32cb054d-230d-4c78-aaba-abfc8a66d1be
11:57:19.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32cb054d-230d-4c78-aaba-abfc8a66d1be
11:57:19.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4368023b-d76a-4bcb-a2f6-3c3cbcabaa4b
11:57:19.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4368023b-d76a-4bcb-a2f6-3c3cbcabaa4b
11:57:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c1573-4473-402c-bc12-97d4669ce531
11:57:19.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c1573-4473-402c-bc12-97d4669ce531
11:57:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551db963-46b5-4ce7-83a3-cc172626745d
11:57:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551db963-46b5-4ce7-83a3-cc172626745d
11:57:19.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9513f041-0ba6-48dd-b8ca-1ad785765df8
11:57:19.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9513f041-0ba6-48dd-b8ca-1ad785765df8
11:57:19.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5de76ed3-e74c-4892-a45c-f9b8ce4c0298
11:57:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f919ebb8-ca76-4f21-b5a0-5311be1854f2
11:57:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5de76ed3-e74c-4892-a45c-f9b8ce4c0298
11:57:19.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=215a05d5-b1e9-4fc5-87ad-39bd0ffd3c7e
11:57:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f919ebb8-ca76-4f21-b5a0-5311be1854f2
11:57:19.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=215a05d5-b1e9-4fc5-87ad-39bd0ffd3c7e
11:57:19.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b39427-d8b2-489a-9c8f-a5bd340d0e79
11:57:19.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:19.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b39427-d8b2-489a-9c8f-a5bd340d0e79
11:57:19.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:19.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:19.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:19.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:19.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:19.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:19.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1fd5bb1-ac95-43f3-bc0f-18b4659701a3
11:57:20.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1fd5bb1-ac95-43f3-bc0f-18b4659701a3
11:57:20.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5238104e-3c75-4798-8e69-c8eb20b64389
11:57:20.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5238104e-3c75-4798-8e69-c8eb20b64389
11:57:20.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efc6200a-a0ef-448b-be00-8cb4b7727505
11:57:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efc6200a-a0ef-448b-be00-8cb4b7727505
11:57:20.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da758585-1216-43e4-ab80-003c9b9c55b4
11:57:20.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da758585-1216-43e4-ab80-003c9b9c55b4
11:57:20.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86b8f831-1ba9-4350-9b1d-a43c21c3d570
11:57:20.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86b8f831-1ba9-4350-9b1d-a43c21c3d570
11:57:20.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da09e0c-d3b0-4cbf-91c1-82ae161744d0
11:57:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da09e0c-d3b0-4cbf-91c1-82ae161744d0
11:57:20.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e59fbbd9-b794-422c-b63f-9e62f319ef90
11:57:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e59fbbd9-b794-422c-b63f-9e62f319ef90
11:57:20.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=631bdb17-8850-4d1c-b4f9-2bcb0dfa2ca7
11:57:20.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=631bdb17-8850-4d1c-b4f9-2bcb0dfa2ca7
11:57:20.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a7adad-125f-4dd2-8141-e902c1135a2b
11:57:20.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a7adad-125f-4dd2-8141-e902c1135a2b
11:57:20.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03c419a-f0d0-429e-9586-7d1285a2aa37
11:57:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03c419a-f0d0-429e-9586-7d1285a2aa37
11:57:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:20.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:20.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:20.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:20.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22f81547-2ee5-408c-af64-5f9de79165ed
11:57:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22f81547-2ee5-408c-af64-5f9de79165ed
11:57:21.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b2b78b-8d88-48e7-b06a-093598e48a24
11:57:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b2b78b-8d88-48e7-b06a-093598e48a24
11:57:21.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5696ed2-7df4-4870-a766-1852234ebf35
11:57:21.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5696ed2-7df4-4870-a766-1852234ebf35
11:57:21.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5e655e-e71a-46f9-b1fd-37e1952a2ce2
11:57:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5e655e-e71a-46f9-b1fd-37e1952a2ce2
11:57:21.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8a2f15-9918-4057-a92a-d14cfbd387eb
11:57:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8a2f15-9918-4057-a92a-d14cfbd387eb
11:57:21.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf02ccf7-dbde-4562-a469-db44d4030ffc
11:57:21.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf02ccf7-dbde-4562-a469-db44d4030ffc
11:57:21.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb259d72-2ba2-4680-a7ce-6c0f2218cd64
11:57:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb259d72-2ba2-4680-a7ce-6c0f2218cd64
11:57:21.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb9d9cf3-08e7-4de1-94c5-ffc21ab4229b
11:57:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb9d9cf3-08e7-4de1-94c5-ffc21ab4229b
11:57:21.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b60d4a8e-7d2a-4cfa-9947-bcce9d02490b
11:57:21.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b60d4a8e-7d2a-4cfa-9947-bcce9d02490b
11:57:21.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e5c34b-4262-4be7-b20f-3836a0c59288
11:57:21.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e5c34b-4262-4be7-b20f-3836a0c59288
11:57:21.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ede84d2-1976-4014-b644-01819e6c238b
11:57:21.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:21.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:21.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ede84d2-1976-4014-b644-01819e6c238b
11:57:21.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:21.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:21.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:21.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:21.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:21.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcfa23e-23e3-4a1f-aaeb-9d4447cb8bf1
11:57:21.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b206c2-554f-4754-874d-b7907933c19e
11:57:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcfa23e-23e3-4a1f-aaeb-9d4447cb8bf1
11:57:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fba81ff6-459a-4e63-bbb8-41043610b648
11:57:22.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b206c2-554f-4754-874d-b7907933c19e
11:57:22.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c3f61e-8a09-4385-b6a4-a00db5896edd
11:57:22.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fba81ff6-459a-4e63-bbb8-41043610b648
11:57:22.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6372d6-498a-4c4f-8d17-60763e30cbae
11:57:22.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c3f61e-8a09-4385-b6a4-a00db5896edd
11:57:22.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dbe86b-89d6-4b11-a16f-9f59989c2b76
11:57:22.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6372d6-498a-4c4f-8d17-60763e30cbae
11:57:22.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dbe86b-89d6-4b11-a16f-9f59989c2b76
11:57:22.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e3e758-c18d-49d7-9a3f-fea8bd21f878
11:57:22.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b3cd76d-a59a-4647-be38-1e75d339eb12
11:57:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e3e758-c18d-49d7-9a3f-fea8bd21f878
11:57:22.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0342209-682f-47d7-a4e9-5cc017f22bf5
11:57:22.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b3cd76d-a59a-4647-be38-1e75d339eb12
11:57:22.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b08972bb-d45d-4310-8c70-9bd8bc67ff88
11:57:22.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0342209-682f-47d7-a4e9-5cc017f22bf5
11:57:22.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb69a8b0-17b8-4770-af06-d1586b2ba667
11:57:22.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b08972bb-d45d-4310-8c70-9bd8bc67ff88
11:57:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3e27fd7-7df4-49ae-847b-07db0c934259
11:57:22.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b97446a-c1fd-4690-a79e-74c697c9c0ac
11:57:22.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:22.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb69a8b0-17b8-4770-af06-d1586b2ba667
11:57:22.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:22.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:22.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:22.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:22.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48c6e9d8-97a8-4384-98d2-10aa600c3ef0
11:57:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3e27fd7-7df4-49ae-847b-07db0c934259
11:57:23.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2411b9fe-3e8c-422d-abea-2f86d4002021
11:57:23.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b97446a-c1fd-4690-a79e-74c697c9c0ac
11:57:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59caac74-7fda-44b3-aa13-d3b64f62dedd
11:57:23.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48c6e9d8-97a8-4384-98d2-10aa600c3ef0
11:57:23.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2411b9fe-3e8c-422d-abea-2f86d4002021
11:57:23.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3baffca-e7da-452c-82ae-a6f4ee041378
11:57:23.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59caac74-7fda-44b3-aa13-d3b64f62dedd
11:57:23.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44c99b1-32d8-4ced-8a65-6dc8883795a6
11:57:23.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3baffca-e7da-452c-82ae-a6f4ee041378
11:57:23.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8469c582-025b-43a4-808f-41860816c996
11:57:23.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44c99b1-32d8-4ced-8a65-6dc8883795a6
11:57:23.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a2d5cd2-235b-4382-9d7a-400e6099f198
11:57:23.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8469c582-025b-43a4-808f-41860816c996
11:57:23.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a91f87-0e9d-46b2-b79a-b82f69ac2c65
11:57:23.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a2d5cd2-235b-4382-9d7a-400e6099f198
11:57:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a91f87-0e9d-46b2-b79a-b82f69ac2c65
11:57:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4463a23b-b057-464c-a0bf-69e841f23dad
11:57:23.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5b3a9b-2458-4e31-ba51-2abe89e75b63
11:57:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4463a23b-b057-464c-a0bf-69e841f23dad
11:57:23.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:23.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db5ad71-1255-4455-8647-3e6e8224fcd2
11:57:23.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:23.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:23.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:23.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:23.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:23.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:23.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5b3a9b-2458-4e31-ba51-2abe89e75b63
11:57:24.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db5ad71-1255-4455-8647-3e6e8224fcd2
11:57:24.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=258fa9ea-0038-4ffd-8d71-688c69818833
11:57:24.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=258fa9ea-0038-4ffd-8d71-688c69818833
11:57:24.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cccdf67-4caf-418f-b1b8-af836c0c625a
11:57:24.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cccdf67-4caf-418f-b1b8-af836c0c625a
11:57:24.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b9ce88-43df-4575-8333-991f8a8681f5
11:57:24.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b9ce88-43df-4575-8333-991f8a8681f5
11:57:24.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ca608c-9a4b-4db4-9c67-544c89605de5
11:57:24.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ca608c-9a4b-4db4-9c67-544c89605de5
11:57:24.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d597edb5-ab85-4f8d-a1ef-22017dba62a0
11:57:24.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d597edb5-ab85-4f8d-a1ef-22017dba62a0
11:57:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4d98861-41bb-4b8a-99e5-c7b49bb48059
11:57:24.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4d98861-41bb-4b8a-99e5-c7b49bb48059
11:57:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb6f184b-a70d-494a-aac1-97e33ad4516f
11:57:24.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb6f184b-a70d-494a-aac1-97e33ad4516f
11:57:24.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35447b2-403a-4533-b9d6-862e58b646af
11:57:24.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac84747e-0fe1-408e-b45c-1c3b4a608465
11:57:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35447b2-403a-4533-b9d6-862e58b646af
11:57:24.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:24.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51e2cf2-adfd-4aed-b02f-a09352de80da
11:57:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:24.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:24.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac84747e-0fe1-408e-b45c-1c3b4a608465
11:57:24.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:24.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:24.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51e2cf2-adfd-4aed-b02f-a09352de80da
11:57:25.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62dbcece-fbe2-46d7-8938-2d960c56d02d
11:57:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62dbcece-fbe2-46d7-8938-2d960c56d02d
11:57:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869f4602-e1aa-4b8f-a47b-8f604604a534
11:57:25.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869f4602-e1aa-4b8f-a47b-8f604604a534
11:57:25.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b841f5-953f-40c6-b75d-3da722303471
11:57:25.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b841f5-953f-40c6-b75d-3da722303471
11:57:25.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.307 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f28baa-c7fc-4891-b4c2-b3810b34052a
11:57:25.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f28baa-c7fc-4891-b4c2-b3810b34052a
11:57:25.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5852958-785f-4123-b5d7-97c0bab7e429
11:57:25.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5852958-785f-4123-b5d7-97c0bab7e429
11:57:25.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dce5bf8-ca89-40cc-a668-75f224955254
11:57:25.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dce5bf8-ca89-40cc-a668-75f224955254
11:57:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be166b1-0bf0-44b7-958b-afa97c5e95ab
11:57:25.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be166b1-0bf0-44b7-958b-afa97c5e95ab
11:57:25.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d83fff-6961-4267-95e3-1ac89bccb1ea
11:57:25.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d83fff-6961-4267-95e3-1ac89bccb1ea
11:57:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6788a2-47c6-4100-af20-95d96b12a441
11:57:25.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111804f8-8b06-42d6-b4f9-3888a61ebcb1
11:57:25.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6788a2-47c6-4100-af20-95d96b12a441
11:57:25.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8691f708-ff37-4e94-bcaf-3e04a743deda
11:57:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111804f8-8b06-42d6-b4f9-3888a61ebcb1
11:57:25.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055e163f-146a-4ec6-87e3-d629e0dfce48
11:57:25.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:25.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:25.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8691f708-ff37-4e94-bcaf-3e04a743deda
11:57:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055e163f-146a-4ec6-87e3-d629e0dfce48
11:57:26.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e04217-c7cb-4a1d-9541-21b6c207979b
11:57:26.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e04217-c7cb-4a1d-9541-21b6c207979b
11:57:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8c034ba-1118-448f-a200-4637c62f90f4
11:57:26.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911ebc6f-eeb5-4e16-b36e-4d46c6623203
11:57:26.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8c034ba-1118-448f-a200-4637c62f90f4
11:57:26.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911ebc6f-eeb5-4e16-b36e-4d46c6623203
11:57:26.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7eaf79b-9c74-45e3-9f36-76c8f5214a97
11:57:26.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7eaf79b-9c74-45e3-9f36-76c8f5214a97
11:57:26.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0579ab2-7d3e-4f11-b7a7-31651d6a6ade
11:57:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0579ab2-7d3e-4f11-b7a7-31651d6a6ade
11:57:26.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8d9b39c-fea8-4604-85c0-01df1ef71deb
11:57:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8d9b39c-fea8-4604-85c0-01df1ef71deb
11:57:26.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab3e8ca-5053-4151-8a2d-692a2dc3a21d
11:57:26.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab3e8ca-5053-4151-8a2d-692a2dc3a21d
11:57:26.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f157640d-7151-42c0-a4f4-a435132ec9fa
11:57:26.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f157640d-7151-42c0-a4f4-a435132ec9fa
11:57:26.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c2b962c-e1d4-4d92-9518-1368fae47eea
11:57:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c2b962c-e1d4-4d92-9518-1368fae47eea
11:57:26.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d5e390-efd5-49b2-a51f-f5e7e4bef76a
11:57:26.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:26.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:26.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d5e390-efd5-49b2-a51f-f5e7e4bef76a
11:57:26.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:26.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:26.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:26.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:26.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:26.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae3a782-fe81-42f4-a87c-5c1d5e7682d6
11:57:26.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae3a782-fe81-42f4-a87c-5c1d5e7682d6
11:57:27.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a73564-dd07-47fd-968b-cdc194c1e0a5
11:57:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a73564-dd07-47fd-968b-cdc194c1e0a5
11:57:27.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15cdf741-8f41-4057-b542-e9a32c2be0bc
11:57:27.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15cdf741-8f41-4057-b542-e9a32c2be0bc
11:57:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=959aa4fb-34f2-4cb1-9687-e993a162a978
11:57:27.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=959aa4fb-34f2-4cb1-9687-e993a162a978
11:57:27.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1065849-c3e8-4ed7-9185-dadb3ba8f22a
11:57:27.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1065849-c3e8-4ed7-9185-dadb3ba8f22a
11:57:27.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d5f0b3-ec39-44c4-9c39-53ae206926cd
11:57:27.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb87f9d5-f195-44b9-9dd7-90ad713fbe48
11:57:27.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d5f0b3-ec39-44c4-9c39-53ae206926cd
11:57:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abfc50e-f5ff-4df5-a825-987ae09d6fc8
11:57:27.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb87f9d5-f195-44b9-9dd7-90ad713fbe48
11:57:27.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2adb445f-6a7e-4400-aa4a-81e9fa73efa6
11:57:27.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abfc50e-f5ff-4df5-a825-987ae09d6fc8
11:57:27.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f540afff-a30a-4c0e-b51e-78475ec65378
11:57:27.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2adb445f-6a7e-4400-aa4a-81e9fa73efa6
11:57:27.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:27.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8a20d84-463f-4e4c-b2a7-6b2b7190f6b7
11:57:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:27.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:27.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:27.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:27.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f540afff-a30a-4c0e-b51e-78475ec65378
11:57:27.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8a20d84-463f-4e4c-b2a7-6b2b7190f6b7
11:57:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=450b2d1a-1eb8-4bec-97b2-2e4888219216
11:57:28.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=450b2d1a-1eb8-4bec-97b2-2e4888219216
11:57:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58b9d748-d23c-48a0-9b94-2037e81c822a
11:57:28.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58b9d748-d23c-48a0-9b94-2037e81c822a
11:57:28.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=999f63d0-2663-40e2-bde2-bfec2592b9c5
11:57:28.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=999f63d0-2663-40e2-bde2-bfec2592b9c5
11:57:28.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a512a1-fa6f-4712-9e00-0785362d8932
11:57:28.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a512a1-fa6f-4712-9e00-0785362d8932
11:57:28.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b23e7c-8b97-4530-b115-539834566dd9
11:57:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b23e7c-8b97-4530-b115-539834566dd9
11:57:28.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8755f057-2362-41c9-a9c6-b78e47568648
11:57:28.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8755f057-2362-41c9-a9c6-b78e47568648
11:57:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd44036-19d7-4559-a7fe-9298329de2fe
11:57:28.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd44036-19d7-4559-a7fe-9298329de2fe
11:57:28.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b58af2f-26fc-4f0d-a240-20d5bfe017d5
11:57:28.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b58af2f-26fc-4f0d-a240-20d5bfe017d5
11:57:28.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b5f585-9bdb-44f9-8bb9-09fea7ec363a
11:57:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b5f585-9bdb-44f9-8bb9-09fea7ec363a
11:57:28.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e889de-24bc-4b72-8fcb-24284e31140d
11:57:28.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e889de-24bc-4b72-8fcb-24284e31140d
11:57:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:28.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:28.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:28.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:28.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:28.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:28.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:28.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=050b1fed-5cdf-48bf-bea2-8c1d67b87505
11:57:28.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=050b1fed-5cdf-48bf-bea2-8c1d67b87505
11:57:29.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b56a541-f8e6-4b4c-84b2-6c2e40d7fd4c
11:57:29.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b56a541-f8e6-4b4c-84b2-6c2e40d7fd4c
11:57:29.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80b1b779-60e6-4c95-be14-dbf487afee4b
11:57:29.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80b1b779-60e6-4c95-be14-dbf487afee4b
11:57:29.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42cb543-92b3-4690-a444-78a31d901e8f
11:57:29.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42cb543-92b3-4690-a444-78a31d901e8f
11:57:29.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb2e90f-48f2-499c-a72c-9605e9d419af
11:57:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb2e90f-48f2-499c-a72c-9605e9d419af
11:57:29.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b50967bb-47f2-498a-a112-a4abc5037de7
11:57:29.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b50967bb-47f2-498a-a112-a4abc5037de7
11:57:29.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b787aa-2933-4d94-b48c-c5358f64e949
11:57:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b787aa-2933-4d94-b48c-c5358f64e949
11:57:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f04d8d81-8183-4991-abb2-2cb683ac2a28
11:57:29.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f04d8d81-8183-4991-abb2-2cb683ac2a28
11:57:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fbfd2ed-9664-465e-a228-b8ac1a353711
11:57:29.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fbfd2ed-9664-465e-a228-b8ac1a353711
11:57:29.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1274248f-80b5-4657-a2a6-2589d3e8d045
11:57:29.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:29.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1274248f-80b5-4657-a2a6-2589d3e8d045
11:57:29.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:29.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:29.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:29.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:29.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:29.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:29.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416f7866-192f-4edf-951e-cf6bdaade357
11:57:30.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416f7866-192f-4edf-951e-cf6bdaade357
11:57:30.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=321cab52-0018-4c17-bdbc-110d52c60aa2
11:57:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=321cab52-0018-4c17-bdbc-110d52c60aa2
11:57:30.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e182128e-8a31-4f19-8e6b-b65f3ebcc342
11:57:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e182128e-8a31-4f19-8e6b-b65f3ebcc342
11:57:30.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c68283e-f700-4a12-91a2-854927ac5d2e
11:57:30.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c68283e-f700-4a12-91a2-854927ac5d2e
11:57:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6054c5db-53e3-4ccf-ab72-487fd44c68a7
11:57:30.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6054c5db-53e3-4ccf-ab72-487fd44c68a7
11:57:30.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0cc27b4-bfa7-4b15-9b27-bc66c8bb7f39
11:57:30.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0cc27b4-bfa7-4b15-9b27-bc66c8bb7f39
11:57:30.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ccb720-3de5-48fe-8f1c-18a4198c00f0
11:57:30.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ccb720-3de5-48fe-8f1c-18a4198c00f0
11:57:30.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fd614d-9469-4d45-a730-de36a2641bf0
11:57:30.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fd614d-9469-4d45-a730-de36a2641bf0
11:57:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f4c176f-8061-4ef1-a788-97264f440526
11:57:30.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c70a771c-b677-46c6-9ec8-3627f142e47d
11:57:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f4c176f-8061-4ef1-a788-97264f440526
11:57:30.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c70a771c-b677-46c6-9ec8-3627f142e47d
11:57:30.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ad5b5b6-cfff-47e0-a2bc-1527b8b0285d
11:57:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:30.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:30.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:30.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:30.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=587878c1-2c3a-4a29-8264-887f6fa77681
11:57:31.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ad5b5b6-cfff-47e0-a2bc-1527b8b0285d
11:57:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63397117-e93b-41bb-9062-645dbe1a8b46
11:57:31.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=587878c1-2c3a-4a29-8264-887f6fa77681
11:57:31.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=509e27d6-9625-4287-b0f9-fe1a95601cd6
11:57:31.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63397117-e93b-41bb-9062-645dbe1a8b46
11:57:31.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa0a0c2-d4c9-41e7-84aa-c4e18a60aad0
11:57:31.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=509e27d6-9625-4287-b0f9-fe1a95601cd6
11:57:31.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c664ed2a-d9d2-4d0b-be8c-ba92267f243b
11:57:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa0a0c2-d4c9-41e7-84aa-c4e18a60aad0
11:57:31.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c78154-f5bf-4b26-bd31-a3a722fa57dc
11:57:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c664ed2a-d9d2-4d0b-be8c-ba92267f243b
11:57:31.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77874362-8674-4d07-b588-cccc53de62b0
11:57:31.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34c78154-f5bf-4b26-bd31-a3a722fa57dc
11:57:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23916830-5a6f-4917-895e-e0c11fbd2782
11:57:31.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77874362-8674-4d07-b588-cccc53de62b0
11:57:31.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb4ef07-dbb5-406c-a3c8-6e0b5bde7ab9
11:57:31.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3580d06-4200-42cb-974e-fe9fd447bc65
11:57:31.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23916830-5a6f-4917-895e-e0c11fbd2782
11:57:31.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9b3528a-ae7e-44f5-8891-575fecbbb5e0
11:57:31.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb4ef07-dbb5-406c-a3c8-6e0b5bde7ab9
11:57:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9631b0-dd53-4ea4-b5fe-3cd049ac975a
11:57:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3580d06-4200-42cb-974e-fe9fd447bc65
11:57:31.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:31.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:31.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:31.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22bee7c7-6842-49fa-b8ea-6be743e67910
11:57:31.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9b3528a-ae7e-44f5-8891-575fecbbb5e0
11:57:32.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b669446-d031-4f68-8c59-8750cb73eb42
11:57:32.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9631b0-dd53-4ea4-b5fe-3cd049ac975a
11:57:32.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22bee7c7-6842-49fa-b8ea-6be743e67910
11:57:32.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18bde32f-012c-4cd4-852a-a6c726596c3f
11:57:32.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b669446-d031-4f68-8c59-8750cb73eb42
11:57:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763843cc-1dfb-46a6-a3ce-28cfe1195332
11:57:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18bde32f-012c-4cd4-852a-a6c726596c3f
11:57:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1466d38-0614-4626-8de3-6fa8b764bcd9
11:57:32.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763843cc-1dfb-46a6-a3ce-28cfe1195332
11:57:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f17e09-b16f-46ee-b31f-4550443181d8
11:57:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1466d38-0614-4626-8de3-6fa8b764bcd9
11:57:32.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1454b82-9fa3-431b-82dc-77489f054449
11:57:32.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f17e09-b16f-46ee-b31f-4550443181d8
11:57:32.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b97585a-f467-4a3b-9e72-e8c0a58da60f
11:57:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1454b82-9fa3-431b-82dc-77489f054449
11:57:32.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37bad444-c706-4af8-ac3d-ee4b3968377e
11:57:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b97585a-f467-4a3b-9e72-e8c0a58da60f
11:57:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:32.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:32.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7653f3e-aa9d-48c8-ad18-f49e30908389
11:57:32.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:32.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:32.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:32.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:32.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37bad444-c706-4af8-ac3d-ee4b3968377e
11:57:32.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5a8a68-b406-4536-9ce5-2c3545428921
11:57:33.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7653f3e-aa9d-48c8-ad18-f49e30908389
11:57:33.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7d8c7c-0c02-4bde-9858-4bcf7bfb047c
11:57:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5a8a68-b406-4536-9ce5-2c3545428921
11:57:33.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0d143e-7600-4991-b9d7-8185e2bff517
11:57:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7d8c7c-0c02-4bde-9858-4bcf7bfb047c
11:57:33.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4406eded-629f-4f86-99c8-84f493f03b5e
11:57:33.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0d143e-7600-4991-b9d7-8185e2bff517
11:57:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba206991-85e2-46b0-b5cf-95c1df077f72
11:57:33.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4406eded-629f-4f86-99c8-84f493f03b5e
11:57:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f900bd-4466-4f19-8fff-db2ceff42c5c
11:57:33.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba206991-85e2-46b0-b5cf-95c1df077f72
11:57:33.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68e9473-12f5-4f0e-b08b-716f66a97c01
11:57:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f900bd-4466-4f19-8fff-db2ceff42c5c
11:57:33.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b5db51-5b67-48ae-9aab-ea4f1d41a70f
11:57:33.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68e9473-12f5-4f0e-b08b-716f66a97c01
11:57:33.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69be20d3-765d-4585-ba63-e9162d262206
11:57:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b5db51-5b67-48ae-9aab-ea4f1d41a70f
11:57:33.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc8894b2-0fa0-41d2-a96c-3a68a5d89c6a
11:57:33.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69be20d3-765d-4585-ba63-e9162d262206
11:57:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14e621ff-0874-45d8-995e-c823ab367491
11:57:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc8894b2-0fa0-41d2-a96c-3a68a5d89c6a
11:57:33.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfb2edff-ebab-4999-b91d-9ae56f51492a
11:57:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14e621ff-0874-45d8-995e-c823ab367491
11:57:33.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:33.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:33.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:33.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:33.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b93f2c8-3c75-4587-9115-badba5d55953
11:57:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70436dac-86d6-4adc-bcdb-6c3610325614
11:57:34.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfb2edff-ebab-4999-b91d-9ae56f51492a
11:57:34.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3e0324-7ca0-47f5-9c9c-a0b1efbc8f9d
11:57:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b93f2c8-3c75-4587-9115-badba5d55953
11:57:34.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c94aa5-f355-4367-8adf-fdd50fded733
11:57:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70436dac-86d6-4adc-bcdb-6c3610325614
11:57:34.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b6c8ef-85ec-48dc-881f-85a6e681c6af
11:57:34.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3e0324-7ca0-47f5-9c9c-a0b1efbc8f9d
11:57:34.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7514cc86-b0fd-49dd-a9cd-d2fe444889ca
11:57:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c94aa5-f355-4367-8adf-fdd50fded733
11:57:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5e01013-568e-48db-8590-f96ae4a5eebc
11:57:34.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b6c8ef-85ec-48dc-881f-85a6e681c6af
11:57:34.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23c9f5b6-9e63-4a26-b42d-da9ac0405bd3
11:57:34.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7514cc86-b0fd-49dd-a9cd-d2fe444889ca
11:57:34.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0e07824-6c50-4fb6-979c-4b5669796839
11:57:34.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5e01013-568e-48db-8590-f96ae4a5eebc
11:57:34.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5551ecc-0f92-458c-ad87-5e08127fc1f7
11:57:34.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23c9f5b6-9e63-4a26-b42d-da9ac0405bd3
11:57:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:34.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c2c702-e292-451a-a1f8-51681c61e172
11:57:34.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:34.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:34.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:34.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:34.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:34.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:34.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb7a62d3-f19d-4140-8a9c-db747ef07774
11:57:35.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0e07824-6c50-4fb6-979c-4b5669796839
11:57:35.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff18b17-54f1-4148-af6b-8e24f6965f56
11:57:35.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5551ecc-0f92-458c-ad87-5e08127fc1f7
11:57:35.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c2c702-e292-451a-a1f8-51681c61e172
11:57:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c094df9d-8128-4a68-908b-f87fe1e74fa3
11:57:35.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=079a52cc-3262-44bb-b3fe-30cb091855e3
11:57:35.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb7a62d3-f19d-4140-8a9c-db747ef07774
11:57:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08b8c08-9a4b-4d54-8b35-dfe0f5146429
11:57:35.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff18b17-54f1-4148-af6b-8e24f6965f56
11:57:35.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.456 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=331e6f29-2abd-443e-b13f-2c2116452e37
11:57:35.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c094df9d-8128-4a68-908b-f87fe1e74fa3
11:57:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248a3ac3-e106-4666-99a1-fe6686579cd8
11:57:35.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=079a52cc-3262-44bb-b3fe-30cb091855e3
11:57:35.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf3b736-13a3-409f-8a5b-e734af371d6e
11:57:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08b8c08-9a4b-4d54-8b35-dfe0f5146429
11:57:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b741fc46-425a-4d31-9e7e-c7f432c6e7b3
11:57:35.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=331e6f29-2abd-443e-b13f-2c2116452e37
11:57:35.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9d75817-086c-4ef9-95e6-a94074d47c9d
11:57:35.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248a3ac3-e106-4666-99a1-fe6686579cd8
11:57:35.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ada5ee22-c221-4427-80eb-1cd12921e14c
11:57:35.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf3b736-13a3-409f-8a5b-e734af371d6e
11:57:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f8a50c-fa66-45a3-92cd-472ffd975a0f
11:57:35.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:35.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:35.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:35.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b741fc46-425a-4d31-9e7e-c7f432c6e7b3
11:57:35.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:35.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:35.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:35.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd376ce-37a4-47d5-8fff-44cbceacf0b9
11:57:36.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9d75817-086c-4ef9-95e6-a94074d47c9d
11:57:36.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8589c96-5cc3-4a99-bc71-f216d844d875
11:57:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de87f105-3281-46f2-ba5b-fe0f4366f1cb
11:57:36.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ada5ee22-c221-4427-80eb-1cd12921e14c
11:57:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e65d9a6-d9e9-41ce-b11a-a2ee97805172
11:57:36.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f8a50c-fa66-45a3-92cd-472ffd975a0f
11:57:36.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a70959d-9c50-41be-a267-0ae2eb0bb692
11:57:36.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd376ce-37a4-47d5-8fff-44cbceacf0b9
11:57:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d83a6bc-a98e-4c2c-a55b-a2b6b6cc90e2
11:57:36.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b2c9def-5e3b-4007-8fb5-136d187e6b22
11:57:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8589c96-5cc3-4a99-bc71-f216d844d875
11:57:36.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de87f105-3281-46f2-ba5b-fe0f4366f1cb
11:57:36.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ccb38f-ac5f-4713-b7e3-a07b0de6bd51
11:57:36.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e65d9a6-d9e9-41ce-b11a-a2ee97805172
11:57:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3a53bb-7d80-476f-bfdf-562fd7b9694e
11:57:36.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf22bc78-5831-4f83-b4bb-bf0c64654f16
11:57:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a70959d-9c50-41be-a267-0ae2eb0bb692
11:57:36.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a345387f-5b45-4c7c-88db-5c16c69e016f
11:57:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d83a6bc-a98e-4c2c-a55b-a2b6b6cc90e2
11:57:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:36.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:36.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:36.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:36.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:36.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:36.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b2c9def-5e3b-4007-8fb5-136d187e6b22
11:57:37.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a697413e-5ebd-4a33-b02f-c41e427de247
11:57:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ccb38f-ac5f-4713-b7e3-a07b0de6bd51
11:57:37.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c007407a-c3e6-41b3-87e3-f49ec8a6b57e
11:57:37.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3a53bb-7d80-476f-bfdf-562fd7b9694e
11:57:37.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd223a5d-797d-4179-a1d9-86197b58d97f
11:57:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf22bc78-5831-4f83-b4bb-bf0c64654f16
11:57:37.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca3356a-bc5e-4eae-88ef-28f8ee3ede3c
11:57:37.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc5ee589-83d1-4efa-9b93-635917a05c41
11:57:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a345387f-5b45-4c7c-88db-5c16c69e016f
11:57:37.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a697413e-5ebd-4a33-b02f-c41e427de247
11:57:37.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db56756d-9197-48f7-9699-fe476ad7fac4
11:57:37.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c007407a-c3e6-41b3-87e3-f49ec8a6b57e
11:57:37.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2c03485-c595-40cf-9e3e-83e73f017d55
11:57:37.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd223a5d-797d-4179-a1d9-86197b58d97f
11:57:37.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52423d33-8825-4941-82e5-79f1f538e9ef
11:57:37.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ca3356a-bc5e-4eae-88ef-28f8ee3ede3c
11:57:37.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c952a33b-b4b4-470e-b2ee-faa20033e7d8
11:57:37.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc5ee589-83d1-4efa-9b93-635917a05c41
11:57:37.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8c03607-eb5b-4c41-9679-74f6f8ba27ef
11:57:37.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db56756d-9197-48f7-9699-fe476ad7fac4
11:57:37.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:37.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:37.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:37.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:37.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:37.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:37.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:37.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36cc33ba-0258-487e-a332-33aeb6145e52
11:57:37.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2c03485-c595-40cf-9e3e-83e73f017d55
11:57:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2680d81-28b5-43cf-b23d-4da54ae58328
11:57:38.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52423d33-8825-4941-82e5-79f1f538e9ef
11:57:38.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ba7622-dd2f-43de-a48f-749fc1822a25
11:57:38.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c952a33b-b4b4-470e-b2ee-faa20033e7d8
11:57:38.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e85bab6-10f7-4535-9252-12993d361307
11:57:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8c03607-eb5b-4c41-9679-74f6f8ba27ef
11:57:38.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f356860b-0ad1-46e2-934a-fff88ed805f1
11:57:38.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=595cdd96-9153-41bc-8616-04420f5dd529
11:57:38.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36cc33ba-0258-487e-a332-33aeb6145e52
11:57:38.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2680d81-28b5-43cf-b23d-4da54ae58328
11:57:38.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b14742f1-d610-4b08-bbed-e8f6e6d0208f
11:57:38.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ba7622-dd2f-43de-a48f-749fc1822a25
11:57:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5c73b96-cb80-435c-94da-e47ea72c702a
11:57:38.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e85bab6-10f7-4535-9252-12993d361307
11:57:38.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3420cb0d-8240-4aa7-b64c-34752bae198c
11:57:38.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f356860b-0ad1-46e2-934a-fff88ed805f1
11:57:38.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab6bdd9-aebb-4b5f-b58c-762561db6746
11:57:38.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=595cdd96-9153-41bc-8616-04420f5dd529
11:57:38.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da0f6cc7-c5a2-41e5-86ab-811924864352
11:57:38.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b14742f1-d610-4b08-bbed-e8f6e6d0208f
11:57:38.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:38.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:38.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:38.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:38.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:38.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4066f57d-637b-4128-ab92-3aca598c6afa
11:57:38.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5c73b96-cb80-435c-94da-e47ea72c702a
11:57:39.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2fcec17-eea2-457f-86db-f89f6fb2fed6
11:57:39.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3420cb0d-8240-4aa7-b64c-34752bae198c
11:57:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6f3de2-ad6c-45ee-ab3b-7de0dd770c07
11:57:39.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab6bdd9-aebb-4b5f-b58c-762561db6746
11:57:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae86c51e-412f-48b3-87ca-fc2644097cdb
11:57:39.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da0f6cc7-c5a2-41e5-86ab-811924864352
11:57:39.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f300e4e9-6aa1-42f8-84a0-f733d287bff5
11:57:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4066f57d-637b-4128-ab92-3aca598c6afa
11:57:39.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2fcec17-eea2-457f-86db-f89f6fb2fed6
11:57:39.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87f77be4-9331-49dd-89c7-c242137574cc
11:57:39.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6f3de2-ad6c-45ee-ab3b-7de0dd770c07
11:57:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a61881b-45da-4699-8367-2b0a6e4b449d
11:57:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae86c51e-412f-48b3-87ca-fc2644097cdb
11:57:39.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=994185cd-dff5-4590-82da-0d60920b710a
11:57:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f300e4e9-6aa1-42f8-84a0-f733d287bff5
11:57:39.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58e521a-ab00-4afd-a34c-e9bedd176eb0
11:57:39.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87f77be4-9331-49dd-89c7-c242137574cc
11:57:39.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2956c0-0a46-45e8-8318-6a76b228d5b6
11:57:39.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a61881b-45da-4699-8367-2b0a6e4b449d
11:57:39.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa59f0e-7cb0-4064-b050-0a37eb741f30
11:57:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:39.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:39.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:39.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:39.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=994185cd-dff5-4590-82da-0d60920b710a
11:57:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c91a8f1-e24c-476c-afb5-8187f5a70de5
11:57:40.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58e521a-ab00-4afd-a34c-e9bedd176eb0
11:57:40.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4e7c26-0c31-4f83-9aaf-dcabbaeead49
11:57:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2956c0-0a46-45e8-8318-6a76b228d5b6
11:57:40.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=817f9e39-ca34-4a21-8813-d9a901d74bd0
11:57:40.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa59f0e-7cb0-4064-b050-0a37eb741f30
11:57:40.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3240c07e-e815-41da-8986-9f10bebf626d
11:57:40.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0171ba7c-a3f8-4aeb-8dab-fe683948d920
11:57:40.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c91a8f1-e24c-476c-afb5-8187f5a70de5
11:57:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43219e09-cb05-44c4-b241-172bba16d4d5
11:57:40.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4e7c26-0c31-4f83-9aaf-dcabbaeead49
11:57:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fdbf112-4bf2-4c92-b408-e0313d27e368
11:57:40.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=817f9e39-ca34-4a21-8813-d9a901d74bd0
11:57:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff25578f-9e1f-446c-8b41-adbedbe40808
11:57:40.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3240c07e-e815-41da-8986-9f10bebf626d
11:57:40.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c01f6b5c-2276-4727-80a0-6d68b0136eeb
11:57:40.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0171ba7c-a3f8-4aeb-8dab-fe683948d920
11:57:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43219e09-cb05-44c4-b241-172bba16d4d5
11:57:40.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ef83ec-3e9c-47b6-96f6-f52177413f6f
11:57:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fdbf112-4bf2-4c92-b408-e0313d27e368
11:57:40.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:40.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:40.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:40.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:40.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57fed656-1105-4b36-a002-0b632dc08396
11:57:40.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:40.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:40.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff25578f-9e1f-446c-8b41-adbedbe40808
11:57:41.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2597df8f-e182-41c5-a8ee-8d6cdd2cabc8
11:57:41.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c01f6b5c-2276-4727-80a0-6d68b0136eeb
11:57:41.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4b2aa2-a70a-4de0-9b5b-1dc1af519d46
11:57:41.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ef83ec-3e9c-47b6-96f6-f52177413f6f
11:57:41.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57fed656-1105-4b36-a002-0b632dc08396
11:57:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a23ce3e3-9dcb-4e7a-b384-a11acec07025
11:57:41.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2597df8f-e182-41c5-a8ee-8d6cdd2cabc8
11:57:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98ed73c-4fb3-459e-9523-33403ec03a11
11:57:41.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4b2aa2-a70a-4de0-9b5b-1dc1af519d46
11:57:41.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f980b51a-b7e6-43a2-af97-6b5cb0107761
11:57:41.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a23ce3e3-9dcb-4e7a-b384-a11acec07025
11:57:41.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfccad20-c1e6-4bb1-a944-432011d0dd3e
11:57:41.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98ed73c-4fb3-459e-9523-33403ec03a11
11:57:41.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e9240a-e39a-46e4-9b02-4521cfc2bfa8
11:57:41.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f980b51a-b7e6-43a2-af97-6b5cb0107761
11:57:41.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfccad20-c1e6-4bb1-a944-432011d0dd3e
11:57:41.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ccb07b-887b-4284-af11-e2d3679e1fc1
11:57:41.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e9240a-e39a-46e4-9b02-4521cfc2bfa8
11:57:41.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3941dfe-e7a6-4166-87c6-db9f90ebb600
11:57:41.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ccb07b-887b-4284-af11-e2d3679e1fc1
11:57:41.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:41.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:41.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73c4b1e1-1cdc-44bd-bbb1-0e6a7bacda7e
11:57:41.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:41.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:41.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:41.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:41.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:41.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3941dfe-e7a6-4166-87c6-db9f90ebb600
11:57:41.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73c4b1e1-1cdc-44bd-bbb1-0e6a7bacda7e
11:57:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=734253d6-cc81-4b74-b5f0-2aae0d26e48f
11:57:42.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c5ab1f4-23d3-4078-85cf-2d9772f92aeb
11:57:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=734253d6-cc81-4b74-b5f0-2aae0d26e48f
11:57:42.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c5ab1f4-23d3-4078-85cf-2d9772f92aeb
11:57:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a812ca7-b2ab-45e6-b044-2da2289e8d6d
11:57:42.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f60670-98b3-48f9-9391-27f2f3f99a33
11:57:42.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a812ca7-b2ab-45e6-b044-2da2289e8d6d
11:57:42.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f60670-98b3-48f9-9391-27f2f3f99a33
11:57:42.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fba585f-5da5-4859-9992-2ba38c140f14
11:57:42.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2dd2e1-c3c6-4ebb-b645-d834f36aa483
11:57:42.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fba585f-5da5-4859-9992-2ba38c140f14
11:57:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5361b1dd-2822-4ea6-8d80-e1bea19a74dc
11:57:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b2dd2e1-c3c6-4ebb-b645-d834f36aa483
11:57:42.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f45e90-2a06-47c6-a626-542a9cb37c5a
11:57:42.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5361b1dd-2822-4ea6-8d80-e1bea19a74dc
11:57:42.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b42ea4e9-e269-4153-8ecd-446bbabc4d66
11:57:42.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f45e90-2a06-47c6-a626-542a9cb37c5a
11:57:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1737c126-0f21-472b-a5b4-1af2887da4da
11:57:42.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb72b2-9036-403d-8aa2-4b5e82da76b3
11:57:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b42ea4e9-e269-4153-8ecd-446bbabc4d66
11:57:42.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:42.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:42.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:42.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1737c126-0f21-472b-a5b4-1af2887da4da
11:57:42.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fdb0b0-b247-40a2-b238-90345eafdf33
11:57:43.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb72b2-9036-403d-8aa2-4b5e82da76b3
11:57:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40322329-2f36-45b6-8be9-c267045c639f
11:57:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fdb0b0-b247-40a2-b238-90345eafdf33
11:57:43.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40322329-2f36-45b6-8be9-c267045c639f
11:57:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=780d348d-fdd2-4145-a3a8-42ab571312bd
11:57:43.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=780d348d-fdd2-4145-a3a8-42ab571312bd
11:57:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c699ba1-3406-48de-b4dd-83d56bea364e
11:57:43.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0ec9d7c-a4d0-48e2-a2e7-fda78e59d2c4
11:57:43.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c699ba1-3406-48de-b4dd-83d56bea364e
11:57:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3efc4602-5bcc-4920-ab3b-819b3c34598b
11:57:43.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0ec9d7c-a4d0-48e2-a2e7-fda78e59d2c4
11:57:43.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=836e1474-e314-4470-bedd-47eb0789105e
11:57:43.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3efc4602-5bcc-4920-ab3b-819b3c34598b
11:57:43.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47fac0f6-f953-4eb4-9980-481d874b7e14
11:57:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=836e1474-e314-4470-bedd-47eb0789105e
11:57:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64b9890a-9174-4ce0-ad42-1b9c92fc9585
11:57:43.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47fac0f6-f953-4eb4-9980-481d874b7e14
11:57:43.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa7c01ca-d90a-489b-9dc1-12e7cc4523f3
11:57:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64b9890a-9174-4ce0-ad42-1b9c92fc9585
11:57:43.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a4f9f6c-81de-4c6c-a89e-e9db95586419
11:57:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:43.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1f13a7-43d2-4bba-85e2-76173e96f4f4
11:57:43.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:43.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:43.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:43.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:43.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:43.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa7c01ca-d90a-489b-9dc1-12e7cc4523f3
11:57:43.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da3bca2-f493-4027-bc66-7471e3db666b
11:57:44.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ac3325-d70f-41c3-a74a-79a10f928abc
11:57:44.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a4f9f6c-81de-4c6c-a89e-e9db95586419
11:57:44.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1f13a7-43d2-4bba-85e2-76173e96f4f4
11:57:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3823ad2d-4d10-4b4e-937a-b668fa229c51
11:57:44.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0156c4-fe05-42a2-9560-ad0528b9f207
11:57:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da3bca2-f493-4027-bc66-7471e3db666b
11:57:44.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ac3325-d70f-41c3-a74a-79a10f928abc
11:57:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6a555d-4b00-4b7c-8248-1675ba456efa
11:57:44.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3823ad2d-4d10-4b4e-937a-b668fa229c51
11:57:44.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3341fe9-13f1-472a-a9d3-924e0591410a
11:57:44.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484815dd-50da-4f21-a018-ed8ad1742b00
11:57:44.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0156c4-fe05-42a2-9560-ad0528b9f207
11:57:44.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7637574-23a7-4b76-bc7f-3fb6e30946c2
11:57:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6a555d-4b00-4b7c-8248-1675ba456efa
11:57:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fc1fd04-3ea9-4782-8f2f-d46b5aac3d4c
11:57:44.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3341fe9-13f1-472a-a9d3-924e0591410a
11:57:44.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484815dd-50da-4f21-a018-ed8ad1742b00
11:57:44.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883ad926-9f54-483d-bf21-787f39d600e8
11:57:44.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7637574-23a7-4b76-bc7f-3fb6e30946c2
11:57:44.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a45c02-44fd-4aa9-b906-98bc6e22cb2f
11:57:44.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fc1fd04-3ea9-4782-8f2f-d46b5aac3d4c
11:57:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:44.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:44.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71cb20f2-908a-4e6a-bd9c-d3ee234e8b1e
11:57:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=883ad926-9f54-483d-bf21-787f39d600e8
11:57:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e0c53d7-60c0-4de4-ad29-2cb0a1dbb1e9
11:57:45.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a45c02-44fd-4aa9-b906-98bc6e22cb2f
11:57:45.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227c083f-32c4-4553-8063-4d2834f461fd
11:57:45.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71cb20f2-908a-4e6a-bd9c-d3ee234e8b1e
11:57:45.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c1ebc6a-41b8-4d9f-92b5-6d63cb328e10
11:57:45.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e0c53d7-60c0-4de4-ad29-2cb0a1dbb1e9
11:57:45.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227c083f-32c4-4553-8063-4d2834f461fd
11:57:45.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3827701-ccf8-44c4-be0f-3b945fe04124
11:57:45.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891424d0-b894-495f-985e-1451fd52bb1e
11:57:45.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c1ebc6a-41b8-4d9f-92b5-6d63cb328e10
11:57:45.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e1649d2-da44-4337-af68-44b07f65233f
11:57:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3827701-ccf8-44c4-be0f-3b945fe04124
11:57:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3b71140-e0c8-40a4-8233-49a7e4b8b119
11:57:45.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891424d0-b894-495f-985e-1451fd52bb1e
11:57:45.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2211ee-c9fa-48d2-9fd9-fd3345f68a6a
11:57:45.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe257c29-aa5d-413a-98e4-510038a204cf
11:57:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e1649d2-da44-4337-af68-44b07f65233f
11:57:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d8ec214-2c2a-4a84-9d0d-a5ab8799935e
11:57:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3b71140-e0c8-40a4-8233-49a7e4b8b119
11:57:45.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:45.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:45.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0424c5c5-def2-4127-9c15-f1d6c230f90a
11:57:45.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:45.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:45.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:45.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:45.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2211ee-c9fa-48d2-9fd9-fd3345f68a6a
11:57:45.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e361255-8f17-47a8-96c0-5bbcdec22b14
11:57:46.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe257c29-aa5d-413a-98e4-510038a204cf
11:57:46.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d8ec214-2c2a-4a84-9d0d-a5ab8799935e
11:57:46.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b899ed8e-3973-4814-9fdb-c9b6eae689e9
11:57:46.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11ee7811-8372-44f0-8348-1566efd725be
11:57:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0424c5c5-def2-4127-9c15-f1d6c230f90a
11:57:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e0aea2f-9a63-457f-a639-19a0dabe6d09
11:57:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e361255-8f17-47a8-96c0-5bbcdec22b14
11:57:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254d7e71-a363-4ac9-8ed6-035b47b9fa8e
11:57:46.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b899ed8e-3973-4814-9fdb-c9b6eae689e9
11:57:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085d0d40-8f33-4f9d-8e8a-9fcb1bce6cd6
11:57:46.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11ee7811-8372-44f0-8348-1566efd725be
11:57:46.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23f5785e-0b05-4230-bce7-382bf2ad7fc9
11:57:46.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e0aea2f-9a63-457f-a639-19a0dabe6d09
11:57:46.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846b62fb-da2e-4449-b52b-504e1b623e66
11:57:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254d7e71-a363-4ac9-8ed6-035b47b9fa8e
11:57:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290e1af3-8314-4b01-b17b-d23c062cbb43
11:57:46.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085d0d40-8f33-4f9d-8e8a-9fcb1bce6cd6
11:57:46.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41c8dcc9-fe69-4263-8698-29c78158ced5
11:57:46.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23f5785e-0b05-4230-bce7-382bf2ad7fc9
11:57:46.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:46.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:46.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:46.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:46.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:46.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:46.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:46.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b225e607-aed8-4e1c-be58-b9f9680b5a7a
11:57:46.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846b62fb-da2e-4449-b52b-504e1b623e66
11:57:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82dc0632-95e0-4c28-8315-b6590c07067b
11:57:47.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290e1af3-8314-4b01-b17b-d23c062cbb43
11:57:47.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41c8dcc9-fe69-4263-8698-29c78158ced5
11:57:47.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f036992-c4fc-48ce-b01d-de89d4b5d30b
11:57:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b225e607-aed8-4e1c-be58-b9f9680b5a7a
11:57:47.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abba9dd-f368-4086-9e51-f753ff069588
11:57:47.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82dc0632-95e0-4c28-8315-b6590c07067b
11:57:47.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60fded6-bc4c-4cd0-b96a-abecebf51523
11:57:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f036992-c4fc-48ce-b01d-de89d4b5d30b
11:57:47.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abba9dd-f368-4086-9e51-f753ff069588
11:57:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4677d83-5603-4849-9ec4-356f38ca97a1
11:57:47.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e63c5bb-c33c-40a9-a030-d3aedd937346
11:57:47.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60fded6-bc4c-4cd0-b96a-abecebf51523
11:57:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4677d83-5603-4849-9ec4-356f38ca97a1
11:57:47.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c463e29-f687-4d77-bdfc-d4f07418e43d
11:57:47.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e198e3d-b190-47a4-bf01-b391627a274a
11:57:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e63c5bb-c33c-40a9-a030-d3aedd937346
11:57:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c463e29-f687-4d77-bdfc-d4f07418e43d
11:57:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=116f8562-82f7-449b-aae4-9b7d3069db29
11:57:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e198e3d-b190-47a4-bf01-b391627a274a
11:57:47.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:47.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:47.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:47.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:47.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:47.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:47.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:47.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4286315d-328b-4545-9982-c62165d6531e
11:57:47.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=116f8562-82f7-449b-aae4-9b7d3069db29
11:57:48.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4085867c-005b-4d89-9bea-373044164ec3
11:57:48.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4286315d-328b-4545-9982-c62165d6531e
11:57:48.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffdc8c92-0e99-45f8-8537-176879c3b3a7
11:57:48.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4085867c-005b-4d89-9bea-373044164ec3
11:57:48.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffdc8c92-0e99-45f8-8537-176879c3b3a7
11:57:48.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fdd75d6-8ab4-4559-9978-59f3531ab0f0
11:57:48.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fdd75d6-8ab4-4559-9978-59f3531ab0f0
11:57:48.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e4253d-e592-4d81-8215-0db47e135a8b
11:57:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e4253d-e592-4d81-8215-0db47e135a8b
11:57:48.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5db7825-4f50-4982-abb1-b5bb1e5e248f
11:57:48.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5db7825-4f50-4982-abb1-b5bb1e5e248f
11:57:48.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85dd9587-57aa-4163-b62b-ccfab10042bc
11:57:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b0c873-80ac-4fa9-a3a5-c13f4ad7ada8
11:57:48.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85dd9587-57aa-4163-b62b-ccfab10042bc
11:57:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f53465e-0ec1-402c-adfb-8a636a058b07
11:57:48.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b0c873-80ac-4fa9-a3a5-c13f4ad7ada8
11:57:48.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc40f8c4-8491-44b3-a57d-c6b55f7c45d0
11:57:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f53465e-0ec1-402c-adfb-8a636a058b07
11:57:48.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c418b63-3a3f-453c-9ed5-aacc896bbbec
11:57:48.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc40f8c4-8491-44b3-a57d-c6b55f7c45d0
11:57:48.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f44d4c20-af5b-4e3c-89c7-887bef865c8c
11:57:48.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:48.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:48.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:48.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:48.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:48.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:48.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:48.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c418b63-3a3f-453c-9ed5-aacc896bbbec
11:57:48.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c1b48e1-bdda-417f-a6a6-48d340c122bc
11:57:49.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f44d4c20-af5b-4e3c-89c7-887bef865c8c
11:57:49.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c1b48e1-bdda-417f-a6a6-48d340c122bc
11:57:49.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56d16f75-140e-4972-a5e9-c33d7ae5e3d0
11:57:49.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56d16f75-140e-4972-a5e9-c33d7ae5e3d0
11:57:49.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6144102-204e-440b-aabb-5af634ebe73b
11:57:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6144102-204e-440b-aabb-5af634ebe73b
11:57:49.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9515c7a1-ac91-4ba2-b66d-46bd8539fbc4
11:57:49.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9515c7a1-ac91-4ba2-b66d-46bd8539fbc4
11:57:49.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35262232-cb1e-4b97-bd48-1927c12c77ac
11:57:49.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d60850-887a-483a-ab9e-1c3483a88eed
11:57:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35262232-cb1e-4b97-bd48-1927c12c77ac
11:57:49.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=524b78db-6aad-4690-98c0-c407189b5554
11:57:49.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d60850-887a-483a-ab9e-1c3483a88eed
11:57:49.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feca4481-46b8-44a2-a0c9-436f084b0b7e
11:57:49.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=524b78db-6aad-4690-98c0-c407189b5554
11:57:49.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e9d10f6-e5bb-40f7-a384-b1f222300db7
11:57:49.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feca4481-46b8-44a2-a0c9-436f084b0b7e
11:57:49.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d1939c-b407-4a84-8f1e-fb21b432d9f2
11:57:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e9d10f6-e5bb-40f7-a384-b1f222300db7
11:57:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cacbdac-c3b4-4188-b5d5-ea9a40e44e5e
11:57:49.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d1939c-b407-4a84-8f1e-fb21b432d9f2
11:57:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407e8988-5e7d-4204-b2ae-9a9b3e1e99f9
11:57:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:49.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:49.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86cc72ad-76fc-4e26-bbaa-f3488ba88afd
11:57:49.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:49.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:49.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:49.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cacbdac-c3b4-4188-b5d5-ea9a40e44e5e
11:57:49.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ccd09c5-c8c0-4eaa-82e4-52679e9a6f3a
11:57:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407e8988-5e7d-4204-b2ae-9a9b3e1e99f9
11:57:50.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3b6a8e-6f57-4740-8fb4-33532b721da0
11:57:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198e3cce-77af-4f9d-bbc7-d3f98057b1b2
11:57:50.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86cc72ad-76fc-4e26-bbaa-f3488ba88afd
11:57:50.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65c01ef-9bc2-4739-9f2c-9bc870f53adf
11:57:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ccd09c5-c8c0-4eaa-82e4-52679e9a6f3a
11:57:50.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad1e5ec-92bc-4e63-9a5d-3dbcc3277ef3
11:57:50.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3b6a8e-6f57-4740-8fb4-33532b721da0
11:57:50.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198e3cce-77af-4f9d-bbc7-d3f98057b1b2
11:57:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec7be763-461a-4572-a67c-333bfe27250f
11:57:50.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04bcc274-88ae-4087-99ca-b70cef1bd569
11:57:50.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65c01ef-9bc2-4739-9f2c-9bc870f53adf
11:57:50.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e396044-add7-47b5-8da5-7d50fd8d4324
11:57:50.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad1e5ec-92bc-4e63-9a5d-3dbcc3277ef3
11:57:50.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bc1133-c185-4661-9813-4f30f7fbb3df
11:57:50.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec7be763-461a-4572-a67c-333bfe27250f
11:57:50.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=050d890f-2492-4201-b1ec-245b6f796340
11:57:50.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04bcc274-88ae-4087-99ca-b70cef1bd569
11:57:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e83026-57fc-4d6c-bdf6-8226ea8608af
11:57:50.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:50.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:50.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:50.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:50.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:50.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:50.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:50.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e396044-add7-47b5-8da5-7d50fd8d4324
11:57:50.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdf470-dfaa-4a97-85a0-b6ec72c800a7
11:57:51.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bc1133-c185-4661-9813-4f30f7fbb3df
11:57:51.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e2387d-8164-4170-ac74-8700153df39f
11:57:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=050d890f-2492-4201-b1ec-245b6f796340
11:57:51.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e83026-57fc-4d6c-bdf6-8226ea8608af
11:57:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fa504b-10b8-43b6-9c9b-88ceb1c4a46b
11:57:51.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdf470-dfaa-4a97-85a0-b6ec72c800a7
11:57:51.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6582e2ea-15b7-4ace-8b52-5b2ffbe59c8c
11:57:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e2387d-8164-4170-ac74-8700153df39f
11:57:51.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f454b89-d0e0-42d1-8d98-3740e4d1be07
11:57:51.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fa504b-10b8-43b6-9c9b-88ceb1c4a46b
11:57:51.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6b1c4b8-284a-484b-85b4-d5e9cf7455a9
11:57:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6582e2ea-15b7-4ace-8b52-5b2ffbe59c8c
11:57:51.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6220ba-9779-4ab1-a33c-aad8738b5be4
11:57:51.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f454b89-d0e0-42d1-8d98-3740e4d1be07
11:57:51.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c60bf24-392c-47fe-a152-10eb1efed478
11:57:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6b1c4b8-284a-484b-85b4-d5e9cf7455a9
11:57:51.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfb7ff56-4296-4f99-a07a-94980be71bb8
11:57:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6220ba-9779-4ab1-a33c-aad8738b5be4
11:57:51.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be3a5e5-8d78-46f8-bcd7-1f6ba4b808e8
11:57:51.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c60bf24-392c-47fe-a152-10eb1efed478
11:57:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cca28ba-9795-4612-96a9-07de51074e66
11:57:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:51.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:51.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfb7ff56-4296-4f99-a07a-94980be71bb8
11:57:51.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:51.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:51.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:51.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:51.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f227d64-362d-4352-82e5-e4ee5c70b4c4
11:57:51.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be3a5e5-8d78-46f8-bcd7-1f6ba4b808e8
11:57:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9faba45-aa11-4b06-86c4-02e214dd3824
11:57:52.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cca28ba-9795-4612-96a9-07de51074e66
11:57:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1abdb6b9-9b29-4faf-a450-9ddefc89e900
11:57:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f227d64-362d-4352-82e5-e4ee5c70b4c4
11:57:52.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7ed84b-ac56-4a77-bc22-3807d7bccc55
11:57:52.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9faba45-aa11-4b06-86c4-02e214dd3824
11:57:52.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d4ab49-2db5-4b1d-bda8-21b0683481de
11:57:52.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1abdb6b9-9b29-4faf-a450-9ddefc89e900
11:57:52.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed2ba212-30bd-4083-be72-a93ce186223f
11:57:52.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e6320f0-f017-498a-b0c9-227f9bea0f40
11:57:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7ed84b-ac56-4a77-bc22-3807d7bccc55
11:57:52.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc674395-136a-4489-a47a-eeb923b08927
11:57:52.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d4ab49-2db5-4b1d-bda8-21b0683481de
11:57:52.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=347fdc4b-1539-4b61-b03e-5da2bf3bd180
11:57:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed2ba212-30bd-4083-be72-a93ce186223f
11:57:52.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e6320f0-f017-498a-b0c9-227f9bea0f40
11:57:52.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc8d81c-a84a-46ee-ba18-92109301ac76
11:57:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ffa10c5-7b24-4452-9b8f-b4e9ff16fd30
11:57:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc674395-136a-4489-a47a-eeb923b08927
11:57:52.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=347fdc4b-1539-4b61-b03e-5da2bf3bd180
11:57:52.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba29cac-c9be-464a-8b61-8d382045e0de
11:57:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:52.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:52.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:52.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:52.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc8d81c-a84a-46ee-ba18-92109301ac76
11:57:52.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=814d4264-df37-4730-967c-150246d362d9
11:57:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ffa10c5-7b24-4452-9b8f-b4e9ff16fd30
11:57:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=464fc518-9ea7-4724-b0c9-3592a5286ca9
11:57:53.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba29cac-c9be-464a-8b61-8d382045e0de
11:57:53.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aa984f9-e3db-4143-b29c-1fe4d296a148
11:57:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=814d4264-df37-4730-967c-150246d362d9
11:57:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cbb3a3-8f09-4db6-a6e2-5db83312ad47
11:57:53.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4735ba72-900f-47cb-b8f1-0cf6034e2e0d
11:57:53.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=464fc518-9ea7-4724-b0c9-3592a5286ca9
11:57:53.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aa984f9-e3db-4143-b29c-1fe4d296a148
11:57:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04094519-01a3-417a-b82c-8c380e8f3cbd
11:57:53.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d1c49a7-c8e3-446b-9a6d-efdcffbe5c3d
11:57:53.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cbb3a3-8f09-4db6-a6e2-5db83312ad47
11:57:53.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6113994-b853-405b-b398-ac96bd39d241
11:57:53.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4735ba72-900f-47cb-b8f1-0cf6034e2e0d
11:57:53.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6010b6-daa9-416d-9b5b-b8ac9a2ee8cd
11:57:53.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04094519-01a3-417a-b82c-8c380e8f3cbd
11:57:53.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eedd458-e36b-41a5-a26c-4e5fc34167ef
11:57:53.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d1c49a7-c8e3-446b-9a6d-efdcffbe5c3d
11:57:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ceeb03-b598-4770-b372-9dc1f07fe274
11:57:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6113994-b853-405b-b398-ac96bd39d241
11:57:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8123188a-fce8-4505-ae9a-4ade7a904373
11:57:53.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:53.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:53.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:53.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:53.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:53.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:53.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:53.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6010b6-daa9-416d-9b5b-b8ac9a2ee8cd
11:57:53.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf29c1-6421-4f50-8762-a6a57873b16a
11:57:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eedd458-e36b-41a5-a26c-4e5fc34167ef
11:57:54.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad2493f-42f7-476e-91a6-1e167d9f24bc
11:57:54.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ceeb03-b598-4770-b372-9dc1f07fe274
11:57:54.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79649266-6967-405d-b26b-695c9a80206e
11:57:54.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8123188a-fce8-4505-ae9a-4ade7a904373
11:57:54.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d363f0-0e76-4720-aa96-cb4f56504747
11:57:54.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e652874b-adf5-44dc-8d80-6a76610237a3
11:57:54.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf29c1-6421-4f50-8762-a6a57873b16a
11:57:54.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaad99db-066a-4572-a632-5a4f2485d0e5
11:57:54.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad2493f-42f7-476e-91a6-1e167d9f24bc
11:57:54.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c48c46b-e663-466f-9a99-02bde3f87bda
11:57:54.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79649266-6967-405d-b26b-695c9a80206e
11:57:54.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c28069-20b7-4007-911f-5448c1adc243
11:57:54.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d363f0-0e76-4720-aa96-cb4f56504747
11:57:54.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b6b72e-ac74-41f6-b543-a931e4e5d622
11:57:54.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e652874b-adf5-44dc-8d80-6a76610237a3
11:57:54.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e6c1403-b8ed-4eba-b1ae-ac6ca6db9129
11:57:54.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaad99db-066a-4572-a632-5a4f2485d0e5
11:57:54.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:54.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e7a0a50-8ec2-4e3a-af95-e4e948bf5ea5
11:57:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:54.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:54.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:54.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c48c46b-e663-466f-9a99-02bde3f87bda
11:57:54.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c28069-20b7-4007-911f-5448c1adc243
11:57:55.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d805733-2581-40ba-bad9-fd417b54f34a
11:57:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b6b72e-ac74-41f6-b543-a931e4e5d622
11:57:55.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=201b5034-a9f3-4496-97b6-506731aa2f2a
11:57:55.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e6c1403-b8ed-4eba-b1ae-ac6ca6db9129
11:57:55.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e7a0a50-8ec2-4e3a-af95-e4e948bf5ea5
11:57:55.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ae1f3b-e8b2-4edf-bd30-dd8b1ca1bec4
11:57:55.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4fe5b36-eb38-497c-838b-1dc3cd1b64ad
11:57:55.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d805733-2581-40ba-bad9-fd417b54f34a
11:57:55.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d4e380-c629-41f6-9d99-f71048c8def0
11:57:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=201b5034-a9f3-4496-97b6-506731aa2f2a
11:57:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06c1b2bd-317f-426e-8b96-46cab4c0f2d2
11:57:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3c69103-4155-474c-ab43-3f9565769438
11:57:55.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ae1f3b-e8b2-4edf-bd30-dd8b1ca1bec4
11:57:55.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=270804a6-5505-4501-be2f-2fb4631b1a0e
11:57:55.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a089b99-1163-4d78-b3ac-ce31897f903d
11:57:55.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4fe5b36-eb38-497c-838b-1dc3cd1b64ad
11:57:55.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547962c3-aa16-4b07-a706-7136a060bab8
11:57:55.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d4e380-c629-41f6-9d99-f71048c8def0
11:57:55.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa749965-3a53-444a-aa2c-3b6430072aca
11:57:55.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06c1b2bd-317f-426e-8b96-46cab4c0f2d2
11:57:55.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c2520c2-0591-42d1-9af1-e775effa4b63
11:57:55.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:55.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:55.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:55.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:55.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:55.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3c69103-4155-474c-ab43-3f9565769438
11:57:55.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b814ebc6-61ed-4430-908b-3e2d4dcbb667
11:57:56.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=270804a6-5505-4501-be2f-2fb4631b1a0e
11:57:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d24efb4-0f59-43f9-ba2b-4809e800e33b
11:57:56.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a089b99-1163-4d78-b3ac-ce31897f903d
11:57:56.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef029bd3-580f-4add-9f22-ad6f7e90707e
11:57:56.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547962c3-aa16-4b07-a706-7136a060bab8
11:57:56.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=063b677c-d77c-416f-b9fe-a8113900f6f4
11:57:56.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa749965-3a53-444a-aa2c-3b6430072aca
11:57:56.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c2520c2-0591-42d1-9af1-e775effa4b63
11:57:56.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69ee3c12-9fe2-43af-9a8e-4260a0124250
11:57:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b814ebc6-61ed-4430-908b-3e2d4dcbb667
11:57:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97265fa5-0004-455e-8d8e-127bf85cd6bb
11:57:56.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e565575-a51b-46af-9ec4-fd55ae77a81a
11:57:56.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d24efb4-0f59-43f9-ba2b-4809e800e33b
11:57:56.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9f6dcfd-ade9-48d9-b549-dc6f53cd40f9
11:57:56.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef029bd3-580f-4add-9f22-ad6f7e90707e
11:57:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a38e3a02-b5c1-4820-98a3-baed7d4738b2
11:57:56.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=063b677c-d77c-416f-b9fe-a8113900f6f4
11:57:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e833c880-9f40-442b-8aa5-f3f57c84880b
11:57:56.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69ee3c12-9fe2-43af-9a8e-4260a0124250
11:57:56.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0d91f4a-91b2-4c95-9695-0f83600c66d7
11:57:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:56.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:56.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97265fa5-0004-455e-8d8e-127bf85cd6bb
11:57:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:56.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:56.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:56.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:56.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a15833-0d84-499b-bd93-4f8c7a5c8202
11:57:57.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e565575-a51b-46af-9ec4-fd55ae77a81a
11:57:57.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6b23c1-8324-404a-8e4d-1a39d4a39eb5
11:57:57.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9f6dcfd-ade9-48d9-b549-dc6f53cd40f9
11:57:57.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af55c91b-455f-4992-b7ad-03e60ff05580
11:57:57.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f718fec-c229-4a63-98c9-645ec028697f
11:57:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a38e3a02-b5c1-4820-98a3-baed7d4738b2
11:57:57.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=330959d4-8e1c-4e48-82f5-215e9fabcc20
11:57:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e833c880-9f40-442b-8aa5-f3f57c84880b
11:57:57.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ac0d9a0-68a8-46ff-9935-b5ca42fdcf2c
11:57:57.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0d91f4a-91b2-4c95-9695-0f83600c66d7
11:57:57.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58c6aa5-442c-4a01-b991-1f17b2214fd8
11:57:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a15833-0d84-499b-bd93-4f8c7a5c8202
11:57:57.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd381a3d-9d36-4688-87cc-9bc2e5892e17
11:57:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6b23c1-8324-404a-8e4d-1a39d4a39eb5
11:57:57.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a56bfe-57e1-4199-88c6-cb263989e290
11:57:57.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af55c91b-455f-4992-b7ad-03e60ff05580
11:57:57.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dd8d7e0-b471-4eb9-9342-1378640a154a
11:57:57.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f718fec-c229-4a63-98c9-645ec028697f
11:57:57.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=154df74c-4f3a-4127-8b6a-4295db3da67b
11:57:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:57.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=330959d4-8e1c-4e48-82f5-215e9fabcc20
11:57:57.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:57.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:57.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b334880c-bf12-4ea9-88ce-5ea64bc1e1ec
11:57:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ac0d9a0-68a8-46ff-9935-b5ca42fdcf2c
11:57:58.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58c6aa5-442c-4a01-b991-1f17b2214fd8
11:57:58.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bf1ca8e-cbc3-44f2-8ea5-f9400f209902
11:57:58.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd381a3d-9d36-4688-87cc-9bc2e5892e17
11:57:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7616cb50-d947-4646-8056-64befed158aa
11:57:58.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a56bfe-57e1-4199-88c6-cb263989e290
11:57:58.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dccbdac-1206-4133-8015-9468dff643df
11:57:58.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dd8d7e0-b471-4eb9-9342-1378640a154a
11:57:58.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=154df74c-4f3a-4127-8b6a-4295db3da67b
11:57:58.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f888573d-e7b7-4ac2-bae1-db953500b8be
11:57:58.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b334880c-bf12-4ea9-88ce-5ea64bc1e1ec
11:57:58.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bf1ca8e-cbc3-44f2-8ea5-f9400f209902
11:57:58.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eff1f088-4580-4063-9ac1-0cfeb3a050e3
11:57:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2c3e4dd-db9a-43e6-ad20-bd999a54080a
11:57:58.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7616cb50-d947-4646-8056-64befed158aa
11:57:58.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a9e075-9774-41ad-84b4-f1a9fb479ff5
11:57:58.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dccbdac-1206-4133-8015-9468dff643df
11:57:58.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40c092e3-d997-46ca-be80-75d1d1be93b7
11:57:58.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f888573d-e7b7-4ac2-bae1-db953500b8be
11:57:58.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eff1f088-4580-4063-9ac1-0cfeb3a050e3
11:57:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7e8ee5-01f9-4f77-960b-50bc2c5d253b
11:57:58.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2c3e4dd-db9a-43e6-ad20-bd999a54080a
11:57:58.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a9e075-9774-41ad-84b4-f1a9fb479ff5
11:57:58.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13dc8c9f-2a81-4d44-a774-0853515c4999
11:57:58.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:58.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:58.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:58.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:58.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4599148a-aaa5-446c-81b0-a1d55cf88b2d
11:57:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40c092e3-d997-46ca-be80-75d1d1be93b7
11:57:59.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eca13ca5-f831-4664-8bed-5762d082a5f9
11:57:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfff2c5-4149-4bc6-b029-984a72440204
11:57:59.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7e8ee5-01f9-4f77-960b-50bc2c5d253b
11:57:59.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3304df9-b2ef-482c-be57-f26b15ebcf53
11:57:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13dc8c9f-2a81-4d44-a774-0853515c4999
11:57:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47598794-1560-4327-822a-5724761e4ab2
11:57:59.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4599148a-aaa5-446c-81b0-a1d55cf88b2d
11:57:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=617467d9-eb96-40b6-be33-862e90b8896e
11:57:59.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eca13ca5-f831-4664-8bed-5762d082a5f9
11:57:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72aa5d38-b3e6-49b4-97a2-19ac0bceafd6
11:57:59.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfff2c5-4149-4bc6-b029-984a72440204
11:57:59.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7320085d-1e00-40ee-b9f5-e77e5f36a5d2
11:57:59.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3304df9-b2ef-482c-be57-f26b15ebcf53
11:57:59.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675375ce-f430-4a65-981e-901b46a376ee
11:57:59.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47598794-1560-4327-822a-5724761e4ab2
11:57:59.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fa459f-591f-4a5a-950e-326792d97463
11:57:59.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=617467d9-eb96-40b6-be33-862e90b8896e
11:57:59.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72aa5d38-b3e6-49b4-97a2-19ac0bceafd6
11:57:59.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c488829-c945-489e-944e-ab838c266717
11:57:59.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948d56e1-2af4-4064-a639-57ea3fca28e2
11:57:59.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:57:59.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:57:59.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:57:59.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:57:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:57:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:57:59.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:57:59.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7320085d-1e00-40ee-b9f5-e77e5f36a5d2
11:57:59.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8edc3e5a-9df2-437e-bc39-3d28761187a4
11:58:00.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675375ce-f430-4a65-981e-901b46a376ee
11:58:00.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1776b159-b630-47f7-8b64-577066d73c15
11:58:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efb50444-a5ba-4e6d-b118-1e48a4c4e4e3
11:58:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fa459f-591f-4a5a-950e-326792d97463
11:58:00.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.273 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d642be-da56-4db9-b387-f8b27511f699
11:58:00.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c488829-c945-489e-944e-ab838c266717
11:58:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948d56e1-2af4-4064-a639-57ea3fca28e2
11:58:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796c1c46-6567-4261-8987-023a3e5d15a7
11:58:00.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=300e03ea-a101-429b-ab38-b3b30962d109
11:58:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8edc3e5a-9df2-437e-bc39-3d28761187a4
11:58:00.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=146468d1-f965-4b34-bf5f-12e4c964171f
11:58:00.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1776b159-b630-47f7-8b64-577066d73c15
11:58:00.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064f409a-fd26-456b-8d9f-c958672cd9c5
11:58:00.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efb50444-a5ba-4e6d-b118-1e48a4c4e4e3
11:58:00.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7780dce8-69cf-4e3f-84d3-d0d46301db3f
11:58:00.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d642be-da56-4db9-b387-f8b27511f699
11:58:00.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77bea101-301b-440c-aafc-b1717c3f662b
11:58:00.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796c1c46-6567-4261-8987-023a3e5d15a7
11:58:00.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:00.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58e4b1a8-7c15-49b8-a74e-90ae1b5a95d3
11:58:00.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:00.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:00.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:00.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:00.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=300e03ea-a101-429b-ab38-b3b30962d109
11:58:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2797e385-abf9-4903-8ed2-10db8e7a5b5e
11:58:01.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=146468d1-f965-4b34-bf5f-12e4c964171f
11:58:01.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0beb48-78db-4303-988f-9062e8c06e71
11:58:01.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064f409a-fd26-456b-8d9f-c958672cd9c5
11:58:01.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c81a1f-0193-4972-bf33-9ba34c97393c
11:58:01.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7780dce8-69cf-4e3f-84d3-d0d46301db3f
11:58:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c8e5144-8df6-4ff1-baff-d590f6ee1ed0
11:58:01.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77bea101-301b-440c-aafc-b1717c3f662b
11:58:01.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df440c2f-668a-4f25-8853-a067ff57e1ff
11:58:01.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58e4b1a8-7c15-49b8-a74e-90ae1b5a95d3
11:58:01.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b82ee492-63ef-45ab-bbc4-e475842e0fc0
11:58:01.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2797e385-abf9-4903-8ed2-10db8e7a5b5e
11:58:01.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fcd2e1-cfba-443e-9ba2-48800eb3f181
11:58:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0beb48-78db-4303-988f-9062e8c06e71
11:58:01.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d37b54-b893-4a0f-ae21-58207bc27d24
11:58:01.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c81a1f-0193-4972-bf33-9ba34c97393c
11:58:01.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00fe33c-d4b4-44f7-9583-c7fa70b167d2
11:58:01.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c8e5144-8df6-4ff1-baff-d590f6ee1ed0
11:58:01.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aab6556-150b-4b4a-bd4b-5a63601e0b30
11:58:01.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:01.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:01.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e212db48-4bc4-4964-9640-892e98ce88e0
11:58:01.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:01.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:01.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:01.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:01.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df440c2f-668a-4f25-8853-a067ff57e1ff
11:58:01.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d11d32d-e4e6-49e9-9e50-88de1d1c793f
11:58:02.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b82ee492-63ef-45ab-bbc4-e475842e0fc0
11:58:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98cdaa3b-3ae9-45d4-b8e3-5186422a9ff3
11:58:02.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fcd2e1-cfba-443e-9ba2-48800eb3f181
11:58:02.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04e50d0-ad47-4c13-b62a-2dee20a916e1
11:58:02.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d37b54-b893-4a0f-ae21-58207bc27d24
11:58:02.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4e83ee9-f09c-48d7-ad58-c677757d45e4
11:58:02.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00fe33c-d4b4-44f7-9583-c7fa70b167d2
11:58:02.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aab6556-150b-4b4a-bd4b-5a63601e0b30
11:58:02.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7e0e4eb-2fe0-44f7-bccb-6a9f2e5b6dae
11:58:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e212db48-4bc4-4964-9640-892e98ce88e0
11:58:02.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb979ee9-0a9b-493a-87eb-8b99bc8e227e
11:58:02.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d11d32d-e4e6-49e9-9e50-88de1d1c793f
11:58:02.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a45cafa3-b6e4-4aaf-8a6f-90b0619f92c6
11:58:02.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98cdaa3b-3ae9-45d4-b8e3-5186422a9ff3
11:58:02.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cecaf533-fa3a-4f7f-9d8e-a358b30a5b3f
11:58:02.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04e50d0-ad47-4c13-b62a-2dee20a916e1
11:58:02.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ae1082-47bc-47e7-be5a-47dedde3f9a6
11:58:02.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4e83ee9-f09c-48d7-ad58-c677757d45e4
11:58:02.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50fdbc37-c363-42a7-a2e4-2c967c86870e
11:58:02.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7e0e4eb-2fe0-44f7-bccb-6a9f2e5b6dae
11:58:02.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:02.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:02.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb979ee9-0a9b-493a-87eb-8b99bc8e227e
11:58:02.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:02.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:02.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:02.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:02.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:02.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1281169e-5e2b-4efb-8a5c-04cc5a8e37b1
11:58:02.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a45cafa3-b6e4-4aaf-8a6f-90b0619f92c6
11:58:03.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f84ea1-7cdc-475a-b99b-eb67a51aac6c
11:58:03.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cecaf533-fa3a-4f7f-9d8e-a358b30a5b3f
11:58:03.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34abfe0d-a917-4bfc-98a1-f0b9dd8a918e
11:58:03.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ae1082-47bc-47e7-be5a-47dedde3f9a6
11:58:03.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71283340-dbfb-402d-97c8-34ed92bd93ec
11:58:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50fdbc37-c363-42a7-a2e4-2c967c86870e
11:58:03.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=491e2e44-c5e2-4a43-bced-45d9b18fde8b
11:58:03.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1281169e-5e2b-4efb-8a5c-04cc5a8e37b1
11:58:03.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f84ea1-7cdc-475a-b99b-eb67a51aac6c
11:58:03.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce9dd7b-3c22-402e-85b2-8cbc165c1d95
11:58:03.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5853edd7-de2f-4f6b-a1b3-ccd270bab0d7
11:58:03.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34abfe0d-a917-4bfc-98a1-f0b9dd8a918e
11:58:03.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71283340-dbfb-402d-97c8-34ed92bd93ec
11:58:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19eac22f-774f-410a-af50-ca0fff84f944
11:58:03.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b8644b6-179a-422b-8474-0315745eb904
11:58:03.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=491e2e44-c5e2-4a43-bced-45d9b18fde8b
11:58:03.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87f50b32-36ee-4769-a445-20397b54f9ee
11:58:03.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce9dd7b-3c22-402e-85b2-8cbc165c1d95
11:58:03.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:03.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:03.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:03.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:03.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:03.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d11891e-4569-4180-8404-2a96e8681778
11:58:03.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5853edd7-de2f-4f6b-a1b3-ccd270bab0d7
11:58:04.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e33ddd5-f0da-4432-b887-0036999535d8
11:58:04.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19eac22f-774f-410a-af50-ca0fff84f944
11:58:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161f1e26-ac19-4792-9c0c-e1284f36dc4e
11:58:04.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b8644b6-179a-422b-8474-0315745eb904
11:58:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7406e8d-2349-439d-b4ab-40647ecdb715
11:58:04.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87f50b32-36ee-4769-a445-20397b54f9ee
11:58:04.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d48b18e-62ac-4899-b09d-df69a9689766
11:58:04.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d11891e-4569-4180-8404-2a96e8681778
11:58:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a18537-1925-44f3-b1dc-8cd53383b575
11:58:04.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e33ddd5-f0da-4432-b887-0036999535d8
11:58:04.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5575267e-91a6-4d59-96b6-22c5d737fd6f
11:58:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161f1e26-ac19-4792-9c0c-e1284f36dc4e
11:58:04.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7406e8d-2349-439d-b4ab-40647ecdb715
11:58:04.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05b0475c-fa6b-44e9-864c-29ad2ec5ee4a
11:58:04.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d48b18e-62ac-4899-b09d-df69a9689766
11:58:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e9402b-a00f-442b-960a-0fdf8f55470b
11:58:04.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a18537-1925-44f3-b1dc-8cd53383b575
11:58:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb617c1-4c1d-4708-8a10-05c5e4eb3ee0
11:58:04.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5575267e-91a6-4d59-96b6-22c5d737fd6f
11:58:04.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a3ed53-a280-4b8b-8d78-d8e93ecdd95b
11:58:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05b0475c-fa6b-44e9-864c-29ad2ec5ee4a
11:58:04.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:04.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:04.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:04.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe06d6a-8e8d-4311-b34a-c28831281bc5
11:58:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:04.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:04.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:04.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:04.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e9402b-a00f-442b-960a-0fdf8f55470b
11:58:04.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb617c1-4c1d-4708-8a10-05c5e4eb3ee0
11:58:05.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdc18fab-460d-472c-99dc-786bcb961373
11:58:05.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a3ed53-a280-4b8b-8d78-d8e93ecdd95b
11:58:05.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3d3d84-7873-466f-a9cb-62df50fe49ff
11:58:05.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe06d6a-8e8d-4311-b34a-c28831281bc5
11:58:05.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=549960f6-27f4-4b23-9024-623d51c2fc92
11:58:05.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdc18fab-460d-472c-99dc-786bcb961373
11:58:05.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=890e9a0a-7d19-4816-8e57-4c46958a38e6
11:58:05.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3d3d84-7873-466f-a9cb-62df50fe49ff
11:58:05.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=604326b5-08ee-43d8-9ad9-b3146df1a2c5
11:58:05.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=549960f6-27f4-4b23-9024-623d51c2fc92
11:58:05.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edae4ae3-7f22-430d-9964-745cb984cb05
11:58:05.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=890e9a0a-7d19-4816-8e57-4c46958a38e6
11:58:05.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b820f-6525-485b-8182-4087e882a2eb
11:58:05.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=604326b5-08ee-43d8-9ad9-b3146df1a2c5
11:58:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=437c53d8-dbd3-471a-9d7f-c07c304a44e0
11:58:05.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edae4ae3-7f22-430d-9964-745cb984cb05
11:58:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d4079f8-d142-4ca9-8296-72673079e706
11:58:05.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f219ca5d-79b2-4a79-8c0e-9c5e0df1c7ed
11:58:05.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b820f-6525-485b-8182-4087e882a2eb
11:58:05.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:05.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:05.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=437c53d8-dbd3-471a-9d7f-c07c304a44e0
11:58:05.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:05.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:05.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:05.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:05.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:05.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00301912-b0fb-4839-a935-0ea31a70fdf9
11:58:05.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d4079f8-d142-4ca9-8296-72673079e706
11:58:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b2e35b-817c-48ee-a50b-68ad2d02db91
11:58:06.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f219ca5d-79b2-4a79-8c0e-9c5e0df1c7ed
11:58:06.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caaf2fd3-94ed-4a85-890d-7f11edeb403a
11:58:06.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00301912-b0fb-4839-a935-0ea31a70fdf9
11:58:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79f4e91-a57d-4c21-b3e9-7b611978d511
11:58:06.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=261750a9-8ff6-46b8-816e-ad06e588e96e
11:58:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b2e35b-817c-48ee-a50b-68ad2d02db91
11:58:06.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dac4cf-f0af-4113-bc81-3d2cb0943ecd
11:58:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caaf2fd3-94ed-4a85-890d-7f11edeb403a
11:58:06.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b1d53f8-6995-4a54-b3cb-9affdce7b9ec
11:58:06.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79f4e91-a57d-4c21-b3e9-7b611978d511
11:58:06.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5eb80e0-b827-47bc-a3fc-3b271abf2b8c
11:58:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee27c71-2544-4072-aac6-fc2f3858f7b7
11:58:06.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=261750a9-8ff6-46b8-816e-ad06e588e96e
11:58:06.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c199722e-3d26-4012-84f9-44cca9f22ab6
11:58:06.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dac4cf-f0af-4113-bc81-3d2cb0943ecd
11:58:06.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42202c7b-7f2c-4f3e-88a7-5ac2c88362a6
11:58:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b1d53f8-6995-4a54-b3cb-9affdce7b9ec
11:58:06.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d0c391-cf2f-49a1-9188-2e6597845a23
11:58:06.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:06.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5eb80e0-b827-47bc-a3fc-3b271abf2b8c
11:58:06.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:06.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:06.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:06.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:06.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:06.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:06.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee27c71-2544-4072-aac6-fc2f3858f7b7
11:58:07.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fcdb2d8-9440-4904-bb2f-f2e5fddeffd1
11:58:07.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e205e549-8090-4a59-a4d0-c32dfbdae3f4
11:58:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c199722e-3d26-4012-84f9-44cca9f22ab6
11:58:07.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42202c7b-7f2c-4f3e-88a7-5ac2c88362a6
11:58:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228fa062-b71e-4bd3-8c7e-4731fc1c2862
11:58:07.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ba59d8-570b-4559-b323-0cd749781d07
11:58:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d0c391-cf2f-49a1-9188-2e6597845a23
11:58:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fcdb2d8-9440-4904-bb2f-f2e5fddeffd1
11:58:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78177d29-36b3-47ae-a682-d4e72e0e5f4b
11:58:07.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e205e549-8090-4a59-a4d0-c32dfbdae3f4
11:58:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f75a824-ae80-400f-be20-a84e482f5a58
11:58:07.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228fa062-b71e-4bd3-8c7e-4731fc1c2862
11:58:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5e3a41-7584-47b8-a8c9-3aca266ad553
11:58:07.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ba59d8-570b-4559-b323-0cd749781d07
11:58:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91f15d19-18d7-454a-8ee0-da0e3e131f89
11:58:07.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bef3f80-3722-4a7f-a7d9-c7d504719db7
11:58:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78177d29-36b3-47ae-a682-d4e72e0e5f4b
11:58:07.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f75a824-ae80-400f-be20-a84e482f5a58
11:58:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07eb3d3b-8e2f-4e41-a02d-c9815e778783
11:58:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5e3a41-7584-47b8-a8c9-3aca266ad553
11:58:07.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dac7f03-cd0d-4950-8480-c80ac304bede
11:58:07.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:07.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:07.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:07.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91f15d19-18d7-454a-8ee0-da0e3e131f89
11:58:07.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:07.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:07.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:07.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:07.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd06b55a-a35b-4a70-81f3-3a8c27a788ae
11:58:07.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d6455fd-4fdb-4712-8c59-5be167d03965
11:58:08.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bef3f80-3722-4a7f-a7d9-c7d504719db7
11:58:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f259a3-fead-4c78-a166-9da9901c669a
11:58:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07eb3d3b-8e2f-4e41-a02d-c9815e778783
11:58:08.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0bcdfa1-8fad-4df3-8b88-a6c58026ecf8
11:58:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dac7f03-cd0d-4950-8480-c80ac304bede
11:58:08.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd06b55a-a35b-4a70-81f3-3a8c27a788ae
11:58:08.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aacf3ad-e202-4773-bf45-84d9a84dcdf0
11:58:08.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d6455fd-4fdb-4712-8c59-5be167d03965
11:58:08.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24308558-7ca1-44b1-82b8-473184c0c931
11:58:08.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f259a3-fead-4c78-a166-9da9901c669a
11:58:08.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d02f13-664b-4612-8e79-ed7bda12d23d
11:58:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0bcdfa1-8fad-4df3-8b88-a6c58026ecf8
11:58:08.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a15edbf0-9da5-4ac5-b58d-adf24d07feac
11:58:08.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aacf3ad-e202-4773-bf45-84d9a84dcdf0
11:58:08.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e1fc892-6d0e-4add-89fb-8d0223921c1c
11:58:08.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7546865-2bba-446a-8184-018a4de4d6ec
11:58:08.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24308558-7ca1-44b1-82b8-473184c0c931
11:58:08.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6c08110-37ce-4c0c-85ff-3b00a1b1f27e
11:58:08.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d02f13-664b-4612-8e79-ed7bda12d23d
11:58:08.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:08.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:08.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:08.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62984d47-520a-4479-98b6-a44ca2e21277
11:58:08.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a15edbf0-9da5-4ac5-b58d-adf24d07feac
11:58:09.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7cbed38-b96e-4aab-9b89-e4311b4496f2
11:58:09.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e1fc892-6d0e-4add-89fb-8d0223921c1c
11:58:09.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8486b5ee-788e-4f35-b4c7-1f101ec1172e
11:58:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7546865-2bba-446a-8184-018a4de4d6ec
11:58:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed4acb-724a-4764-9f08-1ce4a04a923a
11:58:09.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6c08110-37ce-4c0c-85ff-3b00a1b1f27e
11:58:09.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7848b73-f1c1-4f31-b07b-83c8c12ea8da
11:58:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62984d47-520a-4479-98b6-a44ca2e21277
11:58:09.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7cbed38-b96e-4aab-9b89-e4311b4496f2
11:58:09.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7b8eec-88b3-4ebc-9936-6902eb3f3011
11:58:09.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8486b5ee-788e-4f35-b4c7-1f101ec1172e
11:58:09.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20bf9761-8808-449a-a368-b7dc82f841d2
11:58:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed4acb-724a-4764-9f08-1ce4a04a923a
11:58:09.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7848b73-f1c1-4f31-b07b-83c8c12ea8da
11:58:09.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c1c3f38-76d1-4e7e-a78d-759436986bb6
11:58:09.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7b8eec-88b3-4ebc-9936-6902eb3f3011
11:58:09.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd7ba67-94b2-4fd2-8beb-fe3ce8a7ecfe
11:58:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20bf9761-8808-449a-a368-b7dc82f841d2
11:58:09.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2200db3-6f9a-47ba-bac7-82878c06ca25
11:58:09.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:09.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:09.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786a13a9-f16b-424b-8f0a-4b70c4ebca0b
11:58:09.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:09.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:09.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c1c3f38-76d1-4e7e-a78d-759436986bb6
11:58:09.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd7ba67-94b2-4fd2-8beb-fe3ce8a7ecfe
11:58:10.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44df2c6a-0e8d-44de-b363-f3c82c14c887
11:58:10.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7fcbc4f-9780-4dbb-923e-db4948b99a1e
11:58:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2200db3-6f9a-47ba-bac7-82878c06ca25
11:58:10.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786a13a9-f16b-424b-8f0a-4b70c4ebca0b
11:58:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92f56330-6239-4396-afad-0371487f422e
11:58:10.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25ad416f-8c32-47fd-a675-74df284a7c5f
11:58:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44df2c6a-0e8d-44de-b363-f3c82c14c887
11:58:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fc673c-e434-4371-a500-d49908d66118
11:58:10.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7fcbc4f-9780-4dbb-923e-db4948b99a1e
11:58:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2135528-8aa6-4732-bfe6-b019cbb52691
11:58:10.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92f56330-6239-4396-afad-0371487f422e
11:58:10.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55bb370-565c-4c99-b61f-6464d9259763
11:58:10.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25ad416f-8c32-47fd-a675-74df284a7c5f
11:58:10.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d0de9ee-09fe-4fcd-84a4-49d231a1d7d7
11:58:10.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fc673c-e434-4371-a500-d49908d66118
11:58:10.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9306e147-dcbe-4aea-8bcf-8d3472f4eaa5
11:58:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2135528-8aa6-4732-bfe6-b019cbb52691
11:58:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88fd7520-bb48-4907-889a-399c11c396c8
11:58:10.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1482f163-090e-49de-84dd-7f885566695f
11:58:10.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55bb370-565c-4c99-b61f-6464d9259763
11:58:10.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:10.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:10.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:10.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:10.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:10.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:10.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d0de9ee-09fe-4fcd-84a4-49d231a1d7d7
11:58:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa432dc3-7d3a-4f40-a677-772a57baf60b
11:58:11.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9306e147-dcbe-4aea-8bcf-8d3472f4eaa5
11:58:11.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88fd7520-bb48-4907-889a-399c11c396c8
11:58:11.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4c136f7-de8c-44eb-b585-70a67bac0ba9
11:58:11.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1482f163-090e-49de-84dd-7f885566695f
11:58:11.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8cc15d2-8b8f-4794-83fd-23fed2440678
11:58:11.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa432dc3-7d3a-4f40-a677-772a57baf60b
11:58:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61cc96be-50f2-4789-bb85-8196730daa85
11:58:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4c136f7-de8c-44eb-b585-70a67bac0ba9
11:58:11.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3562710f-f6c3-4b74-9029-a6618eeb0d98
11:58:11.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8cc15d2-8b8f-4794-83fd-23fed2440678
11:58:11.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2caf2e68-3e79-4bc6-be1c-9d95eca9418c
11:58:11.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61cc96be-50f2-4789-bb85-8196730daa85
11:58:11.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3562710f-f6c3-4b74-9029-a6618eeb0d98
11:58:11.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5430d352-786e-4207-ad0b-2da13cf038a5
11:58:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b9ec0b-a228-4f80-b87d-79e094bd53b8
11:58:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2caf2e68-3e79-4bc6-be1c-9d95eca9418c
11:58:11.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fd7fb1-5aa3-4cfe-9ae7-177ef26c3eab
11:58:11.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5430d352-786e-4207-ad0b-2da13cf038a5
11:58:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a09872a-c9ee-4979-91dd-955bc719236f
11:58:11.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b9ec0b-a228-4f80-b87d-79e094bd53b8
11:58:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:11.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:11.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:11.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:11.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:11.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e097501-e9c0-438a-ac01-059184780ffb
11:58:11.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fd7fb1-5aa3-4cfe-9ae7-177ef26c3eab
11:58:12.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a09872a-c9ee-4979-91dd-955bc719236f
11:58:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ee8efc-b71d-4a28-8a60-d8b688c24074
11:58:12.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e097501-e9c0-438a-ac01-059184780ffb
11:58:12.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd17d44b-792b-4059-92d4-ee96d394fa9d
11:58:12.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ee8efc-b71d-4a28-8a60-d8b688c24074
11:58:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6047b144-56e2-462b-bd59-dee7a6ffaeac
11:58:12.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd17d44b-792b-4059-92d4-ee96d394fa9d
11:58:12.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca9729d-033f-4063-84f7-a872f2894b56
11:58:12.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d653965-91d0-48cd-b81b-4908736fa8ea
11:58:12.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6047b144-56e2-462b-bd59-dee7a6ffaeac
11:58:12.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca9729d-033f-4063-84f7-a872f2894b56
11:58:12.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c391b9-c6e9-4e7c-95e2-52bdd62e72db
11:58:12.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d653965-91d0-48cd-b81b-4908736fa8ea
11:58:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b947a62f-d002-45f3-824e-d086eeed3d1a
11:58:12.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c391b9-c6e9-4e7c-95e2-52bdd62e72db
11:58:12.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c4db3f-ac5e-4088-8b1f-24f47abd9aac
11:58:12.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b947a62f-d002-45f3-824e-d086eeed3d1a
11:58:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52b1a3de-c02d-4576-8ee2-026aa31916ca
11:58:12.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c4db3f-ac5e-4088-8b1f-24f47abd9aac
11:58:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=794b6e62-b5de-4db3-b715-c8fa018153be
11:58:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:12.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:12.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:12.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:12.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:12.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52b1a3de-c02d-4576-8ee2-026aa31916ca
11:58:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25ae2b29-1af7-4351-8722-7baf1e7af479
11:58:13.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=794b6e62-b5de-4db3-b715-c8fa018153be
11:58:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88420f38-532d-42d7-8a28-b04fcd977abf
11:58:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25ae2b29-1af7-4351-8722-7baf1e7af479
11:58:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f9f4e38-2086-4352-ac23-b5b2d96138cb
11:58:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88420f38-532d-42d7-8a28-b04fcd977abf
11:58:13.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff430c7c-f789-43eb-8d76-a4281055ac08
11:58:13.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f9f4e38-2086-4352-ac23-b5b2d96138cb
11:58:13.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51116e16-93f9-4983-a780-ddd0f7d8e349
11:58:13.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3110373-4b8c-4719-a4cc-d0fe7a4f4a25
11:58:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff430c7c-f789-43eb-8d76-a4281055ac08
11:58:13.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28224a9d-f599-4f3d-ba9c-ae718f241e2c
11:58:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51116e16-93f9-4983-a780-ddd0f7d8e349
11:58:13.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bec57861-304a-4b8b-a132-ccef747ed1a4
11:58:13.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3110373-4b8c-4719-a4cc-d0fe7a4f4a25
11:58:13.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=393d15f8-4035-4723-ab76-615c77bcb051
11:58:13.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28224a9d-f599-4f3d-ba9c-ae718f241e2c
11:58:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f19947-4b2d-4629-a239-ab4fe582c2b5
11:58:13.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bec57861-304a-4b8b-a132-ccef747ed1a4
11:58:13.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ac7ed5-5e17-42cb-8f22-ef91a0357867
11:58:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=393d15f8-4035-4723-ab76-615c77bcb051
11:58:13.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7bf7cc1-3b5d-4f18-9520-b1067b105854
11:58:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f19947-4b2d-4629-a239-ab4fe582c2b5
11:58:13.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:13.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:13.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a94bb61-eda8-4cb5-91d4-cbfe1476d63a
11:58:13.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:13.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:13.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:13.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ac7ed5-5e17-42cb-8f22-ef91a0357867
11:58:13.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23f67765-cce6-406a-8f40-f4324973393c
11:58:14.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7bf7cc1-3b5d-4f18-9520-b1067b105854
11:58:14.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22519dc9-d8f5-419b-a5bd-b79c96e3c498
11:58:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a94bb61-eda8-4cb5-91d4-cbfe1476d63a
11:58:14.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23f67765-cce6-406a-8f40-f4324973393c
11:58:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70cb09b-959f-4ac6-b64e-55632cb319b2
11:58:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a027464e-40d5-49a6-8c90-9d83c2751a3d
11:58:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22519dc9-d8f5-419b-a5bd-b79c96e3c498
11:58:14.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70cb09b-959f-4ac6-b64e-55632cb319b2
11:58:14.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6d79871-de31-42ac-b0cc-5463de72b607
11:58:14.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a027464e-40d5-49a6-8c90-9d83c2751a3d
11:58:14.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3cce1a-984c-4b4f-b8e4-7a1db1368a59
11:58:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fb1ce5-5b5c-4118-a4fb-5edfbf455ee5
11:58:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6d79871-de31-42ac-b0cc-5463de72b607
11:58:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a075683-9159-43a9-b26b-e05cb27f8da2
11:58:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3cce1a-984c-4b4f-b8e4-7a1db1368a59
11:58:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40d9dcc-2b5e-45ed-8dc2-19c9f2990670
11:58:14.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fb1ce5-5b5c-4118-a4fb-5edfbf455ee5
11:58:14.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a647c927-092d-4f0a-8bb4-7006e0cd73e3
11:58:14.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a075683-9159-43a9-b26b-e05cb27f8da2
11:58:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ed8621-0f7f-4520-8410-3ddc9f7f8d52
11:58:14.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc1d425-cbce-4943-841f-a658fbfd8d8a
11:58:14.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:14.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:14.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:14.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:14.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:14.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40d9dcc-2b5e-45ed-8dc2-19c9f2990670
11:58:14.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21492b8-7a85-4173-86f4-dd4f8f0af722
11:58:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1443a947-e2fc-4484-aca7-f6feaaa63e00
11:58:15.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a647c927-092d-4f0a-8bb4-7006e0cd73e3
11:58:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627281c8-a4c5-4715-9b09-e30a1eeac61d
11:58:15.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ed8621-0f7f-4520-8410-3ddc9f7f8d52
11:58:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e82ef442-01c9-47ed-bafd-c33c6dcc12e2
11:58:15.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc1d425-cbce-4943-841f-a658fbfd8d8a
11:58:15.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2111a242-57a4-4162-8f69-1e93bf6952bd
11:58:15.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21492b8-7a85-4173-86f4-dd4f8f0af722
11:58:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e02cdca-f7a7-4458-8bfa-a0ab3b84a753
11:58:15.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1443a947-e2fc-4484-aca7-f6feaaa63e00
11:58:15.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcc3ba3-6b2d-457b-8e2e-a80340db5721
11:58:15.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627281c8-a4c5-4715-9b09-e30a1eeac61d
11:58:15.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5252e0c-91db-4e85-a764-b8b18f9b7857
11:58:15.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00da18d9-90a9-4df7-bda2-ec82ecd32de3
11:58:15.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e82ef442-01c9-47ed-bafd-c33c6dcc12e2
11:58:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2111a242-57a4-4162-8f69-1e93bf6952bd
11:58:15.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36b36bb0-a884-4f55-b20d-c64549cc9114
11:58:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e02cdca-f7a7-4458-8bfa-a0ab3b84a753
11:58:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c70c378a-64ea-4bf5-b15d-65b97dcc0904
11:58:15.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcc3ba3-6b2d-457b-8e2e-a80340db5721
11:58:15.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:15.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:15.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5252e0c-91db-4e85-a764-b8b18f9b7857
11:58:15.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:15.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:15.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:15.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:15.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a198e7e-13d2-419e-a55a-5641d93cba78
11:58:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00da18d9-90a9-4df7-bda2-ec82ecd32de3
11:58:16.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd451a30-f226-4e8b-97ad-d3f7f7cc59e5
11:58:16.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36b36bb0-a884-4f55-b20d-c64549cc9114
11:58:16.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a307dcbd-9d99-4288-8658-c47748d1c064
11:58:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c70c378a-64ea-4bf5-b15d-65b97dcc0904
11:58:16.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8919abc-bcbd-4331-92ac-b670ede3b2cc
11:58:16.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a198e7e-13d2-419e-a55a-5641d93cba78
11:58:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58084070-a10f-4c9f-bc24-5c744db4a614
11:58:16.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd451a30-f226-4e8b-97ad-d3f7f7cc59e5
11:58:16.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e628dd79-cf5e-4ae1-9262-eca4582e6fd1
11:58:16.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a307dcbd-9d99-4288-8658-c47748d1c064
11:58:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=253164c7-19cd-453e-9ded-d52daea9d7e7
11:58:16.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8919abc-bcbd-4331-92ac-b670ede3b2cc
11:58:16.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daeaaddc-f69b-4a60-85a9-7669c6747508
11:58:16.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58084070-a10f-4c9f-bc24-5c744db4a614
11:58:16.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afcfae52-1f16-4f58-97a1-84841e4b77eb
11:58:16.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e628dd79-cf5e-4ae1-9262-eca4582e6fd1
11:58:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=253164c7-19cd-453e-9ded-d52daea9d7e7
11:58:16.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dfd5470-1cdb-4ce6-84f9-78bc6812492a
11:58:16.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daeaaddc-f69b-4a60-85a9-7669c6747508
11:58:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:16.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3e36f2-39a3-46f3-9c22-b1946dd199ab
11:58:16.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:16.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:16.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:16.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:16.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:16.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:16.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fff5c2-d42e-46b5-b859-15609916f613
11:58:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afcfae52-1f16-4f58-97a1-84841e4b77eb
11:58:17.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02e6b0a2-c2ec-495d-8226-39304a5da5ec
11:58:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dfd5470-1cdb-4ce6-84f9-78bc6812492a
11:58:17.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae245d8-82e7-4338-93d0-4aa431e7f86c
11:58:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3e36f2-39a3-46f3-9c22-b1946dd199ab
11:58:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfaeb15b-dd63-4da1-a450-1d2ca476b083
11:58:17.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fff5c2-d42e-46b5-b859-15609916f613
11:58:17.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfed827-ddc4-413c-b64b-b931f969b4ae
11:58:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02e6b0a2-c2ec-495d-8226-39304a5da5ec
11:58:17.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ab4aad-0123-49e0-a822-cb0a19e8975a
11:58:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ae245d8-82e7-4338-93d0-4aa431e7f86c
11:58:17.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5833462-f000-4346-958e-9eaaf6365a3c
11:58:17.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfaeb15b-dd63-4da1-a450-1d2ca476b083
11:58:17.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15529438-e305-4084-a277-1a2af93eca54
11:58:17.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfed827-ddc4-413c-b64b-b931f969b4ae
11:58:17.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1178106c-befe-471c-b752-ce9db759d1cd
11:58:17.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ab4aad-0123-49e0-a822-cb0a19e8975a
11:58:17.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eceeda3-ebca-4159-9134-4de77ff7ea5a
11:58:17.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5833462-f000-4346-958e-9eaaf6365a3c
11:58:17.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7602b322-015e-4f0f-85fa-d440d4281860
11:58:17.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15529438-e305-4084-a277-1a2af93eca54
11:58:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:17.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:17.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:17.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:17.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:17.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:17.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:17.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67b700a3-6fd6-4627-a9d0-565f299c17df
11:58:17.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1178106c-befe-471c-b752-ce9db759d1cd
11:58:18.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eceeda3-ebca-4159-9134-4de77ff7ea5a
11:58:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7103998c-8e08-4165-81d4-8d071b18beb4
11:58:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7602b322-015e-4f0f-85fa-d440d4281860
11:58:18.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1545403-261c-439a-ad89-3d716eea6ea1
11:58:18.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67b700a3-6fd6-4627-a9d0-565f299c17df
11:58:18.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=315104ed-98fd-42cb-9b79-bcef0510c958
11:58:18.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7103998c-8e08-4165-81d4-8d071b18beb4
11:58:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f40fdfc-80be-4cb1-87cb-044ff379a3f8
11:58:18.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1545403-261c-439a-ad89-3d716eea6ea1
11:58:18.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4bfb45e-89c6-4c24-9609-752c6ee68ace
11:58:18.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=315104ed-98fd-42cb-9b79-bcef0510c958
11:58:18.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0719e4c9-9f27-4b2f-9598-785262779e9f
11:58:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f40fdfc-80be-4cb1-87cb-044ff379a3f8
11:58:18.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8444e98-c1ee-4bed-a162-4b20b2e09ab8
11:58:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4bfb45e-89c6-4c24-9609-752c6ee68ace
11:58:18.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbfb664-19d0-4118-9a45-8c6038991573
11:58:18.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0719e4c9-9f27-4b2f-9598-785262779e9f
11:58:18.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d39dca3-608e-442b-bd44-433ce587b13e
11:58:18.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8444e98-c1ee-4bed-a162-4b20b2e09ab8
11:58:18.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=941cbc67-f89a-4e22-b10a-807754443fe1
11:58:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:18.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:18.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:18.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:18.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:18.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:18.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:18.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbfb664-19d0-4118-9a45-8c6038991573
11:58:18.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94353d26-a3f1-4ce5-bc78-487405971f99
11:58:19.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d39dca3-608e-442b-bd44-433ce587b13e
11:58:19.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ec5a2f-e620-49d2-af7a-94f75172a004
11:58:19.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=941cbc67-f89a-4e22-b10a-807754443fe1
11:58:19.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce07da02-0dc2-431b-9215-f13314a177ae
11:58:19.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94353d26-a3f1-4ce5-bc78-487405971f99
11:58:19.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aea1c463-bcd0-445f-a3b3-caa5b2fd4490
11:58:19.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5fb9ed-d45b-4bc1-a9b5-06620a6377cd
11:58:19.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ec5a2f-e620-49d2-af7a-94f75172a004
11:58:19.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f0b922-490b-46e7-a919-05cd74c898b9
11:58:19.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce07da02-0dc2-431b-9215-f13314a177ae
11:58:19.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9687ac2-c83a-4c80-8a98-32156ee07aaf
11:58:19.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aea1c463-bcd0-445f-a3b3-caa5b2fd4490
11:58:19.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbfa597-cd52-4615-a5a1-3076cc4c81c4
11:58:19.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=072eca4a-4316-4dd7-bddd-06313ccfa969
11:58:19.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5fb9ed-d45b-4bc1-a9b5-06620a6377cd
11:58:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=079724f6-2f91-4ac9-8eef-99118cd615d2
11:58:19.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f0b922-490b-46e7-a919-05cd74c898b9
11:58:19.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffeefd05-adbc-476a-90a9-a402a039493b
11:58:19.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:19.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:19.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:19.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:19.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:19.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:19.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:19.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9687ac2-c83a-4c80-8a98-32156ee07aaf
11:58:19.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9309a8d-eebf-4f6d-b16b-4cc0e2ba64c6
11:58:20.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbfa597-cd52-4615-a5a1-3076cc4c81c4
11:58:20.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=072eca4a-4316-4dd7-bddd-06313ccfa969
11:58:20.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b5cf2eb-5376-41bf-be02-f141aa545917
11:58:20.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=079724f6-2f91-4ac9-8eef-99118cd615d2
11:58:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e0155f-71d2-4fa4-8c02-d8d42a02dd87
11:58:20.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffeefd05-adbc-476a-90a9-a402a039493b
11:58:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fa5ea2-a267-491c-bd8b-4f23adfe5f65
11:58:20.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2dd7fc5-9a4f-40f5-bbd2-47e86310ce87
11:58:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9309a8d-eebf-4f6d-b16b-4cc0e2ba64c6
11:58:20.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ba731d9-d58c-4998-a5fe-e24fe64c0846
11:58:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b5cf2eb-5376-41bf-be02-f141aa545917
11:58:20.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39551307-8caa-4963-b695-376af0188fa2
11:58:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e0155f-71d2-4fa4-8c02-d8d42a02dd87
11:58:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62acbd52-104d-40a8-bb4a-c7eb57b82233
11:58:20.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fa5ea2-a267-491c-bd8b-4f23adfe5f65
11:58:20.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2dd7fc5-9a4f-40f5-bbd2-47e86310ce87
11:58:20.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19cbb8c4-d370-472f-9799-8bc1d2473ff3
11:58:20.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ba731d9-d58c-4998-a5fe-e24fe64c0846
11:58:20.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea013285-de6b-48a4-96b9-10ec4fb20b4b
11:58:20.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39551307-8caa-4963-b695-376af0188fa2
11:58:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:20.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:20.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:20.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:20.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:20.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:20.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc011dd-bcb5-4416-a236-03fd980c0499
11:58:20.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62acbd52-104d-40a8-bb4a-c7eb57b82233
11:58:21.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c14bf02-e007-44bb-8fc4-7f63d07f8af8
11:58:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19cbb8c4-d370-472f-9799-8bc1d2473ff3
11:58:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2a68a56-056f-4931-a77b-74c14ebbccb8
11:58:21.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea013285-de6b-48a4-96b9-10ec4fb20b4b
11:58:21.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef67e03-5c3d-4edd-983e-830b72de7460
11:58:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bc011dd-bcb5-4416-a236-03fd980c0499
11:58:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f148c2e1-7beb-4699-9aaa-1cd8d1ee3709
11:58:21.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c14bf02-e007-44bb-8fc4-7f63d07f8af8
11:58:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=858b9174-8567-4501-b645-d55e1ddd3077
11:58:21.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a6c83f5-1067-46bb-88c3-4d2d84edfe8a
11:58:21.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2a68a56-056f-4931-a77b-74c14ebbccb8
11:58:21.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4738f1ce-0f61-4096-88e3-f802cd15803e
11:58:21.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef67e03-5c3d-4edd-983e-830b72de7460
11:58:21.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b66bd8db-2120-4c85-adbc-93a3b14eed03
11:58:21.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f148c2e1-7beb-4699-9aaa-1cd8d1ee3709
11:58:21.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=464007e8-0125-4245-b967-8b3c47fb25e5
11:58:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=858b9174-8567-4501-b645-d55e1ddd3077
11:58:21.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ec3de5-cc5b-4ba6-90d9-e6c62e62e6ef
11:58:21.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43f2218-448f-468b-8cb2-b8f1b95f56f8
11:58:21.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a6c83f5-1067-46bb-88c3-4d2d84edfe8a
11:58:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:21.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:21.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4738f1ce-0f61-4096-88e3-f802cd15803e
11:58:21.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:21.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:21.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:21.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:21.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:21.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfab8003-2e31-47c6-82d5-dc5b2cdbf186
11:58:21.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b66bd8db-2120-4c85-adbc-93a3b14eed03
11:58:22.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff16daf-958d-40ea-b6d1-b758f5d282ff
11:58:22.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=464007e8-0125-4245-b967-8b3c47fb25e5
11:58:22.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4e155c-4c4d-4b1c-9305-4408e720466e
11:58:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ec3de5-cc5b-4ba6-90d9-e6c62e62e6ef
11:58:22.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=979098de-090c-47c9-b832-a26ebc2fd10e
11:58:22.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43f2218-448f-468b-8cb2-b8f1b95f56f8
11:58:22.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da0a125-cdb5-42f9-862b-dd68c11270fb
11:58:22.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfab8003-2e31-47c6-82d5-dc5b2cdbf186
11:58:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25698d8f-e5b5-4380-8ac9-64043247184f
11:58:22.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff16daf-958d-40ea-b6d1-b758f5d282ff
11:58:22.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9643388-15dd-4f54-9c45-12a4ee1a72f0
11:58:22.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4e155c-4c4d-4b1c-9305-4408e720466e
11:58:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63abfeca-1f62-4872-9973-3054a4864004
11:58:22.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=979098de-090c-47c9-b832-a26ebc2fd10e
11:58:22.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f44b0a-5e40-4b52-9ab4-0d7e66f2cfeb
11:58:22.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005b4bdd-ae64-4ccb-a2a0-470b870824de
11:58:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da0a125-cdb5-42f9-862b-dd68c11270fb
11:58:22.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b48bb64a-03a7-48d6-8482-1e12ffc7e17b
11:58:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7f43a6-0212-4a99-81dc-ca0129f6b835
11:58:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25698d8f-e5b5-4380-8ac9-64043247184f
11:58:22.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:22.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:22.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:22.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:22.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:22.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:22.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4caff4f8-5df6-4882-9a1f-cb3f5ab32bdd
11:58:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9643388-15dd-4f54-9c45-12a4ee1a72f0
11:58:23.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff02703e-edbf-4cd2-aa26-e67706490d8a
11:58:23.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63abfeca-1f62-4872-9973-3054a4864004
11:58:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246cc683-bfa0-454e-a70a-1551a5bee765
11:58:23.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f44b0a-5e40-4b52-9ab4-0d7e66f2cfeb
11:58:23.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee6e72c-03dd-4127-bb73-7657b85766bd
11:58:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005b4bdd-ae64-4ccb-a2a0-470b870824de
11:58:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=560e2360-6086-4cd7-b751-f9bd1c01d8e4
11:58:23.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b48bb64a-03a7-48d6-8482-1e12ffc7e17b
11:58:23.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00742f8c-e49c-4e19-8102-b2d05a6937cf
11:58:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9061314c-3f94-46d3-8e8b-bdc4ba50452b
11:58:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7f43a6-0212-4a99-81dc-ca0129f6b835
11:58:23.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4caff4f8-5df6-4882-9a1f-cb3f5ab32bdd
11:58:23.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943fceea-e6ab-43b4-bc80-5d3e33c7be55
11:58:23.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff02703e-edbf-4cd2-aa26-e67706490d8a
11:58:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24739a7a-7de2-4d43-81ed-5bc37a75df21
11:58:23.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246cc683-bfa0-454e-a70a-1551a5bee765
11:58:23.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b7cd3b-3ff7-48b2-b18e-5c6640bfd409
11:58:23.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee6e72c-03dd-4127-bb73-7657b85766bd
11:58:23.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9891bd81-bf60-41d9-80e9-435ab1917518
11:58:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=560e2360-6086-4cd7-b751-f9bd1c01d8e4
11:58:23.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:23.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=462745e7-7533-4019-9fc0-0319a817c456
11:58:23.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:23.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:23.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:23.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:23.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:23.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:23.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00742f8c-e49c-4e19-8102-b2d05a6937cf
11:58:24.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=908e9bb3-4833-4e13-921d-24a3964781cf
11:58:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9061314c-3f94-46d3-8e8b-bdc4ba50452b
11:58:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d4bfca-d0b8-4568-8964-7742fdeeadaa
11:58:24.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943fceea-e6ab-43b4-bc80-5d3e33c7be55
11:58:24.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bea876c-fb71-4efc-b887-2883e2a483da
11:58:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24739a7a-7de2-4d43-81ed-5bc37a75df21
11:58:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b7cd3b-3ff7-48b2-b18e-5c6640bfd409
11:58:24.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7803e85-4176-41a6-b3c5-a22c0b490afe
11:58:24.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9891bd81-bf60-41d9-80e9-435ab1917518
11:58:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03375d2e-21a8-4e91-8e31-442ba0d5cc52
11:58:24.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=212e081a-bed3-442e-ba4d-821ac0d0ec18
11:58:24.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=462745e7-7533-4019-9fc0-0319a817c456
11:58:24.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92946815-fb00-4307-8c07-71d0db119653
11:58:24.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=908e9bb3-4833-4e13-921d-24a3964781cf
11:58:24.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2ce0ee4-6db2-4034-a0fb-ac55d1a19469
11:58:24.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d4bfca-d0b8-4568-8964-7742fdeeadaa
11:58:24.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e087de2-0245-443a-817f-17a6052e91b2
11:58:24.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bea876c-fb71-4efc-b887-2883e2a483da
11:58:24.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8ad6e88-4587-4c55-b3ef-7e53c15c2f91
11:58:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7803e85-4176-41a6-b3c5-a22c0b490afe
11:58:24.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:24.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2be2b0-8748-4d22-ac1f-29533bafbde4
11:58:24.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:24.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:24.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:24.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:24.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:24.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:24.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4e662e-11b3-421a-a4d0-be8df6ef4fae
11:58:25.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03375d2e-21a8-4e91-8e31-442ba0d5cc52
11:58:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=212e081a-bed3-442e-ba4d-821ac0d0ec18
11:58:25.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab550fee-33f5-4c0e-aa29-af499b9c1f13
11:58:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92946815-fb00-4307-8c07-71d0db119653
11:58:25.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c40c4c4-f88f-4947-9168-566c513a22af
11:58:25.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2ce0ee4-6db2-4034-a0fb-ac55d1a19469
11:58:25.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71865ac5-a805-4c72-8b01-8a6e91f007e3
11:58:25.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e087de2-0245-443a-817f-17a6052e91b2
11:58:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69e4b57-ae8f-47ed-a543-95c87c5d9cdf
11:58:25.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8ad6e88-4587-4c55-b3ef-7e53c15c2f91
11:58:25.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc83ec38-e404-4cb4-af20-afe5771c9ec9
11:58:25.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2be2b0-8748-4d22-ac1f-29533bafbde4
11:58:25.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61afa58e-4088-4854-9e74-f0bea582af67
11:58:25.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4e662e-11b3-421a-a4d0-be8df6ef4fae
11:58:25.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bab49f-5e26-4bcb-abe9-fb1c47b2505e
11:58:25.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf0e24f8-c2c8-44a3-b6bf-d8f2c0a0fcee
11:58:25.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab550fee-33f5-4c0e-aa29-af499b9c1f13
11:58:25.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202e7032-0a51-4888-baeb-1ebfc7edc0ec
11:58:25.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c40c4c4-f88f-4947-9168-566c513a22af
11:58:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dd772b9-f177-45bf-8d98-d61b9c2603ea
11:58:25.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:25.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:25.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71865ac5-a805-4c72-8b01-8a6e91f007e3
11:58:25.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:25.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:25.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:25.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:25.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e31298ee-54f6-4a57-9b7b-bc9715b4aaf8
11:58:25.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcb1d824-3af2-4372-bd7d-be192a855c56
11:58:26.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69e4b57-ae8f-47ed-a543-95c87c5d9cdf
11:58:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32f197ac-5781-4fd5-b13a-575ba7043bf0
11:58:26.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc83ec38-e404-4cb4-af20-afe5771c9ec9
11:58:26.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a78c13f4-b3b0-466c-8cd6-e129b3aa41b4
11:58:26.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61afa58e-4088-4854-9e74-f0bea582af67
11:58:26.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc5a061-25a7-48a8-8b10-6fbc1131236a
11:58:26.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bab49f-5e26-4bcb-abe9-fb1c47b2505e
11:58:26.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf0e24f8-c2c8-44a3-b6bf-d8f2c0a0fcee
11:58:26.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98d2088e-8c79-4325-9e65-747926830f57
11:58:26.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202e7032-0a51-4888-baeb-1ebfc7edc0ec
11:58:26.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f29fd2a-b963-4166-997c-ad74fd99a387
11:58:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dd772b9-f177-45bf-8d98-d61b9c2603ea
11:58:26.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e08418a-2c6d-442b-83f9-10730d6fc0a2
11:58:26.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e31298ee-54f6-4a57-9b7b-bc9715b4aaf8
11:58:26.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0675f394-194b-49f1-9420-1d352643c857
11:58:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcb1d824-3af2-4372-bd7d-be192a855c56
11:58:26.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04d3ebe9-61ae-47a0-8b47-93652fdde4df
11:58:26.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32f197ac-5781-4fd5-b13a-575ba7043bf0
11:58:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25444526-b22f-44e1-9c8d-6b90c6b7c28b
11:58:26.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:26.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:26.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:26.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a78c13f4-b3b0-466c-8cd6-e129b3aa41b4
11:58:26.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:26.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:26.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:26.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:26.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2afaa1c6-5b5e-456a-b48d-47ab9f995e6d
11:58:27.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc5a061-25a7-48a8-8b10-6fbc1131236a
11:58:27.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1714c7b-7829-4e05-b5fd-6ac8e9ef96b9
11:58:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98d2088e-8c79-4325-9e65-747926830f57
11:58:27.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de12cd97-958f-4aef-aeef-a40cf7b340aa
11:58:27.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f29fd2a-b963-4166-997c-ad74fd99a387
11:58:27.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=436dea53-d01d-490d-bade-22db223c6308
11:58:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1ce2255-fae2-40cf-bc2b-9950055019f5
11:58:27.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e08418a-2c6d-442b-83f9-10730d6fc0a2
11:58:27.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d860c54-5819-490d-9222-0e361f6bd80f
11:58:27.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0675f394-194b-49f1-9420-1d352643c857
11:58:27.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c219a6d4-60c2-4ce8-9596-297c46ca70a9
11:58:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04d3ebe9-61ae-47a0-8b47-93652fdde4df
11:58:27.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a11aa50-03b8-442f-93ef-5a006b905029
11:58:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25444526-b22f-44e1-9c8d-6b90c6b7c28b
11:58:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7547967e-936a-49e9-aede-373aa2fe4cbe
11:58:27.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2afaa1c6-5b5e-456a-b48d-47ab9f995e6d
11:58:27.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.757 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99fc94a8-0191-4790-ac5e-f0a0f570af34
11:58:27.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1714c7b-7829-4e05-b5fd-6ac8e9ef96b9
11:58:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a75dc30-6b0c-4ebe-9a1a-329615c01fa0
11:58:27.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de12cd97-958f-4aef-aeef-a40cf7b340aa
11:58:27.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515cc322-c76d-41f9-b9a0-3f3b9839cf0b
11:58:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:27.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=436dea53-d01d-490d-bade-22db223c6308
11:58:27.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:27.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:27.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:27.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:27.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1ce2255-fae2-40cf-bc2b-9950055019f5
11:58:28.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4c8565-3b8e-46e6-bcd8-5d7e5f758541
11:58:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d860c54-5819-490d-9222-0e361f6bd80f
11:58:28.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e847fd5-ea61-445e-9432-65d6a6ca492f
11:58:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c219a6d4-60c2-4ce8-9596-297c46ca70a9
11:58:28.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f958f2e7-c73c-4acd-923d-c3350f5053f4
11:58:28.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a11aa50-03b8-442f-93ef-5a006b905029
11:58:28.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58fa5bbf-c92c-4579-8feb-4a42ce6b69b9
11:58:28.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7547967e-936a-49e9-aede-373aa2fe4cbe
11:58:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8868c936-6a99-4ff3-b907-1832c5e715da
11:58:28.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99fc94a8-0191-4790-ac5e-f0a0f570af34
11:58:28.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=995bab4e-b7ce-4cfa-9393-6cb9ec7f2081
11:58:28.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a75dc30-6b0c-4ebe-9a1a-329615c01fa0
11:58:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96312616-2cfb-4716-85eb-13b35dcdeb3e
11:58:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515cc322-c76d-41f9-b9a0-3f3b9839cf0b
11:58:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c919a8c4-8924-427f-9a7a-68fbd5900717
11:58:28.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4c8565-3b8e-46e6-bcd8-5d7e5f758541
11:58:28.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bac2948-8c80-4fa5-bd10-a92489b873fc
11:58:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e847fd5-ea61-445e-9432-65d6a6ca492f
11:58:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f958f2e7-c73c-4acd-923d-c3350f5053f4
11:58:28.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=336e919f-5011-449d-be6b-a0bebf53f37c
11:58:28.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:28.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:28.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:28.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:28.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:28.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58fa5bbf-c92c-4579-8feb-4a42ce6b69b9
11:58:28.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f62461-aab4-4f57-b66c-868c9e838752
11:58:29.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8868c936-6a99-4ff3-b907-1832c5e715da
11:58:29.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2798dada-dcde-46c8-a6a7-4e3fb27682b5
11:58:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=995bab4e-b7ce-4cfa-9393-6cb9ec7f2081
11:58:29.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=665e94cb-f2f0-40eb-9e9b-cad002c4b0e2
11:58:29.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96312616-2cfb-4716-85eb-13b35dcdeb3e
11:58:29.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7079b33-a512-4340-aa96-5edc888ea264
11:58:29.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c919a8c4-8924-427f-9a7a-68fbd5900717
11:58:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bac2948-8c80-4fa5-bd10-a92489b873fc
11:58:29.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0dca366-ef38-4caa-a8cc-19998f7e9d15
11:58:29.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3e3033-41c5-4481-9e71-9e3dad652ed7
11:58:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=336e919f-5011-449d-be6b-a0bebf53f37c
11:58:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57d5939-cba1-4f62-88a2-f716cb952bc4
11:58:29.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f62461-aab4-4f57-b66c-868c9e838752
11:58:29.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35381a34-6b10-4ffa-8110-e4cdca2200f0
11:58:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9482c0c7-ed7c-4ee6-9bb9-f752a2b3504c
11:58:29.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2798dada-dcde-46c8-a6a7-4e3fb27682b5
11:58:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=665e94cb-f2f0-40eb-9e9b-cad002c4b0e2
11:58:29.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431eb8ab-e58b-46a1-8fd3-d1599b69e1ed
11:58:29.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7079b33-a512-4340-aa96-5edc888ea264
11:58:29.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b44f4837-38c9-48b1-bcd6-5a29bde4d222
11:58:29.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0dca366-ef38-4caa-a8cc-19998f7e9d15
11:58:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:29.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:29.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:29.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3e3033-41c5-4481-9e71-9e3dad652ed7
11:58:29.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:29.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:29.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:29.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:29.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ecb8d3a-ee28-4127-8f29-a533291d73e6
11:58:29.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5822caa5-cf47-4e66-a9e6-f4b54b0eb944
11:58:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57d5939-cba1-4f62-88a2-f716cb952bc4
11:58:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40c28182-21f1-471b-a9e5-bc6919826efd
11:58:30.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35381a34-6b10-4ffa-8110-e4cdca2200f0
11:58:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1ef6cb-fd65-49fc-89ed-a2a5d8fe2606
11:58:30.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9482c0c7-ed7c-4ee6-9bb9-f752a2b3504c
11:58:30.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8134cab-a6eb-4285-abee-35536e58c6d4
11:58:30.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2abefd1-5771-4de5-9bb6-f7c7b602cb32
11:58:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431eb8ab-e58b-46a1-8fd3-d1599b69e1ed
11:58:30.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4369506f-36cf-42d5-8631-89c68ec76544
11:58:30.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b44f4837-38c9-48b1-bcd6-5a29bde4d222
11:58:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ecb8d3a-ee28-4127-8f29-a533291d73e6
11:58:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9137412b-4ea3-40c8-931b-e9b4240b2125
11:58:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5822caa5-cf47-4e66-a9e6-f4b54b0eb944
11:58:30.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6883397f-c54c-415f-b1d6-c5a86cbc04e7
11:58:30.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40c28182-21f1-471b-a9e5-bc6919826efd
11:58:30.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0e6da4-e5bb-4250-9d8e-7f1d2b5ec735
11:58:30.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1ef6cb-fd65-49fc-89ed-a2a5d8fe2606
11:58:30.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8134cab-a6eb-4285-abee-35536e58c6d4
11:58:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0395f5-bbe4-4bb7-aeb4-7e02c077b644
11:58:30.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5174ae8b-05b5-49b5-b3ce-23b32f9a8f37
11:58:30.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2abefd1-5771-4de5-9bb6-f7c7b602cb32
11:58:30.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:30.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96781b2f-91a9-4ed5-b577-fb57dfc4fbc7
11:58:30.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:30.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:30.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:30.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:30.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:30.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:30.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4369506f-36cf-42d5-8631-89c68ec76544
11:58:31.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6bc623a-e31f-4b22-a6ef-c0a7d3c28434
11:58:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9137412b-4ea3-40c8-931b-e9b4240b2125
11:58:31.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff677bb-55dc-41ae-8727-5446502b28d8
11:58:31.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6883397f-c54c-415f-b1d6-c5a86cbc04e7
11:58:31.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a6fe51-9117-48c1-8254-23d1019f4b80
11:58:31.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0e6da4-e5bb-4250-9d8e-7f1d2b5ec735
11:58:31.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c66f3c-fd17-4cff-9c2d-09af561a9c6a
11:58:31.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0979cde3-fd7e-4927-b6b5-381882a7e642
11:58:31.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0395f5-bbe4-4bb7-aeb4-7e02c077b644
11:58:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5174ae8b-05b5-49b5-b3ce-23b32f9a8f37
11:58:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8677e2e9-7aab-4f40-aeba-e999a21f7d3d
11:58:31.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96781b2f-91a9-4ed5-b577-fb57dfc4fbc7
11:58:31.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3941a395-387b-46d7-b5cc-17b3e65c4d91
11:58:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6bc623a-e31f-4b22-a6ef-c0a7d3c28434
11:58:31.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc75f9d-a577-4d14-88ba-033f3bdcd45b
11:58:31.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff677bb-55dc-41ae-8727-5446502b28d8
11:58:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e60c1b7f-8015-478f-9f27-deaf103e6800
11:58:31.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7aa1dba-2596-4a2e-97de-09e3e30e5d97
11:58:31.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a6fe51-9117-48c1-8254-23d1019f4b80
11:58:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8adeeb4-2af8-4f63-9fd8-d589b3de850f
11:58:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c66f3c-fd17-4cff-9c2d-09af561a9c6a
11:58:31.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:31.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:31.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:31.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:31.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:31.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:31.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:31.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f26337b-59c2-483d-a431-bf978de5b138
11:58:31.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0979cde3-fd7e-4927-b6b5-381882a7e642
11:58:32.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=322c014d-cfcf-4747-8070-66a903fa92b7
11:58:32.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8677e2e9-7aab-4f40-aeba-e999a21f7d3d
11:58:32.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f27f8a5-cf18-4df3-8d3a-8220d82413a7
11:58:32.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3941a395-387b-46d7-b5cc-17b3e65c4d91
11:58:32.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc75f9d-a577-4d14-88ba-033f3bdcd45b
11:58:32.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3932d364-a20b-4b2d-9a8b-b87d2c97d8a6
11:58:32.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0fcd6e-c12c-4e5e-9533-735611bd5639
11:58:32.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e60c1b7f-8015-478f-9f27-deaf103e6800
11:58:32.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8858daa2-ad0c-4e77-b242-05ce1145dd33
11:58:32.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7aa1dba-2596-4a2e-97de-09e3e30e5d97
11:58:32.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c78f3a8-a590-4d61-8513-01760ddb7612
11:58:32.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8adeeb4-2af8-4f63-9fd8-d589b3de850f
11:58:32.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae91f4cf-f7ac-4871-801a-c934049615ca
11:58:32.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f26337b-59c2-483d-a431-bf978de5b138
11:58:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e43c2fd-0c3f-4132-be70-d8a1be2e9c7d
11:58:32.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=322c014d-cfcf-4747-8070-66a903fa92b7
11:58:32.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d5e63b-c266-4a4d-8675-a003f3e66056
11:58:32.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f27f8a5-cf18-4df3-8d3a-8220d82413a7
11:58:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2501fc4-90aa-4763-99a2-d8052085d31e
11:58:32.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3932d364-a20b-4b2d-9a8b-b87d2c97d8a6
11:58:32.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:32.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:32.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:32.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:32.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:32.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4efc7877-4932-4c9f-ab91-d8bded36d70c
11:58:32.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5e3a74-7734-43aa-a1e1-f5658a45cd1f
11:58:33.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0fcd6e-c12c-4e5e-9533-735611bd5639
11:58:33.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8858daa2-ad0c-4e77-b242-05ce1145dd33
11:58:33.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b9aca-4f84-4608-ac7e-e7f915762df1
11:58:33.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c78f3a8-a590-4d61-8513-01760ddb7612
11:58:33.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75569293-9777-4d6b-b885-a8e2af322a3d
11:58:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae91f4cf-f7ac-4871-801a-c934049615ca
11:58:33.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac43e435-6486-4702-9889-98b5cc19940e
11:58:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e43c2fd-0c3f-4132-be70-d8a1be2e9c7d
11:58:33.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24f5ac8-d2f8-44af-ae2a-0ec6cd646512
11:58:33.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d5e63b-c266-4a4d-8675-a003f3e66056
11:58:33.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2501fc4-90aa-4763-99a2-d8052085d31e
11:58:33.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab08a600-1429-4440-8222-bf78f4d4b6cc
11:58:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4efc7877-4932-4c9f-ab91-d8bded36d70c
11:58:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b297c07-bf25-457a-8ebb-fa4245b0cc9e
11:58:33.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5e3a74-7734-43aa-a1e1-f5658a45cd1f
11:58:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e597431e-72c4-4abc-b810-aa4e90d02644
11:58:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b9aca-4f84-4608-ac7e-e7f915762df1
11:58:33.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75569293-9777-4d6b-b885-a8e2af322a3d
11:58:33.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf674fa4-f883-4831-9f8c-9bde1a3bafe6
11:58:33.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac43e435-6486-4702-9889-98b5cc19940e
11:58:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:33.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:33.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:33.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:33.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:33.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:33.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3be8fb5-2c1d-4f63-ae16-9cae472f276b
11:58:34.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24f5ac8-d2f8-44af-ae2a-0ec6cd646512
11:58:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c4387a7-2d63-4ddd-8a10-970e6bc4d736
11:58:34.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab08a600-1429-4440-8222-bf78f4d4b6cc
11:58:34.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b297c07-bf25-457a-8ebb-fa4245b0cc9e
11:58:34.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6e5b494-4fe6-4291-8c81-0ffd3091122b
11:58:34.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e597431e-72c4-4abc-b810-aa4e90d02644
11:58:34.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c0e9f3a-554b-4acd-9691-c5d610fe2252
11:58:34.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf674fa4-f883-4831-9f8c-9bde1a3bafe6
11:58:34.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d70ee9fb-e175-48f1-86c1-3b75654b7a26
11:58:34.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3be8fb5-2c1d-4f63-ae16-9cae472f276b
11:58:34.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edd8c38-4f8e-4bea-ada6-d91fb1ae515b
11:58:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c4387a7-2d63-4ddd-8a10-970e6bc4d736
11:58:34.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13181675-0e07-48d5-8319-679882bb9d5e
11:58:34.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6e5b494-4fe6-4291-8c81-0ffd3091122b
11:58:34.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2843f64e-0e97-4b19-b3bb-913b4a33cba6
11:58:34.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c0e9f3a-554b-4acd-9691-c5d610fe2252
11:58:34.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d70ee9fb-e175-48f1-86c1-3b75654b7a26
11:58:34.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a2e878-be04-4d80-8094-831b09736835
11:58:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5837e9-dae3-4a9a-aecd-aad665d73260
11:58:34.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edd8c38-4f8e-4bea-ada6-d91fb1ae515b
11:58:34.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=596191cb-f343-4da4-9618-0273891b3a66
11:58:34.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:34.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:34.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:34.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce5f4242-7dbf-435c-b911-6302b7c3019f
11:58:34.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:34.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:34.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:34.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:34.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13181675-0e07-48d5-8319-679882bb9d5e
11:58:34.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2843f64e-0e97-4b19-b3bb-913b4a33cba6
11:58:35.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73704a7-d688-47d3-9562-dd50cbb5406c
11:58:35.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a2e878-be04-4d80-8094-831b09736835
11:58:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd858f6-d658-4cf4-9230-71e37fe5700b
11:58:35.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5837e9-dae3-4a9a-aecd-aad665d73260
11:58:35.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19c6392-e74a-4d10-9d17-ca6a79f8d5e3
11:58:35.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=596191cb-f343-4da4-9618-0273891b3a66
11:58:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce5f4242-7dbf-435c-b911-6302b7c3019f
11:58:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35655801-d0e8-48d9-ab7a-a1ef6ca05dcb
11:58:35.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a73704a7-d688-47d3-9562-dd50cbb5406c
11:58:35.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c2ad78-5d14-4343-8468-6c03c52c764e
11:58:35.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd858f6-d658-4cf4-9230-71e37fe5700b
11:58:35.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=752dccf7-ea79-4c83-bdb9-50a1e349014c
11:58:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19c6392-e74a-4d10-9d17-ca6a79f8d5e3
11:58:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b91670c-6e3c-4425-80d6-0ec37dd13225
11:58:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35655801-d0e8-48d9-ab7a-a1ef6ca05dcb
11:58:35.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93aae2e0-ca26-4b12-a4a2-bf06e7ed76cb
11:58:35.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c2ad78-5d14-4343-8468-6c03c52c764e
11:58:35.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50c8fbfc-c8c4-4d99-b6d9-72ec42140a8b
11:58:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4ab3ef-5421-4e59-b2eb-5c090db7f532
11:58:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=752dccf7-ea79-4c83-bdb9-50a1e349014c
11:58:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:35.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:35.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:35.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:35.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:35.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:35.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6352263-181a-427d-a2c4-90cbc635f2f0
11:58:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b91670c-6e3c-4425-80d6-0ec37dd13225
11:58:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbe7504-567f-429f-87bc-f924f26821d0
11:58:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93aae2e0-ca26-4b12-a4a2-bf06e7ed76cb
11:58:36.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1275081b-4012-4746-af15-254cf5498ac2
11:58:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50c8fbfc-c8c4-4d99-b6d9-72ec42140a8b
11:58:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4ab3ef-5421-4e59-b2eb-5c090db7f532
11:58:36.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917a1f95-d667-40cc-a090-ae1a160039aa
11:58:36.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6352263-181a-427d-a2c4-90cbc635f2f0
11:58:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a05d2a09-9188-4cdb-90ac-b00f1e592705
11:58:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbe7504-567f-429f-87bc-f924f26821d0
11:58:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cd9822-aaaa-4509-98d3-9afcfc51d796
11:58:36.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1275081b-4012-4746-af15-254cf5498ac2
11:58:36.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7637125-52eb-4941-bd7d-7482c1da3fb6
11:58:36.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f31452-b796-43c0-8efa-0ec66dc16e9c
11:58:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917a1f95-d667-40cc-a090-ae1a160039aa
11:58:36.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f005a60a-e51c-48ca-b49b-38bc32a411d1
11:58:36.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a05d2a09-9188-4cdb-90ac-b00f1e592705
11:58:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6eea6b7f-b25b-4cb0-ae9c-74b47d5c009e
11:58:36.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cd9822-aaaa-4509-98d3-9afcfc51d796
11:58:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abe164d3-4ade-4a6f-af68-378c95582290
11:58:36.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7637125-52eb-4941-bd7d-7482c1da3fb6
11:58:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:36.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:36.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:36.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:36.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:36.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:36.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f31452-b796-43c0-8efa-0ec66dc16e9c
11:58:37.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97d42646-c17a-4de4-bd63-3585d4c5bfd5
11:58:37.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf020b7-1c32-47b7-b9b2-4f4fbea5c141
11:58:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f005a60a-e51c-48ca-b49b-38bc32a411d1
11:58:37.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10be1d6d-7910-4ad7-8a02-60577dfc94ee
11:58:37.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c98ce62-0e75-4eb4-9419-256c8664c048
11:58:37.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6eea6b7f-b25b-4cb0-ae9c-74b47d5c009e
11:58:37.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abe164d3-4ade-4a6f-af68-378c95582290
11:58:37.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=750e3025-97d1-4268-b882-e083397a17a4
11:58:37.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97d42646-c17a-4de4-bd63-3585d4c5bfd5
11:58:37.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2b8a302-2b4c-4518-82fd-32e197d83456
11:58:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf020b7-1c32-47b7-b9b2-4f4fbea5c141
11:58:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=370c7cd7-7968-4450-b6e5-8d93db6bae04
11:58:37.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10be1d6d-7910-4ad7-8a02-60577dfc94ee
11:58:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c98ce62-0e75-4eb4-9419-256c8664c048
11:58:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8632a267-a624-43d3-aacf-dac209b5fdbb
11:58:37.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fcd3861-ea04-42b0-a98f-39fd7af7c52e
11:58:37.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=750e3025-97d1-4268-b882-e083397a17a4
11:58:37.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529a7fe8-91ca-4e97-9b15-b0b8cb8017aa
11:58:37.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2b8a302-2b4c-4518-82fd-32e197d83456
11:58:37.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b807e0a-95b3-4ca5-b97f-c1962c2f7814
11:58:37.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=370c7cd7-7968-4450-b6e5-8d93db6bae04
11:58:37.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bb4ffe5-dc3a-4a48-9173-92cbdda954c9
11:58:37.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8632a267-a624-43d3-aacf-dac209b5fdbb
11:58:37.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:37.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4660b3bc-0bb0-4e8d-891a-2b0b99e71a8b
11:58:37.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:37.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:37.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:37.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:37.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fdd16e-ce48-4d8c-a8b0-45649717655f
11:58:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fcd3861-ea04-42b0-a98f-39fd7af7c52e
11:58:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2931d44b-aa22-4abd-a94e-d3b6e7bed9ae
11:58:38.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529a7fe8-91ca-4e97-9b15-b0b8cb8017aa
11:58:38.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf71d92-d087-4133-9af6-f8ab3407160a
11:58:38.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b807e0a-95b3-4ca5-b97f-c1962c2f7814
11:58:38.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7842184-4dce-4237-bc0e-a3b2a99b9f2a
11:58:38.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bb4ffe5-dc3a-4a48-9173-92cbdda954c9
11:58:38.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c543d59e-c2f2-4d45-bc2a-445385e9b07d
11:58:38.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4660b3bc-0bb0-4e8d-891a-2b0b99e71a8b
11:58:38.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ee1caf6-5f10-4b27-8e03-470c78646f07
11:58:38.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fdd16e-ce48-4d8c-a8b0-45649717655f
11:58:38.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daedf95b-7313-4ca6-aa88-18514c72e2f1
11:58:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2931d44b-aa22-4abd-a94e-d3b6e7bed9ae
11:58:38.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d54bcee-add7-40aa-863a-09f46d58af1e
11:58:38.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf71d92-d087-4133-9af6-f8ab3407160a
11:58:38.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0212afe9-4722-47ea-a774-1ec2b27fcf20
11:58:38.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7842184-4dce-4237-bc0e-a3b2a99b9f2a
11:58:38.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce30b91-5d8d-44b7-ad73-7db9c440898b
11:58:38.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c543d59e-c2f2-4d45-bc2a-445385e9b07d
11:58:38.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f778b96-f2f1-42e9-8c83-0546bba0a3fd
11:58:38.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:38.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:38.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:38.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:38.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e2e021-3676-4cff-8a96-cc7f68b718bc
11:58:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ee1caf6-5f10-4b27-8e03-470c78646f07
11:58:39.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daedf95b-7313-4ca6-aa88-18514c72e2f1
11:58:39.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3cc1d8-1b21-4ac5-a0ca-e1bac81bf2be
11:58:39.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d54bcee-add7-40aa-863a-09f46d58af1e
11:58:39.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0212afe9-4722-47ea-a774-1ec2b27fcf20
11:58:39.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5ca328-c0f9-4f88-a870-0b17a9772dc0
11:58:39.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c390ba6-534f-4f6b-8067-6d05770369d3
11:58:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce30b91-5d8d-44b7-ad73-7db9c440898b
11:58:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d60b3d9-d0dc-4f80-a9d9-4b9b09f8e71e
11:58:39.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f778b96-f2f1-42e9-8c83-0546bba0a3fd
11:58:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11545941-c48d-434f-9398-80b684515b04
11:58:39.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e2e021-3676-4cff-8a96-cc7f68b718bc
11:58:39.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f5358d-9474-4026-946d-0bd6c0601298
11:58:39.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3cc1d8-1b21-4ac5-a0ca-e1bac81bf2be
11:58:39.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=babbcd9a-e51f-495f-b4f1-dc125abb9f9a
11:58:39.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5ca328-c0f9-4f88-a870-0b17a9772dc0
11:58:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6412872-4d99-4fcb-8da4-fe06a1421ccc
11:58:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c390ba6-534f-4f6b-8067-6d05770369d3
11:58:39.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd71a65-818e-4be6-8eed-4c478f3bacc6
11:58:39.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d60b3d9-d0dc-4f80-a9d9-4b9b09f8e71e
11:58:39.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c93cf1c0-5bd6-4518-ac7a-3565e26c6317
11:58:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11545941-c48d-434f-9398-80b684515b04
11:58:39.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:39.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:39.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:39.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:39.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54e9a4bd-f34f-4077-b8bc-6bfefb4d8c62
11:58:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f5358d-9474-4026-946d-0bd6c0601298
11:58:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd8c500-6e39-45e4-910d-9f229bb06983
11:58:40.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=babbcd9a-e51f-495f-b4f1-dc125abb9f9a
11:58:40.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92e6e02-6c11-4db4-80eb-311e803f5cbf
11:58:40.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6412872-4d99-4fcb-8da4-fe06a1421ccc
11:58:40.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248d2a5b-1bce-4970-aa8d-631ab1efb086
11:58:40.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76db84ca-a449-445b-91bb-2a08684f7812
11:58:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd71a65-818e-4be6-8eed-4c478f3bacc6
11:58:40.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c93cf1c0-5bd6-4518-ac7a-3565e26c6317
11:58:40.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04736abb-c8b2-4ce9-8a42-3d7937acb87c
11:58:40.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54e9a4bd-f34f-4077-b8bc-6bfefb4d8c62
11:58:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80477ef8-44b5-4077-98ae-b91336d8720b
11:58:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd8c500-6e39-45e4-910d-9f229bb06983
11:58:40.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054c7982-291e-4bbc-b99c-741b042795b2
11:58:40.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92e6e02-6c11-4db4-80eb-311e803f5cbf
11:58:40.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b0ffc2-67fc-446d-af6d-3bea36dd4c7f
11:58:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248d2a5b-1bce-4970-aa8d-631ab1efb086
11:58:40.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d21d86e-4dfb-47c4-af1f-9936b063e2ce
11:58:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76db84ca-a449-445b-91bb-2a08684f7812
11:58:40.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:40.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:40.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:40.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6e766d-2a80-4a40-8c03-122443b28c34
11:58:40.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:40.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:40.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:40.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:40.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04736abb-c8b2-4ce9-8a42-3d7937acb87c
11:58:40.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c77eb9a-b078-439a-bcf1-93253ba6053d
11:58:41.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80477ef8-44b5-4077-98ae-b91336d8720b
11:58:41.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be591b63-7f47-4362-b8fc-832110944855
11:58:41.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054c7982-291e-4bbc-b99c-741b042795b2
11:58:41.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855203dd-c582-4831-818b-7efd6a1ac5aa
11:58:41.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6889229-86e9-4ef5-ab11-093ce60f8cea
11:58:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b0ffc2-67fc-446d-af6d-3bea36dd4c7f
11:58:41.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d20d2d-f3af-4574-886c-af1cf7e18115
11:58:41.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d21d86e-4dfb-47c4-af1f-9936b063e2ce
11:58:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=847d0eab-5e31-4132-a2cf-cd2515bd70be
11:58:41.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6e766d-2a80-4a40-8c03-122443b28c34
11:58:41.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6cfc05e-5a0d-40e2-9833-f5cf281704a1
11:58:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c77eb9a-b078-439a-bcf1-93253ba6053d
11:58:41.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6037f27d-7d61-46c7-a20a-f371a3a2c487
11:58:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be591b63-7f47-4362-b8fc-832110944855
11:58:41.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9771dea-a6aa-4caf-acfb-21e30cc66c59
11:58:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855203dd-c582-4831-818b-7efd6a1ac5aa
11:58:41.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6889229-86e9-4ef5-ab11-093ce60f8cea
11:58:41.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f330e1c-ba4b-4d40-a800-6df8721bf7b7
11:58:41.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d20d2d-f3af-4574-886c-af1cf7e18115
11:58:41.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a626de-8ee1-49e8-8891-4187d52ddee6
11:58:41.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=847d0eab-5e31-4132-a2cf-cd2515bd70be
11:58:41.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59683c15-1b7f-4313-84e6-6588f40d3149
11:58:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:41.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:41.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:41.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:41.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:41.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6cfc05e-5a0d-40e2-9833-f5cf281704a1
11:58:41.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec2cb4d-d9d0-4421-afae-6d248433f202
11:58:42.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6037f27d-7d61-46c7-a20a-f371a3a2c487
11:58:42.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb575f1-cd82-4ef7-8adf-bc2750d069e0
11:58:42.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9771dea-a6aa-4caf-acfb-21e30cc66c59
11:58:42.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b228122a-ab45-4276-8021-84a3125c8986
11:58:42.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f330e1c-ba4b-4d40-a800-6df8721bf7b7
11:58:42.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce0d4209-fab1-4154-a8b4-502f3b49dd79
11:58:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a626de-8ee1-49e8-8891-4187d52ddee6
11:58:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59683c15-1b7f-4313-84e6-6588f40d3149
11:58:42.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca88b07-737f-483a-a857-16be123c0e2c
11:58:42.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec2cb4d-d9d0-4421-afae-6d248433f202
11:58:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2bc9cb1-4a24-4c16-85e0-9d5f62ca4f32
11:58:42.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb575f1-cd82-4ef7-8adf-bc2750d069e0
11:58:42.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f91ac877-49d3-4bf1-be5e-365145e333e6
11:58:42.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f62530-a684-47cf-a315-8b9216e9a428
11:58:42.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b228122a-ab45-4276-8021-84a3125c8986
11:58:42.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90d1fcb-a376-4b7b-bff6-604721a53b7c
11:58:42.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce0d4209-fab1-4154-a8b4-502f3b49dd79
11:58:42.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52a11e35-e007-443f-8c98-3f8f6ae93eab
11:58:42.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:42.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:42.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:42.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca88b07-737f-483a-a857-16be123c0e2c
11:58:42.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:42.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:42.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de7c697-e37c-4572-9436-4d75e42a7b0b
11:58:42.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2bc9cb1-4a24-4c16-85e0-9d5f62ca4f32
11:58:43.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0486ca77-797c-476e-a2cc-258b6f6c201b
11:58:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=460391ca-2226-40cc-ad9e-6fe171b66cba
11:58:43.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f91ac877-49d3-4bf1-be5e-365145e333e6
11:58:43.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b92e7709-8261-4108-9a84-0bc2bb52872c
11:58:43.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5908d2e0-6127-4854-a90a-c1d33e55443d
11:58:43.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f62530-a684-47cf-a315-8b9216e9a428
11:58:43.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef2c7a6-dd29-41f1-98fe-eaf16f479f05
11:58:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90d1fcb-a376-4b7b-bff6-604721a53b7c
11:58:43.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df512cbc-bc04-426c-a501-2990813175ac
11:58:43.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68268230-6618-4db6-a8f5-53862e7df2b3
11:58:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52a11e35-e007-443f-8c98-3f8f6ae93eab
11:58:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab9130c6-124c-40be-b83f-238eaaf64e56
11:58:43.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de7c697-e37c-4572-9436-4d75e42a7b0b
11:58:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9639c9e3-8d6d-4025-a1f5-75bae7198019
11:58:43.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b81e44-710c-42d1-a602-41bb3f18f6ae
11:58:43.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0486ca77-797c-476e-a2cc-258b6f6c201b
11:58:43.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3116e33e-1d5a-437d-a451-5b12ee1c2a88
11:58:43.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=460391ca-2226-40cc-ad9e-6fe171b66cba
11:58:43.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=569847c3-549f-4f8e-8d51-a6de27bc5eac
11:58:43.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b92e7709-8261-4108-9a84-0bc2bb52872c
11:58:43.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfe6f7a6-811c-4c39-8380-76d3d33900d1
11:58:43.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:43.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5908d2e0-6127-4854-a90a-c1d33e55443d
11:58:43.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:43.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:43.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:43.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:43.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:43.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:43.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef2c7a6-dd29-41f1-98fe-eaf16f479f05
11:58:44.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb2eedaa-4a82-45ff-9f7c-3c03314ef279
11:58:44.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df512cbc-bc04-426c-a501-2990813175ac
11:58:44.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de8a6d0-35d0-4e75-867d-4510e144f92f
11:58:44.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68268230-6618-4db6-a8f5-53862e7df2b3
11:58:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ce64d5-61cf-49ea-9fec-1e3bc54fed14
11:58:44.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab9130c6-124c-40be-b83f-238eaaf64e56
11:58:44.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d09a2b8d-75ff-4979-a340-f40daa1cdf32
11:58:44.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9639c9e3-8d6d-4025-a1f5-75bae7198019
11:58:44.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca64170-25ed-4a00-9259-ffc3d2be0fdd
11:58:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b81e44-710c-42d1-a602-41bb3f18f6ae
11:58:44.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3116e33e-1d5a-437d-a451-5b12ee1c2a88
11:58:44.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de36aa93-f902-4398-a982-347356ff431e
11:58:44.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe0a96b-7baf-4081-b771-1ee91dc2c8ec
11:58:44.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=569847c3-549f-4f8e-8d51-a6de27bc5eac
11:58:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.687 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c93d696-4709-448d-bcbe-139e2b801c8e
11:58:44.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfe6f7a6-811c-4c39-8380-76d3d33900d1
11:58:44.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65b82d1f-cc4b-48c0-aaf7-08b15e93248b
11:58:44.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb2eedaa-4a82-45ff-9f7c-3c03314ef279
11:58:44.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0411890c-3e96-4127-b644-0dfbeb9db4c7
11:58:44.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de8a6d0-35d0-4e75-867d-4510e144f92f
11:58:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19fd8e1a-9be9-424b-8273-4d512d8cedc4
11:58:44.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:44.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:44.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:44.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:44.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:44.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:44.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ce64d5-61cf-49ea-9fec-1e3bc54fed14
11:58:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d09a2b8d-75ff-4979-a340-f40daa1cdf32
11:58:45.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da48181-95d8-4e6d-8e81-9fc5eec75725
11:58:45.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca64170-25ed-4a00-9259-ffc3d2be0fdd
11:58:45.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b4e830-f366-4212-be65-37c7e71cbf01
11:58:45.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de36aa93-f902-4398-a982-347356ff431e
11:58:45.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=406547b6-cc09-4bd2-8e81-5f20236a9d5d
11:58:45.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe0a96b-7baf-4081-b771-1ee91dc2c8ec
11:58:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eff88d0e-3a7f-49b0-af0d-b2e73b00f5e5
11:58:45.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c93d696-4709-448d-bcbe-139e2b801c8e
11:58:45.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cd90913-d8bb-45c8-8e7d-bf76d4d10756
11:58:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65b82d1f-cc4b-48c0-aaf7-08b15e93248b
11:58:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0411890c-3e96-4127-b644-0dfbeb9db4c7
11:58:45.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c023f00e-e761-417d-a832-de73a93431ea
11:58:45.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19fd8e1a-9be9-424b-8273-4d512d8cedc4
11:58:45.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da48181-95d8-4e6d-8e81-9fc5eec75725
11:58:45.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=705ef3e0-9d62-4715-85cb-97e07a7d15b7
11:58:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b4e830-f366-4212-be65-37c7e71cbf01
11:58:45.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26cc588f-e692-4eff-a0ee-7c882ef21c8a
11:58:45.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=406547b6-cc09-4bd2-8e81-5f20236a9d5d
11:58:45.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=570863af-82fc-4d95-a228-e8ca06c130ef
11:58:45.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:45.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:45.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:45.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:45.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:45.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eff88d0e-3a7f-49b0-af0d-b2e73b00f5e5
11:58:45.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cd90913-d8bb-45c8-8e7d-bf76d4d10756
11:58:46.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a95a1d-acb8-4110-82ed-31d3f6060673
11:58:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c023f00e-e761-417d-a832-de73a93431ea
11:58:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5274cdc-2b52-4968-a6cf-8f36858589f4
11:58:46.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=705ef3e0-9d62-4715-85cb-97e07a7d15b7
11:58:46.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26cc588f-e692-4eff-a0ee-7c882ef21c8a
11:58:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d311b1-7e7f-4c9a-a8e4-60f9352fe396
11:58:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=570863af-82fc-4d95-a228-e8ca06c130ef
11:58:46.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a95a1d-acb8-4110-82ed-31d3f6060673
11:58:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a5ce5d-c24b-41fa-91a1-c1fba515c309
11:58:46.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5274cdc-2b52-4968-a6cf-8f36858589f4
11:58:46.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=688f2098-7c0d-4b9a-98bd-98f510d0188e
11:58:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d311b1-7e7f-4c9a-a8e4-60f9352fe396
11:58:46.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ac98ee-c509-4170-bbd9-3ae94560150c
11:58:46.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a5ce5d-c24b-41fa-91a1-c1fba515c309
11:58:46.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34ab72ea-01ee-4c8a-953a-1e35c9b36113
11:58:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=688f2098-7c0d-4b9a-98bd-98f510d0188e
11:58:46.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6c736d-db2b-4317-8932-44b81015dd16
11:58:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ac98ee-c509-4170-bbd9-3ae94560150c
11:58:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b16ceae9-9c90-48c5-90e8-1fe849f1fb7e
11:58:46.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34ab72ea-01ee-4c8a-953a-1e35c9b36113
11:58:46.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427107f6-63ba-4de4-adf7-fbc61690225f
11:58:46.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:46.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:46.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6c736d-db2b-4317-8932-44b81015dd16
11:58:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:46.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:46.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:46.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d5d5b7-b57b-4686-ab86-171c3b5e08bb
11:58:46.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4adc17f0-e235-4614-beae-317d2801fc29
11:58:47.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b16ceae9-9c90-48c5-90e8-1fe849f1fb7e
11:58:47.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427107f6-63ba-4de4-adf7-fbc61690225f
11:58:47.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e166fa-db91-4179-8ec7-a62d33c37a40
11:58:47.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d5d5b7-b57b-4686-ab86-171c3b5e08bb
11:58:47.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9bba58b-dea3-4816-9851-cac71f34d41a
11:58:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4adc17f0-e235-4614-beae-317d2801fc29
11:58:47.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f88968-9bb6-4313-b37c-6db50fc8967c
11:58:47.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e166fa-db91-4179-8ec7-a62d33c37a40
11:58:47.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3977b9-3374-4af7-b0aa-08b6c082619b
11:58:47.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9bba58b-dea3-4816-9851-cac71f34d41a
11:58:47.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc00e4fe-e4a7-40f7-b573-4bda55dc9e2e
11:58:47.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f88968-9bb6-4313-b37c-6db50fc8967c
11:58:47.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18662ee3-41a6-40ae-a8be-62f241e57087
11:58:47.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3977b9-3374-4af7-b0aa-08b6c082619b
11:58:47.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a452c738-f8dd-4ef2-9f0d-dbf34b67db21
11:58:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc00e4fe-e4a7-40f7-b573-4bda55dc9e2e
11:58:47.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b978f101-8704-400e-b400-e3dfb34b7f0f
11:58:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18662ee3-41a6-40ae-a8be-62f241e57087
11:58:47.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7532d3b9-a2d5-4391-87ed-33edd387c89c
11:58:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:47.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:47.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:47.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:47.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:47.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:47.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a452c738-f8dd-4ef2-9f0d-dbf34b67db21
11:58:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66595b51-223c-44f6-955a-0c0c05864607
11:58:48.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b978f101-8704-400e-b400-e3dfb34b7f0f
11:58:48.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b49bb7c-1da5-4ab2-8547-65c108fda9d9
11:58:48.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6a86d21-0fde-4ac6-87d4-6aff14038c5e
11:58:48.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7532d3b9-a2d5-4391-87ed-33edd387c89c
11:58:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b5f933-cb1f-475a-8639-3632e09bb17d
11:58:48.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66595b51-223c-44f6-955a-0c0c05864607
11:58:48.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8785795e-39c7-44a2-bb27-aba2cd32fce5
11:58:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b49bb7c-1da5-4ab2-8547-65c108fda9d9
11:58:48.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd533e79-5129-4112-b49e-3f89485abba6
11:58:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6a86d21-0fde-4ac6-87d4-6aff14038c5e
11:58:48.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b5f933-cb1f-475a-8639-3632e09bb17d
11:58:48.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=518e05af-21a9-45d2-9ba8-63352974d405
11:58:48.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8785795e-39c7-44a2-bb27-aba2cd32fce5
11:58:48.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b7ce83-3bc3-4cb3-9b08-3168ef32a2aa
11:58:48.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd533e79-5129-4112-b49e-3f89485abba6
11:58:48.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9915566d-59d0-4187-b0d3-c52934830c24
11:58:48.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=518e05af-21a9-45d2-9ba8-63352974d405
11:58:48.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=249c0848-95ab-469d-a745-50318648c231
11:58:48.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b7ce83-3bc3-4cb3-9b08-3168ef32a2aa
11:58:48.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4431f78-5ef9-4630-8be7-f4b04b0b21a4
11:58:48.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1687ca-b60a-4822-933a-d83e464852de
11:58:48.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:48.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:48.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:48.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:48.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:48.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:48.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:48.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9915566d-59d0-4187-b0d3-c52934830c24
11:58:48.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62666b47-95ba-4bba-9703-40c3425f5053
11:58:49.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=249c0848-95ab-469d-a745-50318648c231
11:58:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d994fbcc-cddf-4b62-b585-43d0847c2794
11:58:49.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fedfb5c-dd56-42a6-94b8-17419987dd19
11:58:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4431f78-5ef9-4630-8be7-f4b04b0b21a4
11:58:49.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973edddb-f9cb-4945-9ba4-310d3ced17cc
11:58:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1687ca-b60a-4822-933a-d83e464852de
11:58:49.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b34fbef8-6543-45e9-b033-a6326bdcf9c3
11:58:49.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18580f43-5340-4e0d-82bd-738c79e19bc4
11:58:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62666b47-95ba-4bba-9703-40c3425f5053
11:58:49.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a58b246-3ba1-4de5-b5fa-27bdd0f267ff
11:58:49.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d994fbcc-cddf-4b62-b585-43d0847c2794
11:58:49.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=801d4b6e-48a1-4f1d-b8c9-a2b5d1b8184f
11:58:49.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fedfb5c-dd56-42a6-94b8-17419987dd19
11:58:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66464430-6684-42e1-a232-ce3d9cf336e0
11:58:49.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973edddb-f9cb-4945-9ba4-310d3ced17cc
11:58:49.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46eb34c8-022f-4752-83d6-4fff0bc3d555
11:58:49.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b34fbef8-6543-45e9-b033-a6326bdcf9c3
11:58:49.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1935191c-63a5-4315-b1b0-ab113b81d7a3
11:58:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18580f43-5340-4e0d-82bd-738c79e19bc4
11:58:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:49.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:49.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:49.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:49.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:49.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0b4db5-af61-4de6-ad98-d7ac3442414e
11:58:50.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a58b246-3ba1-4de5-b5fa-27bdd0f267ff
11:58:50.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56d7f68-3c1b-42b0-8f9b-09aa9d169727
11:58:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.118 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77f2a1ca-1527-456b-9426-0d7461c7c0f9
11:58:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=801d4b6e-48a1-4f1d-b8c9-a2b5d1b8184f
11:58:50.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6741fa7-5bfe-4f57-87b2-066c3dc75dd1
11:58:50.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66464430-6684-42e1-a232-ce3d9cf336e0
11:58:50.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d628768a-89bb-4473-b1a2-2855dfcb8bd2
11:58:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46eb34c8-022f-4752-83d6-4fff0bc3d555
11:58:50.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c3b2b7b-b037-4a35-98c7-1b8e6fd8c0a5
11:58:50.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1935191c-63a5-4315-b1b0-ab113b81d7a3
11:58:50.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0acd15e-8a8d-4e58-a4a1-f383e70c566a
11:58:50.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0b4db5-af61-4de6-ad98-d7ac3442414e
11:58:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f53e8d-2d3a-43ef-a95f-0becde487ea2
11:58:50.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56d7f68-3c1b-42b0-8f9b-09aa9d169727
11:58:50.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3e225d-c064-443a-8656-54bde39529b6
11:58:50.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77f2a1ca-1527-456b-9426-0d7461c7c0f9
11:58:50.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08df37f9-05b2-48cc-a79d-99c87f42d484
11:58:50.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6741fa7-5bfe-4f57-87b2-066c3dc75dd1
11:58:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93dff5f5-1c8c-418d-a8e3-7cf3befcc1d1
11:58:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d628768a-89bb-4473-b1a2-2855dfcb8bd2
11:58:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0798d367-cca5-4501-871b-f6fafd886455
11:58:50.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c3b2b7b-b037-4a35-98c7-1b8e6fd8c0a5
11:58:50.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:50.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:50.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:50.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:50.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:50.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:50.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:50.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeae2083-f99b-414d-86e2-4abdb81f251f
11:58:50.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d982c5-d8fd-4ecd-9143-0056ac694aa9
11:58:51.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0acd15e-8a8d-4e58-a4a1-f383e70c566a
11:58:51.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd868b12-c79e-4483-9e1b-62a3c163ab58
11:58:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f53e8d-2d3a-43ef-a95f-0becde487ea2
11:58:51.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3e225d-c064-443a-8656-54bde39529b6
11:58:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a52e45fe-8db8-4409-bcc8-429fa8980f5b
11:58:51.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08df37f9-05b2-48cc-a79d-99c87f42d484
11:58:51.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f50c2e-5689-4c02-a0cf-8aede4a6418b
11:58:51.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93dff5f5-1c8c-418d-a8e3-7cf3befcc1d1
11:58:51.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41b239a7-9765-440f-95a5-d5d5fb03bbdb
11:58:51.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=656884cc-fbd4-4c43-b943-a2e24d005385
11:58:51.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0798d367-cca5-4501-871b-f6fafd886455
11:58:51.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeae2083-f99b-414d-86e2-4abdb81f251f
11:58:51.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c03364c-b20e-4411-b36e-1e40d5b1a40f
11:58:51.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe707ae-674e-4a60-83cc-c41061c8c863
11:58:51.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d982c5-d8fd-4ecd-9143-0056ac694aa9
11:58:51.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fad6221-fee4-4855-9b6e-7e463215d58e
11:58:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd868b12-c79e-4483-9e1b-62a3c163ab58
11:58:51.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef3ede8-5926-47db-b50d-febea8be13a6
11:58:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd73329-1dd5-44b3-bf4d-5ccad7af5aef
11:58:51.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a52e45fe-8db8-4409-bcc8-429fa8980f5b
11:58:51.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73409bf7-d6de-4a11-afa1-f3e4a73558e1
11:58:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:51.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:51.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:51.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:51.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f50c2e-5689-4c02-a0cf-8aede4a6418b
11:58:52.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075fb19a-cdb3-4b0c-bfb4-4654999588ed
11:58:52.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41b239a7-9765-440f-95a5-d5d5fb03bbdb
11:58:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3be219d3-35c0-4cc9-9e20-e111824b247b
11:58:52.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=656884cc-fbd4-4c43-b943-a2e24d005385
11:58:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17008c1f-547b-4021-b3a6-b09b6e843538
11:58:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c03364c-b20e-4411-b36e-1e40d5b1a40f
11:58:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7672c02-1040-414e-af65-4b87e3e0ace3
11:58:52.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe707ae-674e-4a60-83cc-c41061c8c863
11:58:52.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168def86-2127-4241-9b41-0972345c4e6c
11:58:52.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fad6221-fee4-4855-9b6e-7e463215d58e
11:58:52.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b93a172-eb6c-428f-bae2-c9a839ce3095
11:58:52.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef3ede8-5926-47db-b50d-febea8be13a6
11:58:52.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f036845-1bc1-4578-b796-ff519318a7c6
11:58:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd73329-1dd5-44b3-bf4d-5ccad7af5aef
11:58:52.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2995fa04-50f3-421d-b461-1057319c449e
11:58:52.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73409bf7-d6de-4a11-afa1-f3e4a73558e1
11:58:52.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10b3b7bb-b3c7-4ba9-b0d0-6c6803852208
11:58:52.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=075fb19a-cdb3-4b0c-bfb4-4654999588ed
11:58:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af7d2c1-9ca0-4a19-aa69-b61d90d34fdb
11:58:52.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:52.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:52.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3be219d3-35c0-4cc9-9e20-e111824b247b
11:58:52.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:52.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:52.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:52.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f1709eb-64c2-4b06-9e75-f0cef1f6e604
11:58:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6dd97aa-e9ab-4895-9b2e-f50e1c21f2f7
11:58:53.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17008c1f-547b-4021-b3a6-b09b6e843538
11:58:53.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=676d5628-6780-4105-9bc1-df0a08998963
11:58:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7672c02-1040-414e-af65-4b87e3e0ace3
11:58:53.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168def86-2127-4241-9b41-0972345c4e6c
11:58:53.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91b2303-15eb-406d-ae9c-d02cb4e2c48e
11:58:53.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b93a172-eb6c-428f-bae2-c9a839ce3095
11:58:53.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443eae3c-a5b3-44a5-b804-330f7dc3f19f
11:58:53.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f036845-1bc1-4578-b796-ff519318a7c6
11:58:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23465594-8eed-4568-9f89-42fa0adfe605
11:58:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2995fa04-50f3-421d-b461-1057319c449e
11:58:53.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e36236-72c8-4474-b3ab-ccf6a134bf22
11:58:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10b3b7bb-b3c7-4ba9-b0d0-6c6803852208
11:58:53.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc40736d-c2e7-4381-a59c-943dd2066fbc
11:58:53.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af7d2c1-9ca0-4a19-aa69-b61d90d34fdb
11:58:53.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5a2c0-7990-44ce-9a3f-521e7d0e5999
11:58:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f1709eb-64c2-4b06-9e75-f0cef1f6e604
11:58:53.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6dd97aa-e9ab-4895-9b2e-f50e1c21f2f7
11:58:53.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e09a14f-0891-4a25-9596-b7a1cd749412
11:58:53.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:53.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=676d5628-6780-4105-9bc1-df0a08998963
11:58:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:53.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:53.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:53.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:53.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:53.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ced2ad-740b-4ba3-9fe8-9e00a92fc10e
11:58:53.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91b2303-15eb-406d-ae9c-d02cb4e2c48e
11:58:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a953062a-23b4-4f65-8a70-0ecff89491b1
11:58:54.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=443eae3c-a5b3-44a5-b804-330f7dc3f19f
11:58:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0a4b59-ae56-46ef-a2cd-68cff5409f52
11:58:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23465594-8eed-4568-9f89-42fa0adfe605
11:58:54.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15573ede-b550-4c88-abad-c9716affdeac
11:58:54.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e36236-72c8-4474-b3ab-ccf6a134bf22
11:58:54.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc40736d-c2e7-4381-a59c-943dd2066fbc
11:58:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9d126af-7fa0-45c7-929c-3222af470621
11:58:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5a2c0-7990-44ce-9a3f-521e7d0e5999
11:58:54.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7ab3fc5-118c-46dc-aa43-4cbf0c57d39b
11:58:54.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e09a14f-0891-4a25-9596-b7a1cd749412
11:58:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5bdf43-d714-4df9-a36c-2ebc22f3d3e6
11:58:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ced2ad-740b-4ba3-9fe8-9e00a92fc10e
11:58:54.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496dbbb3-a9fe-41ff-8141-4730051ff6cd
11:58:54.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a953062a-23b4-4f65-8a70-0ecff89491b1
11:58:54.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22a0bbc-1ff2-4f3b-afad-295e9f298092
11:58:54.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0a4b59-ae56-46ef-a2cd-68cff5409f52
11:58:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5498ce8f-efa6-46dc-b812-70307af66bc4
11:58:54.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:54.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:54.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:54.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:54.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:54.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:54.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:54.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca40ceb8-0e34-4cb5-b6c4-79ca73bfa182
11:58:54.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15573ede-b550-4c88-abad-c9716affdeac
11:58:55.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6c89eb2-0731-4d21-b26a-bb51609ea374
11:58:55.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9d126af-7fa0-45c7-929c-3222af470621
11:58:55.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a76980-74c8-4bf8-82c8-2eda321c5a4b
11:58:55.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf53fbec-2f36-4f27-8e01-342e8a9d604e
11:58:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7ab3fc5-118c-46dc-aa43-4cbf0c57d39b
11:58:55.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c52b974b-df6c-4729-8ff4-d13a102c5810
11:58:55.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5bdf43-d714-4df9-a36c-2ebc22f3d3e6
11:58:55.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496dbbb3-a9fe-41ff-8141-4730051ff6cd
11:58:55.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a158ac45-2031-456c-a807-96fc42a60cd3
11:58:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22a0bbc-1ff2-4f3b-afad-295e9f298092
11:58:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5c5e4e-895c-46f0-9862-f0e522f406c0
11:58:55.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5498ce8f-efa6-46dc-b812-70307af66bc4
11:58:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e791a01d-5739-42a5-9661-b5be1e784d31
11:58:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca40ceb8-0e34-4cb5-b6c4-79ca73bfa182
11:58:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2becdde3-2f26-4d49-a917-ab35d61c58df
11:58:55.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6c89eb2-0731-4d21-b26a-bb51609ea374
11:58:55.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8848a88f-2f5f-4ec4-acd3-21989a71ebb6
11:58:55.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8484afd-97fd-4502-98d4-a1377a7099fb
11:58:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a76980-74c8-4bf8-82c8-2eda321c5a4b
11:58:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:55.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:55.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:55.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:55.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:55.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4040a43-2e55-401e-a578-9a631cf2d012
11:58:55.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:55.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:55.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf53fbec-2f36-4f27-8e01-342e8a9d604e
11:58:56.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c52b974b-df6c-4729-8ff4-d13a102c5810
11:58:56.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fe3d76-0f19-46df-bc50-2f6b9a696853
11:58:56.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a158ac45-2031-456c-a807-96fc42a60cd3
11:58:56.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=875792c9-db27-4728-9665-06c8c7f10e96
11:58:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5c5e4e-895c-46f0-9862-f0e522f406c0
11:58:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99fdb5a1-f1bf-43ca-babc-7eed66b1de23
11:58:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e791a01d-5739-42a5-9661-b5be1e784d31
11:58:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41917f17-fa8a-42b1-848d-9ab8c1c06051
11:58:56.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2becdde3-2f26-4d49-a917-ab35d61c58df
11:58:56.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20f91fe-21fd-4609-a976-f4fbe2501dfb
11:58:56.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8848a88f-2f5f-4ec4-acd3-21989a71ebb6
11:58:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc70e537-bf73-4fb4-90b9-fb6602930d8f
11:58:56.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341d8a49-53d7-4621-b011-b4eeec6b6ff8
11:58:56.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8484afd-97fd-4502-98d4-a1377a7099fb
11:58:56.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b57806-cf86-4141-a5c1-7ef4564682e5
11:58:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4040a43-2e55-401e-a578-9a631cf2d012
11:58:56.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fe3d76-0f19-46df-bc50-2f6b9a696853
11:58:56.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.823 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57baeb84-213a-469c-a439-2699bbd141b5
11:58:56.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddb4789-302b-4f05-a30d-fc772a901bf4
11:58:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=875792c9-db27-4728-9665-06c8c7f10e96
11:58:56.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:56.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:56.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec44e0d-c9f8-4ec5-819a-b847906b0367
11:58:56.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:56.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:56.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:56.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:56.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:56.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99fdb5a1-f1bf-43ca-babc-7eed66b1de23
11:58:56.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03fb0482-ebb6-4004-9aeb-2a1664d81c6e
11:58:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25b69d54-2748-436c-839f-9504b3a6ad32
11:58:57.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41917f17-fa8a-42b1-848d-9ab8c1c06051
11:58:57.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33ada4d-d5f8-47bd-aba1-3b49eb03833b
11:58:57.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20f91fe-21fd-4609-a976-f4fbe2501dfb
11:58:57.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc70e537-bf73-4fb4-90b9-fb6602930d8f
11:58:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b67dd48c-a82f-43f6-adb3-94d37c1e4d59
11:58:57.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c88244e8-b9be-4a44-933e-f72631346bea
11:58:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341d8a49-53d7-4621-b011-b4eeec6b6ff8
11:58:57.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d9e2d9-7061-4350-96fd-c9af7b8be5f0
11:58:57.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b57806-cf86-4141-a5c1-7ef4564682e5
11:58:57.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ca6d37-e603-471f-a330-7dbbb9fbb3b6
11:58:57.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57baeb84-213a-469c-a439-2699bbd141b5
11:58:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5199b5d3-bb93-475a-bd1f-d5ff5e7ca49d
11:58:57.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddb4789-302b-4f05-a30d-fc772a901bf4
11:58:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a9b6c4f-9f73-4cba-8a93-fee5b097d6ce
11:58:57.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec44e0d-c9f8-4ec5-819a-b847906b0367
11:58:57.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe55f1f-362c-44a0-a74a-b202f94c1e23
11:58:57.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f039130e-02b3-427a-8a4d-bfb0c33c1794
11:58:57.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03fb0482-ebb6-4004-9aeb-2a1664d81c6e
11:58:57.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:57.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:57.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:57.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5a0b39-8234-425c-b090-1b701234f62b
11:58:57.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:57.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:57.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:57.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:57.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25b69d54-2748-436c-839f-9504b3a6ad32
11:58:57.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33ada4d-d5f8-47bd-aba1-3b49eb03833b
11:58:58.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505ba6f4-0a56-40e9-a07d-6a06d0a72895
11:58:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b67dd48c-a82f-43f6-adb3-94d37c1e4d59
11:58:58.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b878cad1-fa8a-4da6-8264-e2f7613d4f17
11:58:58.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c88244e8-b9be-4a44-933e-f72631346bea
11:58:58.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9fc0029-bae5-42c3-afcc-de86ccd1a041
11:58:58.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d9e2d9-7061-4350-96fd-c9af7b8be5f0
11:58:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba02fc00-7afa-4db5-bc99-47041f6bc667
11:58:58.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ca6d37-e603-471f-a330-7dbbb9fbb3b6
11:58:58.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a11ee69-8b27-488a-bdb5-200c962b8814
11:58:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5199b5d3-bb93-475a-bd1f-d5ff5e7ca49d
11:58:58.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6176d3b-6134-4c1b-b2ee-1c0e6f5f1d13
11:58:58.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a9b6c4f-9f73-4cba-8a93-fee5b097d6ce
11:58:58.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae02215-a065-4f50-b1c7-b7557b33ba77
11:58:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe55f1f-362c-44a0-a74a-b202f94c1e23
11:58:58.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dab4530-6b9f-4412-8112-fe9ec65faeb9
11:58:58.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f039130e-02b3-427a-8a4d-bfb0c33c1794
11:58:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5a0b39-8234-425c-b090-1b701234f62b
11:58:58.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c393515b-ae5f-4ba4-8d27-9efddb1a1bb9
11:58:58.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505ba6f4-0a56-40e9-a07d-6a06d0a72895
11:58:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cbdee56-66a4-49f0-b2ab-721984a895ce
11:58:58.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b878cad1-fa8a-4da6-8264-e2f7613d4f17
11:58:58.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ae960e-ead6-4b1b-8778-52d3394ff4b5
11:58:58.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:58.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:58.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:58.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:58.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:58.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9fc0029-bae5-42c3-afcc-de86ccd1a041
11:58:58.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27683324-1de9-4d1c-9050-22dee368ff11
11:58:59.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba02fc00-7afa-4db5-bc99-47041f6bc667
11:58:59.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4dfad1b-23ef-4c3a-948f-62240b596782
11:58:59.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42095ecb-cb30-45cd-acdf-943db255282a
11:58:59.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a11ee69-8b27-488a-bdb5-200c962b8814
11:58:59.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=797d1a1f-850a-4f65-adc5-599e0cbfc43f
11:58:59.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6176d3b-6134-4c1b-b2ee-1c0e6f5f1d13
11:58:59.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=746637bc-6ad3-4484-b21c-77bcc7185a2c
11:58:59.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae02215-a065-4f50-b1c7-b7557b33ba77
11:58:59.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dab4530-6b9f-4412-8112-fe9ec65faeb9
11:58:59.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc802a52-43a5-425f-8272-49f7a0dc5c36
11:58:59.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d7b7d2f-13e8-4b9e-89e5-4ff59aa891c8
11:58:59.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c393515b-ae5f-4ba4-8d27-9efddb1a1bb9
11:58:59.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cbdee56-66a4-49f0-b2ab-721984a895ce
11:58:59.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7373c6-257d-439b-b450-16e0a75d3e9a
11:58:59.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3229bfe-c2e2-4a6a-ad46-cd257cc468c0
11:58:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43ae960e-ead6-4b1b-8778-52d3394ff4b5
11:58:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf17390-6dbd-487b-b131-1b92c3f87f79
11:58:59.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27683324-1de9-4d1c-9050-22dee368ff11
11:58:59.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:58:59.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4dfad1b-23ef-4c3a-948f-62240b596782
11:58:59.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:58:59.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:58:59.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:58:59.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:58:59.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:58:59.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:58:59.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b24daa6-e3fa-4ac5-a6ad-b577786a7a88
11:59:00.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42095ecb-cb30-45cd-acdf-943db255282a
11:59:00.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f5a879f-b9ef-470c-bcc6-48a8ebdd048e
11:59:00.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=797d1a1f-850a-4f65-adc5-599e0cbfc43f
11:59:00.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=746637bc-6ad3-4484-b21c-77bcc7185a2c
11:59:00.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd35ba41-db90-4bda-aaf8-32416cca0da4
11:59:00.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b2dd13-f119-44bd-8ef8-27daa698a44b
11:59:00.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc802a52-43a5-425f-8272-49f7a0dc5c36
11:59:00.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5063f52-f99d-45ae-b773-ff07a2346339
11:59:00.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d7b7d2f-13e8-4b9e-89e5-4ff59aa891c8
11:59:00.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd51c344-ed1c-4897-803a-8d2ebe0b8f99
11:59:00.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7373c6-257d-439b-b450-16e0a75d3e9a
11:59:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4de8a9-1a3f-442d-a382-1bdd18b42791
11:59:00.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3229bfe-c2e2-4a6a-ad46-cd257cc468c0
11:59:00.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1e100d-e007-4e8f-889d-129895298539
11:59:00.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf17390-6dbd-487b-b131-1b92c3f87f79
11:59:00.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b24daa6-e3fa-4ac5-a6ad-b577786a7a88
11:59:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7f6622-acaa-4a0b-b262-0ae3da68127e
11:59:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f5a879f-b9ef-470c-bcc6-48a8ebdd048e
11:59:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f5e496-a189-47d1-94e0-09fd5b40583b
11:59:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b81c6fa-2d43-41f9-a181-80704b61521f
11:59:00.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd35ba41-db90-4bda-aaf8-32416cca0da4
11:59:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:00.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:00.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:00.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:00.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:00.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:00.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.012 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccf13053-a4a8-4488-bfd1-3014e62e2a62
11:59:01.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d87ca3d-85f6-434a-81f0-1b0d03792b5e
11:59:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b2dd13-f119-44bd-8ef8-27daa698a44b
11:59:01.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9150007c-2a88-4dee-8763-80b2e86d0ced
11:59:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5063f52-f99d-45ae-b773-ff07a2346339
11:59:01.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.245 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2730af53-55c9-42f8-b3ae-56bd0b2d9de1
11:59:01.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd51c344-ed1c-4897-803a-8d2ebe0b8f99
11:59:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3b565b-cc6c-4f32-adff-27346d86dc1d
11:59:01.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4de8a9-1a3f-442d-a382-1bdd18b42791
11:59:01.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44029613-fafb-4193-847a-c9d71569af65
11:59:01.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1e100d-e007-4e8f-889d-129895298539
11:59:01.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73c415d-9124-4f7a-a5ef-824ae94b3082
11:59:01.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f7f6622-acaa-4a0b-b262-0ae3da68127e
11:59:01.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de63f14d-27eb-426c-867e-701961c778ca
11:59:01.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f5e496-a189-47d1-94e0-09fd5b40583b
11:59:01.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e2d1f1-0102-408e-b41b-819fac9a08d3
11:59:01.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b81c6fa-2d43-41f9-a181-80704b61521f
11:59:01.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9bb380-627f-472b-aa2e-131282e736c4
11:59:01.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccf13053-a4a8-4488-bfd1-3014e62e2a62
11:59:01.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946fa4ea-fdab-477a-b44d-29db6d616214
11:59:01.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d87ca3d-85f6-434a-81f0-1b0d03792b5e
11:59:01.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827ee613-9157-4fd5-82f7-508b466677de
11:59:01.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=586cb4d0-ee4b-4ad4-92a2-209de5b6179b
11:59:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:01.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:01.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:01.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:01.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:01.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9150007c-2a88-4dee-8763-80b2e86d0ced
11:59:01.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21da80a2-63d8-486e-8d2d-f2f9e2f9927c
11:59:02.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2730af53-55c9-42f8-b3ae-56bd0b2d9de1
11:59:02.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ae9bf18-8a32-4b41-b958-0ba74308f8b4
11:59:02.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3b565b-cc6c-4f32-adff-27346d86dc1d
11:59:02.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4838be6-7b71-4956-8de8-73b6e3381bf3
11:59:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44029613-fafb-4193-847a-c9d71569af65
11:59:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f1a29b-267a-4a03-9efc-40c559a64b8f
11:59:02.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d73c415d-9124-4f7a-a5ef-824ae94b3082
11:59:02.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a0cd766-c9cf-4b92-806f-811726c66649
11:59:02.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de63f14d-27eb-426c-867e-701961c778ca
11:59:02.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c8e92b3-2a86-4378-97a1-077ab6952cc9
11:59:02.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e2d1f1-0102-408e-b41b-819fac9a08d3
11:59:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7cb759-a80f-4faf-bbd0-b5237d78b2c4
11:59:02.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9bb380-627f-472b-aa2e-131282e736c4
11:59:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6079ff4-e197-4f16-973b-ba063827ea9c
11:59:02.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946fa4ea-fdab-477a-b44d-29db6d616214
11:59:02.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39cd5db-7995-419d-b80c-6306020fabae
11:59:02.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827ee613-9157-4fd5-82f7-508b466677de
11:59:02.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=586cb4d0-ee4b-4ad4-92a2-209de5b6179b
11:59:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcbf1889-4f46-410e-9ec9-05268a6f0637
11:59:02.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:02.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8834156-0732-4acb-88d0-782868bd99d6
11:59:02.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:02.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:02.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21da80a2-63d8-486e-8d2d-f2f9e2f9927c
11:59:02.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:02.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:02.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:02.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:02.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d27e58b-9432-44eb-8d4e-b5733ce598d8
11:59:03.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ae9bf18-8a32-4b41-b958-0ba74308f8b4
11:59:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30492ce-27ca-4bad-8b37-020c653a2060
11:59:03.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4838be6-7b71-4956-8de8-73b6e3381bf3
11:59:03.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f1a29b-267a-4a03-9efc-40c559a64b8f
11:59:03.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b1974e-6a88-437d-890f-24db439a6e09
11:59:03.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a0cd766-c9cf-4b92-806f-811726c66649
11:59:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7361e109-aa9a-4c9c-bad0-65840edb6a8b
11:59:03.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c8e92b3-2a86-4378-97a1-077ab6952cc9
11:59:03.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d700ee7-cd8c-4572-90b1-657dbdb37fe1
11:59:03.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7cb759-a80f-4faf-bbd0-b5237d78b2c4
11:59:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97384fc5-9220-4a2e-847c-74b35d91deb2
11:59:03.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6079ff4-e197-4f16-973b-ba063827ea9c
11:59:03.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb177c9b-4e4f-447f-b323-b0cfd97b41a4
11:59:03.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39cd5db-7995-419d-b80c-6306020fabae
11:59:03.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a2adb3b-63e6-48a5-b4c9-2793886b5ecc
11:59:03.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcbf1889-4f46-410e-9ec9-05268a6f0637
11:59:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb3397c-e6c7-43b7-aab4-f703cf017ab6
11:59:03.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8834156-0732-4acb-88d0-782868bd99d6
11:59:03.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fb878e-4565-42b6-a87e-17269fafa317
11:59:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d27e58b-9432-44eb-8d4e-b5733ce598d8
11:59:03.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745834fc-1b1d-402e-ad1b-23532c71bd60
11:59:03.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30492ce-27ca-4bad-8b37-020c653a2060
11:59:03.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:03.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:03.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:03.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:03.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d34a25-b1c3-4f03-9400-b85fc95e6651
11:59:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:03.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:03.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b1974e-6a88-437d-890f-24db439a6e09
11:59:04.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c943c88-255f-4dfc-a7cd-293edd43196b
11:59:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7361e109-aa9a-4c9c-bad0-65840edb6a8b
11:59:04.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c51007-25b4-4fbd-ad50-8052e474ea45
11:59:04.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d700ee7-cd8c-4572-90b1-657dbdb37fe1
11:59:04.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=588d4d38-95e0-4426-9ee9-b5e81e4f6507
11:59:04.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fec35786-b1d3-4fab-8b4b-3c502d185f38
11:59:04.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97384fc5-9220-4a2e-847c-74b35d91deb2
11:59:04.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc63609b-968e-47cb-a34f-36e351fabc99
11:59:04.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb177c9b-4e4f-447f-b323-b0cfd97b41a4
11:59:04.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a2adb3b-63e6-48a5-b4c9-2793886b5ecc
11:59:04.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1417b461-c3a9-421b-9613-1e6f5409aa9a
11:59:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c55af68-3e33-4416-9a43-fcbbb179dc43
11:59:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb3397c-e6c7-43b7-aab4-f703cf017ab6
11:59:04.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14593a23-54b3-49b3-9b50-aed23841434a
11:59:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fb878e-4565-42b6-a87e-17269fafa317
11:59:04.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccdf8a6c-6ae0-4fcd-ac73-58ffb30825db
11:59:04.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745834fc-1b1d-402e-ad1b-23532c71bd60
11:59:04.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c86cad3-4ba7-4445-b714-2cd550013793
11:59:04.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a893b0fc-619b-43e9-b60b-49c3a5c54cf6
11:59:04.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:04.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d34a25-b1c3-4f03-9400-b85fc95e6651
11:59:04.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:04.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:04.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:04.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:04.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0ff51c-5fa7-4186-90a3-c4628974eadd
11:59:05.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c943c88-255f-4dfc-a7cd-293edd43196b
11:59:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbb91b02-dde0-4f33-bf8d-fac910fae4ca
11:59:05.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c51007-25b4-4fbd-ad50-8052e474ea45
11:59:05.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58409138-669f-4bcc-a22f-68387f950bde
11:59:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=588d4d38-95e0-4426-9ee9-b5e81e4f6507
11:59:05.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f990f1d0-5fba-4bc7-94de-0367e7f6ce5f
11:59:05.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fec35786-b1d3-4fab-8b4b-3c502d185f38
11:59:05.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f65824f0-1074-4234-b424-1d065d910b53
11:59:05.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc63609b-968e-47cb-a34f-36e351fabc99
11:59:05.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df11645-4f7b-47a9-b799-a6b62265e245
11:59:05.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1417b461-c3a9-421b-9613-1e6f5409aa9a
11:59:05.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3be350ec-d0a1-4822-ab44-24669ee28bd1
11:59:05.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c55af68-3e33-4416-9a43-fcbbb179dc43
11:59:05.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9632874a-1a66-4679-a4e0-481f140598b1
11:59:05.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14593a23-54b3-49b3-9b50-aed23841434a
11:59:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23cd60f-1014-4ecf-a736-63c8824cde0c
11:59:05.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccdf8a6c-6ae0-4fcd-ac73-58ffb30825db
11:59:05.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8aa5da-9091-4cf9-9339-ea1b842c1290
11:59:05.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c86cad3-4ba7-4445-b714-2cd550013793
11:59:05.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16eff95b-818a-4062-835c-8e7b04314c68
11:59:05.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a893b0fc-619b-43e9-b60b-49c3a5c54cf6
11:59:05.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e99631-c1f9-4353-86f5-7ab3654fff63
11:59:05.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:05.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:05.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:05.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:05.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:05.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:05.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:05.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0ff51c-5fa7-4186-90a3-c4628974eadd
11:59:05.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6223d59a-9881-40b6-bef8-f1eec832a6a8
11:59:06.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbb91b02-dde0-4f33-bf8d-fac910fae4ca
11:59:06.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a784050-cf35-45ba-8f59-e06647a57914
11:59:06.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58409138-669f-4bcc-a22f-68387f950bde
11:59:06.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffc127f9-f54a-4cd3-82fb-22982571bc1d
11:59:06.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ac167b-2462-436f-8a72-26a7802352b3
11:59:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f990f1d0-5fba-4bc7-94de-0367e7f6ce5f
11:59:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2567fb3e-df66-43a7-b9e5-dd542de603c2
11:59:06.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7bd96f8-b684-42e4-9700-2c1d7dd8b9e0
11:59:06.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f65824f0-1074-4234-b424-1d065d910b53
11:59:06.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df11645-4f7b-47a9-b799-a6b62265e245
11:59:06.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4995c19e-2ef5-4b95-b5c5-95707b817e07
11:59:06.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3be350ec-d0a1-4822-ab44-24669ee28bd1
11:59:06.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e57e9734-12e8-4538-8ef1-bfa10bdbcbc3
11:59:06.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9632874a-1a66-4679-a4e0-481f140598b1
11:59:06.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1d1983-169e-4f27-a9ad-9c3217d7ef09
11:59:06.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23cd60f-1014-4ecf-a736-63c8824cde0c
11:59:06.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92898a2-ae9c-4950-bf5c-7f4d37720b7d
11:59:06.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8aa5da-9091-4cf9-9339-ea1b842c1290
11:59:06.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16eff95b-818a-4062-835c-8e7b04314c68
11:59:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98fe12c0-faea-47d7-9a85-9b49d761d8fc
11:59:06.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e99631-c1f9-4353-86f5-7ab3654fff63
11:59:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e34dd8-8165-4458-8812-5905322b83c8
11:59:06.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:06.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95564e86-3fbb-4775-b222-d71002680f47
11:59:06.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:06.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:06.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:06.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:06.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6223d59a-9881-40b6-bef8-f1eec832a6a8
11:59:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=984fe472-a44a-4384-8ed6-604c371a82f4
11:59:07.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a784050-cf35-45ba-8f59-e06647a57914
11:59:07.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=001f7b52-163f-44d3-9d67-e9a3abb2fe5b
11:59:07.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffc127f9-f54a-4cd3-82fb-22982571bc1d
11:59:07.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64d271d-6715-4543-9921-5f943861938a
11:59:07.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ac167b-2462-436f-8a72-26a7802352b3
11:59:07.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33125898-9f58-4cea-bc68-0bf61258e273
11:59:07.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8ef3c8-6c11-41e7-97ab-f96216c80302
11:59:07.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2567fb3e-df66-43a7-b9e5-dd542de603c2
11:59:07.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d3f950-e7d3-4af4-afe4-2c4d6e32da1c
11:59:07.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7bd96f8-b684-42e4-9700-2c1d7dd8b9e0
11:59:07.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af73b12d-e33d-4785-a3c5-b5e8b3d237db
11:59:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4995c19e-2ef5-4b95-b5c5-95707b817e07
11:59:07.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8ec1b6-94d5-4c8f-b4b9-d0e951f1231c
11:59:07.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e57e9734-12e8-4538-8ef1-bfa10bdbcbc3
11:59:07.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.687 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88748616-b9d9-48db-8813-8a21601e2b56
11:59:07.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1d1983-169e-4f27-a9ad-9c3217d7ef09
11:59:07.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8976338-9d2e-4554-a25c-b0e51239171f
11:59:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92898a2-ae9c-4950-bf5c-7f4d37720b7d
11:59:07.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53f837da-a128-4c6d-8fac-0a2901369acb
11:59:07.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98fe12c0-faea-47d7-9a85-9b49d761d8fc
11:59:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec76177a-9528-42f5-9ccb-3b43fec9ff7b
11:59:07.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:07.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e34dd8-8165-4458-8812-5905322b83c8
11:59:07.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:07.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:07.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:07.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:07.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:07.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:07.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=659a8e6e-fdf4-45ad-8ac5-fa4868e33009
11:59:08.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62adc554-2de2-42d2-8fcc-d365a43ac328
11:59:08.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95564e86-3fbb-4775-b222-d71002680f47
11:59:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=984fe472-a44a-4384-8ed6-604c371a82f4
11:59:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f57ebefc-52c9-4591-b917-6cd2d466ea81
11:59:08.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=001f7b52-163f-44d3-9d67-e9a3abb2fe5b
11:59:08.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a31d98-7d7d-4518-9821-a929204a645f
11:59:08.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64d271d-6715-4543-9921-5f943861938a
11:59:08.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=625d59c3-2865-47da-8532-884818a14cc2
11:59:08.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33125898-9f58-4cea-bc68-0bf61258e273
11:59:08.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b503b83e-a805-4198-8abc-c95b278f5234
11:59:08.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a8ef3c8-6c11-41e7-97ab-f96216c80302
11:59:08.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3628ea21-e8b5-4e43-af6c-7ce7c78826c6
11:59:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d3f950-e7d3-4af4-afe4-2c4d6e32da1c
11:59:08.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e2b611-3bc4-46d6-88b0-cf608c2cb811
11:59:08.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af73b12d-e33d-4785-a3c5-b5e8b3d237db
11:59:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c49c32fb-478e-4270-85d2-94cc176bd869
11:59:08.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da8ec1b6-94d5-4c8f-b4b9-d0e951f1231c
11:59:08.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88748616-b9d9-48db-8813-8a21601e2b56
11:59:08.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a33bdef-2a44-4d3a-8961-4a06997d6630
11:59:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:08.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:08.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:08.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:08.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:08.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd5ed994-3f97-4bc7-81da-06411e57f043
11:59:08.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:08.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:08.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8976338-9d2e-4554-a25c-b0e51239171f
11:59:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd38ec9-695d-4142-bfe0-a0a92c97e6f1
11:59:09.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53f837da-a128-4c6d-8fac-0a2901369acb
11:59:09.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b9c68e-236e-4e4a-b84c-812c8c131d2a
11:59:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec76177a-9528-42f5-9ccb-3b43fec9ff7b
11:59:09.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a301c13-4a60-42d2-ad20-7528bf5f3d07
11:59:09.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=659a8e6e-fdf4-45ad-8ac5-fa4868e33009
11:59:09.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62adc554-2de2-42d2-8fcc-d365a43ac328
11:59:09.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec8c8d50-3e09-4bd8-8c1e-fe26e401adda
11:59:09.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f57ebefc-52c9-4591-b917-6cd2d466ea81
11:59:09.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4ac4f52-27b7-4be9-ac79-0e74ae1ab683
11:59:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a31d98-7d7d-4518-9821-a929204a645f
11:59:09.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc2d3a2b-3808-4287-99c2-91451eb282cd
11:59:09.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=625d59c3-2865-47da-8532-884818a14cc2
11:59:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9467da1b-79aa-41b8-af1d-4430c21800ff
11:59:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b503b83e-a805-4198-8abc-c95b278f5234
11:59:09.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5bf6ca-3359-496e-a4b6-c20d0d650323
11:59:09.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3628ea21-e8b5-4e43-af6c-7ce7c78826c6
11:59:09.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a86a44a-9286-4832-8d69-ae549d24c7c0
11:59:09.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e2b611-3bc4-46d6-88b0-cf608c2cb811
11:59:09.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:09.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:09.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:09.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:09.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:09.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:09.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d37a3eb2-43aa-4cbf-8d1d-b878dc4bb270
11:59:09.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c49c32fb-478e-4270-85d2-94cc176bd869
11:59:10.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a33bdef-2a44-4d3a-8961-4a06997d6630
11:59:10.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec8a25b5-7961-44fe-93c9-8a0ff116b202
11:59:10.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a390b3c5-9497-4451-a69d-c33a5fa1f99f
11:59:10.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd5ed994-3f97-4bc7-81da-06411e57f043
11:59:10.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=616b2332-7a99-468d-bdfa-897d9fec954f
11:59:10.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd38ec9-695d-4142-bfe0-a0a92c97e6f1
11:59:10.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b9c68e-236e-4e4a-b84c-812c8c131d2a
11:59:10.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63214d9a-2085-43f4-b708-8de24575b247
11:59:10.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c330a8e9-9a30-4bdf-85bd-53d882a451bc
11:59:10.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a301c13-4a60-42d2-ad20-7528bf5f3d07
11:59:10.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec8c8d50-3e09-4bd8-8c1e-fe26e401adda
11:59:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a4024b-829e-441f-8b3f-9bd81b904da2
11:59:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5008c988-50e4-4e5c-b6cc-2d1409ca1df3
11:59:10.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4ac4f52-27b7-4be9-ac79-0e74ae1ab683
11:59:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec0ccd7f-7174-42d4-b030-979c8847918e
11:59:10.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc2d3a2b-3808-4287-99c2-91451eb282cd
11:59:10.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c8ac107-beb9-401f-a9ba-93be863a645f
11:59:10.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9467da1b-79aa-41b8-af1d-4430c21800ff
11:59:10.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782f3d48-32e8-4c85-ad39-4533d375a5d9
11:59:10.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5bf6ca-3359-496e-a4b6-c20d0d650323
11:59:10.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a86a44a-9286-4832-8d69-ae549d24c7c0
11:59:10.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1a898b-c5dc-47c3-beef-5660e67fa9c5
11:59:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:10.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:10.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d37a3eb2-43aa-4cbf-8d1d-b878dc4bb270
11:59:10.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:10.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:10.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:10.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:10.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:10.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=249dd5bc-8eb0-4fc9-9c3d-006b55d666df
11:59:10.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec8a25b5-7961-44fe-93c9-8a0ff116b202
11:59:11.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f5ecb84-5725-4a31-aa59-6d1801d58d52
11:59:11.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a390b3c5-9497-4451-a69d-c33a5fa1f99f
11:59:11.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae61029-48e0-427f-9742-d8c062d432fc
11:59:11.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=616b2332-7a99-468d-bdfa-897d9fec954f
11:59:11.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=895c8f18-1126-42fb-8850-99dc9f484763
11:59:11.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63214d9a-2085-43f4-b708-8de24575b247
11:59:11.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33b92719-9ae1-4f0c-b6cb-952a569c686d
11:59:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c330a8e9-9a30-4bdf-85bd-53d882a451bc
11:59:11.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=127869de-b9ff-41d0-ade6-e6a183ab3c9a
11:59:11.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a4024b-829e-441f-8b3f-9bd81b904da2
11:59:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a8683ae-ab4c-49d6-9bbc-30da8726f5a6
11:59:11.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5008c988-50e4-4e5c-b6cc-2d1409ca1df3
11:59:11.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db2ccbd2-cac2-46db-b71d-e70435efba14
11:59:11.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec0ccd7f-7174-42d4-b030-979c8847918e
11:59:11.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=247de2fe-1386-436a-8a77-0e4437aaa16b
11:59:11.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c8ac107-beb9-401f-a9ba-93be863a645f
11:59:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bbdc287-82fa-44fc-8d51-34dbd9423df7
11:59:11.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782f3d48-32e8-4c85-ad39-4533d375a5d9
11:59:11.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=553797b7-ffc1-4151-9a46-1cb687029d72
11:59:11.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1a898b-c5dc-47c3-beef-5660e67fa9c5
11:59:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:11.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2bb802-0139-43f1-93a2-df6aa906b0bb
11:59:11.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:11.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:11.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:11.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:11.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=249dd5bc-8eb0-4fc9-9c3d-006b55d666df
11:59:12.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7caedf-bdad-4808-99b7-6acd93b05d30
11:59:12.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce60486-9468-411b-8bc9-6bef1d3e0a65
11:59:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f5ecb84-5725-4a31-aa59-6d1801d58d52
11:59:12.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b6087f1-0c5e-4886-ad5e-1e65bf8738eb
11:59:12.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae61029-48e0-427f-9742-d8c062d432fc
11:59:12.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba6c6e4-cd97-46fc-962b-4db964cb17a5
11:59:12.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=895c8f18-1126-42fb-8850-99dc9f484763
11:59:12.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f73d19ac-799e-4672-a597-38cd5e97330b
11:59:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33b92719-9ae1-4f0c-b6cb-952a569c686d
11:59:12.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8e072b1-6cad-4dfc-8d8d-3c86340e07df
11:59:12.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb33df-9c76-4adb-ab01-adbeea291beb
11:59:12.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=127869de-b9ff-41d0-ade6-e6a183ab3c9a
11:59:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a8683ae-ab4c-49d6-9bbc-30da8726f5a6
11:59:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e65289b-9733-4e45-8d74-811407ac2d57
11:59:12.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db2ccbd2-cac2-46db-b71d-e70435efba14
11:59:12.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c41922-6e82-4763-96d2-e6e5c60aeb66
11:59:12.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=247de2fe-1386-436a-8a77-0e4437aaa16b
11:59:12.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b15b8d-ba35-4633-bbb7-6be2ad075907
11:59:12.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bbdc287-82fa-44fc-8d51-34dbd9423df7
11:59:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c6a3343-2683-42ba-b380-5d8ade4c2890
11:59:12.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=553797b7-ffc1-4151-9a46-1cb687029d72
11:59:12.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c229e62-0723-4821-a7d0-70dee34697e3
11:59:12.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:12.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:12.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:12.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:12.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:12.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2bb802-0139-43f1-93a2-df6aa906b0bb
11:59:12.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e76c134-892b-48cb-a59a-c9cedd8d3df0
11:59:13.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df7caedf-bdad-4808-99b7-6acd93b05d30
11:59:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bad1b84a-350a-41a6-aabe-da7ad43fe27b
11:59:13.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce60486-9468-411b-8bc9-6bef1d3e0a65
11:59:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9420abf-2297-4cb6-a384-5bf0e6cba645
11:59:13.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b6087f1-0c5e-4886-ad5e-1e65bf8738eb
11:59:13.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ca7319-cd22-45b2-a64f-76d76d0d9e84
11:59:13.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba6c6e4-cd97-46fc-962b-4db964cb17a5
11:59:13.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b859aaf-6049-41ce-8f43-bef0641ba4c9
11:59:13.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f73d19ac-799e-4672-a597-38cd5e97330b
11:59:13.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf7e68f-8b33-4466-82ad-2502fe359af3
11:59:13.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8e072b1-6cad-4dfc-8d8d-3c86340e07df
11:59:13.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de74767-a945-45a7-a436-d8fe8b7df6d0
11:59:13.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb33df-9c76-4adb-ab01-adbeea291beb
11:59:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2774f83c-f862-4fe7-8744-0b81889f1bc1
11:59:13.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e65289b-9733-4e45-8d74-811407ac2d57
11:59:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003cbfff-d72b-45ae-88c0-bae257a0ceb0
11:59:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c41922-6e82-4763-96d2-e6e5c60aeb66
11:59:13.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d34c5d23-03fd-4bc1-8ee0-2971dd273d61
11:59:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e245f6-cb41-4aba-a9fb-9c206e20c7f6
11:59:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b15b8d-ba35-4633-bbb7-6be2ad075907
11:59:13.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0a43fbf-88b3-425a-8d04-6c73349c5b1b
11:59:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c6a3343-2683-42ba-b380-5d8ade4c2890
11:59:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:13.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:13.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:13.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:13.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c229e62-0723-4821-a7d0-70dee34697e3
11:59:14.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d869a3d-c6fb-47c2-ba63-eee2c5db996c
11:59:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e76c134-892b-48cb-a59a-c9cedd8d3df0
11:59:14.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4e22c0-4026-48a1-81bf-a5d5de501acd
11:59:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bad1b84a-350a-41a6-aabe-da7ad43fe27b
11:59:14.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69169569-a4f9-49f8-8267-35a5acfb7af3
11:59:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9420abf-2297-4cb6-a384-5bf0e6cba645
11:59:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=409527e7-a261-4bff-92ef-87cc37e45979
11:59:14.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ca7319-cd22-45b2-a64f-76d76d0d9e84
11:59:14.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b859aaf-6049-41ce-8f43-bef0641ba4c9
11:59:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe344a5-f020-44cb-9262-7f2898952f9d
11:59:14.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf7e68f-8b33-4466-82ad-2502fe359af3
11:59:14.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c343307a-8aad-463e-8eb7-662cd994ac52
11:59:14.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de74767-a945-45a7-a436-d8fe8b7df6d0
11:59:14.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d365c5-5045-479e-bfc2-3a04f32f25c2
11:59:14.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2774f83c-f862-4fe7-8744-0b81889f1bc1
11:59:14.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b77cb336-5283-49a2-852e-d3e6bd022c66
11:59:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003cbfff-d72b-45ae-88c0-bae257a0ceb0
11:59:14.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.732 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5045cfdb-a213-40ca-801a-64ca854f2674
11:59:14.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d34c5d23-03fd-4bc1-8ee0-2971dd273d61
11:59:14.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eed671d-2ac6-4d13-b937-bbc81b66b2b4
11:59:14.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e245f6-cb41-4aba-a9fb-9c206e20c7f6
11:59:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=224db568-4539-44e8-bdde-0d44fa920e0a
11:59:14.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0a43fbf-88b3-425a-8d04-6c73349c5b1b
11:59:14.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:14.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:14.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:14.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:14.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:14.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef97d2b5-9ff1-45e4-994b-71fc1be573fa
11:59:14.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d869a3d-c6fb-47c2-ba63-eee2c5db996c
11:59:15.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4e22c0-4026-48a1-81bf-a5d5de501acd
11:59:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49aad7dd-3131-4080-b4ce-c693f1604c02
11:59:15.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69169569-a4f9-49f8-8267-35a5acfb7af3
11:59:15.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3088b0-ac56-43b5-ba83-77667eb9b0a2
11:59:15.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=409527e7-a261-4bff-92ef-87cc37e45979
11:59:15.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b99cf38-7550-468e-a049-7a8727405978
11:59:15.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe344a5-f020-44cb-9262-7f2898952f9d
11:59:15.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44fc460-ad1e-41da-818b-851ee295aac9
11:59:15.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c343307a-8aad-463e-8eb7-662cd994ac52
11:59:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72065e61-d7c4-45b5-b114-e9ebc484b04f
11:59:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d365c5-5045-479e-bfc2-3a04f32f25c2
11:59:15.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f82bfe-6ed8-43fe-84de-9e417fa46c5f
11:59:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b77cb336-5283-49a2-852e-d3e6bd022c66
11:59:15.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1559ed73-00a0-48a2-b2b2-207b7bf3ecae
11:59:15.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5045cfdb-a213-40ca-801a-64ca854f2674
11:59:15.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb0a3646-2661-4e04-898b-ebd8351c1f4d
11:59:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eed671d-2ac6-4d13-b937-bbc81b66b2b4
11:59:15.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22fd4380-4d1c-41a2-9264-9881ddcb3845
11:59:15.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=224db568-4539-44e8-bdde-0d44fa920e0a
11:59:15.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33cfe65-405f-4445-b40d-faf7b334e472
11:59:15.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:15.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:15.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:15.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:15.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:15.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:15.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:15.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef97d2b5-9ff1-45e4-994b-71fc1be573fa
11:59:15.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87ba6dbb-8120-418b-933f-77a8c51d1f6c
11:59:16.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49aad7dd-3131-4080-b4ce-c693f1604c02
11:59:16.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ec33bb-3ade-49f3-a111-0f9ea58bec97
11:59:16.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3088b0-ac56-43b5-ba83-77667eb9b0a2
11:59:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7950e1c4-a431-47e5-b73d-b5d69b9635aa
11:59:16.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b99cf38-7550-468e-a049-7a8727405978
11:59:16.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55791056-63a4-4e11-99a5-70a6c7fe0d2a
11:59:16.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44fc460-ad1e-41da-818b-851ee295aac9
11:59:16.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=589c7549-5920-480d-b079-1ca8fcb5f4ae
11:59:16.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72065e61-d7c4-45b5-b114-e9ebc484b04f
11:59:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f82bfe-6ed8-43fe-84de-9e417fa46c5f
11:59:16.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8b995d0-e79f-4a30-a177-4e6002a47411
11:59:16.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1559ed73-00a0-48a2-b2b2-207b7bf3ecae
11:59:16.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb0a3646-2661-4e04-898b-ebd8351c1f4d
11:59:16.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32340a7-cb2f-409d-8d53-2e01b6daac44
11:59:16.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22fd4380-4d1c-41a2-9264-9881ddcb3845
11:59:16.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f74fc4-4313-454f-8cbf-46f10160bbbd
11:59:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e33cfe65-405f-4445-b40d-faf7b334e472
11:59:16.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41eade23-f141-46f1-9941-ed86b95dab47
11:59:16.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87ba6dbb-8120-418b-933f-77a8c51d1f6c
11:59:16.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ec33bb-3ade-49f3-a111-0f9ea58bec97
11:59:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:16.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d2d813a-81e6-49b6-9ba0-44355823de40
11:59:16.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:16.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:16.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7950e1c4-a431-47e5-b73d-b5d69b9635aa
11:59:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd46ef9-a8a9-4c55-9366-df4562c4f059
11:59:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55791056-63a4-4e11-99a5-70a6c7fe0d2a
11:59:17.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b3ba41d-3c2f-4824-99e5-c47cc0c05bf7
11:59:17.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=589c7549-5920-480d-b079-1ca8fcb5f4ae
11:59:17.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2513d1d-b3a5-4cbf-be4a-704a838479b6
11:59:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8b995d0-e79f-4a30-a177-4e6002a47411
11:59:17.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32340a7-cb2f-409d-8d53-2e01b6daac44
11:59:17.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4df5f928-dbea-4523-b2de-c5f24e2d5ea5
11:59:17.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2f74fc4-4313-454f-8cbf-46f10160bbbd
11:59:17.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f689a8-6ffc-4ab9-bbe6-ba062c1ea9b3
11:59:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41eade23-f141-46f1-9941-ed86b95dab47
11:59:17.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d2d813a-81e6-49b6-9ba0-44355823de40
11:59:17.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f7adb6-add6-4171-a2ff-d23d30e7c4e7
11:59:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd46ef9-a8a9-4c55-9366-df4562c4f059
11:59:17.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a432d4-5b7d-4c29-9d9e-e55ac6d0085f
11:59:17.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b3ba41d-3c2f-4824-99e5-c47cc0c05bf7
11:59:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aab118eb-7e68-4959-840f-5fbddf1248f3
11:59:17.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d9293cf-526e-49aa-abc0-3ac487ed3a3c
11:59:17.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2513d1d-b3a5-4cbf-be4a-704a838479b6
11:59:17.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4df5f928-dbea-4523-b2de-c5f24e2d5ea5
11:59:17.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8338198-3b33-40e1-938d-b9840e292e46
11:59:17.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f689a8-6ffc-4ab9-bbe6-ba062c1ea9b3
11:59:17.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:17.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b61bdbe4-3dea-443f-926e-efe5ec9e44cf
11:59:17.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:17.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:17.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:17.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:17.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f7adb6-add6-4171-a2ff-d23d30e7c4e7
11:59:18.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1f539b-a5b2-4dd5-8387-c7145e1291ae
11:59:18.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be92555d-843d-4d5c-aea6-d8803f812af0
11:59:18.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a432d4-5b7d-4c29-9d9e-e55ac6d0085f
11:59:18.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aab118eb-7e68-4959-840f-5fbddf1248f3
11:59:18.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd15da3-b356-4880-875a-d4cb94ce210a
11:59:18.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d9293cf-526e-49aa-abc0-3ac487ed3a3c
11:59:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3f3042b-75f3-4f73-a26f-f1f68ef4d449
11:59:18.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8338198-3b33-40e1-938d-b9840e292e46
11:59:18.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f803ae8-4f14-498d-a376-0185579bfe84
11:59:18.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0b524a-6b78-4b4b-a81f-d09c75574dcd
11:59:18.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b61bdbe4-3dea-443f-926e-efe5ec9e44cf
11:59:18.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6da95af-9da4-4c66-9015-179e3568b391
11:59:18.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1f539b-a5b2-4dd5-8387-c7145e1291ae
11:59:18.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2746a7a8-351b-4f41-9f4b-24465cd667eb
11:59:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be92555d-843d-4d5c-aea6-d8803f812af0
11:59:18.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77db7084-6975-463c-b825-2460ad3b5ddc
11:59:18.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd15da3-b356-4880-875a-d4cb94ce210a
11:59:18.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9847785-675b-41ed-9cce-1e8070baa65c
11:59:18.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3f3042b-75f3-4f73-a26f-f1f68ef4d449
11:59:18.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=663325b0-2c9d-4100-9b25-f6f67a691b5f
11:59:18.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f803ae8-4f14-498d-a376-0185579bfe84
11:59:18.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=927d8fba-4ca6-40fc-a584-0e1d82ca67f6
11:59:18.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:18.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:18.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:18.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f0b524a-6b78-4b4b-a81f-d09c75574dcd
11:59:18.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:18.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:18.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:18.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e69d9052-0912-4389-9d09-7ba31833c4cb
11:59:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366df450-4854-4d8b-b8e5-b6783b25fe14
11:59:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6da95af-9da4-4c66-9015-179e3568b391
11:59:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2746a7a8-351b-4f41-9f4b-24465cd667eb
11:59:19.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5140e1bc-181f-464e-9f42-fe1c4954307f
11:59:19.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77db7084-6975-463c-b825-2460ad3b5ddc
11:59:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f454a09-9cb4-41d5-a875-099637bc8265
11:59:19.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9847785-675b-41ed-9cce-1e8070baa65c
11:59:19.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb20078c-a43e-469a-9b0d-28dd41c69f56
11:59:19.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=663325b0-2c9d-4100-9b25-f6f67a691b5f
11:59:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a9f93e-2e9f-4cd0-b38a-9e8d62d94d6c
11:59:19.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=927d8fba-4ca6-40fc-a584-0e1d82ca67f6
11:59:19.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be5e874-d6bd-45d8-ad26-316ceab3712b
11:59:19.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e69d9052-0912-4389-9d09-7ba31833c4cb
11:59:19.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4d909b-54b9-4bd5-ac5e-1b9a0d8df6ec
11:59:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366df450-4854-4d8b-b8e5-b6783b25fe14
11:59:19.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54536d44-4015-4c08-82b6-e5381d41fd15
11:59:19.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5140e1bc-181f-464e-9f42-fe1c4954307f
11:59:19.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=019eac27-9149-4d64-9e32-cba94ffce13d
11:59:19.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f454a09-9cb4-41d5-a875-099637bc8265
11:59:19.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d7da50-c68c-40c2-b481-b6d4d9056b40
11:59:19.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb20078c-a43e-469a-9b0d-28dd41c69f56
11:59:19.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:19.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:19.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:19.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b39b08-4e88-45e1-9c21-c1363148883e
11:59:19.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:19.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:19.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:19.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:19.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a9f93e-2e9f-4cd0-b38a-9e8d62d94d6c
11:59:19.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08fe4174-b4f2-4a4c-a4f2-a7b6ec8aae81
11:59:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be5e874-d6bd-45d8-ad26-316ceab3712b
11:59:20.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c89e47a2-914e-4a98-8eaf-0ab51e5ea6a0
11:59:20.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4d909b-54b9-4bd5-ac5e-1b9a0d8df6ec
11:59:20.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccc4ea65-6e4e-4ebd-8434-217a8b83cdbb
11:59:20.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54536d44-4015-4c08-82b6-e5381d41fd15
11:59:20.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055b8067-72b3-4920-aa34-67d630ed7d96
11:59:20.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=019eac27-9149-4d64-9e32-cba94ffce13d
11:59:20.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d7da50-c68c-40c2-b481-b6d4d9056b40
11:59:20.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2233530-af67-4542-b0c0-dfc15ebf2a49
11:59:20.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10614c70-8c67-4825-b8b0-4c0fed29e350
11:59:20.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b39b08-4e88-45e1-9c21-c1363148883e
11:59:20.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08fe4174-b4f2-4a4c-a4f2-a7b6ec8aae81
11:59:20.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8db1797-08ab-4734-9525-1be97b3aaba3
11:59:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2032fb9b-be85-4640-811b-c5a1fd42b2c6
11:59:20.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c89e47a2-914e-4a98-8eaf-0ab51e5ea6a0
11:59:20.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccc4ea65-6e4e-4ebd-8434-217a8b83cdbb
11:59:20.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32275dbd-b560-48d9-988b-c2a0c65ec9f5
11:59:20.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055b8067-72b3-4920-aa34-67d630ed7d96
11:59:20.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bee4b3b-e626-4fd3-851e-7584b65846fa
11:59:20.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2233530-af67-4542-b0c0-dfc15ebf2a49
11:59:20.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5882a5d-1895-40fc-a8ba-68dc4c2a73c3
11:59:20.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:20.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:20.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:20.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:20.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:20.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:20.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:20.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10614c70-8c67-4825-b8b0-4c0fed29e350
11:59:20.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0260d3e-9010-409f-b4cd-1c11e883a210
11:59:21.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8db1797-08ab-4734-9525-1be97b3aaba3
11:59:21.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58f9dbbb-b20c-4ec8-a317-baacf3f4b3d8
11:59:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2032fb9b-be85-4640-811b-c5a1fd42b2c6
11:59:21.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8bd4bcb-b618-4048-af8c-a2d2979c27cd
11:59:21.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32275dbd-b560-48d9-988b-c2a0c65ec9f5
11:59:21.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ad22da-c8d7-484e-a006-433f29a638ce
11:59:21.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bee4b3b-e626-4fd3-851e-7584b65846fa
11:59:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba3cca7-f813-484a-8c15-b42c6eebe101
11:59:21.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5882a5d-1895-40fc-a8ba-68dc4c2a73c3
11:59:21.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49d1089c-4a2f-4445-bef6-cbd513230b8e
11:59:21.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0260d3e-9010-409f-b4cd-1c11e883a210
11:59:21.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca02edf-5aca-4dcb-9e3f-c807b5209f79
11:59:21.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58f9dbbb-b20c-4ec8-a317-baacf3f4b3d8
11:59:21.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8bd4bcb-b618-4048-af8c-a2d2979c27cd
11:59:21.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914b0634-bb23-43a0-85e2-02baf43772b9
11:59:21.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ad22da-c8d7-484e-a006-433f29a638ce
11:59:21.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0165be8-d172-4234-aa35-ea95b08852b0
11:59:21.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba3cca7-f813-484a-8c15-b42c6eebe101
11:59:21.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d64d1af-c67a-4de2-97db-cb25def267e9
11:59:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e01df03d-2738-4232-8518-67d98536b070
11:59:21.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49d1089c-4a2f-4445-bef6-cbd513230b8e
11:59:21.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94693bd9-a003-470d-bd00-87871fa8e198
11:59:21.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca02edf-5aca-4dcb-9e3f-c807b5209f79
11:59:21.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:21.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:21.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:21.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:21.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:21.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:21.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:21.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914b0634-bb23-43a0-85e2-02baf43772b9
11:59:21.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93623d82-ce73-4df1-9f34-df38d8cda083
11:59:22.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0165be8-d172-4234-aa35-ea95b08852b0
11:59:22.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94b64a90-b4e0-4607-9be3-aa08da31e2a6
11:59:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d64d1af-c67a-4de2-97db-cb25def267e9
11:59:22.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7050647f-e0b6-446e-8f05-c48390c1ece5
11:59:22.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e01df03d-2738-4232-8518-67d98536b070
11:59:22.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df68a385-5989-43a5-8b2f-f7acff837f99
11:59:22.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94693bd9-a003-470d-bd00-87871fa8e198
11:59:22.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93623d82-ce73-4df1-9f34-df38d8cda083
11:59:22.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7098cf7e-d2ca-4e44-8289-65f3eecde1df
11:59:22.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94b64a90-b4e0-4607-9be3-aa08da31e2a6
11:59:22.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1d8726-312e-4684-aad8-0b0686c60570
11:59:22.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7050647f-e0b6-446e-8f05-c48390c1ece5
11:59:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa99aa7-2ee2-4e35-affd-576c65aefc57
11:59:22.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df68a385-5989-43a5-8b2f-f7acff837f99
11:59:22.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01ff4c6b-c6f9-406a-a1dd-8e511db44072
11:59:22.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7098cf7e-d2ca-4e44-8289-65f3eecde1df
11:59:22.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1d8726-312e-4684-aad8-0b0686c60570
11:59:22.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf65afa-e915-426b-b997-94f89b05ab9c
11:59:22.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:22.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:22.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48bd131a-915a-4210-8c6b-909bc5f389ab
11:59:22.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:22.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:22.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:22.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa99aa7-2ee2-4e35-affd-576c65aefc57
11:59:22.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2317b856-7f43-4d6c-8a51-adaf4976c084
11:59:23.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01ff4c6b-c6f9-406a-a1dd-8e511db44072
11:59:23.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdf65afa-e915-426b-b997-94f89b05ab9c
11:59:23.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5236413e-04d5-4de5-becd-9ab00449fce7
11:59:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48bd131a-915a-4210-8c6b-909bc5f389ab
11:59:23.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e687e295-32f3-4f50-aedd-3a2c90f8ed6a
11:59:23.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2317b856-7f43-4d6c-8a51-adaf4976c084
11:59:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=794a2bfd-4979-49ee-8a81-b5be816021e1
11:59:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5236413e-04d5-4de5-becd-9ab00449fce7
11:59:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b365bc45-b162-4a51-a53c-a62df2b5f793
11:59:23.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e687e295-32f3-4f50-aedd-3a2c90f8ed6a
11:59:23.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293d4a22-3923-4708-8d8c-185c295d3f83
11:59:23.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=794a2bfd-4979-49ee-8a81-b5be816021e1
11:59:23.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b365bc45-b162-4a51-a53c-a62df2b5f793
11:59:23.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=032ed9ac-d38e-4542-8e49-2eb1c460b241
11:59:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293d4a22-3923-4708-8d8c-185c295d3f83
11:59:23.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8056d2-1fd8-438b-967e-360410e4b516
11:59:23.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=032ed9ac-d38e-4542-8e49-2eb1c460b241
11:59:23.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4a12d9-d854-4e54-9d7c-66ab9e17fc17
11:59:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8056d2-1fd8-438b-967e-360410e4b516
11:59:23.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:23.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5581eca-e0d2-49b0-9bf6-f9c3f92c5e35
11:59:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:23.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:23.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4a12d9-d854-4e54-9d7c-66ab9e17fc17
11:59:23.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1e10aee-94d0-4806-8d7c-074bfcdaaaf7
11:59:24.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5581eca-e0d2-49b0-9bf6-f9c3f92c5e35
11:59:24.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1e10aee-94d0-4806-8d7c-074bfcdaaaf7
11:59:24.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42490bfa-e2c2-49fb-8a72-25160f805705
11:59:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42490bfa-e2c2-49fb-8a72-25160f805705
11:59:24.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=349d9248-9883-4dc9-ad8f-67c9fadedf7d
11:59:24.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=349d9248-9883-4dc9-ad8f-67c9fadedf7d
11:59:24.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6429a5e-1dfc-4651-954f-9b597c15d3ab
11:59:24.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6429a5e-1dfc-4651-954f-9b597c15d3ab
11:59:24.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef9e502-c00e-4af9-85d1-c7ee4b1b9d8e
11:59:24.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef9e502-c00e-4af9-85d1-c7ee4b1b9d8e
11:59:24.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b8213f-c224-4181-888e-9762eeca248f
11:59:24.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac54ce33-ba9d-45c0-8616-e9ff27f6ce99
11:59:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b8213f-c224-4181-888e-9762eeca248f
11:59:24.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d539828-2458-49f1-b5e0-b825123e67fb
11:59:24.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac54ce33-ba9d-45c0-8616-e9ff27f6ce99
11:59:24.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41ebafe-6fbc-4745-89a1-41e8ea839c4b
11:59:24.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d539828-2458-49f1-b5e0-b825123e67fb
11:59:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e19fb49-974d-4120-a140-e37975ce3633
11:59:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e41ebafe-6fbc-4745-89a1-41e8ea839c4b
11:59:24.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401d8146-30d7-49f8-8bc7-b8662b375fb4
11:59:24.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e19fb49-974d-4120-a140-e37975ce3633
11:59:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401d8146-30d7-49f8-8bc7-b8662b375fb4
11:59:24.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6477554d-f58e-4de3-807a-6aa58ca2813f
11:59:24.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6477554d-f58e-4de3-807a-6aa58ca2813f
11:59:24.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:24.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:24.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:24.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:24.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:24.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:24.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:24.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf94d561-d5f2-4190-ab16-766c8fa1a6c9
11:59:24.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf94d561-d5f2-4190-ab16-766c8fa1a6c9
11:59:25.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f730f02-c6df-4200-8a6c-462f46d00fbe
11:59:25.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f730f02-c6df-4200-8a6c-462f46d00fbe
11:59:25.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a05e79ca-4443-4c2c-a212-72106b8a263a
11:59:25.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a05e79ca-4443-4c2c-a212-72106b8a263a
11:59:25.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a2ebeb4-d40f-4207-aa87-d2b2f7e8db28
11:59:25.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f67ab459-fff5-48a2-b211-dd6f66ea9a12
11:59:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a2ebeb4-d40f-4207-aa87-d2b2f7e8db28
11:59:25.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ccb4c8-415f-4a12-8965-752d42b69b87
11:59:25.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f67ab459-fff5-48a2-b211-dd6f66ea9a12
11:59:25.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d64b82c-9c5a-4016-aa69-9b1e11f8582f
11:59:25.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ccb4c8-415f-4a12-8965-752d42b69b87
11:59:25.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb12ee1-1753-4a85-96ba-667afcd25eb3
11:59:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d64b82c-9c5a-4016-aa69-9b1e11f8582f
11:59:25.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0131af4-270d-4094-996a-4ede6661ca33
11:59:25.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639de4b9-521f-48e2-91e8-75b91948b07e
11:59:25.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb12ee1-1753-4a85-96ba-667afcd25eb3
11:59:25.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf52d18-271a-477b-8275-823fc70373fb
11:59:25.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0131af4-270d-4094-996a-4ede6661ca33
11:59:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1600cde2-b1f0-4d22-85ef-518c3c9f9480
11:59:25.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639de4b9-521f-48e2-91e8-75b91948b07e
11:59:25.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa1e737-71e3-4c22-8c7b-a505d8cf82b4
11:59:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf52d18-271a-477b-8275-823fc70373fb
11:59:25.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:25.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d60c85ac-c26b-44bb-942c-cf7388b1664f
11:59:25.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:25.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:25.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:25.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:25.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:25.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1600cde2-b1f0-4d22-85ef-518c3c9f9480
11:59:26.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=402a146a-98a7-4d0f-82f2-322a026ac970
11:59:26.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa1e737-71e3-4c22-8c7b-a505d8cf82b4
11:59:26.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d60c85ac-c26b-44bb-942c-cf7388b1664f
11:59:26.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce4eece-bc19-4c8e-82bc-e535c67e22f3
11:59:26.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29ff2f0-d41e-4a1e-957a-74c5fcd1380e
11:59:26.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=402a146a-98a7-4d0f-82f2-322a026ac970
11:59:26.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e84b95f6-0b09-46dd-96c8-703d722c1650
11:59:26.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce4eece-bc19-4c8e-82bc-e535c67e22f3
11:59:26.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17f7a3f9-177c-496b-b567-025812cd926e
11:59:26.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29ff2f0-d41e-4a1e-957a-74c5fcd1380e
11:59:26.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69fe168c-b381-426d-95fd-05c247bdaea9
11:59:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e84b95f6-0b09-46dd-96c8-703d722c1650
11:59:26.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ca36f6-e256-41a2-bc07-8dfcabe9c485
11:59:26.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8972c6ad-f402-4081-a449-c7754f007a40
11:59:26.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17f7a3f9-177c-496b-b567-025812cd926e
11:59:26.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.757 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69fe168c-b381-426d-95fd-05c247bdaea9
11:59:26.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78da0474-7b2a-4f4c-a693-05e003786119
11:59:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ca36f6-e256-41a2-bc07-8dfcabe9c485
11:59:26.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c27ae401-418e-4bad-828a-a75461fe69da
11:59:26.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:26.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:26.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8972c6ad-f402-4081-a449-c7754f007a40
11:59:26.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:26.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:26.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:26.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:26.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5461fa54-836d-4caa-adb8-012823e7a53d
11:59:26.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab9b657-3d8b-4178-b7bf-46d17361dc60
11:59:27.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78da0474-7b2a-4f4c-a693-05e003786119
11:59:27.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=716cbe80-7ed1-4dc2-a4de-f4c615ce0af3
11:59:27.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c27ae401-418e-4bad-828a-a75461fe69da
11:59:27.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5461fa54-836d-4caa-adb8-012823e7a53d
11:59:27.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dddeac0e-68e9-4f3b-bf18-d844f37b410d
11:59:27.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab9b657-3d8b-4178-b7bf-46d17361dc60
11:59:27.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17bf407e-c370-4a1e-842c-b57e0830f96f
11:59:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=716cbe80-7ed1-4dc2-a4de-f4c615ce0af3
11:59:27.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dddeac0e-68e9-4f3b-bf18-d844f37b410d
11:59:27.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25c246aa-c12f-4701-a59b-848e87d1e7ee
11:59:27.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161bcddc-df15-4902-bb7a-159c63762285
11:59:27.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17bf407e-c370-4a1e-842c-b57e0830f96f
11:59:27.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bad6da0e-6a6f-4a6f-816a-c10894a845a6
11:59:27.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25c246aa-c12f-4701-a59b-848e87d1e7ee
11:59:27.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9715321f-4197-4293-9b38-244f3f2df656
11:59:27.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161bcddc-df15-4902-bb7a-159c63762285
11:59:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90a5c20b-436e-4915-9719-c8ec824a4304
11:59:27.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bad6da0e-6a6f-4a6f-816a-c10894a845a6
11:59:27.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2637799d-b30a-4b35-9ce8-c4f1d7c7d36b
11:59:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f382dcc-f2d7-475a-b021-c66671c1c2d6
11:59:27.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9715321f-4197-4293-9b38-244f3f2df656
11:59:27.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=788147be-e5ff-436c-b895-bf3bd15c64df
11:59:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:27.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:27.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:27.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:27.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:27.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:27.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:27.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90a5c20b-436e-4915-9719-c8ec824a4304
11:59:27.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0177b00-9f8a-4be6-9235-0a6f081107de
11:59:28.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2637799d-b30a-4b35-9ce8-c4f1d7c7d36b
11:59:28.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e45198b-6b1b-47f7-965a-b5dddb097d49
11:59:28.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f382dcc-f2d7-475a-b021-c66671c1c2d6
11:59:28.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb495bd-00fe-4b6f-8495-45fe7726f8ea
11:59:28.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=788147be-e5ff-436c-b895-bf3bd15c64df
11:59:28.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf14b0eb-0cb5-4d68-8129-e2c2f5b6b15e
11:59:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c33406f8-4206-4351-9fa4-364014bf9fab
11:59:28.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0177b00-9f8a-4be6-9235-0a6f081107de
11:59:28.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9968d37d-357f-4f60-a571-7274097b2647
11:59:28.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e45198b-6b1b-47f7-965a-b5dddb097d49
11:59:28.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbcf9d48-7470-43d6-96b3-ec487d8d54b4
11:59:28.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.556 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb495bd-00fe-4b6f-8495-45fe7726f8ea
11:59:28.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9feaba8-a243-4660-85fc-0d15f4668235
11:59:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf14b0eb-0cb5-4d68-8129-e2c2f5b6b15e
11:59:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc3ef98b-19c5-4f08-9c2d-89d6729c18dc
11:59:28.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c33406f8-4206-4351-9fa4-364014bf9fab
11:59:28.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b70eaf7-5a96-497b-be8d-229693fd4b23
11:59:28.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9968d37d-357f-4f60-a571-7274097b2647
11:59:28.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5efebe51-0e2f-4822-8f2b-75cf0068e8e2
11:59:28.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c46720-b0ce-4ef6-9ac1-503afdc445f5
11:59:28.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.957 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbcf9d48-7470-43d6-96b3-ec487d8d54b4
11:59:28.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:28.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:28.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:28.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:28.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:28.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:28.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:28.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aebc01c9-f81b-47a8-9c4d-51239a155e57
11:59:28.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9feaba8-a243-4660-85fc-0d15f4668235
11:59:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb9a0483-ade5-430a-a433-f2eab558d856
11:59:29.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc3ef98b-19c5-4f08-9c2d-89d6729c18dc
11:59:29.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552638a6-1844-4a3e-a866-dab555dc511b
11:59:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b70eaf7-5a96-497b-be8d-229693fd4b23
11:59:29.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53a9c097-d3b8-4aa0-a6e6-034ea3bce9ff
11:59:29.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5efebe51-0e2f-4822-8f2b-75cf0068e8e2
11:59:29.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb3a97a6-8608-48dc-8e9b-27025f46e8fc
11:59:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c46720-b0ce-4ef6-9ac1-503afdc445f5
11:59:29.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c0e7b1-0710-48eb-ab58-ffff93ab9289
11:59:29.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aebc01c9-f81b-47a8-9c4d-51239a155e57
11:59:29.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f925d764-3b5c-4bf4-940e-9bdc31e2de3f
11:59:29.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb13b15c-4d4b-4db8-889f-1251eb85feb8
11:59:29.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb9a0483-ade5-430a-a433-f2eab558d856
11:59:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c684be9-d8ee-4102-96ef-fc06403bb1f2
11:59:29.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552638a6-1844-4a3e-a866-dab555dc511b
11:59:29.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfd394a-c060-41d3-a213-e1dd8dc9c454
11:59:29.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53a9c097-d3b8-4aa0-a6e6-034ea3bce9ff
11:59:29.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3e5306-26ba-4c20-9e95-e879b93988c7
11:59:29.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb3a97a6-8608-48dc-8e9b-27025f46e8fc
11:59:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0e9ac8-d606-45d8-bd1c-77e4264be006
11:59:29.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c0e7b1-0710-48eb-ab58-ffff93ab9289
11:59:29.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7725d84-229d-4eb5-90ec-d0ada1ba1cb1
11:59:29.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:29.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:29.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:29.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:29.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:29.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f925d764-3b5c-4bf4-940e-9bdc31e2de3f
11:59:29.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f847a6c-ea71-47e6-b41b-50768b0451b2
11:59:30.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb13b15c-4d4b-4db8-889f-1251eb85feb8
11:59:30.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4966ddd-75f9-4b54-becd-4d2d6903777e
11:59:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.156 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c684be9-d8ee-4102-96ef-fc06403bb1f2
11:59:30.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1efa0ccc-4351-4568-985a-25cea09690fa
11:59:30.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfd394a-c060-41d3-a213-e1dd8dc9c454
11:59:30.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e400f2-5470-4eb1-b125-feb796d8dbaa
11:59:30.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3e5306-26ba-4c20-9e95-e879b93988c7
11:59:30.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fb8837b-f20d-474f-aa49-76bb7b2e13a4
11:59:30.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0e9ac8-d606-45d8-bd1c-77e4264be006
11:59:30.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba81c1b-c76a-4442-9e87-57af4a26b4d5
11:59:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7725d84-229d-4eb5-90ec-d0ada1ba1cb1
11:59:30.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dad2089-b100-40da-b992-36d58a252c76
11:59:30.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f847a6c-ea71-47e6-b41b-50768b0451b2
11:59:30.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0735dc94-4136-42a0-be0c-e3a76de7e0d5
11:59:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4966ddd-75f9-4b54-becd-4d2d6903777e
11:59:30.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10819c5d-2650-4940-a328-12fcd1b89a7e
11:59:30.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1efa0ccc-4351-4568-985a-25cea09690fa
11:59:30.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf8cc711-4b10-4f1b-8a91-ee869c8c9a7f
11:59:30.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e400f2-5470-4eb1-b125-feb796d8dbaa
11:59:30.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:30.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:30.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:30.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b353b4-d866-4ef9-91f2-f573a4b04db6
11:59:30.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:30.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:30.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fb8837b-f20d-474f-aa49-76bb7b2e13a4
11:59:31.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d913ea-7800-46cf-a987-492527ecfee2
11:59:31.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=599f5859-7c83-41df-bc48-8dac94eca15b
11:59:31.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba81c1b-c76a-4442-9e87-57af4a26b4d5
11:59:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b89f67d-833f-47f4-bb74-53adfaecf61f
11:59:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dad2089-b100-40da-b992-36d58a252c76
11:59:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8086f990-ee0d-40e5-a8fc-d8a436b61e0c
11:59:31.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0735dc94-4136-42a0-be0c-e3a76de7e0d5
11:59:31.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=585fd2cf-de1e-4e4d-8cc8-d22a00f9ac07
11:59:31.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10819c5d-2650-4940-a328-12fcd1b89a7e
11:59:31.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9ed96-288b-4478-9c48-919e88368309
11:59:31.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf8cc711-4b10-4f1b-8a91-ee869c8c9a7f
11:59:31.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b353b4-d866-4ef9-91f2-f573a4b04db6
11:59:31.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddda9c6b-d3d9-4747-b4a1-c3d1ae5a5550
11:59:31.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de0b0adb-11c5-4dbe-9ce3-838b3c647414
11:59:31.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d913ea-7800-46cf-a987-492527ecfee2
11:59:31.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c519a6e3-908c-4aca-9769-204444a070fe
11:59:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=599f5859-7c83-41df-bc48-8dac94eca15b
11:59:31.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65857298-e06d-4f53-871b-2a355198ac83
11:59:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b89f67d-833f-47f4-bb74-53adfaecf61f
11:59:31.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf8e82c-b753-4cbf-90a2-4b0c69ccb5e1
11:59:31.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8086f990-ee0d-40e5-a8fc-d8a436b61e0c
11:59:31.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=585fd2cf-de1e-4e4d-8cc8-d22a00f9ac07
11:59:31.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6e60b27-8149-4b19-b2a8-3d4bf55c7583
11:59:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9ed96-288b-4478-9c48-919e88368309
11:59:31.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:31.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:31.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:31.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:31.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:31.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:31.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cadee13-7bc9-485c-aae9-58c2b3a4907d
11:59:32.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e2ff3e1-00d6-4a14-81ff-a94b5d8ab2c9
11:59:32.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddda9c6b-d3d9-4747-b4a1-c3d1ae5a5550
11:59:32.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de0b0adb-11c5-4dbe-9ce3-838b3c647414
11:59:32.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedf2520-8939-4191-8862-628649dec022
11:59:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c519a6e3-908c-4aca-9769-204444a070fe
11:59:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0af68121-0477-436a-8c27-568f95532313
11:59:32.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65857298-e06d-4f53-871b-2a355198ac83
11:59:32.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6895810-f1db-4006-bf51-e4ce346fb362
11:59:32.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf8e82c-b753-4cbf-90a2-4b0c69ccb5e1
11:59:32.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=898d6754-1406-4300-be71-a6b501a1dc2e
11:59:32.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6e60b27-8149-4b19-b2a8-3d4bf55c7583
11:59:32.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb3a10e1-3748-4ecf-9600-ddcef3e7141f
11:59:32.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cadee13-7bc9-485c-aae9-58c2b3a4907d
11:59:32.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51baaa22-545e-4f3e-a843-d42bebfc1a93
11:59:32.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e2ff3e1-00d6-4a14-81ff-a94b5d8ab2c9
11:59:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedf2520-8939-4191-8862-628649dec022
11:59:32.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af5c275c-91c5-4e12-b226-3f28664d05de
11:59:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f27b8bd-2bde-4bde-b261-e69fa7cf68c3
11:59:32.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0af68121-0477-436a-8c27-568f95532313
11:59:32.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6895810-f1db-4006-bf51-e4ce346fb362
11:59:32.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20cbdff-9005-42ca-a3a4-5233be1ccb0c
11:59:32.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=898d6754-1406-4300-be71-a6b501a1dc2e
11:59:32.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:32.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:32.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:32.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:32.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:32.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6552d1-8e56-44ac-bc3f-1e0423e62166
11:59:32.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb3a10e1-3748-4ecf-9600-ddcef3e7141f
11:59:33.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9a3de1-4845-4dbc-8490-17658f9c6509
11:59:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51baaa22-545e-4f3e-a843-d42bebfc1a93
11:59:33.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d64c3a0-dfea-43a7-a5e9-1c8606cf7b73
11:59:33.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af5c275c-91c5-4e12-b226-3f28664d05de
11:59:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efd1c7f3-8fec-41cb-98bf-128a8812d9e0
11:59:33.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f27b8bd-2bde-4bde-b261-e69fa7cf68c3
11:59:33.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ccd0229-1ecb-48d8-80ff-5d0bea14904e
11:59:33.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20cbdff-9005-42ca-a3a4-5233be1ccb0c
11:59:33.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69ed778-7e27-480c-be5f-c478227b15ac
11:59:33.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d4ca78e-6b58-4d8d-ae12-56df0693b211
11:59:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6552d1-8e56-44ac-bc3f-1e0423e62166
11:59:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80afce20-e313-46d6-913b-0e7516d95d82
11:59:33.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9a3de1-4845-4dbc-8490-17658f9c6509
11:59:33.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43e4ff5-12a5-47e0-8ae5-c987ff950886
11:59:33.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d64c3a0-dfea-43a7-a5e9-1c8606cf7b73
11:59:33.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efd1c7f3-8fec-41cb-98bf-128a8812d9e0
11:59:33.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81fdc031-6eca-46fd-89ba-f918e292233f
11:59:33.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a502665-273a-4064-8a27-4ab917661533
11:59:33.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ccd0229-1ecb-48d8-80ff-5d0bea14904e
11:59:33.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b69ed778-7e27-480c-be5f-c478227b15ac
11:59:33.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0a9b9e-c20f-4392-b3cf-f691f96db151
11:59:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d4ca78e-6b58-4d8d-ae12-56df0693b211
11:59:33.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:33.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=468bb77a-17d4-4767-a9d2-48c2fae6264e
11:59:33.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:33.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:33.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:33.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:33.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:33.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:33.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b9454d5-76eb-4a70-89df-6d47f036eefa
11:59:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80afce20-e313-46d6-913b-0e7516d95d82
11:59:34.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f7cade-1893-401c-8c77-c45cd98555b4
11:59:34.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=899b406d-6262-4cb3-b995-4a56bec6becf
11:59:34.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43e4ff5-12a5-47e0-8ae5-c987ff950886
11:59:34.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df92674d-ebc2-46e1-9e64-ff5c01035966
11:59:34.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81fdc031-6eca-46fd-89ba-f918e292233f
11:59:34.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7405cc1-262d-4301-ae11-c80052c01c7e
11:59:34.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a502665-273a-4064-8a27-4ab917661533
11:59:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd437b4-95a1-440c-956b-5f6897a9f9a2
11:59:34.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0a9b9e-c20f-4392-b3cf-f691f96db151
11:59:34.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=468bb77a-17d4-4767-a9d2-48c2fae6264e
11:59:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af9d76c5-6f3b-46d9-8ffb-a1e36e6f230b
11:59:34.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b9454d5-76eb-4a70-89df-6d47f036eefa
11:59:34.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381e748a-9c7e-4f05-93be-a58bc7977fc4
11:59:34.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f7cade-1893-401c-8c77-c45cd98555b4
11:59:34.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb548f1-760d-467d-97b1-0451d1333dc4
11:59:34.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ffb1d8-5bf0-4c83-84a8-2d02ddf2939c
11:59:34.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=899b406d-6262-4cb3-b995-4a56bec6becf
11:59:34.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df92674d-ebc2-46e1-9e64-ff5c01035966
11:59:34.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b4e2668-e92c-45d9-a6e9-e13fde600172
11:59:34.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7405cc1-262d-4301-ae11-c80052c01c7e
11:59:34.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891b1465-9281-44ae-a8ce-f0e7ddc958f1
11:59:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd437b4-95a1-440c-956b-5f6897a9f9a2
11:59:34.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:34.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:34.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:34.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:34.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:34.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b820f78d-f9ef-4236-954b-5bda6f36cda3
11:59:34.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af9d76c5-6f3b-46d9-8ffb-a1e36e6f230b
11:59:35.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517d3ea9-1ee4-4127-b1aa-460e1b693c35
11:59:35.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381e748a-9c7e-4f05-93be-a58bc7977fc4
11:59:35.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b0941f-b96e-492a-bca8-5f1dc54cb88c
11:59:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb548f1-760d-467d-97b1-0451d1333dc4
11:59:35.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6afc9a-85dc-46d4-98e6-6ed5af076428
11:59:35.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ffb1d8-5bf0-4c83-84a8-2d02ddf2939c
11:59:35.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c736bffd-3ecd-44f1-b151-d26c319ac138
11:59:35.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b4e2668-e92c-45d9-a6e9-e13fde600172
11:59:35.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891b1465-9281-44ae-a8ce-f0e7ddc958f1
11:59:35.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e430dc-65af-4f76-8709-e4ffc842b939
11:59:35.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b820f78d-f9ef-4236-954b-5bda6f36cda3
11:59:35.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e575c1-a09d-4699-a539-6b2eaaca4cf9
11:59:35.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517d3ea9-1ee4-4127-b1aa-460e1b693c35
11:59:35.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18dc0087-007e-4afa-b4fc-81d2e1f2e470
11:59:35.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b0941f-b96e-492a-bca8-5f1dc54cb88c
11:59:35.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca769bea-1ce0-4bd3-b228-ffb9e715f138
11:59:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846c490c-a93f-46e6-8df3-56b4b5993777
11:59:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6afc9a-85dc-46d4-98e6-6ed5af076428
11:59:35.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be07846d-c438-4593-984e-e4bbdc9eafcd
11:59:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90967395-5a9e-42fa-ac45-b3f08c52928e
11:59:35.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c736bffd-3ecd-44f1-b151-d26c319ac138
11:59:35.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63d6d5a6-1b32-4919-9fde-1e14b2f2c8f8
11:59:35.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:35.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:35.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:35.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:35.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:35.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e430dc-65af-4f76-8709-e4ffc842b939
11:59:35.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2a49948-4e43-4ab1-8ade-5427d657e549
11:59:36.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e575c1-a09d-4699-a539-6b2eaaca4cf9
11:59:36.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f8260ca-082b-4564-99ba-0c9088b93c06
11:59:36.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18dc0087-007e-4afa-b4fc-81d2e1f2e470
11:59:36.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b6a824-d9b8-48d0-9071-11579542f10c
11:59:36.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca769bea-1ce0-4bd3-b228-ffb9e715f138
11:59:36.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36afef9e-a1e8-4944-baae-243919b13a89
11:59:36.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846c490c-a93f-46e6-8df3-56b4b5993777
11:59:36.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cb39e0-f4cf-45f4-877a-aa4e0fd3a0a5
11:59:36.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be07846d-c438-4593-984e-e4bbdc9eafcd
11:59:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6098c2a7-d115-487a-a5b2-95db0c0b6948
11:59:36.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90967395-5a9e-42fa-ac45-b3f08c52928e
11:59:36.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbffbad6-ea62-449b-b773-8535fe5ebb7b
11:59:36.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30956938-998a-42ae-a459-434f905cbf1d
11:59:36.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63d6d5a6-1b32-4919-9fde-1e14b2f2c8f8
11:59:36.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aff3640-2287-485f-9199-43ace7803b4c
11:59:36.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2a49948-4e43-4ab1-8ade-5427d657e549
11:59:36.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221e25c2-2d60-4d32-8901-36868a3298e4
11:59:36.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176b4cff-a16d-430c-b88a-f89c843f3cc8
11:59:36.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f8260ca-082b-4564-99ba-0c9088b93c06
11:59:36.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b6a824-d9b8-48d0-9071-11579542f10c
11:59:36.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa71db12-bc59-497e-9e97-839ff24a7cfa
11:59:36.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:36.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:36.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36afef9e-a1e8-4944-baae-243919b13a89
11:59:36.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:36.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:36.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:36.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:36.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6f2cfc-2e7b-4dec-b42b-c5c06c088992
11:59:36.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cb39e0-f4cf-45f4-877a-aa4e0fd3a0a5
11:59:37.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aebe73ff-8174-494b-917f-d34a38e0a68b
11:59:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6098c2a7-d115-487a-a5b2-95db0c0b6948
11:59:37.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbffbad6-ea62-449b-b773-8535fe5ebb7b
11:59:37.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187ce540-0180-444b-8f25-02f10f239b31
11:59:37.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30956938-998a-42ae-a459-434f905cbf1d
11:59:37.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a55cced3-1f5d-4e2d-b5cf-fdd3aa26ce47
11:59:37.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aff3640-2287-485f-9199-43ace7803b4c
11:59:37.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ae0e8c-df58-4cd6-90e4-fce36cee43b3
11:59:37.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221e25c2-2d60-4d32-8901-36868a3298e4
11:59:37.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3962d0-c9a7-4275-8bbc-f74a95dc36f2
11:59:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176b4cff-a16d-430c-b88a-f89c843f3cc8
11:59:37.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fdd88ac-4693-4363-b2e4-b291e2913f62
11:59:37.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f010a9b-aaba-4352-be9e-fd0c1290f888
11:59:37.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa71db12-bc59-497e-9e97-839ff24a7cfa
11:59:37.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae91c9de-dd31-466a-a6e5-896270692854
11:59:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6f2cfc-2e7b-4dec-b42b-c5c06c088992
11:59:37.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ebaf383-aeb9-47b7-8fef-abadfeb667ca
11:59:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aebe73ff-8174-494b-917f-d34a38e0a68b
11:59:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abb364a-2bee-43c7-b512-f6367ede98a1
11:59:37.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187ce540-0180-444b-8f25-02f10f239b31
11:59:37.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea28150-9e89-4997-a195-74c03b87a812
11:59:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a55cced3-1f5d-4e2d-b5cf-fdd3aa26ce47
11:59:37.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:37.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:37.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:37.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:37.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:37.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf984e2d-c914-42dd-abc5-8c4dad98c33e
11:59:37.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ae0e8c-df58-4cd6-90e4-fce36cee43b3
11:59:38.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b4189b-4769-4032-8419-1fc36aa6e7a1
11:59:38.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3962d0-c9a7-4275-8bbc-f74a95dc36f2
11:59:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f50fd1a5-d6d9-4df3-b611-93a82f0fed6d
11:59:38.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b7ceea-ef3e-4b3b-bb70-399dc60efad6
11:59:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fdd88ac-4693-4363-b2e4-b291e2913f62
11:59:38.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1430f198-d9ed-4484-ab8c-7c6d450f986c
11:59:38.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f010a9b-aaba-4352-be9e-fd0c1290f888
11:59:38.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e94647-05e5-490d-9611-2e55cb75f100
11:59:38.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae91c9de-dd31-466a-a6e5-896270692854
11:59:38.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e15d61-0b38-47b4-93e7-c2745d7c3f9f
11:59:38.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.523 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ebaf383-aeb9-47b7-8fef-abadfeb667ca
11:59:38.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abb364a-2bee-43c7-b512-f6367ede98a1
11:59:38.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68fc393-dcf0-4e2b-83f8-b54919eff6d1
11:59:38.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31e117f-f005-400a-bec3-13deb2fc586b
11:59:38.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea28150-9e89-4997-a195-74c03b87a812
11:59:38.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06d8e5a8-4a7c-4041-99af-7ac46e07fd2d
11:59:38.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf984e2d-c914-42dd-abc5-8c4dad98c33e
11:59:38.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=077a7edf-208f-44bc-8915-aaa28190230f
11:59:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b4189b-4769-4032-8419-1fc36aa6e7a1
11:59:38.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b08f7217-1585-4fb0-a791-5a3787df45bc
11:59:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f50fd1a5-d6d9-4df3-b611-93a82f0fed6d
11:59:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:38.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:38.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:38.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:38.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:38.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:38.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c602dc19-771f-4757-8a6b-495bc1feac43
11:59:39.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b7ceea-ef3e-4b3b-bb70-399dc60efad6
11:59:39.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd643c89-5b2e-4761-84fb-ba05b1269afa
11:59:39.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1430f198-d9ed-4484-ab8c-7c6d450f986c
11:59:39.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90faf29f-0617-4ad4-beb1-51946e22625b
11:59:39.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e94647-05e5-490d-9611-2e55cb75f100
11:59:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61979265-a111-4aa5-8a42-6e36023deb4c
11:59:39.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7e15d61-0b38-47b4-93e7-c2745d7c3f9f
11:59:39.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d04f64-8534-4477-bb39-234c51c138cf
11:59:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68fc393-dcf0-4e2b-83f8-b54919eff6d1
11:59:39.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e068f37-f6dd-4092-811d-6f7f314cf539
11:59:39.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31e117f-f005-400a-bec3-13deb2fc586b
11:59:39.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb490ee-4ef2-4e8e-94a3-41911843d635
11:59:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06d8e5a8-4a7c-4041-99af-7ac46e07fd2d
11:59:39.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=077a7edf-208f-44bc-8915-aaa28190230f
11:59:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9f480c8-8219-4970-b46c-e36980d1d85f
11:59:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad5033d0-710c-442b-ad1e-1d8b378bf7da
11:59:39.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b08f7217-1585-4fb0-a791-5a3787df45bc
11:59:39.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9d369a-48e6-4cb3-b213-a27e43e7997c
11:59:39.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c602dc19-771f-4757-8a6b-495bc1feac43
11:59:39.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=709452d3-0c34-4d0d-b3d9-8a62a1bd66ed
11:59:39.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd643c89-5b2e-4761-84fb-ba05b1269afa
11:59:39.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d823334-d7b6-4d0f-9105-33725f19b5b3
11:59:39.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:39.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:39.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:39.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:39.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:39.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90faf29f-0617-4ad4-beb1-51946e22625b
11:59:39.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0c933ef-df1a-4fb4-9d68-acb0eab62917
11:59:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61979265-a111-4aa5-8a42-6e36023deb4c
11:59:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21538ba7-eb1a-417e-aeea-98bb659c5317
11:59:40.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d04f64-8534-4477-bb39-234c51c138cf
11:59:40.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9dfec39-4f22-4203-a4ea-d095ec3489a4
11:59:40.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a0110e0-72ec-4dae-9dac-a20bee6bb99b
11:59:40.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e068f37-f6dd-4092-811d-6f7f314cf539
11:59:40.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0115b567-87ec-49cd-8eac-6f04d52f9cf6
11:59:40.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb490ee-4ef2-4e8e-94a3-41911843d635
11:59:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9b043dd-d236-425b-8733-ad9c248493ba
11:59:40.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9f480c8-8219-4970-b46c-e36980d1d85f
11:59:40.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b03546e-caf2-4631-bb3c-7a2e6355cdc3
11:59:40.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad5033d0-710c-442b-ad1e-1d8b378bf7da
11:59:40.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def7ee4d-f65d-4239-ad3b-3777704b074a
11:59:40.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9d369a-48e6-4cb3-b213-a27e43e7997c
11:59:40.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf34ce1c-846e-47c4-88e9-e7d45e541613
11:59:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=709452d3-0c34-4d0d-b3d9-8a62a1bd66ed
11:59:40.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31bc2c5-42ab-4b3a-bada-1752c2c29c33
11:59:40.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d823334-d7b6-4d0f-9105-33725f19b5b3
11:59:40.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0c933ef-df1a-4fb4-9d68-acb0eab62917
11:59:40.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14abddc9-9807-4faf-a719-a13f66bafda7
11:59:40.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:40.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21538ba7-eb1a-417e-aeea-98bb659c5317
11:59:40.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:40.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:40.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:40.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:40.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:40.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:40.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=988d1096-50f8-4a0e-97f9-e238b20c70e4
11:59:41.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9dfec39-4f22-4203-a4ea-d095ec3489a4
11:59:41.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a0c1e9c-0fe4-4dd3-9706-efe0c006ec1a
11:59:41.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a0110e0-72ec-4dae-9dac-a20bee6bb99b
11:59:41.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6d47fb-c9f3-40eb-a12b-6bc9f15690f5
11:59:41.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0115b567-87ec-49cd-8eac-6f04d52f9cf6
11:59:41.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b50d5522-f38a-464e-9776-7daf9e22df9b
11:59:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9b043dd-d236-425b-8733-ad9c248493ba
11:59:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf81945-fdc0-41a3-bf7e-237ba6fd882d
11:59:41.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b2e037-0f00-4e52-a566-79d5c5b6067e
11:59:41.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b03546e-caf2-4631-bb3c-7a2e6355cdc3
11:59:41.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c886c15-1dda-4eab-9e4e-733da340256e
11:59:41.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def7ee4d-f65d-4239-ad3b-3777704b074a
11:59:41.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf34ce1c-846e-47c4-88e9-e7d45e541613
11:59:41.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aa6a793-1b04-4c17-afcc-4397b9b74450
11:59:41.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31bc2c5-42ab-4b3a-bada-1752c2c29c33
11:59:41.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f76231-1482-4312-8fe1-9466445e3ed8
11:59:41.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14abddc9-9807-4faf-a719-a13f66bafda7
11:59:41.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c31bca-f168-4f4d-a372-ebf60d22a60e
11:59:41.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=988d1096-50f8-4a0e-97f9-e238b20c70e4
11:59:41.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a0c1e9c-0fe4-4dd3-9706-efe0c006ec1a
11:59:41.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:41.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:41.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:41.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:41.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:41.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:41.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:41.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d85c64-56b5-4e88-827a-d922a80c691e
11:59:41.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6d47fb-c9f3-40eb-a12b-6bc9f15690f5
11:59:42.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5193f2-8e3c-461a-ad86-c4c6a5cd03fb
11:59:42.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b50d5522-f38a-464e-9776-7daf9e22df9b
11:59:42.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de82a33-1cd1-424b-af8b-5653d87bbf30
11:59:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf81945-fdc0-41a3-bf7e-237ba6fd882d
11:59:42.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=076e4ee1-6cea-4661-934d-d6406d0026de
11:59:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b2e037-0f00-4e52-a566-79d5c5b6067e
11:59:42.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b119c18-541b-410f-b273-b7bc07b08ea5
11:59:42.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c886c15-1dda-4eab-9e4e-733da340256e
11:59:42.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b42b34-6dbd-4012-98ac-fad41fed0b4e
11:59:42.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aa6a793-1b04-4c17-afcc-4397b9b74450
11:59:42.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6cc545-3120-44bf-8c9d-78cc92c3a91b
11:59:42.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f76231-1482-4312-8fe1-9466445e3ed8
11:59:42.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdc5ffd0-b370-454d-b6f2-9b87e0e80329
11:59:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c31bca-f168-4f4d-a372-ebf60d22a60e
11:59:42.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6704f0fc-5047-48cc-aac9-0f89631b1a02
11:59:42.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d85c64-56b5-4e88-827a-d922a80c691e
11:59:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9b6288e-d528-420d-86eb-0b8646beaded
11:59:42.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4577caf-3c97-4afc-97d3-8ead23df5f13
11:59:42.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5193f2-8e3c-461a-ad86-c4c6a5cd03fb
11:59:42.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ab8d76a-9d6d-4fc1-b6fc-c5d6092ad0e3
11:59:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de82a33-1cd1-424b-af8b-5653d87bbf30
11:59:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2705a9b9-d965-4b49-b814-052d34ff1822
11:59:42.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:42.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:42.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:42.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:42.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:42.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:42.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:42.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=076e4ee1-6cea-4661-934d-d6406d0026de
11:59:42.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b119c18-541b-410f-b273-b7bc07b08ea5
11:59:43.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=701aa73a-5df7-4bd5-b560-43ae905774c4
11:59:43.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a82d476-af0e-4bd3-a161-bf2ab5abba1b
11:59:43.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b42b34-6dbd-4012-98ac-fad41fed0b4e
11:59:43.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85f4b9e0-db19-4365-b6da-e0cddebf4e9d
11:59:43.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb6cc545-3120-44bf-8c9d-78cc92c3a91b
11:59:43.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd6518f7-e863-425c-a4cc-13e663e09d71
11:59:43.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdc5ffd0-b370-454d-b6f2-9b87e0e80329
11:59:43.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a0029e-2683-452b-b868-7339f6e64d25
11:59:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6704f0fc-5047-48cc-aac9-0f89631b1a02
11:59:43.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36bed35f-ec7a-44e6-9ecc-77d8b60c3db9
11:59:43.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9b6288e-d528-420d-86eb-0b8646beaded
11:59:43.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=845435f5-6fda-4ff3-9e3d-f674889bce3a
11:59:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4577caf-3c97-4afc-97d3-8ead23df5f13
11:59:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8f1369-83f8-413a-855f-be0873895249
11:59:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ab8d76a-9d6d-4fc1-b6fc-c5d6092ad0e3
11:59:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a66e3338-2513-4530-9d32-7a0cdfa9db2e
11:59:43.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2705a9b9-d965-4b49-b814-052d34ff1822
11:59:43.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92497409-3f1e-4b55-b00b-7170c4068525
11:59:43.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=701aa73a-5df7-4bd5-b560-43ae905774c4
11:59:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a82d476-af0e-4bd3-a161-bf2ab5abba1b
11:59:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:43.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=837d4302-b566-4171-9f7c-6a795ab620fe
11:59:43.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:43.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:43.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:43.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:43.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:43.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:43.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c48967d-d884-471c-97e4-c14ffdaaa2c4
11:59:44.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85f4b9e0-db19-4365-b6da-e0cddebf4e9d
11:59:44.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d33f378-e435-4f7d-9a08-5b6f6588b491
11:59:44.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd6518f7-e863-425c-a4cc-13e663e09d71
11:59:44.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78090b1c-56e8-4f36-a3eb-c7fc91381eff
11:59:44.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a0029e-2683-452b-b868-7339f6e64d25
11:59:44.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36bed35f-ec7a-44e6-9ecc-77d8b60c3db9
11:59:44.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbcf2d4-074e-4b4c-80ec-1f68ef2647c2
11:59:44.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=845435f5-6fda-4ff3-9e3d-f674889bce3a
11:59:44.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0f672cd-3c1c-4b76-8f05-fa4c47478378
11:59:44.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8f1369-83f8-413a-855f-be0873895249
11:59:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64231555-b9f5-4b9a-bf9e-8b2c32a42aa5
11:59:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a66e3338-2513-4530-9d32-7a0cdfa9db2e
11:59:44.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9ad4606-7ae3-4978-829d-3f14b351712d
11:59:44.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92497409-3f1e-4b55-b00b-7170c4068525
11:59:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35f0402d-28f8-4fc0-aff5-0a02772b01a1
11:59:44.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=837d4302-b566-4171-9f7c-6a795ab620fe
11:59:44.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418fe8bc-cc7d-4f39-8a3e-bbb03825bd7f
11:59:44.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c48967d-d884-471c-97e4-c14ffdaaa2c4
11:59:44.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b08aece-f074-42b3-a1c5-22b37c696d54
11:59:44.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d33f378-e435-4f7d-9a08-5b6f6588b491
11:59:44.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:44.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:44.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78090b1c-56e8-4f36-a3eb-c7fc91381eff
11:59:44.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:44.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:44.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:44.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:44.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:44.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd04b89-e7e7-4af7-9439-3f319ed85776
11:59:44.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbcf2d4-074e-4b4c-80ec-1f68ef2647c2
11:59:45.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648479f-8b50-4a9d-86fb-9fe292304b42
11:59:45.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b164543d-84ee-47ad-8d81-0501b2757edb
11:59:45.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0f672cd-3c1c-4b76-8f05-fa4c47478378
11:59:45.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ada5648f-9f84-42e4-b95d-8e7f6e66216c
11:59:45.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64231555-b9f5-4b9a-bf9e-8b2c32a42aa5
11:59:45.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9ad4606-7ae3-4978-829d-3f14b351712d
11:59:45.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6315cbed-3b3c-418b-8283-a9a3dc7b1a76
11:59:45.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d214dc-c36f-4605-af2d-61072b26c591
11:59:45.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35f0402d-28f8-4fc0-aff5-0a02772b01a1
11:59:45.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aecf967-9319-47c4-9a80-20ad8a9419a0
11:59:45.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418fe8bc-cc7d-4f39-8a3e-bbb03825bd7f
11:59:45.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066ef403-247a-4ad6-b633-ead2a09d8829
11:59:45.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b08aece-f074-42b3-a1c5-22b37c696d54
11:59:45.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=651493de-f37b-405b-92d5-a0d10d50b239
11:59:45.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd04b89-e7e7-4af7-9439-3f319ed85776
11:59:45.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbdf084c-d18d-40e2-8018-2c29bdb987cf
11:59:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648479f-8b50-4a9d-86fb-9fe292304b42
11:59:45.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a66000-b97c-426f-82e9-357e628b65ad
11:59:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b164543d-84ee-47ad-8d81-0501b2757edb
11:59:45.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ada5648f-9f84-42e4-b95d-8e7f6e66216c
11:59:45.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab50d28-c5fc-4dac-b896-b57d5b376e8b
11:59:45.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6315cbed-3b3c-418b-8283-a9a3dc7b1a76
11:59:45.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:45.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:45.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:45.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41da8f92-5368-40e3-8a4c-51bbae65acba
11:59:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d214dc-c36f-4605-af2d-61072b26c591
11:59:46.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d0c36ff-9dd5-4918-8ff2-cd0eba456bea
11:59:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aecf967-9319-47c4-9a80-20ad8a9419a0
11:59:46.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91e9f33b-bb58-472a-a6cc-75b8f0e8e30b
11:59:46.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066ef403-247a-4ad6-b633-ead2a09d8829
11:59:46.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e162eb26-86cc-476e-aa96-a56ed61e5d19
11:59:46.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=651493de-f37b-405b-92d5-a0d10d50b239
11:59:46.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=738571d6-0407-4224-abed-d1d64ac93bb3
11:59:46.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbdf084c-d18d-40e2-8018-2c29bdb987cf
11:59:46.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=483469b1-93fe-446a-8cdb-443dba9861d2
11:59:46.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e918d21-5173-40fe-bc72-d58af214b7c9
11:59:46.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.523 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a66000-b97c-426f-82e9-357e628b65ad
11:59:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6783801-5a09-4c2e-bb7b-d59d731e51e2
11:59:46.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab50d28-c5fc-4dac-b896-b57d5b376e8b
11:59:46.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41da8f92-5368-40e3-8a4c-51bbae65acba
11:59:46.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198136cf-6763-4767-ac3d-6479005c136a
11:59:46.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d0c36ff-9dd5-4918-8ff2-cd0eba456bea
11:59:46.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ce2085-256a-4cd8-a13d-e3f098d90699
11:59:46.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91e9f33b-bb58-472a-a6cc-75b8f0e8e30b
11:59:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7bf9975-ea60-4d8d-877b-f4586114ea2c
11:59:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:46.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:46.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:46.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:46.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:46.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:46.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:46.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e162eb26-86cc-476e-aa96-a56ed61e5d19
11:59:46.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d196db0-2f1e-4b29-ab0a-e839c691a4ed
11:59:47.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=738571d6-0407-4224-abed-d1d64ac93bb3
11:59:47.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c59de-e11a-4264-9697-de155ee8cd69
11:59:47.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=483469b1-93fe-446a-8cdb-443dba9861d2
11:59:47.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d21fecc-32a6-4e25-8e90-8af1859a22f9
11:59:47.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.262 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e918d21-5173-40fe-bc72-d58af214b7c9
11:59:47.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6783801-5a09-4c2e-bb7b-d59d731e51e2
11:59:47.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e99659-aea7-4f5f-972d-80ccb1af6f10
11:59:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198136cf-6763-4767-ac3d-6479005c136a
11:59:47.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e11020cd-568e-45f3-bedd-bb0cdd6cb5e7
11:59:47.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ce2085-256a-4cd8-a13d-e3f098d90699
11:59:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8330e0-b38d-4ec2-b7d4-2c940bdfb883
11:59:47.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7bf9975-ea60-4d8d-877b-f4586114ea2c
11:59:47.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef86af1-893b-49b4-90e0-a276d44e6e25
11:59:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d196db0-2f1e-4b29-ab0a-e839c691a4ed
11:59:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b89dd587-01ec-43a2-a834-ea96bc3f601d
11:59:47.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c59de-e11a-4264-9697-de155ee8cd69
11:59:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54b255e7-8f9d-447c-a405-807551318164
11:59:47.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:47.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdbe631-e11e-4b5b-927e-36b3ce15a3da
11:59:47.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:47.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:47.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:47.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:47.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:47.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d21fecc-32a6-4e25-8e90-8af1859a22f9
11:59:47.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e66761-fa7e-47f6-901d-33759fb9fb08
11:59:48.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e99659-aea7-4f5f-972d-80ccb1af6f10
11:59:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c46be6-d269-4262-bdd4-3f15c1dbfb8a
11:59:48.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e11020cd-568e-45f3-bedd-bb0cdd6cb5e7
11:59:48.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c48d1d9-df7e-4567-a2f0-9d9df3aaea12
11:59:48.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8330e0-b38d-4ec2-b7d4-2c940bdfb883
11:59:48.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0af25781-01df-4000-8d3c-be8cef01892e
11:59:48.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef86af1-893b-49b4-90e0-a276d44e6e25
11:59:48.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a44fa0-18f2-46d3-8b36-0ef54639d7c4
11:59:48.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b89dd587-01ec-43a2-a834-ea96bc3f601d
11:59:48.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff360ea7-999f-41aa-a754-7546f800f329
11:59:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54b255e7-8f9d-447c-a405-807551318164
11:59:48.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a154b6c6-5790-4b12-ad77-3d91beb1eec6
11:59:48.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdbe631-e11e-4b5b-927e-36b3ce15a3da
11:59:48.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e66761-fa7e-47f6-901d-33759fb9fb08
11:59:48.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6417c08-9294-4bdb-b018-ed69ea79ab47
11:59:48.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c46be6-d269-4262-bdd4-3f15c1dbfb8a
11:59:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abd533b5-0f48-49c7-af28-d0ae72d40eea
11:59:48.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c48d1d9-df7e-4567-a2f0-9d9df3aaea12
11:59:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afead659-3a50-4dd2-bd4b-c93138b8cdcc
11:59:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fe5cc0-487f-44c0-bd8b-4b58b4f59e53
11:59:48.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0af25781-01df-4000-8d3c-be8cef01892e
11:59:48.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:48.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:48.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3065fce-61a6-4dc4-98f5-ad7dfe4e13eb
11:59:48.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:48.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:48.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:48.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:48.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:48.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a44fa0-18f2-46d3-8b36-0ef54639d7c4
11:59:48.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff360ea7-999f-41aa-a754-7546f800f329
11:59:49.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39c99f0b-1c8a-4100-8a84-c116bc34327b
11:59:49.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c202badf-7c63-4c0e-835c-58bdbf5370ea
11:59:49.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a154b6c6-5790-4b12-ad77-3d91beb1eec6
11:59:49.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6417c08-9294-4bdb-b018-ed69ea79ab47
11:59:49.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b778e8a-5dd1-4e6e-829c-7223bc0b4dd4
11:59:49.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abd533b5-0f48-49c7-af28-d0ae72d40eea
11:59:49.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3292a28e-0aa0-471f-90d4-92d5a19a991c
11:59:49.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afead659-3a50-4dd2-bd4b-c93138b8cdcc
11:59:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dc0e58-b676-4208-8d01-4adf93706a94
11:59:49.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fe5cc0-487f-44c0-bd8b-4b58b4f59e53
11:59:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3065fce-61a6-4dc4-98f5-ad7dfe4e13eb
11:59:49.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bee1136-2711-4a88-bb63-c20408893486
11:59:49.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39c99f0b-1c8a-4100-8a84-c116bc34327b
11:59:49.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac78dea6-c57b-4dd5-870e-52f85d5528fa
11:59:49.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c202badf-7c63-4c0e-835c-58bdbf5370ea
11:59:49.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f828a13-c36a-4c24-a653-ca6a16d5b9bb
11:59:49.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b778e8a-5dd1-4e6e-829c-7223bc0b4dd4
11:59:49.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9baec0-a50a-4d0b-8443-1a0d01695050
11:59:49.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3292a28e-0aa0-471f-90d4-92d5a19a991c
11:59:49.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4680f9-0d7c-47dc-becf-1351fc8ad9e7
11:59:49.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:49.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:49.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:49.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:49.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:49.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dc0e58-b676-4208-8d01-4adf93706a94
11:59:49.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d8672c2-eaea-4516-a4c9-aefb13ccfc1c
11:59:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bee1136-2711-4a88-bb63-c20408893486
11:59:50.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e382164-3fb2-47f4-a970-fe81552e5ab1
11:59:50.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac78dea6-c57b-4dd5-870e-52f85d5528fa
11:59:50.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e103371e-1cfa-4d77-8d8b-48ba2ee6ade9
11:59:50.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fa9572b-b486-432a-81c3-c79f68cc70df
11:59:50.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f828a13-c36a-4c24-a653-ca6a16d5b9bb
11:59:50.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59c5d331-e090-4ca0-b0fe-6d3cfa933bc9
11:59:50.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9baec0-a50a-4d0b-8443-1a0d01695050
11:59:50.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1659bda9-4aa0-439f-8c60-0b1116006f81
11:59:50.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4680f9-0d7c-47dc-becf-1351fc8ad9e7
11:59:50.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3207e7df-6e5a-40bd-95e5-290deeb9cba5
11:59:50.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d8672c2-eaea-4516-a4c9-aefb13ccfc1c
11:59:50.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f7e0b87-70e5-4517-a07c-daed5241080f
11:59:50.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e382164-3fb2-47f4-a970-fe81552e5ab1
11:59:50.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=704c51fd-da52-4e90-84a2-a5fc8ca8346f
11:59:50.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e103371e-1cfa-4d77-8d8b-48ba2ee6ade9
11:59:50.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a5ce43-3b79-48ad-b7a1-8cbb3b7cfc05
11:59:50.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fa9572b-b486-432a-81c3-c79f68cc70df
11:59:50.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59c5d331-e090-4ca0-b0fe-6d3cfa933bc9
11:59:50.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:50.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:50.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:50.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:50.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:50.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:50.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:50.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcc3482-5539-4093-810d-94459401d6dc
11:59:50.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73fd6d1b-9fcb-48d7-bdf8-90e2d69aeded
11:59:51.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1659bda9-4aa0-439f-8c60-0b1116006f81
11:59:51.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3207e7df-6e5a-40bd-95e5-290deeb9cba5
11:59:51.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab20def-4ba2-4194-85a8-e9bdb5b8a6e0
11:59:51.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaeda45a-2452-45b6-902e-5a1baa60e7d0
11:59:51.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f7e0b87-70e5-4517-a07c-daed5241080f
11:59:51.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=704c51fd-da52-4e90-84a2-a5fc8ca8346f
11:59:51.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9949d5-7555-4e9a-b36a-c13b99692983
11:59:51.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a5ce43-3b79-48ad-b7a1-8cbb3b7cfc05
11:59:51.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86416301-0e02-4b3a-8cde-709f47a676c1
11:59:51.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcc3482-5539-4093-810d-94459401d6dc
11:59:51.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f68cce-bc0f-4d78-bf6b-9e9ea93fede7
11:59:51.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73fd6d1b-9fcb-48d7-bdf8-90e2d69aeded
11:59:51.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f890423-8c19-4809-a79d-7f2ed4fd619e
11:59:51.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab20def-4ba2-4194-85a8-e9bdb5b8a6e0
11:59:51.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd05a5a0-b543-4cd9-84ee-137d198b3406
11:59:51.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaeda45a-2452-45b6-902e-5a1baa60e7d0
11:59:51.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b84711f-63ba-4430-a900-bd0c0498c4be
11:59:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9949d5-7555-4e9a-b36a-c13b99692983
11:59:51.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:51.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:51.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed769d88-f322-4dcb-b5df-c8bee19c1f86
11:59:51.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:51.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:51.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:51.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86416301-0e02-4b3a-8cde-709f47a676c1
11:59:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b3214f-e77c-4b6c-be6f-737a6e0eb87b
11:59:52.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20f68cce-bc0f-4d78-bf6b-9e9ea93fede7
11:59:52.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eeb2145-7b5b-4a1b-81fa-bb6e974249b8
11:59:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f890423-8c19-4809-a79d-7f2ed4fd619e
11:59:52.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f59a8a51-b1fc-4a4f-b4b2-a0bed9099025
11:59:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd05a5a0-b543-4cd9-84ee-137d198b3406
11:59:52.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb96f61-fd71-4669-b8ab-5e497c823c16
11:59:52.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b84711f-63ba-4430-a900-bd0c0498c4be
11:59:52.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5afb69-506c-4d05-9b05-394774ed29eb
11:59:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d3ddeda-cb70-45ec-9abb-f560f87d11ed
11:59:52.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.450 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed769d88-f322-4dcb-b5df-c8bee19c1f86
11:59:52.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c619c861-b942-40cd-89f5-909fb8e730c1
11:59:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b3214f-e77c-4b6c-be6f-737a6e0eb87b
11:59:52.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51bad426-1c5c-4d7c-94de-dc1675cef84c
11:59:52.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eeb2145-7b5b-4a1b-81fa-bb6e974249b8
11:59:52.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93cdbd78-b434-4f03-8d38-bf29f759ce5f
11:59:52.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e031680-1a37-4a73-95df-7f2b70b3fe16
11:59:52.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f59a8a51-b1fc-4a4f-b4b2-a0bed9099025
11:59:52.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28566447-4137-430a-80f1-dc2b5d69fd4f
11:59:52.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb96f61-fd71-4669-b8ab-5e497c823c16
11:59:52.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a23c7f7d-6b0f-48c7-8981-b8fdda7ad11e
11:59:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:52.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5afb69-506c-4d05-9b05-394774ed29eb
11:59:52.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:52.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:52.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:52.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:52.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:52.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:52.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec3f788b-d29c-4fce-a640-49edfa11e2de
11:59:53.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054aadf4-1d71-4245-be1b-71cdcb08ef46
11:59:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d3ddeda-cb70-45ec-9abb-f560f87d11ed
11:59:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d655f42e-5ad6-4e85-ae13-ae907b4ef367
11:59:53.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c619c861-b942-40cd-89f5-909fb8e730c1
11:59:53.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51bad426-1c5c-4d7c-94de-dc1675cef84c
11:59:53.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec44c416-cde5-4619-afe2-1c7d3eca9505
11:59:53.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1219477-48fc-4e86-b83e-6c2b5b087d6a
11:59:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93cdbd78-b434-4f03-8d38-bf29f759ce5f
11:59:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55711dc7-9848-45a3-a674-177f3cee78ff
11:59:53.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e031680-1a37-4a73-95df-7f2b70b3fe16
11:59:53.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e45c5e97-fa16-4392-9d15-69906c3c1619
11:59:53.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28566447-4137-430a-80f1-dc2b5d69fd4f
11:59:53.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f46d1d4-22cf-4b05-9679-2f1422eb1e7f
11:59:53.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a23c7f7d-6b0f-48c7-8981-b8fdda7ad11e
11:59:53.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dad78e9-d1b7-41f1-8171-bd8776b20c5f
11:59:53.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec3f788b-d29c-4fce-a640-49edfa11e2de
11:59:53.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07d860e4-b099-4ee9-adbe-7aeafb8d233b
11:59:53.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054aadf4-1d71-4245-be1b-71cdcb08ef46
11:59:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b7df36-519d-4ef0-83b2-88135d2a4ffd
11:59:53.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa0dd3cc-7f17-4771-bb1c-2a558ea55ade
11:59:53.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d655f42e-5ad6-4e85-ae13-ae907b4ef367
11:59:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d37e530-7351-4b15-b341-f2d5f2c0c1de
11:59:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec44c416-cde5-4619-afe2-1c7d3eca9505
11:59:53.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:53.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:53.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:53.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:53.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=434b674b-c479-41da-aa8c-b398d3d68019
11:59:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1219477-48fc-4e86-b83e-6c2b5b087d6a
11:59:54.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8c7f75-87e0-44d3-948b-54d57df2bf7f
11:59:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55711dc7-9848-45a3-a674-177f3cee78ff
11:59:54.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6421e768-8c28-4b37-ae82-c22ddacacd1d
11:59:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e45c5e97-fa16-4392-9d15-69906c3c1619
11:59:54.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f9fa41b-7628-417e-8a34-bda74a4d9696
11:59:54.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f46d1d4-22cf-4b05-9679-2f1422eb1e7f
11:59:54.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb367f6-6b76-4a1a-9b72-8d752d3a5855
11:59:54.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dad78e9-d1b7-41f1-8171-bd8776b20c5f
11:59:54.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=192fdd8e-3d5c-43f3-bf4f-27cbdfa6c74c
11:59:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07d860e4-b099-4ee9-adbe-7aeafb8d233b
11:59:54.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7ac521f-492c-4c11-856b-525d30cb8e5b
11:59:54.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b8b384-9966-420d-8e33-c826cac8ee16
11:59:54.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b7df36-519d-4ef0-83b2-88135d2a4ffd
11:59:54.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d27d9fa9-c036-4342-bec8-60421e8aca64
11:59:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa0dd3cc-7f17-4771-bb1c-2a558ea55ade
11:59:54.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d37e530-7351-4b15-b341-f2d5f2c0c1de
11:59:54.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91bcdb9-f473-4568-8b0a-764b437d79ef
11:59:54.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=434b674b-c479-41da-aa8c-b398d3d68019
11:59:54.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3aa39f8-5b70-4a40-a9b0-14a9ee274c4a
11:59:54.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8c7f75-87e0-44d3-948b-54d57df2bf7f
11:59:54.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:54.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:54.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:54.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:54.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:54.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:54.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:54.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4a39f6-3ef1-4d13-ad6b-012a1c55c2ab
11:59:54.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6421e768-8c28-4b37-ae82-c22ddacacd1d
11:59:55.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e87b09d-ec73-4d82-996d-aedf996b78b0
11:59:55.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f9fa41b-7628-417e-8a34-bda74a4d9696
11:59:55.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a516a607-3244-4677-8b21-48d185545daa
11:59:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb367f6-6b76-4a1a-9b72-8d752d3a5855
11:59:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb686cb-aeab-47cb-aead-75eca6c464f9
11:59:55.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=192fdd8e-3d5c-43f3-bf4f-27cbdfa6c74c
11:59:55.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efe988da-fdcb-460b-a810-4f75953a2268
11:59:55.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7ac521f-492c-4c11-856b-525d30cb8e5b
11:59:55.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b3497d5-7eba-41a0-8581-d81ae6e6c8ba
11:59:55.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b8b384-9966-420d-8e33-c826cac8ee16
11:59:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26547d07-f187-40f8-91a7-bb939e1e2eb8
11:59:55.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d27d9fa9-c036-4342-bec8-60421e8aca64
11:59:55.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91bcdb9-f473-4568-8b0a-764b437d79ef
11:59:55.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e93da83-d89b-4943-87d9-fd8c00f05560
11:59:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3aa39f8-5b70-4a40-a9b0-14a9ee274c4a
11:59:55.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b08401-7bf4-4562-bd9f-678d6a61a3b3
11:59:55.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4a39f6-3ef1-4d13-ad6b-012a1c55c2ab
11:59:55.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e87b09d-ec73-4d82-996d-aedf996b78b0
11:59:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef99c48-fd06-4330-860d-911588ba7d05
11:59:55.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a516a607-3244-4677-8b21-48d185545daa
11:59:55.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0910f1b-07fc-4d81-adcb-3c0139a47e18
11:59:55.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb686cb-aeab-47cb-aead-75eca6c464f9
11:59:55.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:55.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:55.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:55.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:55.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:55.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:55.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df00a45-49d6-44d0-b847-314525496650
11:59:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efe988da-fdcb-460b-a810-4f75953a2268
11:59:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9852fa-4317-44ed-bd19-5ae858b501fe
11:59:56.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b3497d5-7eba-41a0-8581-d81ae6e6c8ba
11:59:56.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93bea834-de89-4d69-ab55-969b7ce219d2
11:59:56.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26547d07-f187-40f8-91a7-bb939e1e2eb8
11:59:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4d8aba-4c88-4457-bfca-bd852f5dbe1c
11:59:56.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e93da83-d89b-4943-87d9-fd8c00f05560
11:59:56.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e47c2a7-e226-4f21-9192-271af071c34a
11:59:56.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b08401-7bf4-4562-bd9f-678d6a61a3b3
11:59:56.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43e53eaa-5769-4bb3-be4c-43b6c4400ce8
11:59:56.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef99c48-fd06-4330-860d-911588ba7d05
11:59:56.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b8f7ea-648f-46ad-8a23-a137094aefda
11:59:56.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0910f1b-07fc-4d81-adcb-3c0139a47e18
11:59:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07fc0e2a-d054-4ab0-a4e2-5fc1e98037fe
11:59:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df00a45-49d6-44d0-b847-314525496650
11:59:56.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d28be90c-9577-43c3-b71d-6d4ab449af9b
11:59:56.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9852fa-4317-44ed-bd19-5ae858b501fe
11:59:56.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a697e8ce-9626-45d8-9147-8757a186fc7d
11:59:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93bea834-de89-4d69-ab55-969b7ce219d2
11:59:56.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a55c964d-c0b4-4af3-9977-ad9113be7958
11:59:56.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4d8aba-4c88-4457-bfca-bd852f5dbe1c
11:59:56.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:56.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:56.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:56.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e47c2a7-e226-4f21-9192-271af071c34a
11:59:56.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:56.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574f9884-ba02-440b-a58a-0d252a80578d
11:59:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43e53eaa-5769-4bb3-be4c-43b6c4400ce8
11:59:57.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=841b10b5-a41d-4ba4-968e-64d1cb1ac294
11:59:57.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f92d4154-5f0d-4145-b327-376f07b80f52
11:59:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b8f7ea-648f-46ad-8a23-a137094aefda
11:59:57.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d953a3d-b778-4095-bcfc-6ba73e678067
11:59:57.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df84d2f-a7bf-42e4-9528-9f0f4880b761
11:59:57.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07fc0e2a-d054-4ab0-a4e2-5fc1e98037fe
11:59:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b33a5-a74c-4d6f-8b86-daa21cf0858b
11:59:57.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d28be90c-9577-43c3-b71d-6d4ab449af9b
11:59:57.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102d7b16-025c-457b-b489-9d58e5257faf
11:59:57.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a697e8ce-9626-45d8-9147-8757a186fc7d
11:59:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b15f75-e8d1-4ac0-9dfc-28765ba9847f
11:59:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a55c964d-c0b4-4af3-9977-ad9113be7958
11:59:57.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd3694a-aaed-4079-8492-44de71af278e
11:59:57.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574f9884-ba02-440b-a58a-0d252a80578d
11:59:57.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f84d8b-65ff-4b30-b12c-6d4d24352e0f
11:59:57.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=841b10b5-a41d-4ba4-968e-64d1cb1ac294
11:59:57.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d67456-3b68-4379-bcd4-28c8c13e9134
11:59:57.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f92d4154-5f0d-4145-b327-376f07b80f52
11:59:57.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d003c232-f650-4756-be86-6e0fb22fe580
11:59:57.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:57.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:57.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff6e6ad8-7a7e-44f0-9b86-04a1f145309d
11:59:57.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:57.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:57.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:57.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:57.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:57.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d953a3d-b778-4095-bcfc-6ba73e678067
11:59:57.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53b9fda-54b9-4c02-973f-6842b379ca07
11:59:58.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df84d2f-a7bf-42e4-9528-9f0f4880b761
11:59:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b26bd6b7-d8c8-4f50-a016-0f1129c9ef04
11:59:58.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b33a5-a74c-4d6f-8b86-daa21cf0858b
11:59:58.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4202fa-d07e-497d-98d6-ceabb9ac86b1
11:59:58.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102d7b16-025c-457b-b489-9d58e5257faf
11:59:58.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b15f75-e8d1-4ac0-9dfc-28765ba9847f
11:59:58.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b19091d-7b2c-4c5b-a1c4-2fd3ae54bd4e
11:59:58.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd3694a-aaed-4079-8492-44de71af278e
11:59:58.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a8ee8ad-c87a-42a9-b9f0-17564f112efc
11:59:58.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f84d8b-65ff-4b30-b12c-6d4d24352e0f
11:59:58.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d67456-3b68-4379-bcd4-28c8c13e9134
11:59:58.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdfbd094-ab41-4234-a12a-eb50d853827b
11:59:58.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389d130c-f4d6-40fd-8fcf-bfab07dfbe85
11:59:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d003c232-f650-4756-be86-6e0fb22fe580
11:59:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd03e4b-64e1-44ef-b8b3-8bc5d8e02025
11:59:58.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff6e6ad8-7a7e-44f0-9b86-04a1f145309d
11:59:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b28f67df-070b-492c-b63a-ead6a4cc8408
11:59:58.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53b9fda-54b9-4c02-973f-6842b379ca07
11:59:58.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cdf9b99-7ce4-4254-8ed3-9f90089db71c
11:59:58.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:58.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:58.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:58.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:58.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:58.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b26bd6b7-d8c8-4f50-a016-0f1129c9ef04
11:59:58.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfe4619-ed63-4fce-9389-979c41e3ffad
11:59:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4202fa-d07e-497d-98d6-ceabb9ac86b1
11:59:59.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0929d933-8c31-4587-9ace-6b6aa3f8477a
11:59:59.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b19091d-7b2c-4c5b-a1c4-2fd3ae54bd4e
11:59:59.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8dd4db5-2440-4d52-8727-385371dbe0c7
11:59:59.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a8ee8ad-c87a-42a9-b9f0-17564f112efc
11:59:59.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a2258f5-1abf-4b75-87e7-da95cfb4920f
11:59:59.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdfbd094-ab41-4234-a12a-eb50d853827b
11:59:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389d130c-f4d6-40fd-8fcf-bfab07dfbe85
11:59:59.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b93ced-52f2-421c-a163-8355abce7d59
11:59:59.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1557e32-c2b8-44d4-ad4d-be54a57e9678
11:59:59.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd03e4b-64e1-44ef-b8b3-8bc5d8e02025
11:59:59.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23ec9fd-4ea1-4f5d-a809-0f7f661ffda3
11:59:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b28f67df-070b-492c-b63a-ead6a4cc8408
11:59:59.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fee6d3-e7da-46b2-9452-b63175637762
11:59:59.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cdf9b99-7ce4-4254-8ed3-9f90089db71c
11:59:59.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1026d8fe-7229-47fb-b9d2-ecbf963fa75f
11:59:59.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfe4619-ed63-4fce-9389-979c41e3ffad
11:59:59.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a001179-c697-4b3c-ab7f-0739af8cb70e
11:59:59.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0929d933-8c31-4587-9ace-6b6aa3f8477a
11:59:59.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed72836-8ddd-4cf2-91e9-8f88cc6c57d7
11:59:59.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8dd4db5-2440-4d52-8727-385371dbe0c7
11:59:59.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aad6b97-da2e-4782-8e46-60afc65eb240
11:59:59.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
11:59:59.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
11:59:59.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
11:59:59.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
11:59:59.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
11:59:59.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
11:59:59.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
11:59:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a2258f5-1abf-4b75-87e7-da95cfb4920f
11:59:59.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de529f9d-92be-4f43-8f86-62853b75519d
12:00:00.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b93ced-52f2-421c-a163-8355abce7d59
12:00:00.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1557e32-c2b8-44d4-ad4d-be54a57e9678
12:00:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6abaca44-d0e2-4fd8-965d-fbed57b15796
12:00:00.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23ec9fd-4ea1-4f5d-a809-0f7f661ffda3
12:00:00.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69dd3bdb-e491-4e1e-bdfd-26f6492a539d
12:00:00.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fee6d3-e7da-46b2-9452-b63175637762
12:00:00.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d362b2-3b4d-49f1-9e1d-f53cf44e7e55
12:00:00.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1026d8fe-7229-47fb-b9d2-ecbf963fa75f
12:00:00.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce21ea4-239a-4c97-9ad3-e7e1af72f013
12:00:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a001179-c697-4b3c-ab7f-0739af8cb70e
12:00:00.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671ee6f6-660f-44b9-bbd6-62311ce15482
12:00:00.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed72836-8ddd-4cf2-91e9-8f88cc6c57d7
12:00:00.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42619b6-b438-449c-a72c-cf4dd7f29189
12:00:00.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aad6b97-da2e-4782-8e46-60afc65eb240
12:00:00.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57850ff7-0377-46e4-a53d-80407ce19462
12:00:00.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de529f9d-92be-4f43-8f86-62853b75519d
12:00:00.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e96558-f072-4419-a3f2-4581b9e10cb6
12:00:00.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6abaca44-d0e2-4fd8-965d-fbed57b15796
12:00:00.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30c3aa6-673a-42ee-af30-3d16421a752b
12:00:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69dd3bdb-e491-4e1e-bdfd-26f6492a539d
12:00:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:00.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d362b2-3b4d-49f1-9e1d-f53cf44e7e55
12:00:00.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:00.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:00.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:00.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:00.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:00.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c662168-5d78-49b8-876b-61afd01ff5df
12:00:00.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce21ea4-239a-4c97-9ad3-e7e1af72f013
12:00:01.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c3d472-87ed-4403-b115-b8493b2d888f
12:00:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671ee6f6-660f-44b9-bbd6-62311ce15482
12:00:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad57b1b-d6b2-4786-92a7-bd76401ab609
12:00:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.245 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42619b6-b438-449c-a72c-cf4dd7f29189
12:00:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b67a0294-b058-46d2-a5fd-93f7dfa51b0a
12:00:01.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9193859-a51c-4ed5-b80e-c0e7cde02dee
12:00:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57850ff7-0377-46e4-a53d-80407ce19462
12:00:01.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68e96558-f072-4419-a3f2-4581b9e10cb6
12:00:01.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f14c64d7-1707-4c22-bdf5-ddc98ed639af
12:00:01.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb311f9c-554d-49b3-8fb9-09469771b742
12:00:01.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30c3aa6-673a-42ee-af30-3d16421a752b
12:00:01.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec726d8-9de4-4f01-8246-2625e8aa7bf6
12:00:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c662168-5d78-49b8-876b-61afd01ff5df
12:00:01.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c91ffc4-30d3-4b51-9968-3252eb81a580
12:00:01.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c3d472-87ed-4403-b115-b8493b2d888f
12:00:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34003e74-9040-41c6-beb8-a263e517a53b
12:00:01.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad57b1b-d6b2-4786-92a7-bd76401ab609
12:00:01.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c39100-64ff-4fa7-bd63-79678014e091
12:00:01.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b67a0294-b058-46d2-a5fd-93f7dfa51b0a
12:00:01.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dab662a1-3665-469e-aea3-80a67c2eeee7
12:00:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:01.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:01.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:01.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:01.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:01.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9193859-a51c-4ed5-b80e-c0e7cde02dee
12:00:01.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:01.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:01.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea41ec7-bcce-435f-816d-a69f22e1d010
12:00:02.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f14c64d7-1707-4c22-bdf5-ddc98ed639af
12:00:02.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=970549d1-28fb-4c5b-9dbf-f562d0c964fd
12:00:02.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c42fe7ed-3f9e-43aa-bd2f-ab1086202565
12:00:02.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb311f9c-554d-49b3-8fb9-09469771b742
12:00:02.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38394d82-983a-40a2-9f99-e8491c86b7cb
12:00:02.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ec726d8-9de4-4f01-8246-2625e8aa7bf6
12:00:02.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37052f7-5cdf-4548-b6f9-abf4658be04d
12:00:02.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95135b22-f8d2-4041-a149-e9b5c09c6684
12:00:02.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c91ffc4-30d3-4b51-9968-3252eb81a580
12:00:02.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb01ea0-261a-4315-a6b9-47b36ae083b0
12:00:02.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34003e74-9040-41c6-beb8-a263e517a53b
12:00:02.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65cbde83-5547-4cf5-a400-5834575a8cba
12:00:02.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c39100-64ff-4fa7-bd63-79678014e091
12:00:02.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6c38bb-e761-4bb3-a07a-74898f75d354
12:00:02.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dab662a1-3665-469e-aea3-80a67c2eeee7
12:00:02.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7896b779-ea36-410a-95a0-6a3ec3917fd5
12:00:02.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b943dd1a-fdfc-4dd2-b1ac-060cca8c0c38
12:00:02.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea41ec7-bcce-435f-816d-a69f22e1d010
12:00:02.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8588b3a-dd64-49f9-81f4-05c7b08c5070
12:00:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=970549d1-28fb-4c5b-9dbf-f562d0c964fd
12:00:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:02.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:02.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:02.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:02.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:02.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:02.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2673272-169b-41ba-bd69-88bd9a1066d1
12:00:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c42fe7ed-3f9e-43aa-bd2f-ab1086202565
12:00:03.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79877f10-98ce-4c41-a583-19d2a228704b
12:00:03.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38394d82-983a-40a2-9f99-e8491c86b7cb
12:00:03.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4160ad1c-74d4-42a9-aa51-c7e85f3039e3
12:00:03.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37052f7-5cdf-4548-b6f9-abf4658be04d
12:00:03.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8060e1f2-153b-4829-be66-2c36b50cf546
12:00:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352deecb-5df8-4015-b86a-543cfb5d8537
12:00:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95135b22-f8d2-4041-a149-e9b5c09c6684
12:00:03.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac13d6f-4bc6-4452-aa96-1d96b9acea65
12:00:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb01ea0-261a-4315-a6b9-47b36ae083b0
12:00:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3f4270-abf4-447f-ab58-18b00fcf1f2f
12:00:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65cbde83-5547-4cf5-a400-5834575a8cba
12:00:03.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9682f60b-2dcc-451a-b05b-e30cd70e0039
12:00:03.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6c38bb-e761-4bb3-a07a-74898f75d354
12:00:03.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaaf8149-07ef-425f-b28b-80d9df80d585
12:00:03.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7896b779-ea36-410a-95a0-6a3ec3917fd5
12:00:03.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32030d52-49fc-4d13-813d-487ba2b22d83
12:00:03.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b943dd1a-fdfc-4dd2-b1ac-060cca8c0c38
12:00:03.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26615fb1-e5fc-45f4-9217-1fccd8f7658b
12:00:03.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e1a6434-6f07-4815-ad83-8e355fa63079
12:00:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:03.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8588b3a-dd64-49f9-81f4-05c7b08c5070
12:00:03.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:03.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:03.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:03.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:03.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:03.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:03.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf18ca06-14f2-4b10-9ee6-b2f56901fee8
12:00:04.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2673272-169b-41ba-bd69-88bd9a1066d1
12:00:04.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186d23cb-4723-492e-bcbf-d6638c3f6720
12:00:04.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79877f10-98ce-4c41-a583-19d2a228704b
12:00:04.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e81a92bd-9956-4bef-be42-76474e608876
12:00:04.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4160ad1c-74d4-42a9-aa51-c7e85f3039e3
12:00:04.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b74a2a3-cb22-4d27-a5ad-98ff0f6fdb24
12:00:04.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8060e1f2-153b-4829-be66-2c36b50cf546
12:00:04.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08ff5641-8bbf-4ac6-bd30-e7ecef2dad5f
12:00:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352deecb-5df8-4015-b86a-543cfb5d8537
12:00:04.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2dd6363-5f06-4467-95fd-86bc1c9623ca
12:00:04.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac13d6f-4bc6-4452-aa96-1d96b9acea65
12:00:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6c27f17-bd12-429a-ab5c-43ce6e122dc9
12:00:04.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e777dad2-1b75-4cc1-915d-923d5a8e7009
12:00:04.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3f4270-abf4-447f-ab58-18b00fcf1f2f
12:00:04.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b89ba2c-2eaa-4254-bf61-a81be011e699
12:00:04.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9682f60b-2dcc-451a-b05b-e30cd70e0039
12:00:04.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c953b6a1-975a-445d-98c6-22423734a6fe
12:00:04.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaaf8149-07ef-425f-b28b-80d9df80d585
12:00:04.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d74b289-f2cd-42d1-a1d5-6e8c153aa8ed
12:00:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:04.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:04.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:04.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:04.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:04.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:04.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32030d52-49fc-4d13-813d-487ba2b22d83
12:00:05.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98457a1-33a9-48cd-88a7-e9f8f186994b
12:00:05.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26615fb1-e5fc-45f4-9217-1fccd8f7658b
12:00:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1b4da16-d583-4be1-a320-5b0817f9f0c7
12:00:05.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e1a6434-6f07-4815-ad83-8e355fa63079
12:00:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae7ea08b-914e-4842-b7d6-3b70f82b76f6
12:00:05.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf18ca06-14f2-4b10-9ee6-b2f56901fee8
12:00:05.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db24b1e7-0436-40bf-8a43-d23ed8fd19b0
12:00:05.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186d23cb-4723-492e-bcbf-d6638c3f6720
12:00:05.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f63c835-bef4-4b3f-bad2-464f6eb65c1d
12:00:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e81a92bd-9956-4bef-be42-76474e608876
12:00:05.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b74a2a3-cb22-4d27-a5ad-98ff0f6fdb24
12:00:05.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129e5fae-4548-4199-a40d-3c64cdf9383a
12:00:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08ff5641-8bbf-4ac6-bd30-e7ecef2dad5f
12:00:05.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93244c48-b369-419d-a650-4d9470cecbb1
12:00:05.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f5ce5c-2061-4399-9118-a08f4b691140
12:00:05.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2dd6363-5f06-4467-95fd-86bc1c9623ca
12:00:05.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ddf4bc6-c317-4fb4-8839-bd9daa019929
12:00:05.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6c27f17-bd12-429a-ab5c-43ce6e122dc9
12:00:05.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f38e57c-2934-41bf-a7cc-664bb393528c
12:00:05.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e777dad2-1b75-4cc1-915d-923d5a8e7009
12:00:05.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:05.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6f5621-1262-48f0-b16f-3fcf3b01ac3e
12:00:05.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:05.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:05.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:05.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:05.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:05.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:05.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b89ba2c-2eaa-4254-bf61-a81be011e699
12:00:06.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8bbb78c-cb21-4430-936c-7f23d721eda4
12:00:06.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c953b6a1-975a-445d-98c6-22423734a6fe
12:00:06.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d74b289-f2cd-42d1-a1d5-6e8c153aa8ed
12:00:06.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=904ea9ff-159d-494f-b376-354812406732
12:00:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98457a1-33a9-48cd-88a7-e9f8f186994b
12:00:06.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721f90db-eb9a-405c-8b52-ef94cb2e3868
12:00:06.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1b4da16-d583-4be1-a320-5b0817f9f0c7
12:00:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e725b4f-b758-4be0-bd89-2a91ddcbc8cb
12:00:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae7ea08b-914e-4842-b7d6-3b70f82b76f6
12:00:06.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096bd164-0219-426a-a2b2-338b3a51fa5b
12:00:06.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db24b1e7-0436-40bf-8a43-d23ed8fd19b0
12:00:06.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f63c835-bef4-4b3f-bad2-464f6eb65c1d
12:00:06.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94689eb2-6834-4d1a-aaac-f50636bd577b
12:00:06.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129e5fae-4548-4199-a40d-3c64cdf9383a
12:00:06.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d506b6-95e7-47e4-8fa1-d25ee5eeb1da
12:00:06.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f643a45-1959-4e19-80f2-1e8eb68c1e2f
12:00:06.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93244c48-b369-419d-a650-4d9470cecbb1
12:00:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56f5ce5c-2061-4399-9118-a08f4b691140
12:00:06.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca13d6a-d121-482f-a8a8-ab8aaa68dcd5
12:00:06.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b8e0a2-f14a-466e-87c9-c2f0d29f131f
12:00:06.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:06.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ddf4bc6-c317-4fb4-8839-bd9daa019929
12:00:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:06.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:06.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:06.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:06.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17884439-cf8b-463a-8e00-0117184c72b4
12:00:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60a936c9-21da-443c-930f-99fc108bb5f5
12:00:07.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f38e57c-2934-41bf-a7cc-664bb393528c
12:00:07.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df491cf7-a4e7-46ad-a282-32c23c314a03
12:00:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6f5621-1262-48f0-b16f-3fcf3b01ac3e
12:00:07.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0abe9610-6221-40a6-a11c-25181ef1ca2a
12:00:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8bbb78c-cb21-4430-936c-7f23d721eda4
12:00:07.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb66142-2553-4deb-a41f-769b1277fd06
12:00:07.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.324 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=904ea9ff-159d-494f-b376-354812406732
12:00:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893ffd71-511f-4e00-b9dd-db91a6cbdde4
12:00:07.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721f90db-eb9a-405c-8b52-ef94cb2e3868
12:00:07.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff9a100e-91ef-43fa-b3e3-50a6595625a0
12:00:07.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e725b4f-b758-4be0-bd89-2a91ddcbc8cb
12:00:07.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0bc8b9f-e89f-4f07-97f3-d3482783c70d
12:00:07.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096bd164-0219-426a-a2b2-338b3a51fa5b
12:00:07.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94689eb2-6834-4d1a-aaac-f50636bd577b
12:00:07.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dec54cd-d5d1-44e0-99ab-06cdb38ea968
12:00:07.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d506b6-95e7-47e4-8fa1-d25ee5eeb1da
12:00:07.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91159c95-0651-44fd-a263-e099a62917ed
12:00:07.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f643a45-1959-4e19-80f2-1e8eb68c1e2f
12:00:07.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b2e14a-2753-4b10-aa64-8e754f1864da
12:00:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca13d6a-d121-482f-a8a8-ab8aaa68dcd5
12:00:07.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28b54ffb-1bad-43e4-8ec1-73b058e0e4db
12:00:07.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:07.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:07.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:07.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:07.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:07.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:07.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da7bd02-35ca-4da5-a8fc-66b7dd345eca
12:00:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b8e0a2-f14a-466e-87c9-c2f0d29f131f
12:00:08.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4ba470a-7bf4-4831-b431-8dd4eb323876
12:00:08.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17884439-cf8b-463a-8e00-0117184c72b4
12:00:08.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8412472f-404f-4d1e-855f-d5a3b17db72d
12:00:08.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65491f52-c9f6-42d6-acf0-ae4522f781cb
12:00:08.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60a936c9-21da-443c-930f-99fc108bb5f5
12:00:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=805e49b4-eea4-4469-aa40-7e0017a79b2a
12:00:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df491cf7-a4e7-46ad-a282-32c23c314a03
12:00:08.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82b3ad2-47e7-47fa-91e9-e6e947271c4c
12:00:08.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0abe9610-6221-40a6-a11c-25181ef1ca2a
12:00:08.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=641fe30d-fde1-41c0-b94a-7270984e269e
12:00:08.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb66142-2553-4deb-a41f-769b1277fd06
12:00:08.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00005424-b962-4ccd-9293-5c69b5b4ce3a
12:00:08.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893ffd71-511f-4e00-b9dd-db91a6cbdde4
12:00:08.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=689a0ece-86f5-4338-b4a9-c2083486478a
12:00:08.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff9a100e-91ef-43fa-b3e3-50a6595625a0
12:00:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6584f1ae-c743-4cfd-854b-9f628aa51df7
12:00:08.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0bc8b9f-e89f-4f07-97f3-d3482783c70d
12:00:08.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ba96544-143e-4fec-8490-fad8870337af
12:00:08.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dec54cd-d5d1-44e0-99ab-06cdb38ea968
12:00:08.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453a9273-fbb3-4f2a-a1bb-c53a767d7635
12:00:08.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:08.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:08.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:08.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:08.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:08.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:08.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:08.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91159c95-0651-44fd-a263-e099a62917ed
12:00:08.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=124df054-301a-42a6-a60c-fd0b6a3458df
12:00:09.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b2e14a-2753-4b10-aa64-8e754f1864da
12:00:09.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=057f46c4-6456-4768-8671-bc4a3af82aad
12:00:09.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28b54ffb-1bad-43e4-8ec1-73b058e0e4db
12:00:09.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a062cdd0-60c8-4499-ba0c-629c6fd3fd5c
12:00:09.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da7bd02-35ca-4da5-a8fc-66b7dd345eca
12:00:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfa7e3d5-99a7-4b4e-a79f-e1a780a32131
12:00:09.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c4bf9be-d4ac-4109-b752-3a1901be2dfb
12:00:09.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4ba470a-7bf4-4831-b431-8dd4eb323876
12:00:09.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98180c1c-6250-410d-aa2a-7878fa6bd2ad
12:00:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8412472f-404f-4d1e-855f-d5a3b17db72d
12:00:09.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22200dda-b177-4c93-a1a4-7cde004b697f
12:00:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f9a271-6983-483a-a55b-bd36a70ecc88
12:00:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65491f52-c9f6-42d6-acf0-ae4522f781cb
12:00:09.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=805e49b4-eea4-4469-aa40-7e0017a79b2a
12:00:09.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5535c1cc-96c3-4263-9877-4f04449a9b3f
12:00:09.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4569e694-edab-48e1-b395-0787f83ddb9e
12:00:09.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82b3ad2-47e7-47fa-91e9-e6e947271c4c
12:00:09.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36ad949-55f9-49c6-b3d4-3d7f956a0d27
12:00:09.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=641fe30d-fde1-41c0-b94a-7270984e269e
12:00:09.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe5359e7-49e9-4718-82de-1326f1910017
12:00:09.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:09.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:09.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00005424-b962-4ccd-9293-5c69b5b4ce3a
12:00:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319cef97-83dd-4936-8169-fdb8ae521d0e
12:00:10.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=689a0ece-86f5-4338-b4a9-c2083486478a
12:00:10.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1518ad2c-8408-4ec3-a7bc-c8d44c042376
12:00:10.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6584f1ae-c743-4cfd-854b-9f628aa51df7
12:00:10.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d25cbce3-3127-4695-ba91-cd96e06b4c02
12:00:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ba96544-143e-4fec-8490-fad8870337af
12:00:10.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=766d39cf-1769-47b9-92d8-5728bd5c4f81
12:00:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453a9273-fbb3-4f2a-a1bb-c53a767d7635
12:00:10.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec59a2b-4684-4650-9152-1008d2696403
12:00:10.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=124df054-301a-42a6-a60c-fd0b6a3458df
12:00:10.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a499761f-ea89-4bfe-a3e9-af1bc1b7bf47
12:00:10.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=057f46c4-6456-4768-8671-bc4a3af82aad
12:00:10.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bfb8677-508a-49b8-afda-884685fa78a2
12:00:10.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a062cdd0-60c8-4499-ba0c-629c6fd3fd5c
12:00:10.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfa7e3d5-99a7-4b4e-a79f-e1a780a32131
12:00:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab4ac3f-c31c-4a4c-8ac9-60a0f48a52be
12:00:10.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c4bf9be-d4ac-4109-b752-3a1901be2dfb
12:00:10.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ee8201-650a-4a71-8bfe-e03b7dc9d9be
12:00:10.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98180c1c-6250-410d-aa2a-7878fa6bd2ad
12:00:10.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d790154-dfe0-4eaa-81d7-1b392cc40335
12:00:10.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22200dda-b177-4c93-a1a4-7cde004b697f
12:00:10.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:10.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:10.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcd087b-b99b-4efb-8a22-fda8696d3c2f
12:00:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc3e85d7-fc55-44f8-9818-1174c8e837ae
12:00:11.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f9a271-6983-483a-a55b-bd36a70ecc88
12:00:11.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72894380-c45c-4656-846a-14d1218c7402
12:00:11.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5535c1cc-96c3-4263-9877-4f04449a9b3f
12:00:11.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd88322f-8dc0-47dd-ba6d-ad998f773ea0
12:00:11.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4569e694-edab-48e1-b395-0787f83ddb9e
12:00:11.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d63bffd3-4f44-4701-9b3f-7204622d403a
12:00:11.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36ad949-55f9-49c6-b3d4-3d7f956a0d27
12:00:11.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe5359e7-49e9-4718-82de-1326f1910017
12:00:11.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ce6b78-a66b-4c1f-83a1-3dd396505c99
12:00:11.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319cef97-83dd-4936-8169-fdb8ae521d0e
12:00:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a01e41-79d0-4301-8bc4-6a8b4520b46f
12:00:11.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1518ad2c-8408-4ec3-a7bc-c8d44c042376
12:00:11.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134b842b-3e75-4f16-b739-11a1daba0be7
12:00:11.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d25cbce3-3127-4695-ba91-cd96e06b4c02
12:00:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=909951b6-1bbb-4a89-8c38-aafa21260cbd
12:00:11.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=766d39cf-1769-47b9-92d8-5728bd5c4f81
12:00:11.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7acd362-1e36-4758-b8c1-4bdb27a74905
12:00:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec59a2b-4684-4650-9152-1008d2696403
12:00:11.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d134fbc3-aa2d-4920-b096-c95a0f79a020
12:00:11.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b229df-92f5-4566-895b-22b524e5d5d1
12:00:11.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a499761f-ea89-4bfe-a3e9-af1bc1b7bf47
12:00:11.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:11.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:11.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:11.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:11.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:11.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:11.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dee1bc1d-e5af-4c14-a379-ec7b25bca132
12:00:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5554bdb0-37c1-40c5-8875-5d564d0e73f0
12:00:12.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bfb8677-508a-49b8-afda-884685fa78a2
12:00:12.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf8729d7-d0d5-41f1-a0dc-dd29cc29dda1
12:00:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab4ac3f-c31c-4a4c-8ac9-60a0f48a52be
12:00:12.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d4bfc3-c403-493f-ad07-db6cf99a2034
12:00:12.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cabc8e9-b31c-4205-8eee-a49b6cbdc42c
12:00:12.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ee8201-650a-4a71-8bfe-e03b7dc9d9be
12:00:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82445f0-d3b6-4f0d-8a37-1ce544b3be2d
12:00:12.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d790154-dfe0-4eaa-81d7-1b392cc40335
12:00:12.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a133ae9f-bb81-49b4-b336-7af0d64c9e82
12:00:12.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcd087b-b99b-4efb-8a22-fda8696d3c2f
12:00:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5752192c-4d87-4325-b4c9-c439a7345b20
12:00:12.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc3e85d7-fc55-44f8-9818-1174c8e837ae
12:00:12.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b861db96-236a-45bc-9917-9ad2f367c550
12:00:12.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78f4b5e9-ddf7-459a-b934-fb21f8a44c6d
12:00:12.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72894380-c45c-4656-846a-14d1218c7402
12:00:12.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddd1d901-5cc1-4242-a75a-ce535256b073
12:00:12.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd88322f-8dc0-47dd-ba6d-ad998f773ea0
12:00:12.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d63bffd3-4f44-4701-9b3f-7204622d403a
12:00:12.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c7cc2d-1dec-453a-a5df-228e9e22bec7
12:00:12.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:12.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:12.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:12.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:12.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:12.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96ce6b78-a66b-4c1f-83a1-3dd396505c99
12:00:12.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:12.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:12.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d9ff71-7e52-4671-be17-bf13d8e84850
12:00:13.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a01e41-79d0-4301-8bc4-6a8b4520b46f
12:00:13.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c44d82-a336-40d6-8c29-c0178ad7a4f7
12:00:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134b842b-3e75-4f16-b739-11a1daba0be7
12:00:13.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=909951b6-1bbb-4a89-8c38-aafa21260cbd
12:00:13.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08c77622-8e30-4a9e-b034-7ade18bfdb46
12:00:13.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7acd362-1e36-4758-b8c1-4bdb27a74905
12:00:13.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352dbf4f-5e9a-4048-b500-220ecf262a9f
12:00:13.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d134fbc3-aa2d-4920-b096-c95a0f79a020
12:00:13.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30812c28-28ad-4227-a7b3-4a9dba36ce3f
12:00:13.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0f0cfb-6e76-4efe-b4ae-dc56e7af5f9d
12:00:13.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b229df-92f5-4566-895b-22b524e5d5d1
12:00:13.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d1a404-8c84-4173-a706-c716a97e5be3
12:00:13.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dee1bc1d-e5af-4c14-a379-ec7b25bca132
12:00:13.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0cb1217-8ad4-4482-a6cf-783ccea8c843
12:00:13.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5554bdb0-37c1-40c5-8875-5d564d0e73f0
12:00:13.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=147fb2a0-4680-4eda-af13-8c101ffc1883
12:00:13.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf8729d7-d0d5-41f1-a0dc-dd29cc29dda1
12:00:13.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9467f6a-df69-48db-8ca7-ad09457f3ff5
12:00:13.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7749742f-d6ad-40fe-b084-9788f2ee0227
12:00:13.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d4bfc3-c403-493f-ad07-db6cf99a2034
12:00:13.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb08d83-1051-4f57-8994-5831bb0b2212
12:00:13.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:13.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:13.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:13.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:13.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:13.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:13.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:13.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cabc8e9-b31c-4205-8eee-a49b6cbdc42c
12:00:13.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a4d8e3-4d94-4ce0-8632-4dc1cc832f15
12:00:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82445f0-d3b6-4f0d-8a37-1ce544b3be2d
12:00:14.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769fdfdb-74d6-4918-ba5d-d9ab943fba7c
12:00:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4e96cd-9a05-4942-8022-b42c8cd4d5d2
12:00:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a133ae9f-bb81-49b4-b336-7af0d64c9e82
12:00:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fea37427-9149-4091-a629-2581a13bf52f
12:00:14.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5752192c-4d87-4325-b4c9-c439a7345b20
12:00:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f645c4-379e-4280-9bf5-985d583f443d
12:00:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b861db96-236a-45bc-9917-9ad2f367c550
12:00:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4662da8-ed31-445d-b339-191718c3fcf2
12:00:14.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78f4b5e9-ddf7-459a-b934-fb21f8a44c6d
12:00:14.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31301800-e943-465b-88f0-adeb2d5d9941
12:00:14.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59aec977-ace0-4fef-8650-b0d0ffda6efb
12:00:14.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddd1d901-5cc1-4242-a75a-ce535256b073
12:00:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=754e5044-2c4b-414f-9697-4f51fa0fe8f1
12:00:14.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c7cc2d-1dec-453a-a5df-228e9e22bec7
12:00:14.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479b90d7-8f01-447d-a7de-521ee8ce2c07
12:00:14.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d9ff71-7e52-4671-be17-bf13d8e84850
12:00:14.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fe0b09-6657-4f16-ad02-f073de244c60
12:00:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c44d82-a336-40d6-8c29-c0178ad7a4f7
12:00:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08c77622-8e30-4a9e-b034-7ade18bfdb46
12:00:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cbc955d-117d-47b4-a1b1-6004788336d4
12:00:14.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352dbf4f-5e9a-4048-b500-220ecf262a9f
12:00:14.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:14.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:14.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:14.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:14.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:14.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:14.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:14.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9c4465-a58c-4875-9ada-71ce3907f468
12:00:14.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30812c28-28ad-4227-a7b3-4a9dba36ce3f
12:00:15.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=471003b0-ec04-461d-b8b7-d4ffca603c98
12:00:15.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=637ac3f5-39b1-4fe4-9708-bb218f4ec5c9
12:00:15.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0f0cfb-6e76-4efe-b4ae-dc56e7af5f9d
12:00:15.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=433ed525-dba8-4d4c-8fee-18c7723bca6f
12:00:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d1a404-8c84-4173-a706-c716a97e5be3
12:00:15.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346e567d-1562-4a25-8c10-c4ad4690795c
12:00:15.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0cb1217-8ad4-4482-a6cf-783ccea8c843
12:00:15.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85039b16-891d-40b9-a039-e74711d8b883
12:00:15.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=147fb2a0-4680-4eda-af13-8c101ffc1883
12:00:15.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38460190-bc3e-42ac-8e03-4864af28f90d
12:00:15.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9467f6a-df69-48db-8ca7-ad09457f3ff5
12:00:15.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9da06216-e9c6-4445-b204-18e2a0103e45
12:00:15.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7749742f-d6ad-40fe-b084-9788f2ee0227
12:00:15.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e45527-cf4a-4976-bab6-316b8e4d1f95
12:00:15.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb08d83-1051-4f57-8994-5831bb0b2212
12:00:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64968ea-19c9-4047-b959-95ab28b2468b
12:00:15.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a4d8e3-4d94-4ce0-8632-4dc1cc832f15
12:00:15.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769fdfdb-74d6-4918-ba5d-d9ab943fba7c
12:00:15.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cab19bc-f3c0-4c4d-be3e-ff7bba583cb3
12:00:15.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4e96cd-9a05-4942-8022-b42c8cd4d5d2
12:00:15.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be5de5e4-dd0c-4efb-9bd0-285ebec9ac46
12:00:15.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:15.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:15.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:15.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:15.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:15.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fea37427-9149-4091-a629-2581a13bf52f
12:00:15.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70d4d380-bcf2-4cc3-8070-f580fafe15d8
12:00:16.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f645c4-379e-4280-9bf5-985d583f443d
12:00:16.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d324fa18-c08e-49c7-9a43-00d28f6c4eb9
12:00:16.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4662da8-ed31-445d-b339-191718c3fcf2
12:00:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d0506f2-fcb7-41a8-a9a2-cc627a86d9db
12:00:16.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44afbf1f-5b3c-4c16-9c7a-5b70db8fdbdb
12:00:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31301800-e943-465b-88f0-adeb2d5d9941
12:00:16.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59aec977-ace0-4fef-8650-b0d0ffda6efb
12:00:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d420ec9b-b499-47a5-90c3-07929bc119e5
12:00:16.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=754e5044-2c4b-414f-9697-4f51fa0fe8f1
12:00:16.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353a8e88-3774-48ec-bae3-fbffa8ea94b4
12:00:16.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479b90d7-8f01-447d-a7de-521ee8ce2c07
12:00:16.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea8e630-40f4-458e-be3a-93859d0d8eea
12:00:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fe0b09-6657-4f16-ad02-f073de244c60
12:00:16.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=507421ed-e69c-45ec-9bff-238b8ad2f145
12:00:16.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cbc955d-117d-47b4-a1b1-6004788336d4
12:00:16.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff26db02-7fd9-49f4-8c85-c871562d897f
12:00:16.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9c4465-a58c-4875-9ada-71ce3907f468
12:00:16.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc285e00-1ce9-442e-b572-f606ed48bf81
12:00:16.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=471003b0-ec04-461d-b8b7-d4ffca603c98
12:00:16.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:16.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d67ad9-47d7-49c4-88d8-aee471a95ac9
12:00:16.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:16.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:16.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:16.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:16.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9240bf6-3584-4611-9f3a-2e9bf9ad49c0
12:00:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=637ac3f5-39b1-4fe4-9708-bb218f4ec5c9
12:00:17.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=433ed525-dba8-4d4c-8fee-18c7723bca6f
12:00:17.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2af34581-d20c-427e-a3e0-a23785dbed13
12:00:17.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346e567d-1562-4a25-8c10-c4ad4690795c
12:00:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a82d6cb5-1f9c-4851-b09f-69c2fdf2a7ff
12:00:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77c4527b-f7da-483d-a3dc-3ca3c75544e4
12:00:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85039b16-891d-40b9-a039-e74711d8b883
12:00:17.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d149507-0f68-4a28-b872-407bd4baa1f3
12:00:17.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38460190-bc3e-42ac-8e03-4864af28f90d
12:00:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d915f72-bab0-44e4-b5cc-afd074ef22c1
12:00:17.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9da06216-e9c6-4445-b204-18e2a0103e45
12:00:17.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e45527-cf4a-4976-bab6-316b8e4d1f95
12:00:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=542d7aaa-0da5-4fe6-a7aa-99f0ce1e9698
12:00:17.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64968ea-19c9-4047-b959-95ab28b2468b
12:00:17.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=392f8f0b-26bf-4b34-8e5e-2a1f45cdeca0
12:00:17.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cab19bc-f3c0-4c4d-be3e-ff7bba583cb3
12:00:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=070481f4-b572-4f16-a25b-af1c74a715ab
12:00:17.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d940e5-d3ef-4eaf-8b4c-1caeb23450ec
12:00:17.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be5de5e4-dd0c-4efb-9bd0-285ebec9ac46
12:00:17.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70d4d380-bcf2-4cc3-8070-f580fafe15d8
12:00:17.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64aa4009-df20-47b9-88ed-cd6db9fb53d0
12:00:17.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:17.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:17.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:17.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:17.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:17.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=382964e6-cee3-4d83-b6eb-117e99c4eaee
12:00:17.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d324fa18-c08e-49c7-9a43-00d28f6c4eb9
12:00:18.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4df2752-e90b-46a6-be4b-e9efe04b2c99
12:00:18.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d0506f2-fcb7-41a8-a9a2-cc627a86d9db
12:00:18.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44afbf1f-5b3c-4c16-9c7a-5b70db8fdbdb
12:00:18.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f9d185-7cd4-4b43-bd49-3e8cf0fe5484
12:00:18.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02e99f80-8721-481b-99b3-32d31f6477fb
12:00:18.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d420ec9b-b499-47a5-90c3-07929bc119e5
12:00:18.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2a5c853-616a-46f7-88ee-45336cf80d2d
12:00:18.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353a8e88-3774-48ec-bae3-fbffa8ea94b4
12:00:18.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30aa443-5d0f-4514-8117-ab8aaad1c965
12:00:18.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea8e630-40f4-458e-be3a-93859d0d8eea
12:00:18.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a77eba71-2acc-435a-979f-cfeaa1e736a9
12:00:18.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=507421ed-e69c-45ec-9bff-238b8ad2f145
12:00:18.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff26db02-7fd9-49f4-8c85-c871562d897f
12:00:18.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e05291f-bdd9-4bda-8459-9d0af6eb50cb
12:00:18.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc285e00-1ce9-442e-b572-f606ed48bf81
12:00:18.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21881b43-2ff1-4514-922b-fcc155821ac3
12:00:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d67ad9-47d7-49c4-88d8-aee471a95ac9
12:00:18.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9240bf6-3584-4611-9f3a-2e9bf9ad49c0
12:00:18.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=538375df-02dd-44cf-980a-36175d2e34e7
12:00:18.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63309ae9-563a-4df1-8b82-4229413837b0
12:00:18.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2af34581-d20c-427e-a3e0-a23785dbed13
12:00:18.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a82d6cb5-1f9c-4851-b09f-69c2fdf2a7ff
12:00:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:18.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:18.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:18.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:18.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:18.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:18.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3701dbe1-accc-4d42-9b92-f022f845774a
12:00:19.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77c4527b-f7da-483d-a3dc-3ca3c75544e4
12:00:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fd80ffa-d9ea-481c-b792-c4c273035f1d
12:00:19.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d149507-0f68-4a28-b872-407bd4baa1f3
12:00:19.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ecf8ef7-7ad5-4c50-96e4-e68778e166a2
12:00:19.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d915f72-bab0-44e4-b5cc-afd074ef22c1
12:00:19.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21c226b4-1ce8-4148-97a2-3ff990607a98
12:00:19.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3dde1f7-4d30-422f-82c4-cae35af49e88
12:00:19.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=542d7aaa-0da5-4fe6-a7aa-99f0ce1e9698
12:00:19.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cd40b73-f3e8-48e8-90a3-2e5c6f5ef7e7
12:00:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=392f8f0b-26bf-4b34-8e5e-2a1f45cdeca0
12:00:19.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d02d8358-8584-4beb-a61e-dfd9fc2f9037
12:00:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=070481f4-b572-4f16-a25b-af1c74a715ab
12:00:19.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d940e5-d3ef-4eaf-8b4c-1caeb23450ec
12:00:19.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5aa6c46b-87ea-401e-8126-9bff13a53265
12:00:19.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64aa4009-df20-47b9-88ed-cd6db9fb53d0
12:00:19.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e1c5f0-ffbe-46d7-a959-825865195da1
12:00:19.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=382964e6-cee3-4d83-b6eb-117e99c4eaee
12:00:19.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac84bbd-b705-4dd9-9b97-638abb3fd75a
12:00:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4df2752-e90b-46a6-be4b-e9efe04b2c99
12:00:19.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:19.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e55014e6-02ef-417c-a969-a36df2b202af
12:00:19.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:19.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:19.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:19.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:19.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:19.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:19.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f9d185-7cd4-4b43-bd49-3e8cf0fe5484
12:00:20.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02e327d-46b5-4421-b916-8f7e4a7ec10f
12:00:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02e99f80-8721-481b-99b3-32d31f6477fb
12:00:20.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bef4d19c-5183-4c72-9514-6e42f07cdb5c
12:00:20.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2a5c853-616a-46f7-88ee-45336cf80d2d
12:00:20.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c5be6f-ebea-4b13-8c53-c9a2edb3e4b9
12:00:20.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c30aa443-5d0f-4514-8117-ab8aaad1c965
12:00:20.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8318e815-7485-401c-ad08-672e13316013
12:00:20.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb67732f-57c7-4343-959b-291e71b61656
12:00:20.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a77eba71-2acc-435a-979f-cfeaa1e736a9
12:00:20.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e977c66a-6f0b-4944-9250-ea080a07c20a
12:00:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e05291f-bdd9-4bda-8459-9d0af6eb50cb
12:00:20.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4917fe96-aed2-420a-9776-6ed9c88da198
12:00:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21881b43-2ff1-4514-922b-fcc155821ac3
12:00:20.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505a6e99-7730-4631-93f9-33350405f044
12:00:20.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=538375df-02dd-44cf-980a-36175d2e34e7
12:00:20.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef4ed00-99e9-429f-b875-af5125117e57
12:00:20.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63309ae9-563a-4df1-8b82-4229413837b0
12:00:20.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27f51a5c-de6c-448d-8ef7-0234e88dfaad
12:00:20.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:20.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:20.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:20.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf14802-a6cc-42bd-8651-33d497be0a8e
12:00:20.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:20.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:20.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:20.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3701dbe1-accc-4d42-9b92-f022f845774a
12:00:20.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fd80ffa-d9ea-481c-b792-c4c273035f1d
12:00:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e283c0d-97f1-4807-8546-ee97bef197c9
12:00:21.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ecf8ef7-7ad5-4c50-96e4-e68778e166a2
12:00:21.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f908f554-bb7d-4925-a833-1bba29fe8ed8
12:00:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21c226b4-1ce8-4148-97a2-3ff990607a98
12:00:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b92201b-ac36-4305-bf68-8581734e817c
12:00:21.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3dde1f7-4d30-422f-82c4-cae35af49e88
12:00:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085f86b1-f5c9-4213-a76b-27622bd45f47
12:00:21.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efb5cc77-d7db-4500-9a5c-b5ea6983ef52
12:00:21.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cd40b73-f3e8-48e8-90a3-2e5c6f5ef7e7
12:00:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b86ccd-f442-4814-ace6-9a8aa41b7d8d
12:00:21.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d02d8358-8584-4beb-a61e-dfd9fc2f9037
12:00:21.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75d026d8-b384-4817-ad96-89b3f8c17de2
12:00:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5aa6c46b-87ea-401e-8126-9bff13a53265
12:00:21.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=882aaed7-a1dd-4b8a-92bf-22c21b1beffd
12:00:21.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1649046-c0b4-4f32-bda4-4670bd629040
12:00:21.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e1c5f0-ffbe-46d7-a959-825865195da1
12:00:21.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785ba0ed-aa2c-4616-a31f-b48d9b002ef6
12:00:21.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac84bbd-b705-4dd9-9b97-638abb3fd75a
12:00:21.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde668c9-c228-4de0-bd64-cfe0d18d67a3
12:00:21.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e55014e6-02ef-417c-a969-a36df2b202af
12:00:21.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:21.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:21.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb3cc49-c4ba-4d79-a708-1028a9345ea1
12:00:21.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:21.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:21.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02e327d-46b5-4421-b916-8f7e4a7ec10f
12:00:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2de7c44e-812c-4fe5-9136-6633e1b3b513
12:00:22.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bef4d19c-5183-4c72-9514-6e42f07cdb5c
12:00:22.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332eff0f-3104-4dcf-84c7-83ed1d93063d
12:00:22.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c5be6f-ebea-4b13-8c53-c9a2edb3e4b9
12:00:22.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8318e815-7485-401c-ad08-672e13316013
12:00:22.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ce8f127-69e5-43ba-b011-7bfb44cccd82
12:00:22.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb67732f-57c7-4343-959b-291e71b61656
12:00:22.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d2b9af-225f-4ee0-97a2-ed84f1da8439
12:00:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e977c66a-6f0b-4944-9250-ea080a07c20a
12:00:22.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4917fe96-aed2-420a-9776-6ed9c88da198
12:00:22.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187a10c5-7fca-4718-84da-010e011d7efd
12:00:22.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505a6e99-7730-4631-93f9-33350405f044
12:00:22.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dbc4561-d08c-4f0d-86c3-7b6725bd1395
12:00:22.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef4ed00-99e9-429f-b875-af5125117e57
12:00:22.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ba8835a-c7fe-4e8e-846b-84899e6d6edf
12:00:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27f51a5c-de6c-448d-8ef7-0234e88dfaad
12:00:22.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5631d3cb-c935-4556-8ec5-4ebd1bc2c1f8
12:00:22.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf14802-a6cc-42bd-8651-33d497be0a8e
12:00:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4403e3ce-448c-4805-9fd0-3df3dbada746
12:00:22.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:22.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:22.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:22.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e283c0d-97f1-4807-8546-ee97bef197c9
12:00:23.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61534eea-9a3f-4687-9604-e26301391782
12:00:23.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa15609-e398-4d0d-b8b7-fc461905ddb0
12:00:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f908f554-bb7d-4925-a833-1bba29fe8ed8
12:00:23.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a339d1-81eb-41a6-94b7-920c8e24b370
12:00:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b92201b-ac36-4305-bf68-8581734e817c
12:00:23.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085f86b1-f5c9-4213-a76b-27622bd45f47
12:00:23.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5aec782-3052-46a7-9064-f48c389d54e9
12:00:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efb5cc77-d7db-4500-9a5c-b5ea6983ef52
12:00:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c97e519-850d-4635-9b60-407d6ba58fda
12:00:23.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b86ccd-f442-4814-ace6-9a8aa41b7d8d
12:00:23.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a368d997-12c0-4a9d-9f73-4067c4202135
12:00:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75d026d8-b384-4817-ad96-89b3f8c17de2
12:00:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f41d67f-dbf5-4b1a-8e61-a152acee6fc5
12:00:23.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d72381-aa2b-4ed1-9cce-6dae321d2f40
12:00:23.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=882aaed7-a1dd-4b8a-92bf-22c21b1beffd
12:00:23.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1649046-c0b4-4f32-bda4-4670bd629040
12:00:23.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1236d18-acbe-4624-8ab6-344573e1a074
12:00:23.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31e8818-5ace-4a1a-94d0-cbe8f87de355
12:00:23.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785ba0ed-aa2c-4616-a31f-b48d9b002ef6
12:00:23.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:23.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:23.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:23.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:23.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:23.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ce3bd7-e461-472b-83b4-95e245225da8
12:00:23.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:23.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:23.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde668c9-c228-4de0-bd64-cfe0d18d67a3
12:00:24.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddb3cc49-c4ba-4d79-a708-1028a9345ea1
12:00:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fa4a72-755d-4a87-8d4f-b71c49a651b6
12:00:24.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2de7c44e-812c-4fe5-9136-6633e1b3b513
12:00:24.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407d9db6-b424-472c-901a-498f35652dcf
12:00:24.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3220a7a5-4767-4bed-8ea4-810e776f252a
12:00:24.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332eff0f-3104-4dcf-84c7-83ed1d93063d
12:00:24.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a66fc9-99c4-45d8-a71d-439a0b14a628
12:00:24.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ce8f127-69e5-43ba-b011-7bfb44cccd82
12:00:24.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7942203-55c5-4ade-9c2d-d85aac1b1118
12:00:24.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d2b9af-225f-4ee0-97a2-ed84f1da8439
12:00:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fea51b6-5f5a-4038-8cb1-8836be34a2c3
12:00:24.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187a10c5-7fca-4718-84da-010e011d7efd
12:00:24.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dbc4561-d08c-4f0d-86c3-7b6725bd1395
12:00:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c87175e7-5029-4ecd-8200-aa5c154b8ab9
12:00:24.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ba8835a-c7fe-4e8e-846b-84899e6d6edf
12:00:24.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99511593-5069-437e-bd37-16bf87e87e4c
12:00:24.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5631d3cb-c935-4556-8ec5-4ebd1bc2c1f8
12:00:24.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75042cdb-553f-48e7-8c6b-4bc6175ef553
12:00:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4403e3ce-448c-4805-9fd0-3df3dbada746
12:00:24.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c03097-056c-47f1-b50c-f654a36bdc16
12:00:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:24.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:24.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:24.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:24.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:24.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:24.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:24.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61534eea-9a3f-4687-9604-e26301391782
12:00:24.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6001d117-5607-4677-b564-8c608228fa73
12:00:25.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa15609-e398-4d0d-b8b7-fc461905ddb0
12:00:25.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ff38a6b-c462-4a1c-97d4-da767d6154a1
12:00:25.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a339d1-81eb-41a6-94b7-920c8e24b370
12:00:25.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e10d737-d881-4406-8371-5e6c88847b49
12:00:25.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5aec782-3052-46a7-9064-f48c389d54e9
12:00:25.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f5d401-a8d9-4d66-9198-7bf24bd6d0d2
12:00:25.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c97e519-850d-4635-9b60-407d6ba58fda
12:00:25.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8d23905-029f-42be-add4-d8db9ea9cf88
12:00:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a368d997-12c0-4a9d-9f73-4067c4202135
12:00:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5e97d12-13c3-40da-b045-bd461c591d79
12:00:25.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f41d67f-dbf5-4b1a-8e61-a152acee6fc5
12:00:25.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddd130b-0e99-4a9f-aaac-92b4b1a3fb9f
12:00:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d72381-aa2b-4ed1-9cce-6dae321d2f40
12:00:25.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc0a92f-62dc-4620-ac22-8360bf57558a
12:00:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1236d18-acbe-4624-8ab6-344573e1a074
12:00:25.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2299755-480f-4fa6-b3f3-33a2eeab3ae3
12:00:25.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31e8818-5ace-4a1a-94d0-cbe8f87de355
12:00:25.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87922104-fdea-4fe3-b2ee-05f9d5cb77dc
12:00:25.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ce3bd7-e461-472b-83b4-95e245225da8
12:00:25.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a12b2d4c-adc2-48ea-ad91-c6a1927c4fc8
12:00:25.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84fa4a72-755d-4a87-8d4f-b71c49a651b6
12:00:25.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:25.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:25.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:25.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:25.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:25.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:25.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94aae64c-c257-4650-a25b-ad3541dd702b
12:00:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec043c0-853b-42d4-bdfb-8ec0270721db
12:00:26.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407d9db6-b424-472c-901a-498f35652dcf
12:00:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3220a7a5-4767-4bed-8ea4-810e776f252a
12:00:26.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8842576-6f51-4eb4-89ab-1a8fafdd15e3
12:00:26.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f77f7205-4d2c-414e-a063-ad20b63dd283
12:00:26.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a66fc9-99c4-45d8-a71d-439a0b14a628
12:00:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e8e1178-64a2-46d7-b845-a8106bd0e8dc
12:00:26.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7942203-55c5-4ade-9c2d-d85aac1b1118
12:00:26.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb813aa-484a-4023-a26b-4383289814a2
12:00:26.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1abd2d85-f8ba-44b2-8062-5285b38fb67c
12:00:26.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fea51b6-5f5a-4038-8cb1-8836be34a2c3
12:00:26.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889778d3-bd4a-4411-a0bd-b4d152c92929
12:00:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c87175e7-5029-4ecd-8200-aa5c154b8ab9
12:00:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c345484d-645a-4498-b53f-0e905424ddcc
12:00:26.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99511593-5069-437e-bd37-16bf87e87e4c
12:00:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c15bc39-72a5-46ba-a56c-110057f0631c
12:00:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75042cdb-553f-48e7-8c6b-4bc6175ef553
12:00:26.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7982b273-7bca-49ba-acb9-8e8bf401b274
12:00:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c03097-056c-47f1-b50c-f654a36bdc16
12:00:26.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:26.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6001d117-5607-4677-b564-8c608228fa73
12:00:26.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:26.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:26.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:26.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:26.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a7507e0-72e2-40f3-b8fd-2be8a8d60ce8
12:00:26.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71350812-12e2-4fef-a2a6-a4e2c5d891c7
12:00:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ff38a6b-c462-4a1c-97d4-da767d6154a1
12:00:27.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e24178-b5b4-4ea3-85e9-61cf77591070
12:00:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e10d737-d881-4406-8371-5e6c88847b49
12:00:27.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9ea993-498d-4799-8740-7432723708a3
12:00:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f5d401-a8d9-4d66-9198-7bf24bd6d0d2
12:00:27.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb10cd33-137c-40c7-8e03-819b1f8caedf
12:00:27.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8d23905-029f-42be-add4-d8db9ea9cf88
12:00:27.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c91e38d-5232-4b3a-98ec-774f92ae2ce1
12:00:27.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5e97d12-13c3-40da-b045-bd461c591d79
12:00:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c0942b-777d-4f7e-971b-3b0199ce2656
12:00:27.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b4dcdeb-8a3f-4c55-b093-3e585ce0b6fa
12:00:27.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddd130b-0e99-4a9f-aaac-92b4b1a3fb9f
12:00:27.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f63b1c-efc3-4896-9cdb-83eade1d2a30
12:00:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc0a92f-62dc-4620-ac22-8360bf57558a
12:00:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9565f274-1775-4f27-b5ab-cac81f024f99
12:00:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2299755-480f-4fa6-b3f3-33a2eeab3ae3
12:00:27.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9830974-9ff2-4179-8441-5224dc92a335
12:00:27.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87922104-fdea-4fe3-b2ee-05f9d5cb77dc
12:00:27.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0615397c-871d-4611-a54d-07af2542941d
12:00:27.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:27.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:27.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:27.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:27.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:27.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:27.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:27.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a12b2d4c-adc2-48ea-ad91-c6a1927c4fc8
12:00:27.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f749d8-e353-4459-b9b3-0fc6b679558c
12:00:28.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94aae64c-c257-4650-a25b-ad3541dd702b
12:00:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b3863d3-f74c-4ce1-a2c7-0cecbce80590
12:00:28.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ec043c0-853b-42d4-bdfb-8ec0270721db
12:00:28.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d25be6a-f563-4644-b3a2-2b8146b33da5
12:00:28.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8842576-6f51-4eb4-89ab-1a8fafdd15e3
12:00:28.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ce2cbb6-bcf6-4ca4-a68e-adbd9e0ba037
12:00:28.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f77f7205-4d2c-414e-a063-ad20b63dd283
12:00:28.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2575a45c-2158-4406-a393-4add44e5d9cf
12:00:28.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fad213d-191b-40fa-922a-968cd3130b90
12:00:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e8e1178-64a2-46d7-b845-a8106bd0e8dc
12:00:28.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb813aa-484a-4023-a26b-4383289814a2
12:00:28.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d9722f-aa07-488e-9edf-644075278158
12:00:28.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1abd2d85-f8ba-44b2-8062-5285b38fb67c
12:00:28.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3778f594-00c2-4ffb-bb21-31a320452f25
12:00:28.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889778d3-bd4a-4411-a0bd-b4d152c92929
12:00:28.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d49c58d1-8256-4850-9c08-43d6eda94326
12:00:28.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c345484d-645a-4498-b53f-0e905424ddcc
12:00:28.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b54fc4-e9f3-40de-bdc3-70fc585f3ca5
12:00:28.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c15bc39-72a5-46ba-a56c-110057f0631c
12:00:28.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:28.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:28.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:28.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:28.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:28.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:28.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:28.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0c6a4f-a189-4a70-ada8-ab1ca7e65849
12:00:28.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7982b273-7bca-49ba-acb9-8e8bf401b274
12:00:29.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d81f94-9a22-4c2f-92ce-50b42b7b33c9
12:00:29.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a7507e0-72e2-40f3-b8fd-2be8a8d60ce8
12:00:29.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd06d2df-6a6f-4659-b3c4-37441aa572dc
12:00:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71350812-12e2-4fef-a2a6-a4e2c5d891c7
12:00:29.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8f98b22-d17f-4860-8afd-70d33463d1c7
12:00:29.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e24178-b5b4-4ea3-85e9-61cf77591070
12:00:29.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c18f86c-359b-4b68-9262-c7d67106abeb
12:00:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9ea993-498d-4799-8740-7432723708a3
12:00:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba088772-57e1-4b55-b990-b628cefa19fb
12:00:29.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb10cd33-137c-40c7-8e03-819b1f8caedf
12:00:29.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fa3b33-addf-472c-b3e3-5d947bdf31f2
12:00:29.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e0bce3-0df7-48a1-9e59-3b1fc7b3f547
12:00:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c91e38d-5232-4b3a-98ec-774f92ae2ce1
12:00:29.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3535f8ea-2b6f-4755-a871-a8ec3d4efa64
12:00:29.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c0942b-777d-4f7e-971b-3b0199ce2656
12:00:29.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b4dcdeb-8a3f-4c55-b093-3e585ce0b6fa
12:00:29.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d7a6e3-e470-4282-a4f1-4f09e42c0c0e
12:00:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f63b1c-efc3-4896-9cdb-83eade1d2a30
12:00:29.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=868a03c1-9341-4edf-a5aa-6a280fb5d8fa
12:00:29.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:29.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:29.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:29.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:29.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:29.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9565f274-1775-4f27-b5ab-cac81f024f99
12:00:29.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74676a6e-f23c-4290-b828-68cc3dc7c1dc
12:00:30.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9830974-9ff2-4179-8441-5224dc92a335
12:00:30.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d753e91a-4477-4435-aa8b-1635100899f3
12:00:30.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0615397c-871d-4611-a54d-07af2542941d
12:00:30.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7899f4c2-a12b-424e-87db-be7cf566b03e
12:00:30.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38f749d8-e353-4459-b9b3-0fc6b679558c
12:00:30.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71dc0656-50d5-4483-a370-bb6738d9be3e
12:00:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b3863d3-f74c-4ce1-a2c7-0cecbce80590
12:00:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c20ca5c1-ccc8-4891-acf5-70d96ea9c320
12:00:30.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e24b1a-d1c3-41ea-9d85-6cc870006ed4
12:00:30.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d25be6a-f563-4644-b3a2-2b8146b33da5
12:00:30.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552e6e4b-7204-4ed7-9fca-a2962dc576cf
12:00:30.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ce2cbb6-bcf6-4ca4-a68e-adbd9e0ba037
12:00:30.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dccdfa45-19bc-486c-bb17-9d2dbb25e097
12:00:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2575a45c-2158-4406-a393-4add44e5d9cf
12:00:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fad213d-191b-40fa-922a-968cd3130b90
12:00:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=975e90e6-ffa6-4e0b-999f-3b3621434ccc
12:00:30.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d9722f-aa07-488e-9edf-644075278158
12:00:30.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dc7b54-019e-4e38-9894-5b1f48dfafbe
12:00:30.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a9e94c-60c0-4698-a148-9070a6e9bf0b
12:00:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3778f594-00c2-4ffb-bb21-31a320452f25
12:00:30.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa34b5de-06a5-4e4a-8584-99332f761eda
12:00:30.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:30.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:30.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:30.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:30.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:30.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:30.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:30.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d49c58d1-8256-4850-9c08-43d6eda94326
12:00:30.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0a19f5-b324-4ab0-b48d-afb18225adf1
12:00:31.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b54fc4-e9f3-40de-bdc3-70fc585f3ca5
12:00:31.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0701dc15-02f2-49a5-9bda-341a4bc4ee02
12:00:31.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0c6a4f-a189-4a70-ada8-ab1ca7e65849
12:00:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc6a90c-0a2f-4270-8b7b-e8fe9bb5ab48
12:00:31.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d81f94-9a22-4c2f-92ce-50b42b7b33c9
12:00:31.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e856a850-fa7b-429b-93b0-26daca439838
12:00:31.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd06d2df-6a6f-4659-b3c4-37441aa572dc
12:00:31.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65f5ee01-9835-465b-ac19-8c197fbebee7
12:00:31.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8f98b22-d17f-4860-8afd-70d33463d1c7
12:00:31.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c18f86c-359b-4b68-9262-c7d67106abeb
12:00:31.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b80b2335-a146-4ff0-a506-09e2b0f59201
12:00:31.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba088772-57e1-4b55-b990-b628cefa19fb
12:00:31.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936757c7-5c20-454c-beff-237c513cb61f
12:00:31.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6fa3b33-addf-472c-b3e3-5d947bdf31f2
12:00:31.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca33f5dd-08b8-4126-825e-123995f516e6
12:00:31.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e0bce3-0df7-48a1-9e59-3b1fc7b3f547
12:00:31.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3e1215-44a8-4baa-a5a3-5949c05305cb
12:00:31.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3535f8ea-2b6f-4755-a871-a8ec3d4efa64
12:00:31.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3a19fb-e600-4a1b-9a90-fdc05a1e6687
12:00:31.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d7a6e3-e470-4282-a4f1-4f09e42c0c0e
12:00:31.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:31.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:31.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=868a03c1-9341-4edf-a5aa-6a280fb5d8fa
12:00:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:31.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:31.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:31.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:31.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03a4aff-372f-4e19-8b5f-ecad37c18cf0
12:00:31.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74676a6e-f23c-4290-b828-68cc3dc7c1dc
12:00:32.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7309f033-c48c-4799-97d2-f379bca17063
12:00:32.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9135b9af-6f3d-4409-83d5-492123368aa1
12:00:32.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d753e91a-4477-4435-aa8b-1635100899f3
12:00:32.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3da688b-f77f-4708-ba3e-4404259c2b0a
12:00:32.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7899f4c2-a12b-424e-87db-be7cf566b03e
12:00:32.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=665ebea4-c508-44a5-a2dc-6a8a7a143c07
12:00:32.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71dc0656-50d5-4483-a370-bb6738d9be3e
12:00:32.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dcb81f7-ff3e-45be-840f-68a3bc556fad
12:00:32.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c20ca5c1-ccc8-4891-acf5-70d96ea9c320
12:00:32.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e24b1a-d1c3-41ea-9d85-6cc870006ed4
12:00:32.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0743ceb7-15dc-4e77-8dfc-3785cb2db994
12:00:32.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=552e6e4b-7204-4ed7-9fca-a2962dc576cf
12:00:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff998552-13a8-4370-bd70-3e2166ac9317
12:00:32.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974ca513-6a6d-4400-8915-f9b7dafa283e
12:00:32.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dccdfa45-19bc-486c-bb17-9d2dbb25e097
12:00:32.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64f84022-94b7-432a-a979-f8aaff6f32d9
12:00:32.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=975e90e6-ffa6-4e0b-999f-3b3621434ccc
12:00:32.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:32.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:32.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:32.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:32.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:32.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:32.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:32.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df14b460-ced7-4ad5-804a-f1faa61d7c68
12:00:32.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dc7b54-019e-4e38-9894-5b1f48dfafbe
12:00:33.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4efce0-7519-417e-9f81-f06e391334ee
12:00:33.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9204cc8a-348b-4ec0-bb3a-f6c5a886d9f6
12:00:33.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a9e94c-60c0-4698-a148-9070a6e9bf0b
12:00:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde4726f-f4bb-441a-aad8-de61d3ffea42
12:00:33.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa34b5de-06a5-4e4a-8584-99332f761eda
12:00:33.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0a19f5-b324-4ab0-b48d-afb18225adf1
12:00:33.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf01bb35-fe5e-418b-8678-04ad48b94918
12:00:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0701dc15-02f2-49a5-9bda-341a4bc4ee02
12:00:33.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55fddcf3-d7e8-4550-a10d-45132094941b
12:00:33.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc6a90c-0a2f-4270-8b7b-e8fe9bb5ab48
12:00:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e856a850-fa7b-429b-93b0-26daca439838
12:00:33.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=067bb466-e183-4835-b88a-e95fb8fb7430
12:00:33.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65f5ee01-9835-465b-ac19-8c197fbebee7
12:00:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b80b2335-a146-4ff0-a506-09e2b0f59201
12:00:33.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e530f9a-9f26-4092-9a3b-764991545fec
12:00:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936757c7-5c20-454c-beff-237c513cb61f
12:00:33.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74c63291-175c-4e68-833c-594151eccfaf
12:00:33.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca33f5dd-08b8-4126-825e-123995f516e6
12:00:33.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f88c46e-fbaf-4c44-b38f-0864a8a15051
12:00:33.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3e1215-44a8-4baa-a5a3-5949c05305cb
12:00:33.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:33.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03f41611-3374-4442-94dd-d469b3d11d73
12:00:33.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:33.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:33.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:33.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:33.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:33.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:33.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd4de1e-27f3-4e2c-b1d3-1dab353f6939
12:00:34.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3a19fb-e600-4a1b-9a90-fdc05a1e6687
12:00:34.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c815abed-688e-4c81-8650-f4b1a1c04f57
12:00:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c03a4aff-372f-4e19-8b5f-ecad37c18cf0
12:00:34.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ff6e351-a1b1-4bc1-8be2-313cc3392032
12:00:34.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7309f033-c48c-4799-97d2-f379bca17063
12:00:34.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a37b77-73a5-44d5-bf89-10db6ce56efe
12:00:34.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9135b9af-6f3d-4409-83d5-492123368aa1
12:00:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93a4b5a4-52bd-4c90-9155-0bfbc02a9869
12:00:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3da688b-f77f-4708-ba3e-4404259c2b0a
12:00:34.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d31dbf7f-6eae-498a-b8fc-624798e8c02d
12:00:34.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3baddbe-6f87-46b4-80c3-38ae2dcb609b
12:00:34.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=665ebea4-c508-44a5-a2dc-6a8a7a143c07
12:00:34.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b94d4f3e-ad7b-4735-a35b-ddc266c59cc5
12:00:34.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a98e00c-27af-4a49-89a5-537423280d60
12:00:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dcb81f7-ff3e-45be-840f-68a3bc556fad
12:00:34.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e4f63d2-846e-4d98-b67e-28be1fb0de32
12:00:34.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0743ceb7-15dc-4e77-8dfc-3785cb2db994
12:00:34.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb804df-6863-44e1-936a-2de94107a9db
12:00:34.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff998552-13a8-4370-bd70-3e2166ac9317
12:00:34.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e39e7a-ddc8-4eee-b959-1e8243864686
12:00:34.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:34.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974ca513-6a6d-4400-8915-f9b7dafa283e
12:00:34.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:34.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:34.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:34.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:34.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:34.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:34.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f96aae-39df-4512-9357-07e12d8e1e6c
12:00:35.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64f84022-94b7-432a-a979-f8aaff6f32d9
12:00:35.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8103e448-3419-4f49-9f5a-c4435c37bfb2
12:00:35.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=733980ae-493e-4c95-88c5-aaec4f05e9e4
12:00:35.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df14b460-ced7-4ad5-804a-f1faa61d7c68
12:00:35.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4efce0-7519-417e-9f81-f06e391334ee
12:00:35.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b50f323-6c8a-457e-a1c0-845d4d74709b
12:00:35.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b24f63-d4a3-4c08-90e8-56c36f35d5a1
12:00:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9204cc8a-348b-4ec0-bb3a-f6c5a886d9f6
12:00:35.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1ecec0d-4969-4394-89f8-58b8b9564881
12:00:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde4726f-f4bb-441a-aad8-de61d3ffea42
12:00:35.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37082db5-32b1-4bc4-8b4e-c58f55e3a5a6
12:00:35.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf01bb35-fe5e-418b-8678-04ad48b94918
12:00:35.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46ae5403-e1da-493b-b385-289e75d347cf
12:00:35.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55fddcf3-d7e8-4550-a10d-45132094941b
12:00:35.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=067bb466-e183-4835-b88a-e95fb8fb7430
12:00:35.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04afee11-6763-42c9-b82c-b27a48b1506e
12:00:35.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e530f9a-9f26-4092-9a3b-764991545fec
12:00:35.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e7ba6f3-ba58-4e03-881b-8ff2bbabd787
12:00:35.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdd7d3d-5063-464e-9662-72601aafbc34
12:00:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74c63291-175c-4e68-833c-594151eccfaf
12:00:35.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb68fbd-394b-4fab-9a33-125280686f51
12:00:35.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f88c46e-fbaf-4c44-b38f-0864a8a15051
12:00:35.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830279eb-eeb4-4f28-8f2f-baf9b9092144
12:00:35.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:35.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:35.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:35.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:35.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:35.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03f41611-3374-4442-94dd-d469b3d11d73
12:00:35.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c155c2c8-51df-42f8-9258-98ba5b76d7c9
12:00:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cd4de1e-27f3-4e2c-b1d3-1dab353f6939
12:00:36.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc2e68c-2c67-403f-b9d5-144bc9968469
12:00:36.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c815abed-688e-4c81-8650-f4b1a1c04f57
12:00:36.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b827c163-0279-4842-ad00-c536f8e870a8
12:00:36.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ff6e351-a1b1-4bc1-8be2-313cc3392032
12:00:36.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da89bfab-fa51-4582-bde7-f984261ff1ed
12:00:36.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a37b77-73a5-44d5-bf89-10db6ce56efe
12:00:36.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fba4b1ad-def8-45c8-88df-95639f9690c8
12:00:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93a4b5a4-52bd-4c90-9155-0bfbc02a9869
12:00:36.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a146e19-bcb4-49f3-b9c0-f1b3e6fe089c
12:00:36.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d31dbf7f-6eae-498a-b8fc-624798e8c02d
12:00:36.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176962b8-22b1-40ea-a2ea-e4d47128c7f0
12:00:36.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3baddbe-6f87-46b4-80c3-38ae2dcb609b
12:00:36.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d251d26b-2738-4cec-b9ef-c2fbcb70f3ec
12:00:36.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b94d4f3e-ad7b-4735-a35b-ddc266c59cc5
12:00:36.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ac3b29-41dd-470e-aaa5-b20af969f258
12:00:36.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a98e00c-27af-4a49-89a5-537423280d60
12:00:36.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d305f3-b684-4310-91bf-ddea8da16661
12:00:36.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e4f63d2-846e-4d98-b67e-28be1fb0de32
12:00:36.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74b5f845-391f-4af7-98da-9583debc2a20
12:00:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb804df-6863-44e1-936a-2de94107a9db
12:00:36.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:36.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:36.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:36.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:36.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81a203d8-3e35-4250-894a-2fbdcf79ced3
12:00:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e39e7a-ddc8-4eee-b959-1e8243864686
12:00:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b287176b-629e-4286-8bb7-9ae2665417a6
12:00:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f96aae-39df-4512-9357-07e12d8e1e6c
12:00:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eac2753-cc93-4069-8f12-bd7bc61cc733
12:00:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8103e448-3419-4f49-9f5a-c4435c37bfb2
12:00:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6596d07a-4fc0-452d-88d7-68038de1f9ef
12:00:37.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=733980ae-493e-4c95-88c5-aaec4f05e9e4
12:00:37.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b50f323-6c8a-457e-a1c0-845d4d74709b
12:00:37.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a896c4f-af68-41d6-bc85-5d2e7fd6e184
12:00:37.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b24f63-d4a3-4c08-90e8-56c36f35d5a1
12:00:37.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796f43c9-6c0e-4dfb-94ac-f3459f09ae79
12:00:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1ecec0d-4969-4394-89f8-58b8b9564881
12:00:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b30935-a729-495b-b3ac-13f26fdc1fb5
12:00:37.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37082db5-32b1-4bc4-8b4e-c58f55e3a5a6
12:00:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1999be0-e2fa-4fcb-a1e2-586d53b3f608
12:00:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46ae5403-e1da-493b-b385-289e75d347cf
12:00:37.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bc234ee-dafb-487e-8eb8-dae7ab6f15cc
12:00:37.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04afee11-6763-42c9-b82c-b27a48b1506e
12:00:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d71314-3e0c-4fd7-bc77-b18708011071
12:00:37.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e7ba6f3-ba58-4e03-881b-8ff2bbabd787
12:00:37.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdd7d3d-5063-464e-9662-72601aafbc34
12:00:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:37.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9de8e5-2cf7-43ba-992d-dc63ab3e9252
12:00:37.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:37.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:37.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:37.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:37.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:37.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:37.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb68fbd-394b-4fab-9a33-125280686f51
12:00:38.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e045b3bd-0b56-4118-8024-6610694faa2f
12:00:38.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830279eb-eeb4-4f28-8f2f-baf9b9092144
12:00:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e53f86-d9fa-4986-829f-244c1470f811
12:00:38.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c155c2c8-51df-42f8-9258-98ba5b76d7c9
12:00:38.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6231e6-8cb7-42f6-8893-33635ad66fc5
12:00:38.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bea2d8-58a7-4d61-a430-d4eeaba57cc2
12:00:38.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bc2e68c-2c67-403f-b9d5-144bc9968469
12:00:38.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b827c163-0279-4842-ad00-c536f8e870a8
12:00:38.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6197880e-4c78-47e8-b80f-72adf3af6d7a
12:00:38.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da89bfab-fa51-4582-bde7-f984261ff1ed
12:00:38.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c699af05-72a1-45f9-93f7-b1402635fb31
12:00:38.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fba4b1ad-def8-45c8-88df-95639f9690c8
12:00:38.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3f30da-fa5b-4dbb-a5af-ee3f61abd90e
12:00:38.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a146e19-bcb4-49f3-b9c0-f1b3e6fe089c
12:00:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176962b8-22b1-40ea-a2ea-e4d47128c7f0
12:00:38.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a7882f2-de7a-4bdb-982c-f4293bb11eaa
12:00:38.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d251d26b-2738-4cec-b9ef-c2fbcb70f3ec
12:00:38.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7aa19e6-67ca-47dd-a98e-27335cebdcb4
12:00:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827866cc-e33d-49f2-b2d1-c58779185b88
12:00:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ac3b29-41dd-470e-aaa5-b20af969f258
12:00:38.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:38.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:38.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:38.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:38.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:38.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:38.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:38.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70d902c1-787c-44b4-b955-39c9de276c7c
12:00:38.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d305f3-b684-4310-91bf-ddea8da16661
12:00:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505d3a58-4329-4704-84c3-1da8ef1ecfb3
12:00:39.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74b5f845-391f-4af7-98da-9583debc2a20
12:00:39.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=410f4991-b3fb-469c-aa70-28d3fa99b109
12:00:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81a203d8-3e35-4250-894a-2fbdcf79ced3
12:00:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c9a0f3f-6b5e-46bd-9c32-66c5bd1d7a7d
12:00:39.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b287176b-629e-4286-8bb7-9ae2665417a6
12:00:39.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1fb0765-026d-4152-9b57-773af90107f1
12:00:39.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eac2753-cc93-4069-8f12-bd7bc61cc733
12:00:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d0735a-6762-41de-b929-299679f3d3bb
12:00:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523d49fa-67f1-415d-b716-14325f789c52
12:00:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6596d07a-4fc0-452d-88d7-68038de1f9ef
12:00:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d36592c4-a8ba-4805-9a2c-d415a792c4f0
12:00:39.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a896c4f-af68-41d6-bc85-5d2e7fd6e184
12:00:39.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbbe9ca-cee6-4663-8134-b2eb3f55adb3
12:00:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796f43c9-6c0e-4dfb-94ac-f3459f09ae79
12:00:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9f55db-bf2f-4300-8115-376ef32edc76
12:00:39.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b30935-a729-495b-b3ac-13f26fdc1fb5
12:00:39.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f79ad996-070c-4995-bd0b-2063febcc909
12:00:39.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1999be0-e2fa-4fcb-a1e2-586d53b3f608
12:00:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6730bb0b-8dc5-4485-a6a4-0e6a5b0ecf21
12:00:39.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:39.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:39.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:39.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:39.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bc234ee-dafb-487e-8eb8-dae7ab6f15cc
12:00:39.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936f7a78-a679-41d5-9891-66fd884a785e
12:00:40.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d71314-3e0c-4fd7-bc77-b18708011071
12:00:40.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca64391-c989-4bce-b248-8ce9b7edc35b
12:00:40.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9de8e5-2cf7-43ba-992d-dc63ab3e9252
12:00:40.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e045b3bd-0b56-4118-8024-6610694faa2f
12:00:40.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a9edf34-1e65-4434-ba0b-23b9e34c7aac
12:00:40.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e53f86-d9fa-4986-829f-244c1470f811
12:00:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd0f6c3-792c-438f-ae9d-a79161592363
12:00:40.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6231e6-8cb7-42f6-8893-33635ad66fc5
12:00:40.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41de0211-64be-4f3f-9168-3851aeb46378
12:00:40.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bea2d8-58a7-4d61-a430-d4eeaba57cc2
12:00:40.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fecb915-e718-4d13-ba6b-ceb6e74e02f8
12:00:40.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6197880e-4c78-47e8-b80f-72adf3af6d7a
12:00:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7340e154-b31f-4834-ac03-7e64755677b7
12:00:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c699af05-72a1-45f9-93f7-b1402635fb31
12:00:40.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a273240-5da5-4dfe-88bb-faa4af18b1e7
12:00:40.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3f30da-fa5b-4dbb-a5af-ee3f61abd90e
12:00:40.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dabd13e-3101-47a4-b80d-99f1e374365c
12:00:40.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a7882f2-de7a-4bdb-982c-f4293bb11eaa
12:00:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a967a9f4-62a9-4394-949b-1b6d724da901
12:00:40.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7aa19e6-67ca-47dd-a98e-27335cebdcb4
12:00:40.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:40.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:40.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:40.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=700a7867-a35a-4598-871f-00fc64ca221d
12:00:40.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:40.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:40.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:40.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:40.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827866cc-e33d-49f2-b2d1-c58779185b88
12:00:40.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70d902c1-787c-44b4-b955-39c9de276c7c
12:00:41.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107c95b5-da6a-47d7-9e08-56afa29bdf68
12:00:41.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=505d3a58-4329-4704-84c3-1da8ef1ecfb3
12:00:41.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=410f4991-b3fb-469c-aa70-28d3fa99b109
12:00:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78da627b-3d4c-4c05-9648-cc8390a35e98
12:00:41.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c9a0f3f-6b5e-46bd-9c32-66c5bd1d7a7d
12:00:41.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9c28f2f-059e-4768-ad48-337069ad9e45
12:00:41.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1fb0765-026d-4152-9b57-773af90107f1
12:00:41.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00100d1b-cca0-4571-b0d7-488166e57bff
12:00:41.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d0735a-6762-41de-b929-299679f3d3bb
12:00:41.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2810f62a-0746-43c2-ac4f-a1c385db8942
12:00:41.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523d49fa-67f1-415d-b716-14325f789c52
12:00:41.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c305284-d9ac-499d-940c-ff9398df54d0
12:00:41.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d36592c4-a8ba-4805-9a2c-d415a792c4f0
12:00:41.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d47cbb2-4d5d-4fb0-9b8b-022e4686f4e4
12:00:41.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbbe9ca-cee6-4663-8134-b2eb3f55adb3
12:00:41.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79056e5-0f8f-477b-a34b-e74c1d2ae540
12:00:41.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9f55db-bf2f-4300-8115-376ef32edc76
12:00:41.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bf3414-3606-4619-b654-54089d37e261
12:00:41.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f79ad996-070c-4995-bd0b-2063febcc909
12:00:41.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de425853-4410-4112-8f3f-65b80f5f9fb1
12:00:41.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6730bb0b-8dc5-4485-a6a4-0e6a5b0ecf21
12:00:41.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:41.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:41.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:41.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:41.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:41.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db727bb8-fd0a-466b-bff2-71cbf540aed3
12:00:41.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936f7a78-a679-41d5-9891-66fd884a785e
12:00:42.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71cb3f63-5069-47e4-a095-b6e555f539cb
12:00:42.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca64391-c989-4bce-b248-8ce9b7edc35b
12:00:42.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6079c67-9b5c-4aa9-b0d0-49bda1d354ad
12:00:42.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e02b5f-c40d-4b2b-9015-330ba499fea5
12:00:42.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a9edf34-1e65-4434-ba0b-23b9e34c7aac
12:00:42.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd0f6c3-792c-438f-ae9d-a79161592363
12:00:42.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f891e11-c5e2-4e2c-8f8d-531fce1490ee
12:00:42.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1640c8-8344-43a6-b3e6-05227ed09af1
12:00:42.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41de0211-64be-4f3f-9168-3851aeb46378
12:00:42.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eacafa7a-f0a1-4754-b8d2-7055bc27cc5a
12:00:42.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fecb915-e718-4d13-ba6b-ceb6e74e02f8
12:00:42.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b361e2bd-a138-47f7-99b6-e15945904a02
12:00:42.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43638c80-f0f8-41c2-9b56-a1ee75028eac
12:00:42.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7340e154-b31f-4834-ac03-7e64755677b7
12:00:42.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fb6870-059f-4c51-98a1-8267de87a236
12:00:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a273240-5da5-4dfe-88bb-faa4af18b1e7
12:00:42.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1adbd6b7-bdab-4427-9852-ecebe07ee112
12:00:42.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dabd13e-3101-47a4-b80d-99f1e374365c
12:00:42.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa97228-0b2a-4b60-b352-c812a37089b3
12:00:42.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:42.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:42.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:42.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a967a9f4-62a9-4394-949b-1b6d724da901
12:00:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:42.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:42.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:42.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2de0eab-ac59-4f35-8a65-76337458a15b
12:00:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=700a7867-a35a-4598-871f-00fc64ca221d
12:00:43.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3d7971-a91f-49ff-a9af-ac9583cac630
12:00:43.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca9ca680-4de8-4414-9dad-a15321af4250
12:00:43.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107c95b5-da6a-47d7-9e08-56afa29bdf68
12:00:43.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78da627b-3d4c-4c05-9648-cc8390a35e98
12:00:43.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d040545a-e077-4a41-bc42-486a40d87fa0
12:00:43.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9c28f2f-059e-4768-ad48-337069ad9e45
12:00:43.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c535f064-00b9-445b-b46a-dff672728d48
12:00:43.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00100d1b-cca0-4571-b0d7-488166e57bff
12:00:43.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=829b588f-62aa-4f68-bad4-d5206bd1bbcc
12:00:43.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2810f62a-0746-43c2-ac4f-a1c385db8942
12:00:43.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1af53b1e-eba0-41b7-b9d1-1d451961b5f1
12:00:43.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c305284-d9ac-499d-940c-ff9398df54d0
12:00:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa1a183-47c2-43e4-a39d-f256de973844
12:00:43.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d47cbb2-4d5d-4fb0-9b8b-022e4686f4e4
12:00:43.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79056e5-0f8f-477b-a34b-e74c1d2ae540
12:00:43.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990edd3a-5a45-45ac-88a2-2d8ba1df691d
12:00:43.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e4d29f-67c3-47ba-b763-c4ab432efbec
12:00:43.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bf3414-3606-4619-b654-54089d37e261
12:00:43.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12d49789-568a-417f-9d46-22ac780b06b4
12:00:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de425853-4410-4112-8f3f-65b80f5f9fb1
12:00:43.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:43.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db727bb8-fd0a-466b-bff2-71cbf540aed3
12:00:43.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:43.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:43.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:43.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:43.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:43.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:43.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4df12e-8221-4487-85c2-ce090b5806c9
12:00:44.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5979f7c-35a3-40bc-b167-9545a25c6791
12:00:44.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71cb3f63-5069-47e4-a095-b6e555f539cb
12:00:44.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf322913-fe14-4661-883f-1c001d11d9c8
12:00:44.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6079c67-9b5c-4aa9-b0d0-49bda1d354ad
12:00:44.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e02b5f-c40d-4b2b-9015-330ba499fea5
12:00:44.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f5f4f34-5a86-4eac-8d41-6a8738d6a728
12:00:44.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9336dc-c3bd-4352-acc8-5c3d022c7ed3
12:00:44.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f891e11-c5e2-4e2c-8f8d-531fce1490ee
12:00:44.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=486cc9e0-8151-425a-90d1-758667be3bc3
12:00:44.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1640c8-8344-43a6-b3e6-05227ed09af1
12:00:44.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5dd668f-93c8-4f13-aef3-69d1b2f6d70a
12:00:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eacafa7a-f0a1-4754-b8d2-7055bc27cc5a
12:00:44.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c47d3a08-7b8b-4bf4-8db6-c67b0759024b
12:00:44.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b361e2bd-a138-47f7-99b6-e15945904a02
12:00:44.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5be8ca-3ddc-4b0e-8bd0-f9c7c9f2ee01
12:00:44.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43638c80-f0f8-41c2-9b56-a1ee75028eac
12:00:44.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917d8277-cb1c-4342-8626-5c41dc33090f
12:00:44.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fb6870-059f-4c51-98a1-8267de87a236
12:00:44.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44f76c3a-ddb0-4aeb-be12-2d3b77004724
12:00:44.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e417fcb-ad84-453c-b87d-a182185a678f
12:00:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1adbd6b7-bdab-4427-9852-ecebe07ee112
12:00:44.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:44.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50423e2a-80d8-4928-a035-5b20a752ae0f
12:00:44.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:44.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa97228-0b2a-4b60-b352-c812a37089b3
12:00:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2de0eab-ac59-4f35-8a65-76337458a15b
12:00:45.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad7b261-98d3-479b-9d97-fc436d4ac87d
12:00:45.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3d7971-a91f-49ff-a9af-ac9583cac630
12:00:45.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1c548c9-cd20-498c-97a3-2a6a8dd6e831
12:00:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b0216f-1c38-47b3-ba88-52011852147f
12:00:45.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca9ca680-4de8-4414-9dad-a15321af4250
12:00:45.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d040545a-e077-4a41-bc42-486a40d87fa0
12:00:45.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f82b93-a5f0-47b4-a1f2-9073459f5226
12:00:45.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c535f064-00b9-445b-b46a-dff672728d48
12:00:45.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e28742c2-2c68-4c0c-aa6c-69acc62cae88
12:00:45.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=829b588f-62aa-4f68-bad4-d5206bd1bbcc
12:00:45.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=760c55dc-bd82-478f-8a14-6ed7b505dee8
12:00:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1af53b1e-eba0-41b7-b9d1-1d451961b5f1
12:00:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e6d0360-3e88-48a3-9f81-b3720ce64296
12:00:45.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa1a183-47c2-43e4-a39d-f256de973844
12:00:45.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08e77915-2cc9-438a-bec9-1d769b79bb14
12:00:45.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a552cab7-5c19-45b9-a50d-090a45db33f6
12:00:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990edd3a-5a45-45ac-88a2-2d8ba1df691d
12:00:45.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68104456-b84e-413d-bebd-cd87780c956a
12:00:45.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e4d29f-67c3-47ba-b763-c4ab432efbec
12:00:45.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6df13cf-c4cc-4c07-912a-7f21d7213ce7
12:00:45.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:45.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:45.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:45.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:45.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:45.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12d49789-568a-417f-9d46-22ac780b06b4
12:00:45.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cfb948-c551-4ac1-8a23-3cae73234f4f
12:00:46.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4df12e-8221-4487-85c2-ce090b5806c9
12:00:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b6e9c7-1cd5-4ba5-9e55-50f1b4e0e481
12:00:46.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b758c1-0e21-48a9-8bd6-0b18f65ea7f8
12:00:46.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5979f7c-35a3-40bc-b167-9545a25c6791
12:00:46.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26c86da7-d078-49e3-82a8-226659fba8d9
12:00:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf322913-fe14-4661-883f-1c001d11d9c8
12:00:46.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a59ce46-e253-48ea-9a8f-51a5b28bf7f2
12:00:46.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f5f4f34-5a86-4eac-8d41-6a8738d6a728
12:00:46.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f165356-88a8-462e-8a0b-db6050681551
12:00:46.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9336dc-c3bd-4352-acc8-5c3d022c7ed3
12:00:46.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3fc820e-7c2e-45e7-8a78-a457daea6458
12:00:46.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=486cc9e0-8151-425a-90d1-758667be3bc3
12:00:46.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2adf380-09aa-4cd8-bdf7-89bf7b71d4c3
12:00:46.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5dd668f-93c8-4f13-aef3-69d1b2f6d70a
12:00:46.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7f87451-0384-4d12-8506-515ee55a0524
12:00:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c47d3a08-7b8b-4bf4-8db6-c67b0759024b
12:00:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb6f61c-9ec1-4954-8a22-2971e937dbf4
12:00:46.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5be8ca-3ddc-4b0e-8bd0-f9c7c9f2ee01
12:00:46.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=917d8277-cb1c-4342-8626-5c41dc33090f
12:00:46.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f69be7a-598e-4573-95ee-478cd0bdecd6
12:00:46.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44f76c3a-ddb0-4aeb-be12-2d3b77004724
12:00:46.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:46.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c550de9-99d1-44f0-babc-d83b6bddd35f
12:00:46.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:46.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:46.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:46.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:46.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e417fcb-ad84-453c-b87d-a182185a678f
12:00:47.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c733bbe4-c4ee-4a44-94f1-3e7f929687ae
12:00:47.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3854793c-dbcc-4f3e-bc07-acd6a2d463d9
12:00:47.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50423e2a-80d8-4928-a035-5b20a752ae0f
12:00:47.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad7b261-98d3-479b-9d97-fc436d4ac87d
12:00:47.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59071220-10b0-4a3f-94e1-493581ff9395
12:00:47.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1c548c9-cd20-498c-97a3-2a6a8dd6e831
12:00:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce81aa60-49d3-48f2-abbd-193dac540ba0
12:00:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29b0216f-1c38-47b3-ba88-52011852147f
12:00:47.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f82b93-a5f0-47b4-a1f2-9073459f5226
12:00:47.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2421f2a6-3ed2-4325-a88e-f6f3a9be5970
12:00:47.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e28742c2-2c68-4c0c-aa6c-69acc62cae88
12:00:47.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6cde58-118f-4a1f-a176-c831ba38ea0f
12:00:47.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=760c55dc-bd82-478f-8a14-6ed7b505dee8
12:00:47.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b282fb8-8451-4d7a-bd78-6e903127ea51
12:00:47.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e6d0360-3e88-48a3-9f81-b3720ce64296
12:00:47.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8a3020a-aa68-4654-abe3-03d968bfb820
12:00:47.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08e77915-2cc9-438a-bec9-1d769b79bb14
12:00:47.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50e7e7e-e4e1-401a-98a7-f63167c5c9d5
12:00:47.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a552cab7-5c19-45b9-a50d-090a45db33f6
12:00:47.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cc4550-b220-4bf3-91e9-78c6afe494ef
12:00:47.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:47.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68104456-b84e-413d-bebd-cd87780c956a
12:00:47.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:47.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:47.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:47.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:47.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:47.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:47.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=092cd255-e6cf-47f3-8097-553ab270a67d
12:00:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6df13cf-c4cc-4c07-912a-7f21d7213ce7
12:00:48.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52a7033b-251f-4fed-9780-76ab1c12f842
12:00:48.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cfb948-c551-4ac1-8a23-3cae73234f4f
12:00:48.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c42d92f-3e6b-4171-8956-0748044b68d3
12:00:48.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b6e9c7-1cd5-4ba5-9e55-50f1b4e0e481
12:00:48.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8834c47f-b6ff-4a55-af80-fea451c68752
12:00:48.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c6759e-9009-4bdb-bdc8-8549feead447
12:00:48.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b758c1-0e21-48a9-8bd6-0b18f65ea7f8
12:00:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26c86da7-d078-49e3-82a8-226659fba8d9
12:00:48.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e9dc111-f2ba-45dc-88fb-0c241dde1f67
12:00:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a59ce46-e253-48ea-9a8f-51a5b28bf7f2
12:00:48.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e42b4f8d-b0f5-40f3-aab4-182a076b03e3
12:00:48.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f165356-88a8-462e-8a0b-db6050681551
12:00:48.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92f3725-cd37-4eb1-8b9f-46714780de16
12:00:48.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3fc820e-7c2e-45e7-8a78-a457daea6458
12:00:48.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f944ba9-f0bc-469d-8f0d-1b927615014e
12:00:48.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2adf380-09aa-4cd8-bdf7-89bf7b71d4c3
12:00:48.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7f87451-0384-4d12-8506-515ee55a0524
12:00:48.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c687461-438f-4c34-ad38-21a9ba65ceb1
12:00:48.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb6f61c-9ec1-4954-8a22-2971e937dbf4
12:00:48.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c528691-38c7-4860-bcd2-dda5fe81f741
12:00:48.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f69be7a-598e-4573-95ee-478cd0bdecd6
12:00:48.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1486696-eb23-41bd-9a6f-e6c5e8bbf200
12:00:48.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:48.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:48.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:48.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:48.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:48.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:48.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c550de9-99d1-44f0-babc-d83b6bddd35f
12:00:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c733bbe4-c4ee-4a44-94f1-3e7f929687ae
12:00:49.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2f9e80c-8105-4ba6-b099-520d1b24efb5
12:00:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3854793c-dbcc-4f3e-bc07-acd6a2d463d9
12:00:49.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0bca0d6-b679-4d9f-80c7-0928ba647b3b
12:00:49.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59071220-10b0-4a3f-94e1-493581ff9395
12:00:49.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab2098f-fa2a-410f-857c-e6e76e45a9e7
12:00:49.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce81aa60-49d3-48f2-abbd-193dac540ba0
12:00:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57416e6-371a-4221-a461-4f56f09f5f5b
12:00:49.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2421f2a6-3ed2-4325-a88e-f6f3a9be5970
12:00:49.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0a43c6a-f3f5-43ba-b5bb-913e287cfe6b
12:00:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6cde58-118f-4a1f-a176-c831ba38ea0f
12:00:49.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135c8ce3-25bb-4aa1-91f0-f1856ae8c324
12:00:49.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b282fb8-8451-4d7a-bd78-6e903127ea51
12:00:49.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dab6239-4cb0-4524-953b-2a9ef4b5073b
12:00:49.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=148743cb-9436-4462-9694-175be32a60cc
12:00:49.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8a3020a-aa68-4654-abe3-03d968bfb820
12:00:49.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50e7e7e-e4e1-401a-98a7-f63167c5c9d5
12:00:49.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f3204b-84a5-4b02-88c5-74862b5b117f
12:00:49.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10656993-d6a2-4cc3-b9c4-fb47968e2ace
12:00:49.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cc4550-b220-4bf3-91e9-78c6afe494ef
12:00:49.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d936f15-a20c-4077-acc0-db2afceb42c3
12:00:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:49.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:49.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=092cd255-e6cf-47f3-8097-553ab270a67d
12:00:49.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:49.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:49.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:49.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8288056-9812-49b0-a328-5aee10fbb2b2
12:00:49.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52a7033b-251f-4fed-9780-76ab1c12f842
12:00:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a7af4b9-7c33-4a97-b8f2-ab63f1bcb8a4
12:00:50.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c42d92f-3e6b-4171-8956-0748044b68d3
12:00:50.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4013242c-deda-4577-8269-426f9c29d6f2
12:00:50.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8834c47f-b6ff-4a55-af80-fea451c68752
12:00:50.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b453fbd3-974b-4b7d-afa7-304c87d09963
12:00:50.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c6759e-9009-4bdb-bdc8-8549feead447
12:00:50.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f2aaef-0677-46b0-b7c9-383a3b48b420
12:00:50.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84de243e-c805-4f36-84fb-9f078e5cd0bd
12:00:50.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e9dc111-f2ba-45dc-88fb-0c241dde1f67
12:00:50.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e42b4f8d-b0f5-40f3-aab4-182a076b03e3
12:00:50.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31c7e480-54c3-4afa-99f7-ec5e88491ca2
12:00:50.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b9b5aa5-623a-4960-944b-7c49d5a2e0a6
12:00:50.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92f3725-cd37-4eb1-8b9f-46714780de16
12:00:50.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02868cda-f486-4324-a46a-2bbde0bf6cca
12:00:50.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f944ba9-f0bc-469d-8f0d-1b927615014e
12:00:50.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0ffb884-2def-4949-a438-8f57ae668f47
12:00:50.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c687461-438f-4c34-ad38-21a9ba65ceb1
12:00:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0095d7f1-f1db-4a4d-ac71-9785bef4ca52
12:00:50.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c528691-38c7-4860-bcd2-dda5fe81f741
12:00:50.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:50.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faecd9b0-3170-4786-b79b-74ccd2b387a6
12:00:50.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:50.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:50.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:50.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:50.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:50.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:50.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be31b83-9d07-4995-9764-9156a22d700e
12:00:51.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1486696-eb23-41bd-9a6f-e6c5e8bbf200
12:00:51.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2f9e80c-8105-4ba6-b099-520d1b24efb5
12:00:51.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e9326c-aa9c-4c17-b191-a0415ed2bec4
12:00:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0bca0d6-b679-4d9f-80c7-0928ba647b3b
12:00:51.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ef9645-6846-4265-9344-f9a30b86fee8
12:00:51.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab2098f-fa2a-410f-857c-e6e76e45a9e7
12:00:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb35eff4-224a-43c3-8ab2-2e0bc10a832b
12:00:51.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.307 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57416e6-371a-4221-a461-4f56f09f5f5b
12:00:51.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10e0e409-fe61-4394-a95c-a4e4446fb579
12:00:51.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0a43c6a-f3f5-43ba-b5bb-913e287cfe6b
12:00:51.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efae171e-9849-458a-95c3-7c3470a695ce
12:00:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135c8ce3-25bb-4aa1-91f0-f1856ae8c324
12:00:51.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dab6239-4cb0-4524-953b-2a9ef4b5073b
12:00:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f56f6685-28af-4b74-b138-e978584dea9f
12:00:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=148743cb-9436-4462-9694-175be32a60cc
12:00:51.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5f6a0c9-7b4d-473b-af7c-3c9bc7fb5bb9
12:00:51.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f3204b-84a5-4b02-88c5-74862b5b117f
12:00:51.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b75b3d-a348-4700-90cd-218a700033ad
12:00:51.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10656993-d6a2-4cc3-b9c4-fb47968e2ace
12:00:51.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d936f15-a20c-4077-acc0-db2afceb42c3
12:00:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b31eb2a-2a32-4d46-9f5f-a7074429433e
12:00:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8288056-9812-49b0-a328-5aee10fbb2b2
12:00:51.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:51.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:51.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df38cbda-db02-45f6-a1b6-c0de24391206
12:00:51.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:51.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:51.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:51.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a7af4b9-7c33-4a97-b8f2-ab63f1bcb8a4
12:00:51.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4013242c-deda-4577-8269-426f9c29d6f2
12:00:52.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=887efc94-6635-415e-a2eb-d00964b3dd60
12:00:52.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c82442-4457-409c-a99c-ad347a4ec315
12:00:52.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b453fbd3-974b-4b7d-afa7-304c87d09963
12:00:52.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f2aaef-0677-46b0-b7c9-383a3b48b420
12:00:52.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e839919-fdbb-4625-8698-e5eff3da312d
12:00:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84de243e-c805-4f36-84fb-9f078e5cd0bd
12:00:52.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdfff8c5-d338-4039-bc76-becc3a4d7241
12:00:52.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92ad5c0-aa2b-41ce-8e18-a20896ffd548
12:00:52.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31c7e480-54c3-4afa-99f7-ec5e88491ca2
12:00:52.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53027455-9e44-4cbf-b674-83e6f6e8a7a8
12:00:52.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b9b5aa5-623a-4960-944b-7c49d5a2e0a6
12:00:52.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df90f12-bdae-4963-8965-853c61786b3e
12:00:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02868cda-f486-4324-a46a-2bbde0bf6cca
12:00:52.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd4a26c-ee55-4016-a88c-fd40a77658aa
12:00:52.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0ffb884-2def-4949-a438-8f57ae668f47
12:00:52.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc8d3f8-8b4a-4f0a-8fb7-3e08e9012b9d
12:00:52.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0095d7f1-f1db-4a4d-ac71-9785bef4ca52
12:00:52.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf4cbef-5654-441a-881a-b3a17050b982
12:00:52.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faecd9b0-3170-4786-b79b-74ccd2b387a6
12:00:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa0f326-2cfc-4e91-8ba6-19a036fcfa67
12:00:52.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:52.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:52.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:52.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:52.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:52.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:52.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:52.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be31b83-9d07-4995-9764-9156a22d700e
12:00:52.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=616b39b0-3469-43ce-9235-c91ded220b31
12:00:53.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e9326c-aa9c-4c17-b191-a0415ed2bec4
12:00:53.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756c510e-b8dc-455c-b930-977f52aa4e69
12:00:53.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ef9645-6846-4265-9344-f9a30b86fee8
12:00:53.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb35eff4-224a-43c3-8ab2-2e0bc10a832b
12:00:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528ba44c-ddb2-4f44-8911-a961a07e101b
12:00:53.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10e0e409-fe61-4394-a95c-a4e4446fb579
12:00:53.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31db328-7927-47ae-a3ab-e06f37a2cad9
12:00:53.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efae171e-9849-458a-95c3-7c3470a695ce
12:00:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7ff5d0-aa4f-4c54-8720-5693164ed043
12:00:53.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a341d2c-b7ae-456f-b8c9-eea5f2b69298
12:00:53.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f56f6685-28af-4b74-b138-e978584dea9f
12:00:53.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60387c8e-3bf0-4c51-b7ca-01b4535d45ae
12:00:53.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5f6a0c9-7b4d-473b-af7c-3c9bc7fb5bb9
12:00:53.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65e0aac-1020-47b4-9d80-bb431a430a18
12:00:53.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b75b3d-a348-4700-90cd-218a700033ad
12:00:53.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=683e3147-264a-4306-85ad-250fc33bb788
12:00:53.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b31eb2a-2a32-4d46-9f5f-a7074429433e
12:00:53.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be819b1c-b1ea-4e76-b530-c80640f2e022
12:00:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df38cbda-db02-45f6-a1b6-c0de24391206
12:00:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:53.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:53.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:53.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:53.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:53.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:53.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c37afec7-58df-4c8b-be07-7e4cd4ba3694
12:00:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=887efc94-6635-415e-a2eb-d00964b3dd60
12:00:54.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98034ed-7953-443f-bf2d-41df67d87697
12:00:54.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c82442-4457-409c-a99c-ad347a4ec315
12:00:54.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e839919-fdbb-4625-8698-e5eff3da312d
12:00:54.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50782e7d-ce95-4061-a4dc-e9d80631cf6f
12:00:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdfff8c5-d338-4039-bc76-becc3a4d7241
12:00:54.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42883470-7ee3-4e76-ba20-6830936a89b2
12:00:54.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92ad5c0-aa2b-41ce-8e18-a20896ffd548
12:00:54.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53027455-9e44-4cbf-b674-83e6f6e8a7a8
12:00:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3aa27af-8856-444c-8da0-0d75af98f58a
12:00:54.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6212d2ee-2738-433b-ae3b-eaff34d8bc6d
12:00:54.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df90f12-bdae-4963-8965-853c61786b3e
12:00:54.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098d7171-2ef7-48ef-9482-ee7389ba46e3
12:00:54.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd4a26c-ee55-4016-a88c-fd40a77658aa
12:00:54.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4abe03-4a4d-4c16-93c1-156edcf333b1
12:00:54.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc8d3f8-8b4a-4f0a-8fb7-3e08e9012b9d
12:00:54.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf4cbef-5654-441a-881a-b3a17050b982
12:00:54.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e507834-1dc8-4e3f-a04b-4b55074be040
12:00:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa0f326-2cfc-4e91-8ba6-19a036fcfa67
12:00:54.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c885a52b-0191-425b-99ee-ea9b56c84e7e
12:00:54.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=616b39b0-3469-43ce-9235-c91ded220b31
12:00:54.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:54.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290229cc-d8a3-4813-94fa-373f7f3ae1f5
12:00:54.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:54.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:54.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:54.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:54.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756c510e-b8dc-455c-b930-977f52aa4e69
12:00:55.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dcc229c-897d-4004-a74b-9ed27efa7183
12:00:55.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=528ba44c-ddb2-4f44-8911-a961a07e101b
12:00:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e450fc-1e55-428c-8a14-deab6e97d6eb
12:00:55.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7b10920-eb22-4853-ac36-29d91a3376ac
12:00:55.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31db328-7927-47ae-a3ab-e06f37a2cad9
12:00:55.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=369308d4-45f3-48b4-89a3-1a88e305823d
12:00:55.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb9a1511-ae69-43bb-ba0b-7b42653f7b4c
12:00:55.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7ff5d0-aa4f-4c54-8720-5693164ed043
12:00:55.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b33a896-8740-4e05-ac9e-3a6852f8c62e
12:00:55.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a341d2c-b7ae-456f-b8c9-eea5f2b69298
12:00:55.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a901def-54f2-4921-8199-0d958fe9e13b
12:00:55.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5012a288-faf2-465d-8caa-0dc6ee17532a
12:00:55.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60387c8e-3bf0-4c51-b7ca-01b4535d45ae
12:00:55.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fb14448-a33a-40c3-8605-18c69ba93a05
12:00:55.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65e0aac-1020-47b4-9d80-bb431a430a18
12:00:55.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=683e3147-264a-4306-85ad-250fc33bb788
12:00:55.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f6dbb7-9a70-415a-be43-eec7b6ed3a3d
12:00:55.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfbcc108-5cf2-4f01-8e64-0b4d37e3a974
12:00:55.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be819b1c-b1ea-4e76-b530-c80640f2e022
12:00:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53bee2c4-c0b5-4648-bceb-1be9f9373c39
12:00:55.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c37afec7-58df-4c8b-be07-7e4cd4ba3694
12:00:55.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c10efe8-68ac-4e46-a413-8c397496a56f
12:00:55.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:55.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:55.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:55.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:55.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:55.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8b0b73b-4116-464c-a280-7640c879bb54
12:00:56.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98034ed-7953-443f-bf2d-41df67d87697
12:00:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61932f6b-4d11-4258-9aaf-1da4910ac5ed
12:00:56.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50782e7d-ce95-4061-a4dc-e9d80631cf6f
12:00:56.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f221026-9889-4b58-825e-52b73a9fb0c0
12:00:56.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42883470-7ee3-4e76-ba20-6830936a89b2
12:00:56.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e180cf8-0679-46d2-a9d7-24ec3e825f2a
12:00:56.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b6af594-d520-47b8-a0a9-71ba514f2466
12:00:56.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3aa27af-8856-444c-8da0-0d75af98f58a
12:00:56.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6212d2ee-2738-433b-ae3b-eaff34d8bc6d
12:00:56.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d089906c-446a-4bc0-8c20-ac411b1f9a91
12:00:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5dc0618-fff0-4c26-bbe7-5878f56fbdc6
12:00:56.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098d7171-2ef7-48ef-9482-ee7389ba46e3
12:00:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d4abe03-4a4d-4c16-93c1-156edcf333b1
12:00:56.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f0eebfc-a5c9-4c55-a1af-cf36b95c59b1
12:00:56.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8190848-2c46-4278-b766-40a2e4aaa218
12:00:56.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e507834-1dc8-4e3f-a04b-4b55074be040
12:00:56.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=405b31ea-b90c-4c5a-ba90-90e1118887fc
12:00:56.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c885a52b-0191-425b-99ee-ea9b56c84e7e
12:00:56.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a846d3c1-c3cb-4f86-9fef-1b1f1bf91b32
12:00:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:56.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:56.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:56.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:56.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290229cc-d8a3-4813-94fa-373f7f3ae1f5
12:00:57.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82719f3e-ead5-4757-8896-b828c9255e4d
12:00:57.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dcc229c-897d-4004-a74b-9ed27efa7183
12:00:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e450fc-1e55-428c-8a14-deab6e97d6eb
12:00:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ad84c8-efc5-43a2-a918-c7816ca7e356
12:00:57.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451d9a58-b49a-495d-b53f-7e3678b661fc
12:00:57.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7b10920-eb22-4853-ac36-29d91a3376ac
12:00:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ff40d7-fbfc-427f-a139-b73fc4c1e9a1
12:00:57.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=369308d4-45f3-48b4-89a3-1a88e305823d
12:00:57.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdfe9d34-ffd4-4d9b-92ef-5c8a3e585997
12:00:57.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.424 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb9a1511-ae69-43bb-ba0b-7b42653f7b4c
12:00:57.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5279848-1a75-42fb-bfef-de5fb0816dc4
12:00:57.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b33a896-8740-4e05-ac9e-3a6852f8c62e
12:00:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3fb4b1-f53a-4827-b7c1-559325f3d1ae
12:00:57.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a901def-54f2-4921-8199-0d958fe9e13b
12:00:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d29e5e-e6be-4e9e-9451-593de0900f1c
12:00:57.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5012a288-faf2-465d-8caa-0dc6ee17532a
12:00:57.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a22982c5-00bf-4de3-8c6c-b6900ad48b02
12:00:57.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fb14448-a33a-40c3-8605-18c69ba93a05
12:00:57.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7c48c8-4587-47de-9a31-783c99b6cf57
12:00:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f6dbb7-9a70-415a-be43-eec7b6ed3a3d
12:00:57.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:57.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:57.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:57.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:57.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:57.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:57.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:57.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43024a7-48f2-476e-993b-7646e541e0cd
12:00:57.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c487cb0-1592-4ad8-8bb0-61fce17ac0d1
12:00:58.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfbcc108-5cf2-4f01-8e64-0b4d37e3a974
12:00:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d27f2eff-599c-446d-b143-512cffbdfd73
12:00:58.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53bee2c4-c0b5-4648-bceb-1be9f9373c39
12:00:58.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c51360f4-366c-496b-84c9-9061ea17a5e3
12:00:58.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c10efe8-68ac-4e46-a413-8c397496a56f
12:00:58.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c163810d-ce01-485f-a44e-fa98ca7bee11
12:00:58.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8b0b73b-4116-464c-a280-7640c879bb54
12:00:58.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61932f6b-4d11-4258-9aaf-1da4910ac5ed
12:00:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885d3980-1734-4a8a-b898-06bafc5399ec
12:00:58.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec44330f-c76f-4a4d-aec7-fa073cf35253
12:00:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f221026-9889-4b58-825e-52b73a9fb0c0
12:00:58.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e180cf8-0679-46d2-a9d7-24ec3e825f2a
12:00:58.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785a89fb-cab1-47dc-a104-0aaa5baeafd9
12:00:58.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b6af594-d520-47b8-a0a9-71ba514f2466
12:00:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60bd764a-2c00-454b-bf4a-2d207250ac3d
12:00:58.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d089906c-446a-4bc0-8c20-ac411b1f9a91
12:00:58.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f0045d6-1c16-4a7d-9066-de5306dc760c
12:00:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5dc0618-fff0-4c26-bbe7-5878f56fbdc6
12:00:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f0eebfc-a5c9-4c55-a1af-cf36b95c59b1
12:00:58.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0937201-df61-4859-a3f4-47a5118a6e37
12:00:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:58.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:58.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8190848-2c46-4278-b766-40a2e4aaa218
12:00:58.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:58.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:58.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:58.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:58.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:58.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ebaef99-d893-44ed-8d2b-26c106d32fd8
12:00:58.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=405b31ea-b90c-4c5a-ba90-90e1118887fc
12:00:59.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37476dec-649e-43b2-ba7e-79f2cc5e934a
12:00:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a846d3c1-c3cb-4f86-9fef-1b1f1bf91b32
12:00:59.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd06070c-ed9d-4ec0-a9e5-05644389f0ba
12:00:59.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82719f3e-ead5-4757-8896-b828c9255e4d
12:00:59.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8276865-9645-4943-b526-2413de8b4f85
12:00:59.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ad84c8-efc5-43a2-a918-c7816ca7e356
12:00:59.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c0caeb-0710-4466-b6d2-78db08ed4a5d
12:00:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451d9a58-b49a-495d-b53f-7e3678b661fc
12:00:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f11731c-8b7c-49a4-a64a-db8cc9048b98
12:00:59.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793d0f6a-9834-429c-9869-b44f3ab0a47b
12:00:59.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ff40d7-fbfc-427f-a139-b73fc4c1e9a1
12:00:59.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f81151e4-b7ef-44f0-b03c-5eb230f536a8
12:00:59.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdfe9d34-ffd4-4d9b-92ef-5c8a3e585997
12:00:59.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78d7b3ee-83de-4160-8255-a91c8854eff1
12:00:59.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5279848-1a75-42fb-bfef-de5fb0816dc4
12:00:59.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba37c2d-d3e0-4b97-b2a3-26206e384b8e
12:00:59.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3fb4b1-f53a-4827-b7c1-559325f3d1ae
12:00:59.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=947018a7-16dd-413d-a106-71375ac9a804
12:00:59.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d29e5e-e6be-4e9e-9451-593de0900f1c
12:00:59.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff18a7b1-4e1c-47a0-b20b-2af17a0f7e90
12:00:59.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:00:59.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:00:59.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:00:59.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:00:59.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:00:59.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:00:59.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:00:59.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fd8e20-cbda-4480-9499-c7487649d3e1
12:00:59.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a22982c5-00bf-4de3-8c6c-b6900ad48b02
12:01:00.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7c48c8-4587-47de-9a31-783c99b6cf57
12:01:00.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d406aa63-a15e-419c-9e0e-a685d2ecdbb2
12:01:00.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3c46c15-63e1-40af-beda-57d09f76df44
12:01:00.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43024a7-48f2-476e-993b-7646e541e0cd
12:01:00.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2ebbd27-bacf-44cb-a1ce-62b35b82da28
12:01:00.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c487cb0-1592-4ad8-8bb0-61fce17ac0d1
12:01:00.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd02087b-db5f-4280-865b-aae827a51df4
12:01:00.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d27f2eff-599c-446d-b143-512cffbdfd73
12:01:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8958dce7-84f3-4d8b-b275-2088d5b447e2
12:01:00.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c51360f4-366c-496b-84c9-9061ea17a5e3
12:01:00.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de37f6e-8210-4943-b05d-b8a86dd32879
12:01:00.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fecc0425-bb50-4a5a-8d9b-8a318862f5d3
12:01:00.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c163810d-ce01-485f-a44e-fa98ca7bee11
12:01:00.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97d8e016-8c26-4acb-82fb-773751a6d28f
12:01:00.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885d3980-1734-4a8a-b898-06bafc5399ec
12:01:00.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8c1182-6221-4f7b-aaa1-350a9c314528
12:01:00.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2fda329-67c9-48ac-ae32-e1474734e8df
12:01:00.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec44330f-c76f-4a4d-aec7-fa073cf35253
12:01:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785a89fb-cab1-47dc-a104-0aaa5baeafd9
12:01:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:00.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:00.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:00.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:00.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:00.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:00.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cdb86a-a501-48b5-8b08-89e01d062321
12:01:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60bd764a-2c00-454b-bf4a-2d207250ac3d
12:01:01.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ce2191-094c-48f6-8f44-105453dc48bd
12:01:01.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f0045d6-1c16-4a7d-9066-de5306dc760c
12:01:01.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6839bda3-a696-47c6-8d8e-d2eec18c3ca4
12:01:01.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0937201-df61-4859-a3f4-47a5118a6e37
12:01:01.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd64e918-b612-43a9-83e1-a0053f1934fe
12:01:01.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ebaef99-d893-44ed-8d2b-26c106d32fd8
12:01:01.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b341cc-f8f9-4674-94d8-7d99f0fd93b3
12:01:01.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37476dec-649e-43b2-ba7e-79f2cc5e934a
12:01:01.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd06070c-ed9d-4ec0-a9e5-05644389f0ba
12:01:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7088ca68-6ddc-4c1d-ae62-6610c140973b
12:01:01.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8276865-9645-4943-b526-2413de8b4f85
12:01:01.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5bca22-aa6c-4334-9311-73575a6e81ab
12:01:01.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c0caeb-0710-4466-b6d2-78db08ed4a5d
12:01:01.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d2e4a0e-2605-457f-8f7b-3383801445ff
12:01:01.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f11731c-8b7c-49a4-a64a-db8cc9048b98
12:01:01.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793d0f6a-9834-429c-9869-b44f3ab0a47b
12:01:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed85ec2d-d383-4519-b9b3-8ac86702617d
12:01:01.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f81151e4-b7ef-44f0-b03c-5eb230f536a8
12:01:01.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b538ad8-6574-4ffa-8065-388c24b298c7
12:01:01.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69bc89eb-79aa-4cac-9c9c-88bf0cfd42d7
12:01:01.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:01.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78d7b3ee-83de-4160-8255-a91c8854eff1
12:01:01.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:01.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:01.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:01.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:01.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aed23c1b-b01c-4395-a447-5956d96798a4
12:01:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba37c2d-d3e0-4b97-b2a3-26206e384b8e
12:01:02.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc2f957-483b-45b3-a0af-eafa40def567
12:01:02.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=947018a7-16dd-413d-a106-71375ac9a804
12:01:02.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff18a7b1-4e1c-47a0-b20b-2af17a0f7e90
12:01:02.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f194169b-0943-4783-bc90-0e6ea64f5fbd
12:01:02.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e2f84df-21fe-493d-9c3e-bcf254147475
12:01:02.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fd8e20-cbda-4480-9499-c7487649d3e1
12:01:02.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7eb9cf5-cb2e-4c66-955a-8c2ece57ad08
12:01:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d406aa63-a15e-419c-9e0e-a685d2ecdbb2
12:01:02.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ebc5a68-d50c-49c3-98d0-d746be298347
12:01:02.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3c46c15-63e1-40af-beda-57d09f76df44
12:01:02.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a90ff0d-92d1-4990-9b21-9da4cebc1f0d
12:01:02.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2ebbd27-bacf-44cb-a1ce-62b35b82da28
12:01:02.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd02087b-db5f-4280-865b-aae827a51df4
12:01:02.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8af68d6f-4fa0-4f35-82d9-68a6c8c93019
12:01:02.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8958dce7-84f3-4d8b-b275-2088d5b447e2
12:01:02.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5510168d-4ed7-42e8-8344-ede8511bb366
12:01:02.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de37f6e-8210-4943-b05d-b8a86dd32879
12:01:02.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547950a4-4101-443b-94ce-81e69fc68625
12:01:02.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322e2bd-3a2b-4499-bb26-c82903cfcf67
12:01:02.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fecc0425-bb50-4a5a-8d9b-8a318862f5d3
12:01:02.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=212167f6-89cc-46ac-8aff-ead96bdd240f
12:01:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97d8e016-8c26-4acb-82fb-773751a6d28f
12:01:02.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:02.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:02.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:02.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:02.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:02.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:02.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:02.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8e3e3d5-83b3-4aff-8dc7-9b6a1148fba0
12:01:02.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10fcd655-cbc3-4089-be06-462dfb0e0836
12:01:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8c1182-6221-4f7b-aaa1-350a9c314528
12:01:03.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac9816fa-48f0-40b0-94ab-24905181c1ef
12:01:03.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2fda329-67c9-48ac-ae32-e1474734e8df
12:01:03.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b006c99d-f7dd-40c4-9faf-50603c970308
12:01:03.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cdb86a-a501-48b5-8b08-89e01d062321
12:01:03.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39dd200a-9b51-45ce-bcbc-9e68c0ead868
12:01:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ce2191-094c-48f6-8f44-105453dc48bd
12:01:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0106fc2d-3bef-442e-8671-aff35904f3dd
12:01:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=938a2319-0723-4bf5-9822-09331ac03736
12:01:03.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6839bda3-a696-47c6-8d8e-d2eec18c3ca4
12:01:03.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d7d70d-d743-420e-a686-97b125e90373
12:01:03.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd64e918-b612-43a9-83e1-a0053f1934fe
12:01:03.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62801268-748d-4649-b02a-21db7dd7da24
12:01:03.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b341cc-f8f9-4674-94d8-7d99f0fd93b3
12:01:03.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75bde231-0afb-48b7-8c7a-2074fee4bf40
12:01:03.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7088ca68-6ddc-4c1d-ae62-6610c140973b
12:01:03.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a317e047-63e4-4874-9639-cfaad73633bb
12:01:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5bca22-aa6c-4334-9311-73575a6e81ab
12:01:03.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a8bcb7c-62a2-4302-bfa9-851c477e1afb
12:01:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d2e4a0e-2605-457f-8f7b-3383801445ff
12:01:03.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:03.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18095d3e-1360-440d-af02-f8bc260fd7df
12:01:03.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:03.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:03.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:03.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:03.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed85ec2d-d383-4519-b9b3-8ac86702617d
12:01:03.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df8be07e-4a50-4184-9c49-482cd6e16901
12:01:04.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b538ad8-6574-4ffa-8065-388c24b298c7
12:01:04.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69bc89eb-79aa-4cac-9c9c-88bf0cfd42d7
12:01:04.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf909e4d-c856-48be-9677-87e08a570c0d
12:01:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1323aa91-acbd-4617-b743-41e4769a1f30
12:01:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aed23c1b-b01c-4395-a447-5956d96798a4
12:01:04.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0659f684-eeb7-44df-9a0b-dd187cf78466
12:01:04.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc2f957-483b-45b3-a0af-eafa40def567
12:01:04.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f304c30-7203-4056-8723-43688aff91a0
12:01:04.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f194169b-0943-4783-bc90-0e6ea64f5fbd
12:01:04.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e2f84df-21fe-493d-9c3e-bcf254147475
12:01:04.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=153cf38d-5253-4353-8372-5494240a56d6
12:01:04.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7eb9cf5-cb2e-4c66-955a-8c2ece57ad08
12:01:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2112163a-107d-4560-a806-f1c9fdde7f23
12:01:04.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ebc5a68-d50c-49c3-98d0-d746be298347
12:01:04.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54302253-fa15-4ad2-9e10-b2050c0e7573
12:01:04.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a90ff0d-92d1-4990-9b21-9da4cebc1f0d
12:01:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=662dcff6-6088-4586-9cca-d85544bcae7c
12:01:04.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8af68d6f-4fa0-4f35-82d9-68a6c8c93019
12:01:04.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1e91165-b3bd-4c22-b659-d5bbecdec995
12:01:04.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.844 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5510168d-4ed7-42e8-8344-ede8511bb366
12:01:04.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:04.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=547950a4-4101-443b-94ce-81e69fc68625
12:01:04.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:04.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:04.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c90a6c1-9c31-43b2-83a5-2ae1c9fe3b63
12:01:04.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:04.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:04.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:04.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:04.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7d903bb-c1df-4c19-8213-c651f3ec4ace
12:01:05.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322e2bd-3a2b-4499-bb26-c82903cfcf67
12:01:05.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=212167f6-89cc-46ac-8aff-ead96bdd240f
12:01:05.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd75f08d-24cc-4257-b571-2c72db217f92
12:01:05.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8e3e3d5-83b3-4aff-8dc7-9b6a1148fba0
12:01:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10fcd655-cbc3-4089-be06-462dfb0e0836
12:01:05.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75e37bdd-a62f-41aa-9553-ded86ecafb1c
12:01:05.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac9816fa-48f0-40b0-94ab-24905181c1ef
12:01:05.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8dd3f06-8fe3-4a30-801e-c150a0b999a2
12:01:05.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b006c99d-f7dd-40c4-9faf-50603c970308
12:01:05.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e478487-8232-4f67-887c-b0b8073f3186
12:01:05.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39dd200a-9b51-45ce-bcbc-9e68c0ead868
12:01:05.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92ae59a4-a9c8-42e1-8334-390f358edecb
12:01:05.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571c1257-e468-409f-bd16-4ef26e1b2a40
12:01:05.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0106fc2d-3bef-442e-8671-aff35904f3dd
12:01:05.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4462d73-f07b-4694-91ed-0649b5001fee
12:01:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=938a2319-0723-4bf5-9822-09331ac03736
12:01:05.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a57ff20-93e3-4940-91ea-a6e39a8e3a66
12:01:05.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d7d70d-d743-420e-a686-97b125e90373
12:01:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ae213d-37d6-425b-b1f3-2dca844bb90f
12:01:05.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62801268-748d-4649-b02a-21db7dd7da24
12:01:05.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce025cdb-1338-4efa-96f4-bf9e3e2c09d5
12:01:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75bde231-0afb-48b7-8c7a-2074fee4bf40
12:01:05.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:05.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:05.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:05.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:05.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:05.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:05.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:05.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a35c3a-20d4-40e7-bb5c-a71456fcfc9c
12:01:05.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5bbe0c9-aa97-430c-b642-8d3e595cedb6
12:01:06.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a317e047-63e4-4874-9639-cfaad73633bb
12:01:06.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92e530f5-0919-42b7-8f41-e2c545786acf
12:01:06.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a8bcb7c-62a2-4302-bfa9-851c477e1afb
12:01:06.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18095d3e-1360-440d-af02-f8bc260fd7df
12:01:06.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b25b3037-fc94-483a-9875-bbf93296cd80
12:01:06.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df8be07e-4a50-4184-9c49-482cd6e16901
12:01:06.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7824d09a-ca31-4dc5-b2c8-490df380949f
12:01:06.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf909e4d-c856-48be-9677-87e08a570c0d
12:01:06.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d82eac6-8c07-4319-a979-3ce7070ca654
12:01:06.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1323aa91-acbd-4617-b743-41e4769a1f30
12:01:06.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0659f684-eeb7-44df-9a0b-dd187cf78466
12:01:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59c12095-0d30-46eb-bd05-0bbff4ee860b
12:01:06.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f304c30-7203-4056-8723-43688aff91a0
12:01:06.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32e4f0a-a4f2-4903-b6e9-e2088ead6243
12:01:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a97eb7-fee6-43cb-af1c-9d72b7a16947
12:01:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=153cf38d-5253-4353-8372-5494240a56d6
12:01:06.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2112163a-107d-4560-a806-f1c9fdde7f23
12:01:06.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096c6ad8-1510-48a3-9fa8-37f9331a5ff8
12:01:06.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54302253-fa15-4ad2-9e10-b2050c0e7573
12:01:06.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c335953-cbfc-408a-aebc-33593e812d04
12:01:06.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:06.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=662dcff6-6088-4586-9cca-d85544bcae7c
12:01:06.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:06.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:06.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:06.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:06.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:06.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:06.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a63c01-46e8-467b-ac92-fa4b8e1d6b82
12:01:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1e91165-b3bd-4c22-b659-d5bbecdec995
12:01:07.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e378f9-f832-40e2-b8b6-663e0f712a11
12:01:07.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c90a6c1-9c31-43b2-83a5-2ae1c9fe3b63
12:01:07.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bddf4eb-f220-4b8f-ac1c-5617e3fc0630
12:01:07.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7d903bb-c1df-4c19-8213-c651f3ec4ace
12:01:07.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f4fd2a0-e717-42d1-859a-0e902c04ec27
12:01:07.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd75f08d-24cc-4257-b571-2c72db217f92
12:01:07.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4edd07c9-26ac-4d6d-9203-ff797941ab3c
12:01:07.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75e37bdd-a62f-41aa-9553-ded86ecafb1c
12:01:07.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39af40c-c0e1-4563-9f95-be51ee46b45a
12:01:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8dd3f06-8fe3-4a30-801e-c150a0b999a2
12:01:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707e0f53-e43a-42da-a895-8171b07a47de
12:01:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e478487-8232-4f67-887c-b0b8073f3186
12:01:07.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=029cf06b-34ed-4e67-9fa9-b7dbb61c9bce
12:01:07.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92ae59a4-a9c8-42e1-8334-390f358edecb
12:01:07.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=669a7a95-ce82-47fa-8907-0bdb322b5f3c
12:01:07.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.723 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571c1257-e468-409f-bd16-4ef26e1b2a40
12:01:07.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4462d73-f07b-4694-91ed-0649b5001fee
12:01:07.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3958cae4-de3e-4e71-beb9-83d9834196ee
12:01:07.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a57ff20-93e3-4940-91ea-a6e39a8e3a66
12:01:07.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=566e2feb-aab6-45af-bb2b-82ec9870f0f2
12:01:07.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ae213d-37d6-425b-b1f3-2dca844bb90f
12:01:07.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:07.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:07.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:07.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=592e066e-73d1-40e7-9e4d-f33c10e6050c
12:01:07.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:07.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:07.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:07.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:07.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce025cdb-1338-4efa-96f4-bf9e3e2c09d5
12:01:07.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=059be85b-7eaa-40b9-8986-5472306ef291
12:01:08.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a35c3a-20d4-40e7-bb5c-a71456fcfc9c
12:01:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d99bb3-db13-4238-b9cc-9fa04cd308bc
12:01:08.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5bbe0c9-aa97-430c-b642-8d3e595cedb6
12:01:08.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92e530f5-0919-42b7-8f41-e2c545786acf
12:01:08.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f192ac-7b29-498a-b3ae-0fca501e59c9
12:01:08.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b25b3037-fc94-483a-9875-bbf93296cd80
12:01:08.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b564522-61e5-4708-8c89-adae9a63d397
12:01:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7824d09a-ca31-4dc5-b2c8-490df380949f
12:01:08.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6853b2d0-5e97-42fe-97de-06bccbf70d16
12:01:08.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d82eac6-8c07-4319-a979-3ce7070ca654
12:01:08.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f70f8802-9f87-45b6-995f-7f7c12cb3601
12:01:08.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59c12095-0d30-46eb-bd05-0bbff4ee860b
12:01:08.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c32e4f0a-a4f2-4903-b6e9-e2088ead6243
12:01:08.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dc1ca43-64e7-4aaf-806c-177f3e90e773
12:01:08.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a97eb7-fee6-43cb-af1c-9d72b7a16947
12:01:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943e7624-1c13-48d2-8d2b-d64b5425cf53
12:01:08.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eba6c792-fb25-4c3e-8d3a-a51623d87e7d
12:01:08.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096c6ad8-1510-48a3-9fa8-37f9331a5ff8
12:01:08.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da6ba46-cd73-4b1b-a950-db35333e508d
12:01:08.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c335953-cbfc-408a-aebc-33593e812d04
12:01:08.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f2357e-017c-4d0a-b25e-be5b2777d755
12:01:08.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a63c01-46e8-467b-ac92-fa4b8e1d6b82
12:01:08.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:08.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:08.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:08.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:08.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:08.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:08.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:08.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c793d4d-8a8a-4a48-9438-82fcc10dce41
12:01:08.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e378f9-f832-40e2-b8b6-663e0f712a11
12:01:09.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad956fb8-f8f3-4727-815e-589b845f6c2d
12:01:09.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b567103-7405-45dc-b95f-04121b89d5c1
12:01:09.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bddf4eb-f220-4b8f-ac1c-5617e3fc0630
12:01:09.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e755ae58-d302-49a5-89bb-79b71641d89e
12:01:09.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f4fd2a0-e717-42d1-859a-0e902c04ec27
12:01:09.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d5f90c-1486-4a5d-b52e-57065dee474c
12:01:09.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4edd07c9-26ac-4d6d-9203-ff797941ab3c
12:01:09.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39af40c-c0e1-4563-9f95-be51ee46b45a
12:01:09.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d622cdb1-3abe-455f-9d4d-5caa3fbc5f4c
12:01:09.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707e0f53-e43a-42da-a895-8171b07a47de
12:01:09.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa841b29-2c20-4022-9020-78f050bf6b4f
12:01:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=029cf06b-34ed-4e67-9fa9-b7dbb61c9bce
12:01:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c602c9-95d6-4857-9235-4acfff0a789c
12:01:09.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a51712-65f5-41fe-a941-c3971f75fd81
12:01:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=669a7a95-ce82-47fa-8907-0bdb322b5f3c
12:01:09.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a8933e-b533-4062-9ca2-1f66ffa020ca
12:01:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3958cae4-de3e-4e71-beb9-83d9834196ee
12:01:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec5633-de03-4640-a03a-bf3956577b6f
12:01:09.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=566e2feb-aab6-45af-bb2b-82ec9870f0f2
12:01:09.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943a8bab-ec10-4093-b1af-0db4814310a4
12:01:09.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=592e066e-73d1-40e7-9e4d-f33c10e6050c
12:01:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:09.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:09.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:09.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:09.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:09.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:09.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96727fd8-870d-4989-8a73-1aee33f9ba34
12:01:09.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=059be85b-7eaa-40b9-8986-5472306ef291
12:01:10.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3f73d06-7dce-4db7-817b-ece043d2de15
12:01:10.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d99bb3-db13-4238-b9cc-9fa04cd308bc
12:01:10.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4f192ac-7b29-498a-b3ae-0fca501e59c9
12:01:10.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5622e70-1db6-4f78-ade2-86216c1e5f98
12:01:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b564522-61e5-4708-8c89-adae9a63d397
12:01:10.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=367e5190-7183-488f-91d9-450f5a859a11
12:01:10.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6853b2d0-5e97-42fe-97de-06bccbf70d16
12:01:10.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ac1f7c-9975-42be-9305-5b8552755850
12:01:10.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f70f8802-9f87-45b6-995f-7f7c12cb3601
12:01:10.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8105083a-b3d4-4c55-9774-35fa57aeb40f
12:01:10.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dc1ca43-64e7-4aaf-806c-177f3e90e773
12:01:10.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee61d97e-c6df-4472-ae2a-b0ac3dac93f4
12:01:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0a5fbf-bdad-4fbf-ba39-c297e69a2bc5
12:01:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943e7624-1c13-48d2-8d2b-d64b5425cf53
12:01:10.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eba6c792-fb25-4c3e-8d3a-a51623d87e7d
12:01:10.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdb94b-742f-46a9-9f96-78abe6f80983
12:01:10.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0da6ba46-cd73-4b1b-a950-db35333e508d
12:01:10.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad9c5ba-1046-4ef5-b477-7eea2d6401b1
12:01:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0972c908-17eb-4e1e-9a5e-0019311cd0eb
12:01:10.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f2357e-017c-4d0a-b25e-be5b2777d755
12:01:10.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec287f7-eeb8-4bca-b643-6de426753217
12:01:10.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c793d4d-8a8a-4a48-9438-82fcc10dce41
12:01:10.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:10.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c264f7-ecc9-4d98-8fc5-4d3ea7b6c44b
12:01:10.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:10.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:10.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:10.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:10.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:10.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:10.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad956fb8-f8f3-4727-815e-589b845f6c2d
12:01:11.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131eeb32-508a-4726-b94a-1a799c76aff0
12:01:11.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b567103-7405-45dc-b95f-04121b89d5c1
12:01:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9bc5d5-bf18-4aa0-b1ed-adaa6793fe54
12:01:11.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e755ae58-d302-49a5-89bb-79b71641d89e
12:01:11.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01d11346-293d-4b85-aab6-b1d99f3d2d5e
12:01:11.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d5f90c-1486-4a5d-b52e-57065dee474c
12:01:11.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e07589e-b7ff-48d2-b952-0e682a2e43bd
12:01:11.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d622cdb1-3abe-455f-9d4d-5caa3fbc5f4c
12:01:11.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=888f665a-3ce8-44ba-b461-818d4337d8e6
12:01:11.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa841b29-2c20-4022-9020-78f050bf6b4f
12:01:11.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c38647b-6d53-4c4a-9b1b-ac8c9add84c8
12:01:11.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c602c9-95d6-4857-9235-4acfff0a789c
12:01:11.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f1c3f3-9a53-4952-ae81-4bd0b6506792
12:01:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a51712-65f5-41fe-a941-c3971f75fd81
12:01:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac47ca0-ebad-4827-b003-1c6cd329df59
12:01:11.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87a8933e-b533-4062-9ca2-1f66ffa020ca
12:01:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f22670-1fa7-4d7f-a22f-83a589e3cee2
12:01:11.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec5633-de03-4640-a03a-bf3956577b6f
12:01:11.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e5ea11-9eaf-4fd6-bf41-d2037d8d248a
12:01:11.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:11.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=943a8bab-ec10-4093-b1af-0db4814310a4
12:01:11.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:11.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:11.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:11.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:11.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fef003b-c1ef-47f0-b792-9f43b6ac6691
12:01:12.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9884322b-1d27-4352-96e2-c2984bd11e75
12:01:12.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96727fd8-870d-4989-8a73-1aee33f9ba34
12:01:12.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17d09662-023d-4a81-b2c8-832ba41db780
12:01:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3f73d06-7dce-4db7-817b-ece043d2de15
12:01:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5622e70-1db6-4f78-ade2-86216c1e5f98
12:01:12.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2455b591-8f4b-4eb3-88a5-0370c077d66b
12:01:12.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=367e5190-7183-488f-91d9-450f5a859a11
12:01:12.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a50d7ab-2198-4c25-89f5-a7b7948ee30a
12:01:12.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ac1f7c-9975-42be-9305-5b8552755850
12:01:12.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197e5178-0eed-46c4-a733-eb376af166df
12:01:12.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8105083a-b3d4-4c55-9774-35fa57aeb40f
12:01:12.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f827de15-7e01-4ab1-b032-fe6d5cbe8e7c
12:01:12.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee61d97e-c6df-4472-ae2a-b0ac3dac93f4
12:01:12.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d3ea46-414a-452c-8966-c29f9ae5fa2a
12:01:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0a5fbf-bdad-4fbf-ba39-c297e69a2bc5
12:01:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac82b543-62e0-4425-ac6f-3b6b431ea605
12:01:12.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdb94b-742f-46a9-9f96-78abe6f80983
12:01:12.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c54e052-19e0-42ce-a77e-1103938c3dae
12:01:12.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad9c5ba-1046-4ef5-b477-7eea2d6401b1
12:01:12.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a363f6e-b7a9-49aa-85d2-d54c74d71b8d
12:01:12.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:12.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:12.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:12.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0972c908-17eb-4e1e-9a5e-0019311cd0eb
12:01:12.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:12.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:12.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:12.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:12.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40a3454-ddd8-4e5a-87a5-6f2a0c6b73f0
12:01:13.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec287f7-eeb8-4bca-b643-6de426753217
12:01:13.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4b9ba4-ca45-434f-a0d7-18a311a365c9
12:01:13.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a432171-4634-4d6c-8906-bc2395e72398
12:01:13.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c264f7-ecc9-4d98-8fc5-4d3ea7b6c44b
12:01:13.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e18505b-da46-41da-a491-b30db3e872ea
12:01:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131eeb32-508a-4726-b94a-1a799c76aff0
12:01:13.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9bc5d5-bf18-4aa0-b1ed-adaa6793fe54
12:01:13.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496f9d23-918d-4781-8ead-c307c4a47006
12:01:13.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01d11346-293d-4b85-aab6-b1d99f3d2d5e
12:01:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0295bf0-6206-4001-8516-6d8306ba0c53
12:01:13.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6446dfe8-efb7-4b4f-85a9-554dad593f67
12:01:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e07589e-b7ff-48d2-b952-0e682a2e43bd
12:01:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7e24ad5-aaa0-4452-870f-df1b69d8617b
12:01:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=888f665a-3ce8-44ba-b461-818d4337d8e6
12:01:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956b33f1-305d-4a7a-89b5-4bd06d87e34e
12:01:13.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2870191b-252d-4fff-8b26-c0096536553a
12:01:13.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c38647b-6d53-4c4a-9b1b-ac8c9add84c8
12:01:13.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6dac0d-e554-4e97-805f-3fe2291bcf27
12:01:13.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12f1c3f3-9a53-4952-ae81-4bd0b6506792
12:01:13.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b48dabf1-feca-408d-909a-66b1af72f8a3
12:01:13.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:13.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:13.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:13.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:13.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:13.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:13.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:13.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac47ca0-ebad-4827-b003-1c6cd329df59
12:01:13.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af77ef59-f63c-47c5-9dbf-39757d4060d4
12:01:14.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f22670-1fa7-4d7f-a22f-83a589e3cee2
12:01:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b78584-9b28-40a8-8339-5c331b27d047
12:01:14.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e5ea11-9eaf-4fd6-bf41-d2037d8d248a
12:01:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9341b84f-cb4d-4625-bd05-8f1302a6d8a6
12:01:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fef003b-c1ef-47f0-b792-9f43b6ac6691
12:01:14.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b48c7c-2c66-4220-8374-fe6d731c0f52
12:01:14.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9884322b-1d27-4352-96e2-c2984bd11e75
12:01:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e3c56b-f71b-42e4-8d40-0ad435c44db4
12:01:14.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17d09662-023d-4a81-b2c8-832ba41db780
12:01:14.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cc60783-9cec-4159-9bb9-bef8b0859273
12:01:14.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac45692e-aacd-490f-96a1-b6eaa3f2130a
12:01:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2455b591-8f4b-4eb3-88a5-0370c077d66b
12:01:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c64fbee-40ac-4279-b310-fffa35393184
12:01:14.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a50d7ab-2198-4c25-89f5-a7b7948ee30a
12:01:14.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1269743e-7b1a-4341-ab3b-12e8417a28e6
12:01:14.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197e5178-0eed-46c4-a733-eb376af166df
12:01:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5329b00c-2dcb-405f-8d84-3669ddb2cb03
12:01:14.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.757 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f827de15-7e01-4ab1-b032-fe6d5cbe8e7c
12:01:14.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4ff7ce-e0d6-4f55-8338-7e12b6272900
12:01:14.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d3ea46-414a-452c-8966-c29f9ae5fa2a
12:01:14.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac82b543-62e0-4425-ac6f-3b6b431ea605
12:01:14.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f997ba1-0b07-4b23-ac00-8f0d0c697bfc
12:01:14.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c54e052-19e0-42ce-a77e-1103938c3dae
12:01:14.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:14.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:14.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:14.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:14.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:14.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:14.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:14.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbe78a0c-d92e-4b69-af4d-a6dc7e23212f
12:01:14.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a363f6e-b7a9-49aa-85d2-d54c74d71b8d
12:01:15.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d81500ba-2179-4f71-937a-84189e088180
12:01:15.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40a3454-ddd8-4e5a-87a5-6f2a0c6b73f0
12:01:15.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69a933b7-c6be-488a-96ce-76e8d2b0d3db
12:01:15.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ba00f9-2d21-45c9-b7a1-8102008ff099
12:01:15.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4b9ba4-ca45-434f-a0d7-18a311a365c9
12:01:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a432171-4634-4d6c-8906-bc2395e72398
12:01:15.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bb69a9b-708b-4761-a417-dfb7146f87f5
12:01:15.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e18505b-da46-41da-a491-b30db3e872ea
12:01:15.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd5d7c2c-a6ea-4426-b43d-fca10b0367f8
12:01:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496f9d23-918d-4781-8ead-c307c4a47006
12:01:15.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=432e0eee-5875-4bc5-9245-b84ad0ef1a06
12:01:15.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0295bf0-6206-4001-8516-6d8306ba0c53
12:01:15.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3807428d-6160-4e87-afea-93437a1236d8
12:01:15.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6446dfe8-efb7-4b4f-85a9-554dad593f67
12:01:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8e5e09-11b9-40fc-9e16-d747c76fb954
12:01:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7e24ad5-aaa0-4452-870f-df1b69d8617b
12:01:15.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f10a46-b7d6-4186-b7a9-433f7a3d2c1b
12:01:15.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956b33f1-305d-4a7a-89b5-4bd06d87e34e
12:01:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ef755fc-a7ec-4e66-9136-48a8875b451e
12:01:15.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2870191b-252d-4fff-8b26-c0096536553a
12:01:15.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208c65ca-4d1e-458e-a4a7-ea8e9bc897c6
12:01:15.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6dac0d-e554-4e97-805f-3fe2291bcf27
12:01:15.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd6e7f16-4561-4324-8999-a5b7e7cf43b1
12:01:15.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:15.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:15.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:15.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:15.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:15.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b48dabf1-feca-408d-909a-66b1af72f8a3
12:01:15.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=790ac5e9-b681-4598-b51c-769cfe84885b
12:01:16.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af77ef59-f63c-47c5-9dbf-39757d4060d4
12:01:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de93af66-244e-4705-906f-c6931093bbe8
12:01:16.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27f2ee47-ecc9-41e1-aea0-f7a8c6041f71
12:01:16.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b78584-9b28-40a8-8339-5c331b27d047
12:01:16.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc928e2-9f1e-492b-a0b4-d1ab619987a2
12:01:16.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9341b84f-cb4d-4625-bd05-8f1302a6d8a6
12:01:16.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40565f5f-1b10-4335-825f-230c39c8df0f
12:01:16.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b48c7c-2c66-4220-8374-fe6d731c0f52
12:01:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e489c732-39e3-4299-8c0a-09b03d0ef4ae
12:01:16.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e3c56b-f71b-42e4-8d40-0ad435c44db4
12:01:16.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=344125a3-1db6-4d3f-964b-eedad78647f0
12:01:16.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cc60783-9cec-4159-9bb9-bef8b0859273
12:01:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35959ab0-fe88-442d-b6bc-bf4b2a1300bf
12:01:16.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac45692e-aacd-490f-96a1-b6eaa3f2130a
12:01:16.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6418dd7-2272-4992-aafc-7aa3ac3e6e37
12:01:16.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c64fbee-40ac-4279-b310-fffa35393184
12:01:16.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ef1114-62de-4e9e-8a76-88005c83c166
12:01:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1269743e-7b1a-4341-ab3b-12e8417a28e6
12:01:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee003fbf-e639-45ec-8bb7-fb60f745255f
12:01:16.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5329b00c-2dcb-405f-8d84-3669ddb2cb03
12:01:16.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=857e318c-1d9f-400f-9149-11a827e0925f
12:01:16.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:16.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:16.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:16.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:16.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:16.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:16.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:16.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4ff7ce-e0d6-4f55-8338-7e12b6272900
12:01:16.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bb3b97-a47d-4f2f-a80e-f170cf61c738
12:01:17.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f997ba1-0b07-4b23-ac00-8f0d0c697bfc
12:01:17.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9f811c8-5316-47ee-b404-f262b7c85da3
12:01:17.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbe78a0c-d92e-4b69-af4d-a6dc7e23212f
12:01:17.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dbd2cd1-3ce0-41ff-8f10-b1218e305a94
12:01:17.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d81500ba-2179-4f71-937a-84189e088180
12:01:17.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2375a644-e9d9-4535-8342-5c8969702160
12:01:17.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69a933b7-c6be-488a-96ce-76e8d2b0d3db
12:01:17.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=056cf673-d2ec-48fb-a827-2f77c16d1b1e
12:01:17.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ba00f9-2d21-45c9-b7a1-8102008ff099
12:01:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5449ec6-4fee-41b8-b3e0-398ad6d2ed4f
12:01:17.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bb69a9b-708b-4761-a417-dfb7146f87f5
12:01:17.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfd666a0-44bf-4f0f-bff4-386e3f4ecaf6
12:01:17.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd5d7c2c-a6ea-4426-b43d-fca10b0367f8
12:01:17.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d3df01-0ebc-4a8c-a74b-5f07b09944d9
12:01:17.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=432e0eee-5875-4bc5-9245-b84ad0ef1a06
12:01:17.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3807428d-6160-4e87-afea-93437a1236d8
12:01:17.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b221fe1-46b3-4a9d-81a9-2ba3b7624341
12:01:17.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f934ca-bd28-4e10-b342-bb2f33c05894
12:01:17.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8e5e09-11b9-40fc-9e16-d747c76fb954
12:01:17.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:17.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325aa901-96fb-41c7-9368-02318e86c625
12:01:17.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:17.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:17.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:17.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:17.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:17.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:17.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f10a46-b7d6-4186-b7a9-433f7a3d2c1b
12:01:18.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a8b112-4022-4d0d-ba26-e6146112130a
12:01:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ef755fc-a7ec-4e66-9136-48a8875b451e
12:01:18.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5da81c0-d854-41fa-81a0-7a43345900b0
12:01:18.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208c65ca-4d1e-458e-a4a7-ea8e9bc897c6
12:01:18.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=728a6f2f-b1e5-49cc-b0dc-258cbad59e0a
12:01:18.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd6e7f16-4561-4324-8999-a5b7e7cf43b1
12:01:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79807934-59f8-48f3-8f6a-9cb6e5195270
12:01:18.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346d3645-b463-44c7-a3cd-8f752e4d4419
12:01:18.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=790ac5e9-b681-4598-b51c-769cfe84885b
12:01:18.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5949ae7-ff49-4ff6-80f0-8271041fe3e4
12:01:18.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de93af66-244e-4705-906f-c6931093bbe8
12:01:18.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fdaa159-b58a-4232-b0be-63cffdb4e45d
12:01:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27f2ee47-ecc9-41e1-aea0-f7a8c6041f71
12:01:18.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acfd4fd-51b7-439a-a548-0878615fc96a
12:01:18.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc928e2-9f1e-492b-a0b4-d1ab619987a2
12:01:18.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a779f2e-c0d5-408a-9cf2-9f24acde87aa
12:01:18.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5677fbe-388d-4812-8bbb-44145c7000fe
12:01:18.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40565f5f-1b10-4335-825f-230c39c8df0f
12:01:18.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d78cb8-e55c-4f61-9d03-c42d0a7df9b4
12:01:18.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e489c732-39e3-4299-8c0a-09b03d0ef4ae
12:01:18.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e361f0b-f513-4417-89c4-c93c6005c880
12:01:18.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=344125a3-1db6-4d3f-964b-eedad78647f0
12:01:18.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06283a46-b8fb-4016-a9df-bf23c4c0d102
12:01:18.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35959ab0-fe88-442d-b6bc-bf4b2a1300bf
12:01:18.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85bbad84-3b36-425d-a7ea-7c8797f3a932
12:01:18.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:18.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:18.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:18.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:18.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:18.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:18.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:18.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6418dd7-2272-4992-aafc-7aa3ac3e6e37
12:01:18.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ef1114-62de-4e9e-8a76-88005c83c166
12:01:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a41c2af9-91b9-42b8-a29b-e0d9c69de561
12:01:19.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee003fbf-e639-45ec-8bb7-fb60f745255f
12:01:19.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=370a6987-60cd-4ad3-a4bc-131a59aa09ca
12:01:19.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=857e318c-1d9f-400f-9149-11a827e0925f
12:01:19.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bb3b97-a47d-4f2f-a80e-f170cf61c738
12:01:19.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab812c6-b4db-44ba-bd60-f9c253bf2fab
12:01:19.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ceabcd-8f2d-4a17-9611-9de25f337487
12:01:19.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9f811c8-5316-47ee-b404-f262b7c85da3
12:01:19.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=815d7141-e06a-458d-afad-936dd8e42b04
12:01:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dbd2cd1-3ce0-41ff-8f10-b1218e305a94
12:01:19.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c457495-1de6-4ebc-ab48-6876321f7fd4
12:01:19.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2375a644-e9d9-4535-8342-5c8969702160
12:01:19.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=056cf673-d2ec-48fb-a827-2f77c16d1b1e
12:01:19.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ea043f-dd85-4ac9-8e43-f2573cd63a23
12:01:19.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5449ec6-4fee-41b8-b3e0-398ad6d2ed4f
12:01:19.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43cc5d6-dad0-466b-b5c1-b7895f27779e
12:01:19.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e9652e9-6178-44d7-ab68-80fdf641d358
12:01:19.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfd666a0-44bf-4f0f-bff4-386e3f4ecaf6
12:01:19.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a7c6c8-eee4-4742-99f5-e97d34aa03fa
12:01:19.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d3df01-0ebc-4a8c-a74b-5f07b09944d9
12:01:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6af9d5e-76ca-414a-9afb-8d1ba4e74bbc
12:01:19.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b221fe1-46b3-4a9d-81a9-2ba3b7624341
12:01:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:19.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:19.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:19.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:19.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:19.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:19.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:19.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab4a32dd-51b0-44c9-8d9b-f4e94314eb0b
12:01:19.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2f934ca-bd28-4e10-b342-bb2f33c05894
12:01:20.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7637a36-6c44-4ca0-941f-913e1acfff9a
12:01:20.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325aa901-96fb-41c7-9368-02318e86c625
12:01:20.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793d4dd8-a157-42d3-b546-943f5a1d4afc
12:01:20.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cf84e9-c0f6-497c-a7aa-886718b90a50
12:01:20.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a8b112-4022-4d0d-ba26-e6146112130a
12:01:20.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5da81c0-d854-41fa-81a0-7a43345900b0
12:01:20.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66aa1c86-dca2-4508-9225-06167827bff3
12:01:20.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=728a6f2f-b1e5-49cc-b0dc-258cbad59e0a
12:01:20.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79807934-59f8-48f3-8f6a-9cb6e5195270
12:01:20.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=610e6d71-0bc5-4ae4-bdd0-e95e58884113
12:01:20.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346d3645-b463-44c7-a3cd-8f752e4d4419
12:01:20.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2dd8e1-3666-4ab6-a989-c35c8de36f2b
12:01:20.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5949ae7-ff49-4ff6-80f0-8271041fe3e4
12:01:20.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34fc8d44-ab8f-43ea-831e-dd6ed5dd4c9b
12:01:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fdaa159-b58a-4232-b0be-63cffdb4e45d
12:01:20.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31e834-8f6a-409d-8732-c5eb5c26113f
12:01:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acfd4fd-51b7-439a-a548-0878615fc96a
12:01:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46a7028-8697-4f37-ac8b-9049ff54a75d
12:01:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a779f2e-c0d5-408a-9cf2-9f24acde87aa
12:01:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8534d4ef-4b0b-4af4-960d-bb01d1f8644f
12:01:20.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:20.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:20.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:20.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:20.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:20.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d7f78e-652f-49c2-b554-d5336a9eb8c6
12:01:20.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5677fbe-388d-4812-8bbb-44145c7000fe
12:01:21.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d78cb8-e55c-4f61-9d03-c42d0a7df9b4
12:01:21.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7823e2d-bec8-4644-9d26-1fb11e0e2991
12:01:21.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e361f0b-f513-4417-89c4-c93c6005c880
12:01:21.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=264d698f-2f2d-4c48-9aae-e6e01079a6bf
12:01:21.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06283a46-b8fb-4016-a9df-bf23c4c0d102
12:01:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c91fc58-82cd-4031-9e67-1b393e2bda30
12:01:21.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85bbad84-3b36-425d-a7ea-7c8797f3a932
12:01:21.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4619536c-ba00-4dab-ae35-5227183c9b15
12:01:21.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a41c2af9-91b9-42b8-a29b-e0d9c69de561
12:01:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8389c4f1-1a71-496a-b087-043de960acfd
12:01:21.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=370a6987-60cd-4ad3-a4bc-131a59aa09ca
12:01:21.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab812c6-b4db-44ba-bd60-f9c253bf2fab
12:01:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a16a96d-190c-4101-beac-3e2c3a83d19c
12:01:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ceabcd-8f2d-4a17-9611-9de25f337487
12:01:21.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=815d7141-e06a-458d-afad-936dd8e42b04
12:01:21.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1226799a-8cb2-4ec7-9bc9-a83a87942a7e
12:01:21.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c457495-1de6-4ebc-ab48-6876321f7fd4
12:01:21.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adc39254-8136-4321-8f41-1052d046d516
12:01:21.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ea043f-dd85-4ac9-8e43-f2573cd63a23
12:01:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43cc5d6-dad0-466b-b5c1-b7895f27779e
12:01:21.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6610b523-23e1-4ca9-ba92-22fa44d4d14a
12:01:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e9652e9-6178-44d7-ab68-80fdf641d358
12:01:21.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:21.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:21.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:21.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:21.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:21.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:21.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:21.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ecd7ac3-2a51-4d64-9d97-7b9db6dfe0b8
12:01:21.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a7c6c8-eee4-4742-99f5-e97d34aa03fa
12:01:22.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7673ae6-bf97-4f49-ba44-29291344fb59
12:01:22.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6af9d5e-76ca-414a-9afb-8d1ba4e74bbc
12:01:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6568afd0-02ea-406f-9809-ae48cd90d93e
12:01:22.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab4a32dd-51b0-44c9-8d9b-f4e94314eb0b
12:01:22.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c200b54-a1cf-44f8-90a4-9f513b9c5b9b
12:01:22.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7637a36-6c44-4ca0-941f-913e1acfff9a
12:01:22.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=308ad335-4fd9-4de3-bcb3-60e182a602c7
12:01:22.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793d4dd8-a157-42d3-b546-943f5a1d4afc
12:01:22.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2190047-5adc-4043-a425-11703ea2799c
12:01:22.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cf84e9-c0f6-497c-a7aa-886718b90a50
12:01:22.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=201174f2-6197-4a95-aa81-eece6119593b
12:01:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66aa1c86-dca2-4508-9225-06167827bff3
12:01:22.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0ee4f24-bfeb-4cbd-b9af-dd5e1deddf91
12:01:22.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f567b47-c874-4efc-8834-b1fec5dff0e7
12:01:22.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=610e6d71-0bc5-4ae4-bdd0-e95e58884113
12:01:22.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9abc015-450e-41c8-a1e0-767da24b5014
12:01:22.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2dd8e1-3666-4ab6-a989-c35c8de36f2b
12:01:22.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7012eddb-166e-47b6-a0da-80d419fe15df
12:01:22.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34fc8d44-ab8f-43ea-831e-dd6ed5dd4c9b
12:01:22.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa53638f-327a-40b4-a1d5-1a36b9863365
12:01:22.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:22.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:22.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:22.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5ab627a-b60f-4cd5-9929-79a36db95488
12:01:22.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:22.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:22.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:22.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31e834-8f6a-409d-8732-c5eb5c26113f
12:01:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46a7028-8697-4f37-ac8b-9049ff54a75d
12:01:23.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6208dd2-e922-4edb-b24d-a97a7e568bc0
12:01:23.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8534d4ef-4b0b-4af4-960d-bb01d1f8644f
12:01:23.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6df37f9-5663-4010-8196-be489c8330a2
12:01:23.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d7f78e-652f-49c2-b554-d5336a9eb8c6
12:01:23.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95467926-2766-4252-b330-eeb8e2081897
12:01:23.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7823e2d-bec8-4644-9d26-1fb11e0e2991
12:01:23.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497c84b8-26af-443b-8dde-72dfeb79174f
12:01:23.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=264d698f-2f2d-4c48-9aae-e6e01079a6bf
12:01:23.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=860bb86d-84b1-4288-8d45-f22568efda9b
12:01:23.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c91fc58-82cd-4031-9e67-1b393e2bda30
12:01:23.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4619536c-ba00-4dab-ae35-5227183c9b15
12:01:23.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3329ffaa-3f95-4bc2-ae11-d7b229262434
12:01:23.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8389c4f1-1a71-496a-b087-043de960acfd
12:01:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e546f0-cee1-40ad-9744-3e29773d9d0b
12:01:23.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a16a96d-190c-4101-beac-3e2c3a83d19c
12:01:23.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e06f7065-c835-4fd4-9c62-5f9bfce3fdac
12:01:23.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1226799a-8cb2-4ec7-9bc9-a83a87942a7e
12:01:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db4c809-90c4-4c7e-ad01-3a56d30a48c8
12:01:23.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adc39254-8136-4321-8f41-1052d046d516
12:01:23.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4c392d-850f-43fd-a044-b9b90b4e1818
12:01:23.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:23.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:23.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d7cecbd-5bf7-47cb-ae91-18bea7372ac4
12:01:23.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:23.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:23.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:23.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:23.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6610b523-23e1-4ca9-ba92-22fa44d4d14a
12:01:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ec6aaac-483d-4051-9c5a-0ea2f8b91cd5
12:01:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ecd7ac3-2a51-4d64-9d97-7b9db6dfe0b8
12:01:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bff5211-d976-4a92-8201-c45f7812da9a
12:01:24.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7673ae6-bf97-4f49-ba44-29291344fb59
12:01:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6568afd0-02ea-406f-9809-ae48cd90d93e
12:01:24.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ef5157-ebe2-4017-8a84-de8ff18ed85d
12:01:24.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c200b54-a1cf-44f8-90a4-9f513b9c5b9b
12:01:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebec2e84-9ca0-4d24-8889-40140ca5d76e
12:01:24.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=308ad335-4fd9-4de3-bcb3-60e182a602c7
12:01:24.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f507381-8305-4422-b048-897ae1d48d8d
12:01:24.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2190047-5adc-4043-a425-11703ea2799c
12:01:24.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=201174f2-6197-4a95-aa81-eece6119593b
12:01:24.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4264b579-b8e1-433b-b198-d284c199d9c8
12:01:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70aba3e-6756-47ca-b03f-3ce067c51b96
12:01:24.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0ee4f24-bfeb-4cbd-b9af-dd5e1deddf91
12:01:24.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcb3ff97-beb4-4a80-a13c-f1c229897ae6
12:01:24.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f567b47-c874-4efc-8834-b1fec5dff0e7
12:01:24.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9abc015-450e-41c8-a1e0-767da24b5014
12:01:24.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=445308e9-b756-432b-aa85-988cf32bfe21
12:01:24.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7012eddb-166e-47b6-a0da-80d419fe15df
12:01:24.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb735ab-3857-4a98-9030-7f41407b9e31
12:01:24.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa53638f-327a-40b4-a1d5-1a36b9863365
12:01:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd61d8a-4706-4c8b-add0-513b7ac6e60e
12:01:24.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:24.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:24.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5ab627a-b60f-4cd5-9929-79a36db95488
12:01:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:24.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:24.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:24.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:24.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ec81df-4edc-4ca8-bd54-afa2c52eeb44
12:01:24.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6208dd2-e922-4edb-b24d-a97a7e568bc0
12:01:25.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c49346-412a-4ef1-bb2f-d2e0ac2e783a
12:01:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6df37f9-5663-4010-8196-be489c8330a2
12:01:25.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fcfe9b-3509-4aab-ae80-ca14a899b7b3
12:01:25.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a21154ac-3dbd-4955-b4f5-dc13fd45b2cd
12:01:25.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95467926-2766-4252-b330-eeb8e2081897
12:01:25.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d548d5e-89ab-4a8c-9618-7ea130529a03
12:01:25.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497c84b8-26af-443b-8dde-72dfeb79174f
12:01:25.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=017bd027-5cec-4513-8fe4-33434ddea0c5
12:01:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=860bb86d-84b1-4288-8d45-f22568efda9b
12:01:25.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e36a61d-3c66-462d-8a75-0b377ad31a64
12:01:25.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064b2613-45df-4d67-b63e-9ecdb90c2921
12:01:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3329ffaa-3f95-4bc2-ae11-d7b229262434
12:01:25.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8cd4705-d52e-4959-aecc-5094d1527c63
12:01:25.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35e546f0-cee1-40ad-9744-3e29773d9d0b
12:01:25.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca849654-a2ea-457b-9ee5-a9422426f773
12:01:25.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e06f7065-c835-4fd4-9c62-5f9bfce3fdac
12:01:25.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9291574-9793-4d1c-9088-7230403e58bb
12:01:25.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db4c809-90c4-4c7e-ad01-3a56d30a48c8
12:01:25.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=531695b1-41ba-494f-9c58-55f44942c863
12:01:25.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b4c392d-850f-43fd-a044-b9b90b4e1818
12:01:25.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a30f47d-1741-44f9-815d-25456031c884
12:01:25.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:25.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:25.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef238b08-30c1-4e59-a679-409ebcdea908
12:01:25.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:25.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:25.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:25.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:25.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d7cecbd-5bf7-47cb-ae91-18bea7372ac4
12:01:25.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ec6aaac-483d-4051-9c5a-0ea2f8b91cd5
12:01:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d200b9ef-06a8-4524-afe3-58bb13e18618
12:01:26.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbf40702-c4a9-400e-a6c9-710da1c338b7
12:01:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bff5211-d976-4a92-8201-c45f7812da9a
12:01:26.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5e3d14a-a224-4512-b02a-ed9ceb841f7d
12:01:26.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ef5157-ebe2-4017-8a84-de8ff18ed85d
12:01:26.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebec2e84-9ca0-4d24-8889-40140ca5d76e
12:01:26.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba92115-8b0c-484b-9d54-3398ca07b0f4
12:01:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f507381-8305-4422-b048-897ae1d48d8d
12:01:26.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f56a205-d5c1-4cfd-ad0c-f24421605bc5
12:01:26.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e85369-3a32-4171-8de8-7dae9d98268e
12:01:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4264b579-b8e1-433b-b198-d284c199d9c8
12:01:26.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e46facb5-c9f2-4f95-a5aa-bdfeac2c5cf6
12:01:26.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70aba3e-6756-47ca-b03f-3ce067c51b96
12:01:26.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416436cb-765d-4e35-99ab-cc53e8516239
12:01:26.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcb3ff97-beb4-4a80-a13c-f1c229897ae6
12:01:26.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=445308e9-b756-432b-aa85-988cf32bfe21
12:01:26.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b91656-9447-4f45-94b8-7300fd1f72c0
12:01:26.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb735ab-3857-4a98-9030-7f41407b9e31
12:01:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cd2d9b2-7425-4a1b-b444-30c7fb7ef803
12:01:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd61d8a-4706-4c8b-add0-513b7ac6e60e
12:01:26.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:26.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f42051a-29ae-4857-8eb8-2667799f5628
12:01:26.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:26.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:26.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:26.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:26.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:26.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:26.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ec81df-4edc-4ca8-bd54-afa2c52eeb44
12:01:27.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c117578-415d-4ea6-9218-2da5546b98e7
12:01:27.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c49346-412a-4ef1-bb2f-d2e0ac2e783a
12:01:27.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fcfe9b-3509-4aab-ae80-ca14a899b7b3
12:01:27.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33244cce-32a6-4434-8a17-e9583af8886b
12:01:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7906a5f8-5643-451d-a09f-0fe3d82958b1
12:01:27.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a21154ac-3dbd-4955-b4f5-dc13fd45b2cd
12:01:27.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2af6b24-54aa-45fb-ac4a-0e25a41e65e7
12:01:27.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d548d5e-89ab-4a8c-9618-7ea130529a03
12:01:27.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83229e9e-7fba-4d63-9a10-fdbdcee012e9
12:01:27.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=017bd027-5cec-4513-8fe4-33434ddea0c5
12:01:27.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9528fd-6cf7-4288-b2c2-d27a905e279d
12:01:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e36a61d-3c66-462d-8a75-0b377ad31a64
12:01:27.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798c0f5b-4996-420c-ad2c-9f1cc36d8810
12:01:27.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.523 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=064b2613-45df-4d67-b63e-9ecdb90c2921
12:01:27.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05b3e796-9d60-47b1-8970-7a22a48ed6e4
12:01:27.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8cd4705-d52e-4959-aecc-5094d1527c63
12:01:27.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173c7e0c-b901-41e7-baee-008d94d27493
12:01:27.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca849654-a2ea-457b-9ee5-a9422426f773
12:01:27.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c580f7-9fb1-4847-987f-8d48b4ef1787
12:01:27.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9291574-9793-4d1c-9088-7230403e58bb
12:01:27.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae7d512-4e5b-4533-a96b-c193a7be4bed
12:01:27.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=531695b1-41ba-494f-9c58-55f44942c863
12:01:27.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e45e48ce-6c78-419c-b81e-5e218cda04f7
12:01:27.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:27.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:27.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:27.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:27.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:27.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:27.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:27.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a30f47d-1741-44f9-815d-25456031c884
12:01:27.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff10f36-8a89-471c-898c-b5fa6cdbecdb
12:01:28.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef238b08-30c1-4e59-a679-409ebcdea908
12:01:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae29c9b-f0e8-40e8-8c47-e6851caea871
12:01:28.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d200b9ef-06a8-4524-afe3-58bb13e18618
12:01:28.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd9f3587-b53d-4930-ac67-84abb5346679
12:01:28.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbf40702-c4a9-400e-a6c9-710da1c338b7
12:01:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3927c130-37a8-4d15-9ab1-1f72999d624a
12:01:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5e3d14a-a224-4512-b02a-ed9ceb841f7d
12:01:28.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ecf98a8-49d3-40aa-9b7d-f016a32f9d0a
12:01:28.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba92115-8b0c-484b-9d54-3398ca07b0f4
12:01:28.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd29967-659e-44d4-84fb-72f8fc8c9dc4
12:01:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f56a205-d5c1-4cfd-ad0c-f24421605bc5
12:01:28.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e100fec-c645-49ff-ab2d-50fb0f2d645e
12:01:28.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c4965cf-f279-4241-9b3d-7b30acbdb53c
12:01:28.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27e85369-3a32-4171-8de8-7dae9d98268e
12:01:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7728ea3e-a558-482c-9934-c9ff65c7b056
12:01:28.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e46facb5-c9f2-4f95-a5aa-bdfeac2c5cf6
12:01:28.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bbc2eb2-b9b5-4831-b433-536a5b9c432f
12:01:28.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416436cb-765d-4e35-99ab-cc53e8516239
12:01:28.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:28.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b822ab65-ac62-4be4-b015-d7c3a6de10d3
12:01:28.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:28.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b91656-9447-4f45-94b8-7300fd1f72c0
12:01:28.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:28.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:28.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:28.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:28.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:28.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72187ef6-8db0-49fa-8e00-415d29c6f0a1
12:01:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cd2d9b2-7425-4a1b-b444-30c7fb7ef803
12:01:29.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4b0a0e7-da72-4a90-8f6d-cb4b36a0b6e8
12:01:29.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f42051a-29ae-4857-8eb8-2667799f5628
12:01:29.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4ce7316-b54f-4a39-98e0-6218c836b70a
12:01:29.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c117578-415d-4ea6-9218-2da5546b98e7
12:01:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d34a8b7-544a-44d7-bd0f-0469dc2344fd
12:01:29.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33244cce-32a6-4434-8a17-e9583af8886b
12:01:29.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3806e76e-fb5e-43ba-82fe-feeac78ec5d7
12:01:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7906a5f8-5643-451d-a09f-0fe3d82958b1
12:01:29.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dc0156-4a59-47f6-991b-cd52ec3e8e48
12:01:29.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2af6b24-54aa-45fb-ac4a-0e25a41e65e7
12:01:29.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50476c51-ad6c-4ff3-9bb6-9002e646c02d
12:01:29.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83229e9e-7fba-4d63-9a10-fdbdcee012e9
12:01:29.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9528fd-6cf7-4288-b2c2-d27a905e279d
12:01:29.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbaf125-c892-4a6b-ad9a-20a2fbf48b41
12:01:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798c0f5b-4996-420c-ad2c-9f1cc36d8810
12:01:29.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5801db66-6d82-45cc-ab7b-99221e40885c
12:01:29.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05b3e796-9d60-47b1-8970-7a22a48ed6e4
12:01:29.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13c58f95-cf9e-43aa-8816-b18d9bee67d3
12:01:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173c7e0c-b901-41e7-baee-008d94d27493
12:01:29.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d61c486-7315-4d4a-bad4-052257e5734a
12:01:29.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c580f7-9fb1-4847-987f-8d48b4ef1787
12:01:29.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:29.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:29.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:29.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:29.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:29.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:29.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:29.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab5299a-5442-494d-8235-88906b1d23a6
12:01:29.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae7d512-4e5b-4533-a96b-c193a7be4bed
12:01:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a993eec6-b49e-455c-be05-32b465e421cf
12:01:30.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e45e48ce-6c78-419c-b81e-5e218cda04f7
12:01:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f093c08f-84ce-4978-81ae-5167fa0bd21b
12:01:30.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff10f36-8a89-471c-898c-b5fa6cdbecdb
12:01:30.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dae29c9b-f0e8-40e8-8c47-e6851caea871
12:01:30.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e262cb4-b63c-4f69-965e-bbb044f997cb
12:01:30.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd9f3587-b53d-4930-ac67-84abb5346679
12:01:30.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834f99da-33f1-4f95-83ea-598727f566de
12:01:30.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3927c130-37a8-4d15-9ab1-1f72999d624a
12:01:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac37763f-9311-4fe1-a3a4-cfa890f2c9f8
12:01:30.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ecf98a8-49d3-40aa-9b7d-f016a32f9d0a
12:01:30.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5865adf4-ede5-4897-9f63-56625d72abee
12:01:30.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9265766b-83ef-4b10-a2f1-749a4a8ac16d
12:01:30.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd29967-659e-44d4-84fb-72f8fc8c9dc4
12:01:30.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c49e33-cb51-4387-810c-7e7c515f5b76
12:01:30.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e100fec-c645-49ff-ab2d-50fb0f2d645e
12:01:30.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2603dbf0-bcb6-4719-a855-936f054d32cb
12:01:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c4965cf-f279-4241-9b3d-7b30acbdb53c
12:01:30.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96310172-e10a-4411-afdd-242a54cace42
12:01:30.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7728ea3e-a558-482c-9934-c9ff65c7b056
12:01:30.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:30.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a34388a7-02be-43c2-9da7-0839ec6894dd
12:01:30.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:30.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:30.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:30.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:30.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bbc2eb2-b9b5-4831-b433-536a5b9c432f
12:01:31.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4308581c-3e74-4916-9e13-ce9703d48a85
12:01:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b822ab65-ac62-4be4-b015-d7c3a6de10d3
12:01:31.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64dca98-946a-440a-9347-9ec8822fe33d
12:01:31.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd30b4d-a815-416c-bbb6-7a6dcd2f1836
12:01:31.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72187ef6-8db0-49fa-8e00-415d29c6f0a1
12:01:31.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4b0a0e7-da72-4a90-8f6d-cb4b36a0b6e8
12:01:31.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23cea7f8-3f53-468c-9a36-e3d0ed97abdb
12:01:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4ce7316-b54f-4a39-98e0-6218c836b70a
12:01:31.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ec100f-a0e4-4568-9ba9-b6fedb74e078
12:01:31.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d34a8b7-544a-44d7-bd0f-0469dc2344fd
12:01:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3806e76e-fb5e-43ba-82fe-feeac78ec5d7
12:01:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbaeb34-0940-49af-8b72-b2c3f277fa32
12:01:31.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dc0156-4a59-47f6-991b-cd52ec3e8e48
12:01:31.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe6c3b13-5fac-427a-a622-1670510d0159
12:01:31.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cecc1c7-3c02-49c3-bedd-71c877100f97
12:01:31.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50476c51-ad6c-4ff3-9bb6-9002e646c02d
12:01:31.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e1b9f8-216c-46b0-bc0e-3bc9b34f2b42
12:01:31.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbaf125-c892-4a6b-ad9a-20a2fbf48b41
12:01:31.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aad2da1-00d3-481d-938f-f3f545685691
12:01:31.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5801db66-6d82-45cc-ab7b-99221e40885c
12:01:31.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f97b7f7-05a3-46c4-9090-33db9eee9b1a
12:01:31.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13c58f95-cf9e-43aa-8816-b18d9bee67d3
12:01:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:31.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:31.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:31.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:31.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:31.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:31.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d61c486-7315-4d4a-bad4-052257e5734a
12:01:32.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=886f6e33-b676-4816-a5c7-c6dab33af39e
12:01:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab5299a-5442-494d-8235-88906b1d23a6
12:01:32.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ae069e-3a08-4359-a9aa-2ce7daac60fc
12:01:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a993eec6-b49e-455c-be05-32b465e421cf
12:01:32.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8162da10-5909-4e00-bce2-767ff72d2afd
12:01:32.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f093c08f-84ce-4978-81ae-5167fa0bd21b
12:01:32.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10f3b5f-fc02-49e0-94e2-0a3154f7c000
12:01:32.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e262cb4-b63c-4f69-965e-bbb044f997cb
12:01:32.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be15603-c3d0-4976-b84a-a66fa670221b
12:01:32.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834f99da-33f1-4f95-83ea-598727f566de
12:01:32.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e76915f1-a765-48b5-b3c6-c219668318e5
12:01:32.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac37763f-9311-4fe1-a3a4-cfa890f2c9f8
12:01:32.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd0dc16-fbcf-42ea-857d-d1b76c322e6c
12:01:32.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5865adf4-ede5-4897-9f63-56625d72abee
12:01:32.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115229c5-8e4c-4f23-8c26-498698c0c686
12:01:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9265766b-83ef-4b10-a2f1-749a4a8ac16d
12:01:32.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33b141b-b7bf-4802-907c-4c7d249862c8
12:01:32.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c49e33-cb51-4387-810c-7e7c515f5b76
12:01:32.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8969e2-7f7a-41d2-9a87-753fef26059d
12:01:32.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2603dbf0-bcb6-4719-a855-936f054d32cb
12:01:32.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40425597-a38c-45cc-817d-b382fb1d4886
12:01:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:32.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:32.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:32.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:32.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:32.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96310172-e10a-4411-afdd-242a54cace42
12:01:32.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28403c1-9d18-4493-8834-6db538ae77e3
12:01:33.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a34388a7-02be-43c2-9da7-0839ec6894dd
12:01:33.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70f39a8a-a2af-4a3b-a789-39d8a2724549
12:01:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4308581c-3e74-4916-9e13-ce9703d48a85
12:01:33.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976abd5d-d996-42c7-a096-cf2723017766
12:01:33.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64dca98-946a-440a-9347-9ec8822fe33d
12:01:33.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61359a7d-9a39-4212-8167-08be94073d29
12:01:33.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd30b4d-a815-416c-bbb6-7a6dcd2f1836
12:01:33.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=610c0b13-2501-4b91-ba88-2777d4bc8f6e
12:01:33.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23cea7f8-3f53-468c-9a36-e3d0ed97abdb
12:01:33.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0253e85-7817-4dbf-8e85-4d61202e30bb
12:01:33.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ec100f-a0e4-4568-9ba9-b6fedb74e078
12:01:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39c55d44-2001-4bdf-8add-f33fb59d56a6
12:01:33.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbaeb34-0940-49af-8b72-b2c3f277fa32
12:01:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf454df2-7dcb-4e83-a134-daef925a58c4
12:01:33.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe6c3b13-5fac-427a-a622-1670510d0159
12:01:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c605f5-29e7-4a28-bca3-c1f7495366da
12:01:33.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cecc1c7-3c02-49c3-bedd-71c877100f97
12:01:33.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cbd954-0a73-4c8d-994a-08899ab49dee
12:01:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e1b9f8-216c-46b0-bc0e-3bc9b34f2b42
12:01:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78cea082-31a6-46c8-9be8-53a1b56e3684
12:01:33.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e00b3f7-057a-4e8f-8288-852466c53891
12:01:33.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aad2da1-00d3-481d-938f-f3f545685691
12:01:33.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8efab28f-3115-421c-86bb-9d7ce7d07643
12:01:33.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:33.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f97b7f7-05a3-46c4-9090-33db9eee9b1a
12:01:33.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:33.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:33.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:33.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:33.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:33.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:33.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dcf2976-ce88-49a9-8da9-e9d1fb4064ae
12:01:34.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=886f6e33-b676-4816-a5c7-c6dab33af39e
12:01:34.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b22424-064b-4afc-9b02-50a54a03e204
12:01:34.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ae069e-3a08-4359-a9aa-2ce7daac60fc
12:01:34.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32e5a2c3-1e4f-4ca4-a591-b27dcbdf28b5
12:01:34.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8162da10-5909-4e00-bce2-767ff72d2afd
12:01:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd973d0e-bb5a-452f-9d49-fd31fd4bfb1e
12:01:34.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10f3b5f-fc02-49e0-94e2-0a3154f7c000
12:01:34.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8479deaa-5e8e-4e05-b456-3ab8372a98e2
12:01:34.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be15603-c3d0-4976-b84a-a66fa670221b
12:01:34.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e76915f1-a765-48b5-b3c6-c219668318e5
12:01:34.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594f6c58-b1bd-444a-a019-e8e7679e5a37
12:01:34.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd0dc16-fbcf-42ea-857d-d1b76c322e6c
12:01:34.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54e04302-1d8f-415e-8ced-edaafd4c2362
12:01:34.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115229c5-8e4c-4f23-8c26-498698c0c686
12:01:34.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8927b1bb-73f1-4300-b06d-cdc8c32a7dc8
12:01:34.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33b141b-b7bf-4802-907c-4c7d249862c8
12:01:34.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eac99a0-ed7e-4732-bc14-60d78fe0ac00
12:01:34.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8969e2-7f7a-41d2-9a87-753fef26059d
12:01:34.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3631e0ec-5ed9-4a8b-b246-47c93df345ff
12:01:34.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40425597-a38c-45cc-817d-b382fb1d4886
12:01:34.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=991abb4e-704b-4495-9df1-7db688ba4717
12:01:34.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28403c1-9d18-4493-8834-6db538ae77e3
12:01:34.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:34.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:34.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:34.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:34.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:34.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:34.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=101bfa8d-cff8-441c-b5f1-12682795aea2
12:01:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70f39a8a-a2af-4a3b-a789-39d8a2724549
12:01:35.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c532b801-3c3f-41dc-9bae-737ca3600f62
12:01:35.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976abd5d-d996-42c7-a096-cf2723017766
12:01:35.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7607a70e-e59c-4a54-b209-91ec55b26fb1
12:01:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61359a7d-9a39-4212-8167-08be94073d29
12:01:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d58303-46ab-4951-b978-77e538437c4a
12:01:35.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbed3850-5183-4100-9dde-3e8d14a0c2eb
12:01:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=610c0b13-2501-4b91-ba88-2777d4bc8f6e
12:01:35.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea31437-f5d5-459d-b5ba-59d17429dc51
12:01:35.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0253e85-7817-4dbf-8e85-4d61202e30bb
12:01:35.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39c55d44-2001-4bdf-8add-f33fb59d56a6
12:01:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b481376-7882-4896-9d72-e28ebb5870f4
12:01:35.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf454df2-7dcb-4e83-a134-daef925a58c4
12:01:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c605f5-29e7-4a28-bca3-c1f7495366da
12:01:35.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7ddd50c-acdd-482f-9bc7-bc5fbcb1dbef
12:01:35.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cbd954-0a73-4c8d-994a-08899ab49dee
12:01:35.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be0ef56e-99af-4cef-af67-5d54a64e7d21
12:01:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78cea082-31a6-46c8-9be8-53a1b56e3684
12:01:35.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bad6568-5769-425d-b7d8-154383fe0112
12:01:35.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e00b3f7-057a-4e8f-8288-852466c53891
12:01:35.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:35.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ec8806-00d9-42c0-b3bc-89a709e90d3c
12:01:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:35.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:35.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:35.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8efab28f-3115-421c-86bb-9d7ce7d07643
12:01:36.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ffba337-2709-4a3d-b436-83756e6e1463
12:01:36.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dcf2976-ce88-49a9-8da9-e9d1fb4064ae
12:01:36.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c732cabc-dc65-4ff9-8773-83e757c3952c
12:01:36.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b22424-064b-4afc-9b02-50a54a03e204
12:01:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e4a5b2-d922-45c8-bc69-202b22e3c857
12:01:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32e5a2c3-1e4f-4ca4-a591-b27dcbdf28b5
12:01:36.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c82e581-fa98-4afd-964f-ed92764ad5a7
12:01:36.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd973d0e-bb5a-452f-9d49-fd31fd4bfb1e
12:01:36.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae43b20f-71ce-4e9d-bd2c-862cbfe441df
12:01:36.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8479deaa-5e8e-4e05-b456-3ab8372a98e2
12:01:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990ba7b0-0bc8-4d7b-a601-5a5a9efe9ae7
12:01:36.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594f6c58-b1bd-444a-a019-e8e7679e5a37
12:01:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c2bd3a-a49e-48d7-894f-716016e53581
12:01:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54e04302-1d8f-415e-8ced-edaafd4c2362
12:01:36.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d89d500a-ad6e-4da6-996d-9943a3882b5e
12:01:36.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8927b1bb-73f1-4300-b06d-cdc8c32a7dc8
12:01:36.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebee8f2f-5859-4fb0-a036-bd4bfda70887
12:01:36.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eac99a0-ed7e-4732-bc14-60d78fe0ac00
12:01:36.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4ed731-1a76-4d4e-9e76-3a69780bb6c1
12:01:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3631e0ec-5ed9-4a8b-b246-47c93df345ff
12:01:36.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c27eb5c-11fb-4a55-bfca-03b3b8f14c2d
12:01:36.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=991abb4e-704b-4495-9df1-7db688ba4717
12:01:36.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:36.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:36.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:36.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:36.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:36.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:36.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:36.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26e2b30b-ada8-4c00-99c9-cc9ee14eb3ca
12:01:36.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a69c738-210a-4a55-ae86-714f89b7ccf3
12:01:37.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=101bfa8d-cff8-441c-b5f1-12682795aea2
12:01:37.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e18ad23-9aef-4343-8635-56e8bb79f7d5
12:01:37.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c532b801-3c3f-41dc-9bae-737ca3600f62
12:01:37.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7607a70e-e59c-4a54-b209-91ec55b26fb1
12:01:37.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bc3ee42-a793-4d2f-b1aa-129aadec7051
12:01:37.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d58303-46ab-4951-b978-77e538437c4a
12:01:37.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90211dfc-6902-4ff8-9d61-042a1f54ebc1
12:01:37.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbed3850-5183-4100-9dde-3e8d14a0c2eb
12:01:37.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a266b0-880a-43e1-b6c6-c4aec67b1644
12:01:37.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea31437-f5d5-459d-b5ba-59d17429dc51
12:01:37.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a666ebf8-73b5-4977-93f1-d63db5041995
12:01:37.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b481376-7882-4896-9d72-e28ebb5870f4
12:01:37.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5551097-cf0f-4421-831d-0b51ab1324c7
12:01:37.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7ddd50c-acdd-482f-9bc7-bc5fbcb1dbef
12:01:37.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b393f85-ce08-493a-85b6-b05aabf62358
12:01:37.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be0ef56e-99af-4cef-af67-5d54a64e7d21
12:01:37.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b434aa2a-cb3a-4ed2-ba0b-c98b6e66fce4
12:01:37.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bad6568-5769-425d-b7d8-154383fe0112
12:01:37.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332a69fc-015b-4dc9-81f5-1c06a7130cd1
12:01:37.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ec8806-00d9-42c0-b3bc-89a709e90d3c
12:01:37.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed90b79-19da-4ac4-bb9e-dc8b9c570b0d
12:01:37.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:37.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:37.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:37.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:37.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:37.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ffba337-2709-4a3d-b436-83756e6e1463
12:01:37.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c732cabc-dc65-4ff9-8773-83e757c3952c
12:01:38.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a412f004-bdb7-4b14-9d32-d452a3f5ad79
12:01:38.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e4a5b2-d922-45c8-bc69-202b22e3c857
12:01:38.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00e4edbe-0e25-4d25-b773-72625cd38a98
12:01:38.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c82e581-fa98-4afd-964f-ed92764ad5a7
12:01:38.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7ea4a2-96da-477d-ac1e-a2c256a07bc1
12:01:38.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae43b20f-71ce-4e9d-bd2c-862cbfe441df
12:01:38.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9507a5-3654-405b-9b8e-19e87cd14f72
12:01:38.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.307 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990ba7b0-0bc8-4d7b-a601-5a5a9efe9ae7
12:01:38.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5c2bd3a-a49e-48d7-894f-716016e53581
12:01:38.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2790e93-23a7-400a-889e-3e47aea2d48b
12:01:38.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d89d500a-ad6e-4da6-996d-9943a3882b5e
12:01:38.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1819e9d8-da03-46b1-8258-f69033fec6a1
12:01:38.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebee8f2f-5859-4fb0-a036-bd4bfda70887
12:01:38.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eebb6c72-6e26-42b5-bed8-db97d50b76ba
12:01:38.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df4ed731-1a76-4d4e-9e76-3a69780bb6c1
12:01:38.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8058babe-c268-4efe-8d7c-6620e7c15d88
12:01:38.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c27eb5c-11fb-4a55-bfca-03b3b8f14c2d
12:01:38.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5896dbcb-244a-4845-a764-f9d32cd87605
12:01:38.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a829f1f-b4da-4fff-adc4-4bdacc6e0e68
12:01:38.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26e2b30b-ada8-4c00-99c9-cc9ee14eb3ca
12:01:38.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a920e3f-ee12-4a5d-9534-d31addf10e5c
12:01:38.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a69c738-210a-4a55-ae86-714f89b7ccf3
12:01:38.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:38.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3266d1a0-c972-487b-a714-06a7826dee9e
12:01:38.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:38.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:38.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:38.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e18ad23-9aef-4343-8635-56e8bb79f7d5
12:01:39.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bc3ee42-a793-4d2f-b1aa-129aadec7051
12:01:39.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8311aa7-35db-4627-b48b-806f3c0a306a
12:01:39.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90211dfc-6902-4ff8-9d61-042a1f54ebc1
12:01:39.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22ea62be-5ad1-4613-9fc7-44bba3ec18b4
12:01:39.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a266b0-880a-43e1-b6c6-c4aec67b1644
12:01:39.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=719f5ccc-c8a9-4f14-bc89-db8b68dedd3f
12:01:39.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3957b9cf-f3a6-46a2-93a7-e4520fc33a33
12:01:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a666ebf8-73b5-4977-93f1-d63db5041995
12:01:39.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5551097-cf0f-4421-831d-0b51ab1324c7
12:01:39.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7012e845-1219-45c3-a511-162d100786fd
12:01:39.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b393f85-ce08-493a-85b6-b05aabf62358
12:01:39.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cca2b583-da65-4326-845b-4da3a914224f
12:01:39.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b434aa2a-cb3a-4ed2-ba0b-c98b6e66fce4
12:01:39.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d817a5-2fb4-4f0c-86e4-bc414b01ee07
12:01:39.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a46888-ff79-4891-a67f-9e1fe57e7b50
12:01:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332a69fc-015b-4dc9-81f5-1c06a7130cd1
12:01:39.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ed90b79-19da-4ac4-bb9e-dc8b9c570b0d
12:01:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2b4163-3cfa-425a-bb14-820221c11831
12:01:39.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c184e2-18ab-4e79-81a5-96956ff306e4
12:01:39.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a412f004-bdb7-4b14-9d32-d452a3f5ad79
12:01:39.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbef9e6e-8344-4310-99b0-0e92d7249f39
12:01:39.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:39.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:39.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00e4edbe-0e25-4d25-b773-72625cd38a98
12:01:39.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:39.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:39.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:39.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:39.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:39.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dba6c6-5ec3-4bef-8cb0-ae5abec52cf5
12:01:39.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7ea4a2-96da-477d-ac1e-a2c256a07bc1
12:01:40.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c837eb-070a-4adb-8017-14b2c89fa8f4
12:01:40.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9507a5-3654-405b-9b8e-19e87cd14f72
12:01:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e5311b4-8f2f-4fd2-83bd-62425b067125
12:01:40.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519807fb-3c69-4ae0-aa42-8b8bfa30655b
12:01:40.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2790e93-23a7-400a-889e-3e47aea2d48b
12:01:40.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75136a4f-d300-453d-8647-f31cf2a84552
12:01:40.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317f3654-34e9-4291-8cf1-50957c3ef651
12:01:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1819e9d8-da03-46b1-8258-f69033fec6a1
12:01:40.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.424 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eebb6c72-6e26-42b5-bed8-db97d50b76ba
12:01:40.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01fb5c4d-97df-4b63-a1bc-1f39b0a01dd3
12:01:40.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8058babe-c268-4efe-8d7c-6620e7c15d88
12:01:40.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e3b1257-1d70-4d4b-828b-6410620c266a
12:01:40.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5896dbcb-244a-4845-a764-f9d32cd87605
12:01:40.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a829f1f-b4da-4fff-adc4-4bdacc6e0e68
12:01:40.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a530eb4c-8ce5-4600-9b5c-a07e65d3d6e1
12:01:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a920e3f-ee12-4a5d-9534-d31addf10e5c
12:01:40.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3266d1a0-c972-487b-a714-06a7826dee9e
12:01:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b80726a-7163-44ee-8989-7d403784293d
12:01:40.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8311aa7-35db-4627-b48b-806f3c0a306a
12:01:40.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22ea62be-5ad1-4613-9fc7-44bba3ec18b4
12:01:40.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b8bc608-0a96-4196-89f6-89d890742635
12:01:40.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=719f5ccc-c8a9-4f14-bc89-db8b68dedd3f
12:01:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=144c6d1e-c442-4d07-b369-b4e70f56e8cf
12:01:40.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:40.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:40.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:40.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:40.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:40.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:40.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:40.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3957b9cf-f3a6-46a2-93a7-e4520fc33a33
12:01:40.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b4e5f60-bb74-43d0-b332-b39bd1300626
12:01:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7012e845-1219-45c3-a511-162d100786fd
12:01:41.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b2bf69-5e9a-49c8-8cd3-acdb9f1f0f52
12:01:41.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cca2b583-da65-4326-845b-4da3a914224f
12:01:41.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d130b89-09b9-4fef-b558-f65e50b5bc7f
12:01:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d817a5-2fb4-4f0c-86e4-bc414b01ee07
12:01:41.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a46888-ff79-4891-a67f-9e1fe57e7b50
12:01:41.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=151a6fdf-1cb3-4fff-baf5-3a4dbf17c710
12:01:41.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2b4163-3cfa-425a-bb14-820221c11831
12:01:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565ab053-10ea-45b0-a571-ea7daced9829
12:01:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd76d696-a565-488f-9437-af5300116e04
12:01:41.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c184e2-18ab-4e79-81a5-96956ff306e4
12:01:41.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a160b207-4c60-4e36-b38d-a5e5edfe6681
12:01:41.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbef9e6e-8344-4310-99b0-0e92d7249f39
12:01:41.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d798c73-e98e-41ae-b270-ce0bfad345c2
12:01:41.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dba6c6-5ec3-4bef-8cb0-ae5abec52cf5
12:01:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e8d1b69-1d5e-435a-a3ed-09a065592d6b
12:01:41.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8234a65-08cc-42f3-afb0-8e6e82d61c87
12:01:41.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c837eb-070a-4adb-8017-14b2c89fa8f4
12:01:41.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e5311b4-8f2f-4fd2-83bd-62425b067125
12:01:41.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e77e0ac0-42ef-48f1-82f7-97db875c5f33
12:01:41.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519807fb-3c69-4ae0-aa42-8b8bfa30655b
12:01:41.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:41.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e6ec2c-42ae-4fdc-8732-15e0761d43f3
12:01:41.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:41.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:41.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:41.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:41.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:41.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:41.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75136a4f-d300-453d-8647-f31cf2a84552
12:01:42.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36550a9-4e89-482c-ab8d-9ce2a01e59a3
12:01:42.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317f3654-34e9-4291-8cf1-50957c3ef651
12:01:42.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01fb5c4d-97df-4b63-a1bc-1f39b0a01dd3
12:01:42.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448f408a-5b71-4443-843b-1d123241b092
12:01:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e3b1257-1d70-4d4b-828b-6410620c266a
12:01:42.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17145091-e393-420a-abc6-5050e4799f6a
12:01:42.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a530eb4c-8ce5-4600-9b5c-a07e65d3d6e1
12:01:42.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e643d0f-6ffa-4074-bc55-6533aeed94d5
12:01:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b80726a-7163-44ee-8989-7d403784293d
12:01:42.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df737b6-7922-4e16-ae6f-de381ab80fde
12:01:42.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b8bc608-0a96-4196-89f6-89d890742635
12:01:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eaafd7e-93b4-4b56-83c2-b32c4148b0ad
12:01:42.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=144c6d1e-c442-4d07-b369-b4e70f56e8cf
12:01:42.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b4e5f60-bb74-43d0-b332-b39bd1300626
12:01:42.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f23f5ff-61e5-4fbb-b4a9-c8692cb5a185
12:01:42.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30bd3976-38d2-483c-ae79-aaa92e76d315
12:01:42.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14b2bf69-5e9a-49c8-8cd3-acdb9f1f0f52
12:01:42.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d130b89-09b9-4fef-b558-f65e50b5bc7f
12:01:42.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eee78ed1-43dc-46ec-860a-bd8bbf586b34
12:01:42.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=151a6fdf-1cb3-4fff-baf5-3a4dbf17c710
12:01:42.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=577cae9a-635d-4a58-81f4-3a0f8041fbc8
12:01:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:42.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:42.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565ab053-10ea-45b0-a571-ea7daced9829
12:01:42.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:42.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:42.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:42.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:42.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:42.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f2dc0b1-788a-4630-9159-d4b0751c1ad6
12:01:42.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd76d696-a565-488f-9437-af5300116e04
12:01:43.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63e5614f-dbc4-4d78-9e81-a8296980bc72
12:01:43.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a160b207-4c60-4e36-b38d-a5e5edfe6681
12:01:43.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c44bfc84-fa4a-4d58-bebd-9837e8694c1a
12:01:43.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d798c73-e98e-41ae-b270-ce0bfad345c2
12:01:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79f1a7d-f7f6-4a23-b9da-8f930c7e49fa
12:01:43.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e8d1b69-1d5e-435a-a3ed-09a065592d6b
12:01:43.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e83b9d84-2747-4dd3-b782-f6d47fb2e20d
12:01:43.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8234a65-08cc-42f3-afb0-8e6e82d61c87
12:01:43.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ceaced-0097-4a54-be7c-08c225545094
12:01:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e77e0ac0-42ef-48f1-82f7-97db875c5f33
12:01:43.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02a095cd-7018-4837-8350-c9b410ae2a7b
12:01:43.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a36dcba-048b-46db-8558-91e0d66fb99c
12:01:43.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e6ec2c-42ae-4fdc-8732-15e0761d43f3
12:01:43.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d4fae38-7897-45cd-9b36-7240cf36dd67
12:01:43.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36550a9-4e89-482c-ab8d-9ce2a01e59a3
12:01:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd70cb88-f28d-404d-9b23-212c9ce19174
12:01:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448f408a-5b71-4443-843b-1d123241b092
12:01:43.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b253aeb8-6022-4188-94d2-a32e1dac6319
12:01:43.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17145091-e393-420a-abc6-5050e4799f6a
12:01:43.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e643d0f-6ffa-4074-bc55-6533aeed94d5
12:01:43.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:43.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:43.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:43.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:43.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:43.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58729931-3025-4819-bc06-8feb9a1fb76b
12:01:43.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df737b6-7922-4e16-ae6f-de381ab80fde
12:01:44.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6a65d27-4167-44fa-8d0a-94a05812d2b7
12:01:44.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eaafd7e-93b4-4b56-83c2-b32c4148b0ad
12:01:44.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f23f5ff-61e5-4fbb-b4a9-c8692cb5a185
12:01:44.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5bf5e2f-d8cf-492d-9332-e1db513a7ad4
12:01:44.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30bd3976-38d2-483c-ae79-aaa92e76d315
12:01:44.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34da055e-5714-447e-b881-9458dd2c6d41
12:01:44.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eee78ed1-43dc-46ec-860a-bd8bbf586b34
12:01:44.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7837c5c-c055-47aa-a564-eaf6459f7d13
12:01:44.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=577cae9a-635d-4a58-81f4-3a0f8041fbc8
12:01:44.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3978b7b-38fe-4ccc-9d0b-76193dc0260a
12:01:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f2dc0b1-788a-4630-9159-d4b0751c1ad6
12:01:44.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d20eff-3791-4961-b4df-c8ce6b2a72e9
12:01:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63e5614f-dbc4-4d78-9e81-a8296980bc72
12:01:44.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15351bcc-ab33-4ed0-9d15-c2c8c3773c85
12:01:44.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f362e68-a58d-4df2-bb37-c2d5c0e5e2f9
12:01:44.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c44bfc84-fa4a-4d58-bebd-9837e8694c1a
12:01:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a7c04d-8704-4d37-b73e-d51f522abb4f
12:01:44.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79f1a7d-f7f6-4a23-b9da-8f930c7e49fa
12:01:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e83b9d84-2747-4dd3-b782-f6d47fb2e20d
12:01:44.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2381193-5c0d-4c01-a67f-9651ffd9e6d2
12:01:44.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51ceaced-0097-4a54-be7c-08c225545094
12:01:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:44.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:44.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f721eec-67c0-4478-a6f5-08e8d5badcb8
12:01:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02a095cd-7018-4837-8350-c9b410ae2a7b
12:01:45.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8da2fbe-06d0-497f-a79b-2fcffb688db1
12:01:45.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a36dcba-048b-46db-8558-91e0d66fb99c
12:01:45.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2abd630-b9de-442f-a8c3-1166366b18d7
12:01:45.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d4fae38-7897-45cd-9b36-7240cf36dd67
12:01:45.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f97deeb-11a1-4dde-acdf-10d1aca2f7d6
12:01:45.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31cc1dcd-6437-4319-85c1-1c9a02ca1b4b
12:01:45.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd70cb88-f28d-404d-9b23-212c9ce19174
12:01:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b253aeb8-6022-4188-94d2-a32e1dac6319
12:01:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f544b362-221e-4315-82fc-7fb30ea9eca5
12:01:45.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be89cb14-f6dd-4a8c-b148-43da4a9125be
12:01:45.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58729931-3025-4819-bc06-8feb9a1fb76b
12:01:45.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d65ee8ec-22dd-42ea-9f0b-ec9157a86c9d
12:01:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6a65d27-4167-44fa-8d0a-94a05812d2b7
12:01:45.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764a05b4-4cc1-499e-ad86-3ce4bf5d6aae
12:01:45.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5bf5e2f-d8cf-492d-9332-e1db513a7ad4
12:01:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1dca074-7171-4619-bf44-b23d4dfa90de
12:01:45.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34da055e-5714-447e-b881-9458dd2c6d41
12:01:45.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3bfae44-4932-4f26-8916-5daaae9072a5
12:01:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7837c5c-c055-47aa-a564-eaf6459f7d13
12:01:45.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0479c71-c6e5-4b0c-8304-4b79caa54fa8
12:01:45.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3978b7b-38fe-4ccc-9d0b-76193dc0260a
12:01:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c881ed-e377-4730-97d5-67557c61e3db
12:01:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:45.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:45.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:45.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:45.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:45.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:45.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d20eff-3791-4961-b4df-c8ce6b2a72e9
12:01:46.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15351bcc-ab33-4ed0-9d15-c2c8c3773c85
12:01:46.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cad63c6-7530-4490-ba1e-7e6717766665
12:01:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f362e68-a58d-4df2-bb37-c2d5c0e5e2f9
12:01:46.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd5a32d-c4ac-4e97-97a0-fbce2813b065
12:01:46.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a7c04d-8704-4d37-b73e-d51f522abb4f
12:01:46.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=485c9205-2e2d-46dd-b8af-d94bbceaf658
12:01:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2381193-5c0d-4c01-a67f-9651ffd9e6d2
12:01:46.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3271976-d6bc-4779-9885-a114f01e198c
12:01:46.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f721eec-67c0-4478-a6f5-08e8d5badcb8
12:01:46.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40510d4c-7c13-47a0-ade7-f7b5069e88f7
12:01:46.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8da2fbe-06d0-497f-a79b-2fcffb688db1
12:01:46.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2abd630-b9de-442f-a8c3-1166366b18d7
12:01:46.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33e57dad-89a8-4c07-b6bf-da2bdc2e21ea
12:01:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f97deeb-11a1-4dde-acdf-10d1aca2f7d6
12:01:46.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20333a72-0e3e-4589-b0f6-f2fd2405370a
12:01:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31cc1dcd-6437-4319-85c1-1c9a02ca1b4b
12:01:46.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0bcd09-471b-46b2-9935-c91fd5ac0b52
12:01:46.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f544b362-221e-4315-82fc-7fb30ea9eca5
12:01:46.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ffb0ca-0650-47c9-9707-64e5484dd473
12:01:46.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:46.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:46.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be89cb14-f6dd-4a8c-b148-43da4a9125be
12:01:46.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:46.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:46.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:46.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:46.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:46.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed904268-64af-432b-91e2-e9ad592b52d9
12:01:46.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac72b25e-7036-474c-b542-536d3ba9c66c
12:01:47.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d65ee8ec-22dd-42ea-9f0b-ec9157a86c9d
12:01:47.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764a05b4-4cc1-499e-ad86-3ce4bf5d6aae
12:01:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e6c1905-f2f9-43ab-8427-a6e6ac5114c9
12:01:47.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1dca074-7171-4619-bf44-b23d4dfa90de
12:01:47.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c600559d-6a4a-419b-9640-b3f580a641f9
12:01:47.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3bfae44-4932-4f26-8916-5daaae9072a5
12:01:47.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb1779c-dc2d-424e-b143-44c63017cc63
12:01:47.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0479c71-c6e5-4b0c-8304-4b79caa54fa8
12:01:47.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=385e391c-5e95-445f-b24e-2838c6c1d431
12:01:47.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c881ed-e377-4730-97d5-67557c61e3db
12:01:47.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fac549b-0cf2-4f27-a460-dd38428abc64
12:01:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfae0c1f-cc36-4ecb-980b-ceb78836d2a3
12:01:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cad63c6-7530-4490-ba1e-7e6717766665
12:01:47.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a044391-0ccf-415c-b042-39f8855ef211
12:01:47.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd5a32d-c4ac-4e97-97a0-fbce2813b065
12:01:47.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=485c9205-2e2d-46dd-b8af-d94bbceaf658
12:01:47.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba105c88-3875-4041-8082-b3bf65718b08
12:01:47.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3271976-d6bc-4779-9885-a114f01e198c
12:01:47.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:47.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:47.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88154936-c8d8-422a-9cf7-afbd11d5aefa
12:01:47.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:47.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:47.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:47.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:47.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:47.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40510d4c-7c13-47a0-ade7-f7b5069e88f7
12:01:47.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470c0632-7e03-4eba-8dd4-b97aebe74cc5
12:01:48.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33e57dad-89a8-4c07-b6bf-da2bdc2e21ea
12:01:48.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90f0b6ee-dbda-4150-a65c-398f6a41b04c
12:01:48.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20333a72-0e3e-4589-b0f6-f2fd2405370a
12:01:48.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0bcd09-471b-46b2-9935-c91fd5ac0b52
12:01:48.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e54737-1980-44f9-89c9-47fd3577b65d
12:01:48.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5d1dfe-2a47-4c18-88d2-f675b3a37897
12:01:48.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ffb0ca-0650-47c9-9707-64e5484dd473
12:01:48.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed904268-64af-432b-91e2-e9ad592b52d9
12:01:48.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958ea28b-aaac-4a27-a751-e1dad3816c6a
12:01:48.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac72b25e-7036-474c-b542-536d3ba9c66c
12:01:48.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e9e87b-30aa-4213-b4bb-db9da0898eeb
12:01:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e6c1905-f2f9-43ab-8427-a6e6ac5114c9
12:01:48.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f983e7a-854d-4c97-980d-9e36532dc36a
12:01:48.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c600559d-6a4a-419b-9640-b3f580a641f9
12:01:48.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a00ccb1-294a-45c4-bbd9-86a40aa419f6
12:01:48.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb1779c-dc2d-424e-b143-44c63017cc63
12:01:48.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=385e391c-5e95-445f-b24e-2838c6c1d431
12:01:48.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517815a7-ec6d-4a31-878b-6e2c5d728800
12:01:48.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1753b4d-ba55-461f-b681-4510660069eb
12:01:48.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fac549b-0cf2-4f27-a460-dd38428abc64
12:01:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:48.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:48.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:48.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378a3dbd-3d59-4569-a71a-68f6c76160ee
12:01:48.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:48.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:48.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:48.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:48.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfae0c1f-cc36-4ecb-980b-ceb78836d2a3
12:01:48.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c40f20-6622-4700-94ba-e84218f32a90
12:01:49.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a044391-0ccf-415c-b042-39f8855ef211
12:01:49.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2787d960-1720-49c1-87ae-c027c7e2cc4c
12:01:49.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311f09af-36e2-4e05-8749-9ae53b8366e0
12:01:49.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba105c88-3875-4041-8082-b3bf65718b08
12:01:49.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88154936-c8d8-422a-9cf7-afbd11d5aefa
12:01:49.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27dffd80-44e5-41c8-8377-1464c0ed0610
12:01:49.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470c0632-7e03-4eba-8dd4-b97aebe74cc5
12:01:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f34f3b7-1abb-43b0-908e-0efd4daad448
12:01:49.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90f0b6ee-dbda-4150-a65c-398f6a41b04c
12:01:49.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae8889b-158a-4baa-99ef-a61691c68e27
12:01:49.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e54737-1980-44f9-89c9-47fd3577b65d
12:01:49.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5d1dfe-2a47-4c18-88d2-f675b3a37897
12:01:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db5c141f-ee5f-4757-863e-354caf18a5ac
12:01:49.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958ea28b-aaac-4a27-a751-e1dad3816c6a
12:01:49.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4796e9b7-1f0c-44a4-889c-cf83d7519e55
12:01:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e9e87b-30aa-4213-b4bb-db9da0898eeb
12:01:49.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b83284e4-0c01-4640-8d33-7f075e5c5b11
12:01:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f983e7a-854d-4c97-980d-9e36532dc36a
12:01:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae4db0c-7261-4377-871d-9220bbd2bc56
12:01:49.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a00ccb1-294a-45c4-bbd9-86a40aa419f6
12:01:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=130fd2da-0095-4c43-9eb9-10431ca252b4
12:01:49.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:49.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:49.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:49.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517815a7-ec6d-4a31-878b-6e2c5d728800
12:01:49.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=500958d7-4a86-40e2-a9b6-1d37655abce0
12:01:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1753b4d-ba55-461f-b681-4510660069eb
12:01:50.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378a3dbd-3d59-4569-a71a-68f6c76160ee
12:01:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a7d8c7-d149-4823-8be2-65c421903add
12:01:50.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c40f20-6622-4700-94ba-e84218f32a90
12:01:50.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a779ae4-b335-4ec7-a468-dd9b90c4edd1
12:01:50.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2787d960-1720-49c1-87ae-c027c7e2cc4c
12:01:50.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519f453c-f732-40d8-ab6c-425c2326368e
12:01:50.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94568ab-97e2-4393-bba3-411b76339b4b
12:01:50.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311f09af-36e2-4e05-8749-9ae53b8366e0
12:01:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27dffd80-44e5-41c8-8377-1464c0ed0610
12:01:50.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0ffa35-e8f2-4f17-a06f-c5d178b78434
12:01:50.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f34f3b7-1abb-43b0-908e-0efd4daad448
12:01:50.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99180c0a-93f0-4677-838b-d74e6f25716d
12:01:50.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae8889b-158a-4baa-99ef-a61691c68e27
12:01:50.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d52eaa1-7d5e-4c99-b21b-8795a52ea33b
12:01:50.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db5c141f-ee5f-4757-863e-354caf18a5ac
12:01:50.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135e33e4-7786-4ffd-b329-075935342d49
12:01:50.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df02f766-f988-4b32-861b-3d979ef63d6a
12:01:50.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4796e9b7-1f0c-44a4-889c-cf83d7519e55
12:01:50.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627abe20-c83f-4a15-bc47-f2f167781b8a
12:01:50.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b83284e4-0c01-4640-8d33-7f075e5c5b11
12:01:50.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:50.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:50.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:50.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:50.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:50.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:50.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:50.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e236829f-6505-4632-9d20-0948748bee24
12:01:50.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae4db0c-7261-4377-871d-9220bbd2bc56
12:01:51.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92be584b-9ab4-40f6-95e4-94283f27b27d
12:01:51.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=130fd2da-0095-4c43-9eb9-10431ca252b4
12:01:51.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8c78a6-d1c9-44ca-8a9a-49164152a230
12:01:51.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77984c97-aafa-4977-978a-e1cac154004e
12:01:51.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=500958d7-4a86-40e2-a9b6-1d37655abce0
12:01:51.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0532e2-8f4e-458d-b015-0f40728ffa52
12:01:51.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15a7d8c7-d149-4823-8be2-65c421903add
12:01:51.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65f4dc0-6c40-49b9-a045-2117f7554946
12:01:51.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a779ae4-b335-4ec7-a468-dd9b90c4edd1
12:01:51.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ef0313-0b8c-4b6a-bfdc-ed4bed09d527
12:01:51.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=519f453c-f732-40d8-ab6c-425c2326368e
12:01:51.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b2b612-61ab-4d32-a425-6d7dc904796f
12:01:51.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94568ab-97e2-4393-bba3-411b76339b4b
12:01:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe48ca0-ccb9-447e-b626-60f68f5aad91
12:01:51.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0ffa35-e8f2-4f17-a06f-c5d178b78434
12:01:51.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dea1696e-d41f-493b-a87f-6d56eb65c4bb
12:01:51.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99180c0a-93f0-4677-838b-d74e6f25716d
12:01:51.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=741ae97f-851c-4a41-9c93-cc91dffc4585
12:01:51.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d52eaa1-7d5e-4c99-b21b-8795a52ea33b
12:01:51.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0dc6dd-bc58-449a-b37b-b8a11c88733d
12:01:51.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=135e33e4-7786-4ffd-b329-075935342d49
12:01:51.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:51.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:51.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:51.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:51.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:51.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:51.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:51.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81671b3c-e855-47b5-9e89-dfcd3694ea54
12:01:51.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df02f766-f988-4b32-861b-3d979ef63d6a
12:01:52.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37d974be-9c58-44b6-bc47-614557f73e52
12:01:52.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627abe20-c83f-4a15-bc47-f2f167781b8a
12:01:52.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c755e0-ea1c-48a0-bd95-e95cf5d4b1d3
12:01:52.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e236829f-6505-4632-9d20-0948748bee24
12:01:52.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea2b8d8-77a1-49f2-a9f5-a08d399bed4b
12:01:52.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92be584b-9ab4-40f6-95e4-94283f27b27d
12:01:52.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc47056b-7714-4b7d-8493-a6918d94b94b
12:01:52.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8c78a6-d1c9-44ca-8a9a-49164152a230
12:01:52.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd68e5c-26c4-4dcb-a02b-20abd911a834
12:01:52.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77984c97-aafa-4977-978a-e1cac154004e
12:01:52.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311e342d-c97c-44d3-ba85-5b20fff2ff0a
12:01:52.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0532e2-8f4e-458d-b015-0f40728ffa52
12:01:52.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfd4aa3-588c-4fa6-91d0-09975ab6158b
12:01:52.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65f4dc0-6c40-49b9-a045-2117f7554946
12:01:52.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1656652c-4572-4f7a-962d-c089eea2d6e4
12:01:52.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ef0313-0b8c-4b6a-bfdc-ed4bed09d527
12:01:52.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b2b612-61ab-4d32-a425-6d7dc904796f
12:01:52.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adb83011-a5f2-4982-93ee-044b9af63596
12:01:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6896abec-9c72-4cd7-af50-ade179810cf8
12:01:52.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe48ca0-ccb9-447e-b626-60f68f5aad91
12:01:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dea1696e-d41f-493b-a87f-6d56eb65c4bb
12:01:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbae2fe-3aa3-4492-a735-68cd05e04d23
12:01:52.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:52.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:52.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:52.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=741ae97f-851c-4a41-9c93-cc91dffc4585
12:01:52.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a89218a6-a6bd-4e57-ace9-10fbc39e6732
12:01:53.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d33e7e4-470c-49dc-a3a5-65cc4f70cc90
12:01:53.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0dc6dd-bc58-449a-b37b-b8a11c88733d
12:01:53.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b7c94-6e4a-4528-98c1-84853a7629f1
12:01:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81671b3c-e855-47b5-9e89-dfcd3694ea54
12:01:53.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39067a1c-0cd8-4329-b30a-0695657f3f11
12:01:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37d974be-9c58-44b6-bc47-614557f73e52
12:01:53.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ac64679-ad4b-4d1a-a331-9eb72ce50567
12:01:53.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e99533be-1ece-48d1-9b8d-1c1c83617ca5
12:01:53.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c755e0-ea1c-48a0-bd95-e95cf5d4b1d3
12:01:53.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea2b8d8-77a1-49f2-a9f5-a08d399bed4b
12:01:53.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed40cf9e-5fe6-4621-a8bf-6a6054d1c01e
12:01:53.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc47056b-7714-4b7d-8493-a6918d94b94b
12:01:53.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6710fa3f-8313-4980-8c1d-762b008d307e
12:01:53.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd68e5c-26c4-4dcb-a02b-20abd911a834
12:01:53.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=311e342d-c97c-44d3-ba85-5b20fff2ff0a
12:01:53.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa566ee5-5a8d-4321-b3fe-5b60330f00d4
12:01:53.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=758aec80-67a6-4861-91b6-896778d9e418
12:01:53.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfd4aa3-588c-4fa6-91d0-09975ab6158b
12:01:53.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0152944-acaf-4748-b573-8cd46ec17d4f
12:01:53.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1656652c-4572-4f7a-962d-c089eea2d6e4
12:01:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:53.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:53.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:53.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:53.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:53.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:53.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c51c28d-31a9-4afd-ae4e-ab1a64e58f43
12:01:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adb83011-a5f2-4982-93ee-044b9af63596
12:01:54.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ca9774-5089-48dd-8366-c1e4a5902f8a
12:01:54.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6896abec-9c72-4cd7-af50-ade179810cf8
12:01:54.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=234351bd-7807-4ec4-958d-4d9181adfda6
12:01:54.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbae2fe-3aa3-4492-a735-68cd05e04d23
12:01:54.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7756a8cf-7172-4dfe-ae1e-27a2fa8b54cc
12:01:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a89218a6-a6bd-4e57-ace9-10fbc39e6732
12:01:54.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe32c59-f8be-4817-b11a-677811289d8c
12:01:54.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.390 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d33e7e4-470c-49dc-a3a5-65cc4f70cc90
12:01:54.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4411343-5a53-4f41-8295-5bfb5e9e3082
12:01:54.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80d5ebcd-49c2-4ddf-bdfd-5b090fa906a4
12:01:54.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b7c94-6e4a-4528-98c1-84853a7629f1
12:01:54.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da7c2a6-e614-49ca-9456-9113a6184281
12:01:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39067a1c-0cd8-4329-b30a-0695657f3f11
12:01:54.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3df52c-c6ab-40be-8c37-a8609862b2f6
12:01:54.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ac64679-ad4b-4d1a-a331-9eb72ce50567
12:01:54.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fde82e2-bafe-44aa-b7ee-9baa5b465882
12:01:54.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e99533be-1ece-48d1-9b8d-1c1c83617ca5
12:01:54.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c549ea2-44a1-4c05-bd8c-fc98361e5f63
12:01:54.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed40cf9e-5fe6-4621-a8bf-6a6054d1c01e
12:01:54.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33479794-b915-4086-9766-9dc3a2fd2442
12:01:54.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:54.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:54.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b7c57c3-2961-47c1-b0e4-0d7c3dd28af1
12:01:54.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:54.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:54.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:54.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:54.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6710fa3f-8313-4980-8c1d-762b008d307e
12:01:54.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9dd4b25-9273-42f6-be74-ac065ce216e2
12:01:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa566ee5-5a8d-4321-b3fe-5b60330f00d4
12:01:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=758aec80-67a6-4861-91b6-896778d9e418
12:01:55.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d14b04b8-b3a9-4028-b73d-eaccab825170
12:01:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0152944-acaf-4748-b573-8cd46ec17d4f
12:01:55.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551b9da9-ad18-495b-9783-f4f838ed5faf
12:01:55.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c51c28d-31a9-4afd-ae4e-ab1a64e58f43
12:01:55.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ca9774-5089-48dd-8366-c1e4a5902f8a
12:01:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e75e38a-757f-435e-b0fd-bbed44390b12
12:01:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa145546-94a9-4512-a448-07bc25e3b559
12:01:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=234351bd-7807-4ec4-958d-4d9181adfda6
12:01:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fae51cd-42d7-4dc7-8eec-21129d2dbf15
12:01:55.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b56838-c4ca-4718-8c18-748be0311444
12:01:55.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7756a8cf-7172-4dfe-ae1e-27a2fa8b54cc
12:01:55.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=877a2a43-bd60-428d-aef1-8eca5d55c285
12:01:55.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe32c59-f8be-4817-b11a-677811289d8c
12:01:55.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4411343-5a53-4f41-8295-5bfb5e9e3082
12:01:55.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=904a3d18-b451-48bc-a16b-be243779ec23
12:01:55.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0acc3b-d8ab-431f-b4f4-46d4e8126017
12:01:55.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80d5ebcd-49c2-4ddf-bdfd-5b090fa906a4
12:01:55.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:55.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:55.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca627890-7a0f-4ed1-8d11-51c544797a8f
12:01:55.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:55.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:55.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:55.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8da7c2a6-e614-49ca-9456-9113a6184281
12:01:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3df52c-c6ab-40be-8c37-a8609862b2f6
12:01:56.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0047b4-0110-4d9b-ae06-782458dc592d
12:01:56.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fde82e2-bafe-44aa-b7ee-9baa5b465882
12:01:56.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbd3c1a1-a9e1-491a-a4e8-6f17c514f4c8
12:01:56.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c549ea2-44a1-4c05-bd8c-fc98361e5f63
12:01:56.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b606a642-ea14-484a-bc09-7550368a7769
12:01:56.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33479794-b915-4086-9766-9dc3a2fd2442
12:01:56.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c107493f-0c79-4b6c-83eb-016f590fa46f
12:01:56.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b7c57c3-2961-47c1-b0e4-0d7c3dd28af1
12:01:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0870008d-3869-4374-95da-d5e561c6500f
12:01:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9dd4b25-9273-42f6-be74-ac065ce216e2
12:01:56.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d14b04b8-b3a9-4028-b73d-eaccab825170
12:01:56.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0bfb73-e086-4871-9adc-3360c4fe8002
12:01:56.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551b9da9-ad18-495b-9783-f4f838ed5faf
12:01:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce849b6f-2604-4125-91b6-08673f6d7b70
12:01:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e75e38a-757f-435e-b0fd-bbed44390b12
12:01:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1cc0a6-daa1-4e15-b2dc-2a9efb88fac8
12:01:56.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa145546-94a9-4512-a448-07bc25e3b559
12:01:56.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d06bc4c1-3bcc-4a64-9ba1-2270d2977a25
12:01:56.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fae51cd-42d7-4dc7-8eec-21129d2dbf15
12:01:56.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:56.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:56.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:56.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:56.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:56.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:56.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:56.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a7c6c7-c65c-4087-9a2b-6544879cf53c
12:01:56.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b56838-c4ca-4718-8c18-748be0311444
12:01:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c54d0317-9b0e-40d8-85be-1b88b1dd8053
12:01:57.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=877a2a43-bd60-428d-aef1-8eca5d55c285
12:01:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=128eec67-73a3-4af7-9e72-c64112a2b904
12:01:57.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=904a3d18-b451-48bc-a16b-be243779ec23
12:01:57.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0acc3b-d8ab-431f-b4f4-46d4e8126017
12:01:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51be99f2-66e0-43d1-901b-e3cc6d16324e
12:01:57.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca627890-7a0f-4ed1-8d11-51c544797a8f
12:01:57.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5898a7e-5f50-435a-be60-6161de09250e
12:01:57.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0047b4-0110-4d9b-ae06-782458dc592d
12:01:57.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbd3c1a1-a9e1-491a-a4e8-6f17c514f4c8
12:01:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc74639d-6a85-4cb2-a167-d3c8c1aa9402
12:01:57.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e4c8b0-6552-45f8-b074-faded513628f
12:01:57.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b606a642-ea14-484a-bc09-7550368a7769
12:01:57.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bf4acd-4dfc-4d35-ac2f-411a88447183
12:01:57.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c107493f-0c79-4b6c-83eb-016f590fa46f
12:01:57.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2c74005-3549-4c82-a064-a6c6678d11e9
12:01:57.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0870008d-3869-4374-95da-d5e561c6500f
12:01:57.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1176f9f2-9d5f-4d63-ac7d-62371e84fde1
12:01:57.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0bfb73-e086-4871-9adc-3360c4fe8002
12:01:57.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:57.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73418ad7-0e8a-45b9-87b4-650877ca5b17
12:01:57.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:57.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:57.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:57.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:57.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce849b6f-2604-4125-91b6-08673f6d7b70
12:01:58.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe386c2d-daa3-43e2-80ae-13738fafc9a6
12:01:58.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1cc0a6-daa1-4e15-b2dc-2a9efb88fac8
12:01:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbf04cf6-f366-4f19-9fb3-5965f67c8c88
12:01:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b709bd-4745-4b1e-978e-cb12bc1ba8ba
12:01:58.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d06bc4c1-3bcc-4a64-9ba1-2270d2977a25
12:01:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d977fe-9d07-45ae-bdb3-4ef33255917d
12:01:58.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a7c6c7-c65c-4087-9a2b-6544879cf53c
12:01:58.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b715a2-3dbc-417f-860a-59d94153a5cc
12:01:58.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c54d0317-9b0e-40d8-85be-1b88b1dd8053
12:01:58.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e655a92-23f6-4468-a531-019e79a2ea7f
12:01:58.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=128eec67-73a3-4af7-9e72-c64112a2b904
12:01:58.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a10798-b56e-4b52-b268-544662741ef4
12:01:58.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51be99f2-66e0-43d1-901b-e3cc6d16324e
12:01:58.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88472d65-e564-4501-9862-bd69b2c3913c
12:01:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5898a7e-5f50-435a-be60-6161de09250e
12:01:58.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad841e5-cf3f-4c27-8bd0-f27d37c4a9f3
12:01:58.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc74639d-6a85-4cb2-a167-d3c8c1aa9402
12:01:58.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9701ba8f-d5e2-4f37-b704-877fe74c8060
12:01:58.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e4c8b0-6552-45f8-b074-faded513628f
12:01:58.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5d53ae-45c3-47ec-ba8f-adbc219827ce
12:01:58.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bf4acd-4dfc-4d35-ac2f-411a88447183
12:01:58.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59d54e-6242-4235-8e85-c78c24f1e9af
12:01:58.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2c74005-3549-4c82-a064-a6c6678d11e9
12:01:58.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:58.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:58.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:58.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:58.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:58.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f09742de-1147-4ce1-bc62-5d73901e94b4
12:01:58.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1176f9f2-9d5f-4d63-ac7d-62371e84fde1
12:01:59.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73418ad7-0e8a-45b9-87b4-650877ca5b17
12:01:59.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c34b3247-f8cc-4e66-801f-7058b794e9e8
12:01:59.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe386c2d-daa3-43e2-80ae-13738fafc9a6
12:01:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45fea5a6-d7a7-43fa-9f93-25167172389d
12:01:59.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbf04cf6-f366-4f19-9fb3-5965f67c8c88
12:01:59.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f643e38b-6e19-470b-9bf9-84733c3f5513
12:01:59.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b709bd-4745-4b1e-978e-cb12bc1ba8ba
12:01:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb6db54-faa1-4213-bcef-638d594b8eef
12:01:59.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d977fe-9d07-45ae-bdb3-4ef33255917d
12:01:59.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b715a2-3dbc-417f-860a-59d94153a5cc
12:01:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=358c0b56-8f34-48f8-a78f-26bf717b7ef3
12:01:59.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e655a92-23f6-4468-a531-019e79a2ea7f
12:01:59.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e1446b-96ff-4d22-95bf-bf55ad930c44
12:01:59.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a10798-b56e-4b52-b268-544662741ef4
12:01:59.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14f9c0eb-766f-41b6-b9e4-f59deb5163b2
12:01:59.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88472d65-e564-4501-9862-bd69b2c3913c
12:01:59.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb1fd05-59b9-4f48-a067-283fa12af660
12:01:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad841e5-cf3f-4c27-8bd0-f27d37c4a9f3
12:01:59.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8649184d-9a9a-4f88-b1e2-3d00416c2ab5
12:01:59.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:01:59.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9701ba8f-d5e2-4f37-b704-877fe74c8060
12:01:59.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:01:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:01:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:01:59.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:01:59.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:01:59.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:01:59.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6570f8b-e8f8-4a4a-9ef6-b5e8cd874c6b
12:02:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5d53ae-45c3-47ec-ba8f-adbc219827ce
12:02:00.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bae26a3-e876-471e-880e-d9c32ca4d855
12:02:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59d54e-6242-4235-8e85-c78c24f1e9af
12:02:00.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8939bdac-6e0a-4eeb-bfa2-d9e2dadc5a20
12:02:00.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f09742de-1147-4ce1-bc62-5d73901e94b4
12:02:00.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce063842-18aa-4dcf-a947-fc70cc16f1a4
12:02:00.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c34b3247-f8cc-4e66-801f-7058b794e9e8
12:02:00.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45fea5a6-d7a7-43fa-9f93-25167172389d
12:02:00.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2716684d-c370-4621-bc57-c23559dd63fc
12:02:00.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f643e38b-6e19-470b-9bf9-84733c3f5513
12:02:00.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f55fc5-517f-4009-b0a0-d0929f2e6fce
12:02:00.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb6db54-faa1-4213-bcef-638d594b8eef
12:02:00.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df13c839-3eb1-4e9f-8640-b59fd3ad6b18
12:02:00.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=358c0b56-8f34-48f8-a78f-26bf717b7ef3
12:02:00.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd2c7e2-2cf5-46c9-9b34-27f9c86c4f53
12:02:00.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e1446b-96ff-4d22-95bf-bf55ad930c44
12:02:00.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5a57cfe-8c6f-452d-bc60-9ea971ef6837
12:02:00.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bf83d0-1c1e-4db5-9982-acd5ee956919
12:02:00.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14f9c0eb-766f-41b6-b9e4-f59deb5163b2
12:02:00.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb1fd05-59b9-4f48-a067-283fa12af660
12:02:00.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad8ffa6-4892-47a2-9a7e-9e93027fe03e
12:02:00.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8649184d-9a9a-4f88-b1e2-3d00416c2ab5
12:02:00.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:00.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:00.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:00.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:00.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:00.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:00.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbae6d45-36bb-4d94-9268-1538a204a52e
12:02:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e510645-14a3-450e-a0d2-3fb18f35e03b
12:02:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6570f8b-e8f8-4a4a-9ef6-b5e8cd874c6b
12:02:01.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92054fba-7500-40a5-ad6a-062efd436187
12:02:01.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bae26a3-e876-471e-880e-d9c32ca4d855
12:02:01.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad77542-2dbe-41dc-8eb2-e18098929918
12:02:01.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8939bdac-6e0a-4eeb-bfa2-d9e2dadc5a20
12:02:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a10e9e5a-2d0a-4386-ae4b-a1d0e33627d8
12:02:01.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce063842-18aa-4dcf-a947-fc70cc16f1a4
12:02:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4f2b4b5-b085-41ae-8d4f-40ecd8a574fd
12:02:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d14516-4880-4879-9711-d50f36dda5d7
12:02:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2716684d-c370-4621-bc57-c23559dd63fc
12:02:01.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f55fc5-517f-4009-b0a0-d0929f2e6fce
12:02:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3ccc4d-4065-434e-b031-31e8cd7325a5
12:02:01.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb6fd38-f90e-4036-9349-c6765733a847
12:02:01.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df13c839-3eb1-4e9f-8640-b59fd3ad6b18
12:02:01.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29cefad-d241-49ba-a0cf-9041fd6f6970
12:02:01.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd2c7e2-2cf5-46c9-9b34-27f9c86c4f53
12:02:01.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5a57cfe-8c6f-452d-bc60-9ea971ef6837
12:02:01.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c500466-4d50-43b1-adc8-f2ebb87f49fe
12:02:01.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bf83d0-1c1e-4db5-9982-acd5ee956919
12:02:01.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b21938a9-1189-40f0-915b-d6ff4f5dec29
12:02:01.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad8ffa6-4892-47a2-9a7e-9e93027fe03e
12:02:01.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fe688a8-a720-4122-b0ad-09340480cd7e
12:02:01.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:01.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbae6d45-36bb-4d94-9268-1538a204a52e
12:02:01.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:01.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:01.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:01.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:01.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61c85bef-c6b2-4c0f-b19d-2126a661ee81
12:02:02.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e510645-14a3-450e-a0d2-3fb18f35e03b
12:02:02.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c534a0f6-8cac-4ca4-b904-07fd34e4689b
12:02:02.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92054fba-7500-40a5-ad6a-062efd436187
12:02:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a6d6ad-b53f-4642-97f8-4c113b07ed5c
12:02:02.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ad77542-2dbe-41dc-8eb2-e18098929918
12:02:02.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a10e9e5a-2d0a-4386-ae4b-a1d0e33627d8
12:02:02.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a42b65a-0fa6-44ca-93ec-9b4634a59c70
12:02:02.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4f2b4b5-b085-41ae-8d4f-40ecd8a574fd
12:02:02.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de4be95-66d6-4ffc-881c-4160e8e1fb7b
12:02:02.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d14516-4880-4879-9711-d50f36dda5d7
12:02:02.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fc2f65c-c8a4-4893-b359-1c99cbeb8555
12:02:02.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc0df2fd-7763-45e9-8566-0477fdb8e9da
12:02:02.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3ccc4d-4065-434e-b031-31e8cd7325a5
12:02:02.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed6d6475-5b8c-4e08-9cf9-278e9fd7c59b
12:02:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be9a1db-2291-43fe-8a3f-79ea0139b837
12:02:02.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb6fd38-f90e-4036-9349-c6765733a847
12:02:02.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29cefad-d241-49ba-a0cf-9041fd6f6970
12:02:02.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2784dbcc-40c9-4afe-80da-d60e2ee76c8a
12:02:02.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108ccfca-e066-47f5-a9e0-e0b106679ab6
12:02:02.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c500466-4d50-43b1-adc8-f2ebb87f49fe
12:02:02.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b21938a9-1189-40f0-915b-d6ff4f5dec29
12:02:02.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115224d2-b413-4e52-8ed4-9c1db2e2e97f
12:02:02.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fe688a8-a720-4122-b0ad-09340480cd7e
12:02:02.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:02.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:02.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:02.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:02.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:02.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:02.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:02.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=035ee0ae-1578-4023-95d5-6cab51e684a9
12:02:02.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61c85bef-c6b2-4c0f-b19d-2126a661ee81
12:02:03.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=454af111-0569-47b3-8e3d-74a47c040d0f
12:02:03.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f53fdc2-0a9a-4b15-a4c6-cefb603fefba
12:02:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c534a0f6-8cac-4ca4-b904-07fd34e4689b
12:02:03.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aca2e903-4e12-4662-918f-2ccd9ee4bff6
12:02:03.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a6d6ad-b53f-4642-97f8-4c113b07ed5c
12:02:03.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a42b65a-0fa6-44ca-93ec-9b4634a59c70
12:02:03.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e61d620-48cb-4866-9d33-0cd4e97f591a
12:02:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de4be95-66d6-4ffc-881c-4160e8e1fb7b
12:02:03.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b982ba83-5a01-4594-b7e4-50cdb70392ed
12:02:03.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fc2f65c-c8a4-4893-b359-1c99cbeb8555
12:02:03.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aea80d6-1ee7-4f76-8bd7-846c7385fd12
12:02:03.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc0df2fd-7763-45e9-8566-0477fdb8e9da
12:02:03.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290f0e01-5ac3-44a3-b3e5-51f253bada0b
12:02:03.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed6d6475-5b8c-4e08-9cf9-278e9fd7c59b
12:02:03.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2923d913-50e8-499a-aa9d-b2164188c6c9
12:02:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be9a1db-2291-43fe-8a3f-79ea0139b837
12:02:03.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1352036-b6f9-4905-a114-dd022e1d0542
12:02:03.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2784dbcc-40c9-4afe-80da-d60e2ee76c8a
12:02:03.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3040683e-1198-4398-8cb5-6c3eddfe3797
12:02:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108ccfca-e066-47f5-a9e0-e0b106679ab6
12:02:03.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d84e5711-4849-4558-a7cf-15a1f7cfb212
12:02:03.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:03.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:03.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36238fed-704d-43f8-9a2e-92ffe9456e37
12:02:03.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:03.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:03.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:03.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:03.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115224d2-b413-4e52-8ed4-9c1db2e2e97f
12:02:03.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ce16277-db32-4b16-9606-e992bce6ef6c
12:02:04.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=035ee0ae-1578-4023-95d5-6cab51e684a9
12:02:04.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4618742-4890-4b80-ae37-e36208aa1df2
12:02:04.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b5c3c1-74ff-48e4-afb0-3ec9619d205c
12:02:04.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=454af111-0569-47b3-8e3d-74a47c040d0f
12:02:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=525d9d37-9c0a-486a-9c33-761f337dcea8
12:02:04.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f53fdc2-0a9a-4b15-a4c6-cefb603fefba
12:02:04.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7973d69a-a478-4272-acc6-921ddea4b185
12:02:04.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aca2e903-4e12-4662-918f-2ccd9ee4bff6
12:02:04.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0362c9-49a7-4fb5-96a8-99d4a54ebd58
12:02:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e61d620-48cb-4866-9d33-0cd4e97f591a
12:02:04.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c5fe54-c8c9-446c-b60c-7a301ea4760f
12:02:04.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b982ba83-5a01-4594-b7e4-50cdb70392ed
12:02:04.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddc5646-03d3-4403-be5a-b696c6f39bfc
12:02:04.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aea80d6-1ee7-4f76-8bd7-846c7385fd12
12:02:04.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcb5af5-be49-4a92-b7c0-9467d37d0bf0
12:02:04.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974a8f8d-f0af-4991-90bd-a5cd9b85d022
12:02:04.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=290f0e01-5ac3-44a3-b3e5-51f253bada0b
12:02:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2923d913-50e8-499a-aa9d-b2164188c6c9
12:02:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8f9e6e6-67f7-4f27-940c-59d9b326ac95
12:02:04.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f30e93cd-5b71-4c50-b520-32d65ab0e9c8
12:02:04.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1352036-b6f9-4905-a114-dd022e1d0542
12:02:04.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:04.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c2ea13-5a25-49e2-bc5e-7ceae5673921
12:02:04.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:04.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:04.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:04.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:04.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:04.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:04.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3040683e-1198-4398-8cb5-6c3eddfe3797
12:02:05.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffbc137c-fdb6-4099-b13a-10ca08f686fc
12:02:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d84e5711-4849-4558-a7cf-15a1f7cfb212
12:02:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e3d09d-e287-471e-947b-1ee1ca7fbd8d
12:02:05.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36238fed-704d-43f8-9a2e-92ffe9456e37
12:02:05.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8a6889-28c7-43c2-870e-ddd4120eccd2
12:02:05.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ce16277-db32-4b16-9606-e992bce6ef6c
12:02:05.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bfcb48d-5ce0-435e-b027-2934e35dd4ad
12:02:05.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4618742-4890-4b80-ae37-e36208aa1df2
12:02:05.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d38a83d-cac3-473e-96ed-276953f50a82
12:02:05.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b5c3c1-74ff-48e4-afb0-3ec9619d205c
12:02:05.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8108d6a-dbc9-4033-b1d9-ce1830926d25
12:02:05.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=525d9d37-9c0a-486a-9c33-761f337dcea8
12:02:05.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39d4abe2-b94d-4c9c-8d7e-0a5b03b740ca
12:02:05.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7973d69a-a478-4272-acc6-921ddea4b185
12:02:05.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f25563-2f3e-492f-91de-d746bbff2a02
12:02:05.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0362c9-49a7-4fb5-96a8-99d4a54ebd58
12:02:05.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34942f40-eda6-43e8-bd0a-780a2e156b2b
12:02:05.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61df152e-f024-428a-874a-24056dd20951
12:02:05.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c5fe54-c8c9-446c-b60c-7a301ea4760f
12:02:05.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4ac84f4-f417-41a4-9962-47bfda63a444
12:02:05.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:05.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ddc5646-03d3-4403-be5a-b696c6f39bfc
12:02:05.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:05.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:05.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:05.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:05.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:05.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:05.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1997409-918b-41f0-8325-ac75718780a1
12:02:06.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcb5af5-be49-4a92-b7c0-9467d37d0bf0
12:02:06.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b114b6-e5b6-4c6e-8906-6941b48fa120
12:02:06.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0849a6b6-af57-412c-97f4-8875ee66997e
12:02:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974a8f8d-f0af-4991-90bd-a5cd9b85d022
12:02:06.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c870b125-b664-4047-9024-3646108f4ce0
12:02:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8f9e6e6-67f7-4f27-940c-59d9b326ac95
12:02:06.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a0804e-d3bd-477a-a761-f5cb322f17af
12:02:06.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f30e93cd-5b71-4c50-b520-32d65ab0e9c8
12:02:06.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bcf41c9-2bf2-45c5-906c-6cb20a660bf3
12:02:06.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c2ea13-5a25-49e2-bc5e-7ceae5673921
12:02:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ec67575-83fe-4733-b473-b0d56ab1ccc4
12:02:06.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4366555-6bbd-45ca-9b93-4266f7c35ee4
12:02:06.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffbc137c-fdb6-4099-b13a-10ca08f686fc
12:02:06.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b1e08a1-3944-4328-8616-ab58135013e5
12:02:06.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e3d09d-e287-471e-947b-1ee1ca7fbd8d
12:02:06.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c4fc5e-acb5-4503-b36e-51ab4877f3be
12:02:06.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=741b0639-f443-4393-9520-545d3b0e28fa
12:02:06.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8a6889-28c7-43c2-870e-ddd4120eccd2
12:02:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f258e50-05e8-4490-a60b-791b9a72009e
12:02:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bfcb48d-5ce0-435e-b027-2934e35dd4ad
12:02:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:06.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:06.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:06.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:06.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:06.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:06.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:06.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a4b9b5c-7692-41ee-84e6-97664a349ee4
12:02:06.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d38a83d-cac3-473e-96ed-276953f50a82
12:02:07.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc439fba-49cf-48b1-a729-3f652db63de9
12:02:07.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8108d6a-dbc9-4033-b1d9-ce1830926d25
12:02:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3072bc8-e035-4dbf-b929-b87b9855e73d
12:02:07.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39d4abe2-b94d-4c9c-8d7e-0a5b03b740ca
12:02:07.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f25563-2f3e-492f-91de-d746bbff2a02
12:02:07.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=821a8716-acec-4514-b758-137c42ecf611
12:02:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e94fef-6618-40ce-88fe-a5e2898b2f1b
12:02:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34942f40-eda6-43e8-bd0a-780a2e156b2b
12:02:07.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b2a9ee0-5070-48c1-a4cd-ba268e3bcff4
12:02:07.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90560d5-70f7-4af6-b12e-2635941fea0d
12:02:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61df152e-f024-428a-874a-24056dd20951
12:02:07.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4ac84f4-f417-41a4-9962-47bfda63a444
12:02:07.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c26cce2-d47b-4a7d-ad29-7fed4bafc7a6
12:02:07.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dab7c66-022f-4687-a165-13366668c2bc
12:02:07.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1997409-918b-41f0-8325-ac75718780a1
12:02:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b114b6-e5b6-4c6e-8906-6941b48fa120
12:02:07.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d8984e5-e000-4880-9ebc-5863d6ab8b12
12:02:07.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afdf1993-9c2d-4831-b4b4-340f324ee6cb
12:02:07.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0849a6b6-af57-412c-97f4-8875ee66997e
12:02:07.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c66290a-996a-453f-a4f6-8f8ce3825a37
12:02:07.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c870b125-b664-4047-9024-3646108f4ce0
12:02:07.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a0804e-d3bd-477a-a761-f5cb322f17af
12:02:07.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:07.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:07.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:07.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:07.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:07.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:07.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab3e1038-c585-478c-814d-840b21b9604e
12:02:07.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bcf41c9-2bf2-45c5-906c-6cb20a660bf3
12:02:08.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a0ea26-298c-4494-8698-3e8419eecb51
12:02:08.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ec67575-83fe-4733-b473-b0d56ab1ccc4
12:02:08.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78eee3d2-1c35-4445-a288-2e28472005e7
12:02:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4366555-6bbd-45ca-9b93-4266f7c35ee4
12:02:08.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfaa3716-943b-42f2-b09d-92fbcf9f01c6
12:02:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b1e08a1-3944-4328-8616-ab58135013e5
12:02:08.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35c4fc5e-acb5-4503-b36e-51ab4877f3be
12:02:08.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f48e78-ffde-427d-9cfb-a5c76a1d244a
12:02:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f1743aa-dda4-45bb-9c80-4f5bb2108328
12:02:08.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=741b0639-f443-4393-9520-545d3b0e28fa
12:02:08.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a28895-f5f6-4b3a-b61b-dfad1099865d
12:02:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f258e50-05e8-4490-a60b-791b9a72009e
12:02:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a4b9b5c-7692-41ee-84e6-97664a349ee4
12:02:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f278b745-6f08-4bac-b75f-ae37f2c3e0e6
12:02:08.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eec087e-3dbf-4699-a626-6c0feb278963
12:02:08.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc439fba-49cf-48b1-a729-3f652db63de9
12:02:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df1c2448-3632-4ef3-bb17-99691decdfee
12:02:08.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3072bc8-e035-4dbf-b929-b87b9855e73d
12:02:08.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18148ce-c9dc-4bb0-85c7-e4c51bd56235
12:02:08.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=821a8716-acec-4514-b758-137c42ecf611
12:02:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:08.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55086c7-f8f0-4ea0-991b-8e2ea5c967e8
12:02:08.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:08.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:08.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:08.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:08.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:08.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e94fef-6618-40ce-88fe-a5e2898b2f1b
12:02:09.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3ce6db-a3af-432c-bdc4-75a0c2a37c46
12:02:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b2a9ee0-5070-48c1-a4cd-ba268e3bcff4
12:02:09.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90560d5-70f7-4af6-b12e-2635941fea0d
12:02:09.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74487dd-8b95-40c1-a4a1-bca45f78e327
12:02:09.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c26cce2-d47b-4a7d-ad29-7fed4bafc7a6
12:02:09.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b7e31b-84de-4334-a107-110b6ca453a9
12:02:09.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dab7c66-022f-4687-a165-13366668c2bc
12:02:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a00c3530-1f34-4025-a838-54e554561518
12:02:09.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d8984e5-e000-4880-9ebc-5863d6ab8b12
12:02:09.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd5dfc0a-54b4-4647-a0d1-5f1f655bf122
12:02:09.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afdf1993-9c2d-4831-b4b4-340f324ee6cb
12:02:09.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea8222d-04e4-4073-947d-2195eddfd4b4
12:02:09.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c66290a-996a-453f-a4f6-8f8ce3825a37
12:02:09.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16855d9b-4ea9-420e-a548-de0d14103e59
12:02:09.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab3e1038-c585-478c-814d-840b21b9604e
12:02:09.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77438396-a90d-4377-982e-67b659136a69
12:02:09.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a0ea26-298c-4494-8698-3e8419eecb51
12:02:09.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3ea0a87-5ed2-4c13-9b08-52616630e67e
12:02:09.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78eee3d2-1c35-4445-a288-2e28472005e7
12:02:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a79205d-6d7a-4bbe-a644-9335c22d9ce4
12:02:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfaa3716-943b-42f2-b09d-92fbcf9f01c6
12:02:09.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68fd5235-4711-494f-8b46-9073c06b206a
12:02:09.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:09.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2f48e78-ffde-427d-9cfb-a5c76a1d244a
12:02:09.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:09.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:09.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:09.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:09.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:09.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:09.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a6b28b7-8700-4b2b-9b8f-e4278be00b5e
12:02:10.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f1743aa-dda4-45bb-9c80-4f5bb2108328
12:02:10.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc9d2e19-0db3-455b-a3ff-74b690d44cfa
12:02:10.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05a28895-f5f6-4b3a-b61b-dfad1099865d
12:02:10.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9534f0ad-2789-4487-9467-8521859c0b71
12:02:10.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f278b745-6f08-4bac-b75f-ae37f2c3e0e6
12:02:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf95b71-8c58-4c5d-bbd8-9e2582e4dffe
12:02:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eec087e-3dbf-4699-a626-6c0feb278963
12:02:10.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fd8a95-4025-4665-bc76-8c3c18669382
12:02:10.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df1c2448-3632-4ef3-bb17-99691decdfee
12:02:10.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fddab90d-7ee9-4772-afc9-ab3146b073c2
12:02:10.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18148ce-c9dc-4bb0-85c7-e4c51bd56235
12:02:10.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3333207e-0e09-4ce8-956a-d4480dc27fa8
12:02:10.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55086c7-f8f0-4ea0-991b-8e2ea5c967e8
12:02:10.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352039fe-fba0-41ce-9fa6-c90e7500d980
12:02:10.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b367ff98-4a1a-4f7d-934d-0c44f83cffd0
12:02:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3ce6db-a3af-432c-bdc4-75a0c2a37c46
12:02:10.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74487dd-8b95-40c1-a4a1-bca45f78e327
12:02:10.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7edca4fd-41a8-47dd-bf0c-eb870f1f5d61
12:02:10.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=394fbff5-e336-4a26-abfc-62fae414a960
12:02:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b7e31b-84de-4334-a107-110b6ca453a9
12:02:10.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a00c3530-1f34-4025-a838-54e554561518
12:02:10.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc494bfb-8de0-47cf-9bff-6c323d67bef0
12:02:10.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9799177-fa87-4368-9416-351839d2e73e
12:02:10.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd5dfc0a-54b4-4647-a0d1-5f1f655bf122
12:02:10.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3065d63-2366-4c9f-a090-df04fb17c14a
12:02:10.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:10.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:10.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:10.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:10.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:10.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:10.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f6f2bcf-b6d1-46b4-9cab-3d920c4aa441
12:02:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ea8222d-04e4-4073-947d-2195eddfd4b4
12:02:11.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bd1a65-dd72-4166-87ba-f0715d0a7fc0
12:02:11.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8021d991-2bbd-4255-be92-08cbea58bf93
12:02:11.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16855d9b-4ea9-420e-a548-de0d14103e59
12:02:11.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d96cd5-c5d2-4440-ba49-852b7443f35b
12:02:11.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77438396-a90d-4377-982e-67b659136a69
12:02:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9915e37b-38f3-42ba-81a1-cec0bd51ef16
12:02:11.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3ea0a87-5ed2-4c13-9b08-52616630e67e
12:02:11.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9ca653-758b-497e-aeae-29e0b279ada1
12:02:11.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a79205d-6d7a-4bbe-a644-9335c22d9ce4
12:02:11.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7e79af-a964-4489-b354-7576ea7fb1ff
12:02:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68fd5235-4711-494f-8b46-9073c06b206a
12:02:11.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bcf3067-5fd2-42fa-9a85-46c1ef6ec13a
12:02:11.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a6b28b7-8700-4b2b-9b8f-e4278be00b5e
12:02:11.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94f5bc9-c4b1-4b2f-bbc1-0462b1c8a844
12:02:11.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc9d2e19-0db3-455b-a3ff-74b690d44cfa
12:02:11.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9534f0ad-2789-4487-9467-8521859c0b71
12:02:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80741145-1bdb-4052-9c1d-fa65880934c0
12:02:11.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eabdce3-49da-42ee-884f-fff2dfa25f0f
12:02:11.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf95b71-8c58-4c5d-bbd8-9e2582e4dffe
12:02:11.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8fd8a95-4025-4665-bc76-8c3c18669382
12:02:11.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90f2835-d187-4667-bc44-4069465ad1c9
12:02:11.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fddab90d-7ee9-4772-afc9-ab3146b073c2
12:02:11.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2cf0500-9838-4165-ae7f-3600f792255b
12:02:11.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:11.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:11.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3333207e-0e09-4ce8-956a-d4480dc27fa8
12:02:11.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:11.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d5b706d-e1b2-44a9-aa84-7a56a989e441
12:02:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=352039fe-fba0-41ce-9fa6-c90e7500d980
12:02:12.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b367ff98-4a1a-4f7d-934d-0c44f83cffd0
12:02:12.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b93f662c-1744-48a8-bb5b-7c5c172fa910
12:02:12.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7edca4fd-41a8-47dd-bf0c-eb870f1f5d61
12:02:12.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fce266a-f7ff-4493-a145-b01173074411
12:02:12.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=394fbff5-e336-4a26-abfc-62fae414a960
12:02:12.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d79cae9-26be-4784-ba0b-54fb3712dc34
12:02:12.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc494bfb-8de0-47cf-9bff-6c323d67bef0
12:02:12.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167170e7-6de8-4a84-8127-75d2d7eee6fd
12:02:12.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9799177-fa87-4368-9416-351839d2e73e
12:02:12.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4ec9ba-978c-4a72-8673-0c6f5293c3a7
12:02:12.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3065d63-2366-4c9f-a090-df04fb17c14a
12:02:12.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=300a100a-2665-44d7-9952-771c6c0aa061
12:02:12.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f6f2bcf-b6d1-46b4-9cab-3d920c4aa441
12:02:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5cefbd-ae00-426a-8781-660d5f8df108
12:02:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad509245-6643-4e1d-8122-9bbe120ad61f
12:02:12.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bd1a65-dd72-4166-87ba-f0715d0a7fc0
12:02:12.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8021d991-2bbd-4255-be92-08cbea58bf93
12:02:12.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530d6322-3c20-4bc5-bf14-32c5561ede4a
12:02:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d96cd5-c5d2-4440-ba49-852b7443f35b
12:02:12.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b61fa33-d5e1-45bf-a182-5d8574f61505
12:02:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9915e37b-38f3-42ba-81a1-cec0bd51ef16
12:02:12.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdc38a-7f3d-431f-93cf-1726d929a26d
12:02:12.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:12.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:12.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:12.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:12.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:12.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:12.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9ca653-758b-497e-aeae-29e0b279ada1
12:02:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8724cd-bec8-4193-a720-f8addc0b0741
12:02:13.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7e79af-a964-4489-b354-7576ea7fb1ff
12:02:13.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33010569-1fdc-4700-b009-881d647ddafb
12:02:13.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bcf3067-5fd2-42fa-9a85-46c1ef6ec13a
12:02:13.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556817b6-6a77-457c-a629-998d9970e228
12:02:13.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a94f5bc9-c4b1-4b2f-bbc1-0462b1c8a844
12:02:13.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108d1e02-7705-4e4e-999b-1f1c91ca12f3
12:02:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80741145-1bdb-4052-9c1d-fa65880934c0
12:02:13.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41280b3a-d7f4-44fc-9420-fbcdce03cbcc
12:02:13.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01524a52-74b5-46ac-9cab-609512d83ee1
12:02:13.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eabdce3-49da-42ee-884f-fff2dfa25f0f
12:02:13.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc11820-2175-43b6-bdae-9a11397cf10c
12:02:13.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90f2835-d187-4667-bc44-4069465ad1c9
12:02:13.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5c29a2-31fb-463f-8e4a-4baea0b62092
12:02:13.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2cf0500-9838-4165-ae7f-3600f792255b
12:02:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf2ea8f2-5e11-4e87-9efa-c073cfc6fa99
12:02:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d5b706d-e1b2-44a9-aa84-7a56a989e441
12:02:13.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b93f662c-1744-48a8-bb5b-7c5c172fa910
12:02:13.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bd04d3-b8b6-452e-8d87-486fdf358430
12:02:13.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.757 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fce266a-f7ff-4493-a145-b01173074411
12:02:13.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b496c2f-c4f5-4078-8b2c-d6dfb83ff807
12:02:13.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d79cae9-26be-4784-ba0b-54fb3712dc34
12:02:13.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f4689e-82c1-48c2-895f-f203b9033104
12:02:13.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167170e7-6de8-4a84-8127-75d2d7eee6fd
12:02:13.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f0f132-6eed-4b39-97ad-a94893fac7f6
12:02:13.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4ec9ba-978c-4a72-8673-0c6f5293c3a7
12:02:13.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:13.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:13.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:13.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:13.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:13.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=162d2f61-ebd3-490c-bc0f-76e8e12795b0
12:02:13.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dee8de13-10c6-40e2-b695-911035c1fda7
12:02:14.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=300a100a-2665-44d7-9952-771c6c0aa061
12:02:14.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff4fbb9-1051-491f-b483-1a15a6d0a785
12:02:14.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd5cefbd-ae00-426a-8781-660d5f8df108
12:02:14.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99107ab4-672c-4949-b326-264c9776bf77
12:02:14.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad509245-6643-4e1d-8122-9bbe120ad61f
12:02:14.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3097a523-fb58-49d9-91c4-4057a15626f3
12:02:14.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530d6322-3c20-4bc5-bf14-32c5561ede4a
12:02:14.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dba9afe8-f819-4838-99e2-d5d6a1c41109
12:02:14.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b61fa33-d5e1-45bf-a182-5d8574f61505
12:02:14.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37e5fbc0-cc2a-4c7d-b5dc-bd66a2902cfc
12:02:14.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb72badd-e643-4a47-b634-e3c0a72d23a1
12:02:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1fdc38a-7f3d-431f-93cf-1726d929a26d
12:02:14.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75193702-aaa2-4afc-bf63-9e1cf0353a80
12:02:14.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c8724cd-bec8-4193-a720-f8addc0b0741
12:02:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33010569-1fdc-4700-b009-881d647ddafb
12:02:14.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc953e9-906b-4d07-8599-bad3f40398a5
12:02:14.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556817b6-6a77-457c-a629-998d9970e228
12:02:14.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=264da098-67da-43af-9378-0d5d6e42f6b9
12:02:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe3ff5f-3d63-466b-a4ee-40025057f73b
12:02:14.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108d1e02-7705-4e4e-999b-1f1c91ca12f3
12:02:14.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93cbed9f-88c3-4fb1-96e2-f099fdc40577
12:02:14.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:14.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41280b3a-d7f4-44fc-9420-fbcdce03cbcc
12:02:14.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:14.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:14.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:14.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:14.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:14.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bc9c958-ae0f-451e-9e97-09824608beff
12:02:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01524a52-74b5-46ac-9cab-609512d83ee1
12:02:15.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc11820-2175-43b6-bdae-9a11397cf10c
12:02:15.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25427e78-1ea2-4353-b4de-c91e5d76e728
12:02:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5c29a2-31fb-463f-8e4a-4baea0b62092
12:02:15.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8640be0a-e1fb-4ca0-a291-303ec4fa82cb
12:02:15.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf2ea8f2-5e11-4e87-9efa-c073cfc6fa99
12:02:15.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66bfd91b-55e7-4c75-be7d-73ee1c7b16ed
12:02:15.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bd04d3-b8b6-452e-8d87-486fdf358430
12:02:15.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b496c2f-c4f5-4078-8b2c-d6dfb83ff807
12:02:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a1d615-b6c3-4adc-8649-3d212801f037
12:02:15.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f4689e-82c1-48c2-895f-f203b9033104
12:02:15.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9407f97d-7a4c-40d1-bfb1-f29c8be5f18c
12:02:15.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f0f132-6eed-4b39-97ad-a94893fac7f6
12:02:15.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ede8504-e386-44ec-a6f3-88b8b298af02
12:02:15.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70e5098e-9cc4-4043-913d-81a36f9da73e
12:02:15.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=162d2f61-ebd3-490c-bc0f-76e8e12795b0
12:02:15.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae4e597-6b35-4a0b-a65b-612529fb2ae0
12:02:15.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dee8de13-10c6-40e2-b695-911035c1fda7
12:02:15.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96258c8f-fc1b-41fd-8099-ac2ba238f8e3
12:02:15.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff4fbb9-1051-491f-b483-1a15a6d0a785
12:02:15.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfbea0ba-d243-43a3-bcd4-e93643c98ebf
12:02:15.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99107ab4-672c-4949-b326-264c9776bf77
12:02:15.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:15.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:15.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:15.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:15.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:15.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3097a523-fb58-49d9-91c4-4057a15626f3
12:02:15.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:15.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:15.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34e10687-de23-4a20-9b25-c4dea2e7c6fd
12:02:16.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dba9afe8-f819-4838-99e2-d5d6a1c41109
12:02:16.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba635cb6-9dad-4fb4-a8c5-8457f3849858
12:02:16.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37e5fbc0-cc2a-4c7d-b5dc-bd66a2902cfc
12:02:16.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3907966e-bf55-4065-84e9-26c077e39593
12:02:16.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb72badd-e643-4a47-b634-e3c0a72d23a1
12:02:16.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c59dc752-d12b-4b88-bec2-69c3a68c9fa9
12:02:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75193702-aaa2-4afc-bf63-9e1cf0353a80
12:02:16.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d339c0-7c49-4781-8d6c-ced9aac78683
12:02:16.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc953e9-906b-4d07-8599-bad3f40398a5
12:02:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2a412e5-e619-4410-b4d8-6aa77b69cab1
12:02:16.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=264da098-67da-43af-9378-0d5d6e42f6b9
12:02:16.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14387350-9a21-4965-917e-05c69ec0a5f4
12:02:16.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfe3ff5f-3d63-466b-a4ee-40025057f73b
12:02:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd6a9d90-5538-4100-9428-1206ce718d32
12:02:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93cbed9f-88c3-4fb1-96e2-f099fdc40577
12:02:16.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9161acc0-2985-4ed4-81ec-91547a094ec1
12:02:16.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bc9c958-ae0f-451e-9e97-09824608beff
12:02:16.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aeee9b4-eaa5-418a-9ab1-ba7e8052ac0a
12:02:16.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25427e78-1ea2-4353-b4de-c91e5d76e728
12:02:16.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=631a6b8c-1596-4813-aa64-9754f1026510
12:02:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:16.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:16.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:16.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:16.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:16.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:16.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8640be0a-e1fb-4ca0-a291-303ec4fa82cb
12:02:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015418e6-d839-42d4-a4f9-392c0e320db5
12:02:17.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66bfd91b-55e7-4c75-be7d-73ee1c7b16ed
12:02:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba015c4-1ddf-45b0-9ace-6bd91ffbeafb
12:02:17.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a1d615-b6c3-4adc-8649-3d212801f037
12:02:17.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd83496-a3a2-4b9d-8f0f-72c83a10ad49
12:02:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2384b68-da2f-4d6c-942b-ba18418c6d68
12:02:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9407f97d-7a4c-40d1-bfb1-f29c8be5f18c
12:02:17.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=006c013f-750d-4898-a8d2-c5afb1c819a0
12:02:17.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ede8504-e386-44ec-a6f3-88b8b298af02
12:02:17.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d070744-0eb6-4116-abf5-a775be020b51
12:02:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70e5098e-9cc4-4043-913d-81a36f9da73e
12:02:17.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf7c07eb-9727-4b60-a4ef-8195ac5452eb
12:02:17.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae4e597-6b35-4a0b-a65b-612529fb2ae0
12:02:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6b3324-da14-4e70-ac86-ad9baca09c69
12:02:17.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96258c8f-fc1b-41fd-8099-ac2ba238f8e3
12:02:17.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00a56bef-f672-4a4b-999f-104a289274f1
12:02:17.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfbea0ba-d243-43a3-bcd4-e93643c98ebf
12:02:17.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46f1fc1-3a97-43fe-976d-88196081748a
12:02:17.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34e10687-de23-4a20-9b25-c4dea2e7c6fd
12:02:17.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a306981-0218-4d94-ae5f-1c072ec2722c
12:02:17.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba635cb6-9dad-4fb4-a8c5-8457f3849858
12:02:17.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a865953b-7965-42b3-bc19-3aea58457401
12:02:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3907966e-bf55-4065-84e9-26c077e39593
12:02:17.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:17.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a56ab1-941d-422b-a642-6ac3bbb4837b
12:02:17.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:17.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:17.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:17.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:17.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:17.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c59dc752-d12b-4b88-bec2-69c3a68c9fa9
12:02:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d78a89d6-8cca-4cbf-bbfb-56a410e1aefc
12:02:18.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d339c0-7c49-4781-8d6c-ced9aac78683
12:02:18.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc4679c-ade4-4c53-a2c8-c84bf32854b3
12:02:18.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2a412e5-e619-4410-b4d8-6aa77b69cab1
12:02:18.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fed6766-90ed-4d43-bc09-417e81199fe8
12:02:18.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14387350-9a21-4965-917e-05c69ec0a5f4
12:02:18.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff66680e-ad42-44f7-94af-106719425efa
12:02:18.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd6a9d90-5538-4100-9428-1206ce718d32
12:02:18.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fda080f1-6dba-414e-8bde-4f92e8f9e0a4
12:02:18.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9161acc0-2985-4ed4-81ec-91547a094ec1
12:02:18.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe96b004-f2b2-4b05-9c03-66addd0167f8
12:02:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aeee9b4-eaa5-418a-9ab1-ba7e8052ac0a
12:02:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=631a6b8c-1596-4813-aa64-9754f1026510
12:02:18.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad48692-c1a4-4606-9c03-bd7572533c39
12:02:18.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015418e6-d839-42d4-a4f9-392c0e320db5
12:02:18.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b978c93-d771-4755-8f8e-feec9dd4e5ba
12:02:18.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ba015c4-1ddf-45b0-9ace-6bd91ffbeafb
12:02:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2af4ba2-0397-48be-b0fe-bdb70f29229e
12:02:18.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bd83496-a3a2-4b9d-8f0f-72c83a10ad49
12:02:18.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5513c43c-d9d6-4b10-a1c3-2ae0373d63b9
12:02:18.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:18.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4852f754-4157-4439-9e3a-779fb83aef28
12:02:18.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:18.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:18.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:18.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:18.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:18.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:18.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2384b68-da2f-4d6c-942b-ba18418c6d68
12:02:19.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d68693-1a15-4af1-8d26-d08da53d8105
12:02:19.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=006c013f-750d-4898-a8d2-c5afb1c819a0
12:02:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976c6d27-83e4-4a7f-9f5a-9955767a1dfd
12:02:19.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d070744-0eb6-4116-abf5-a775be020b51
12:02:19.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bedfa7ab-bff7-4aca-a4da-08656b0a6285
12:02:19.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf7c07eb-9727-4b60-a4ef-8195ac5452eb
12:02:19.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcdaa37f-5a9e-403e-9c24-7303e971ec32
12:02:19.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6b3324-da14-4e70-ac86-ad9baca09c69
12:02:19.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00a56bef-f672-4a4b-999f-104a289274f1
12:02:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74cf2f74-3ecf-404b-a001-ad0f7bc6de8a
12:02:19.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aacd80ce-e912-4fb5-a700-cad8359464b5
12:02:19.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46f1fc1-3a97-43fe-976d-88196081748a
12:02:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39209cb-befb-4fb1-b20c-eef0b72f8109
12:02:19.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a306981-0218-4d94-ae5f-1c072ec2722c
12:02:19.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a865953b-7965-42b3-bc19-3aea58457401
12:02:19.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ff19217-09e7-4f33-9f71-b5c01d4008bb
12:02:19.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e854db0-7ee2-4260-815c-6ab4e467ceaa
12:02:19.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3a56ab1-941d-422b-a642-6ac3bbb4837b
12:02:19.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38767a41-d7a2-485b-ba87-f0d54df33e27
12:02:19.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d78a89d6-8cca-4cbf-bbfb-56a410e1aefc
12:02:19.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc4679c-ade4-4c53-a2c8-c84bf32854b3
12:02:19.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:19.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:19.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:19.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:19.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:19.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:19.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:19.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decbbaef-9767-40d6-8e74-22f2553328d6
12:02:19.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fed6766-90ed-4d43-bc09-417e81199fe8
12:02:20.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb38e0a3-90da-4f4a-9631-2ee9f676132f
12:02:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff66680e-ad42-44f7-94af-106719425efa
12:02:20.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c91a25-4f73-4f5f-8437-b7352de5f1c7
12:02:20.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fda080f1-6dba-414e-8bde-4f92e8f9e0a4
12:02:20.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d7696c-e91f-4552-8316-bcb255bca39b
12:02:20.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe96b004-f2b2-4b05-9c03-66addd0167f8
12:02:20.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a5f6c5-d60f-490f-a876-40c8a49981df
12:02:20.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad48692-c1a4-4606-9c03-bd7572533c39
12:02:20.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e06e888d-74b0-4d7e-8ec9-2703993db75f
12:02:20.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b978c93-d771-4755-8f8e-feec9dd4e5ba
12:02:20.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd2368ee-fe19-458b-9079-f936895ece02
12:02:20.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2af4ba2-0397-48be-b0fe-bdb70f29229e
12:02:20.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91225704-3787-487a-9f1b-c71a97514a13
12:02:20.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5513c43c-d9d6-4b10-a1c3-2ae0373d63b9
12:02:20.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=215e9f47-77d9-49c7-8d06-10ef69097d27
12:02:20.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4852f754-4157-4439-9e3a-779fb83aef28
12:02:20.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fffddb6-8ff5-4137-93cc-1e2e8ab6598e
12:02:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d68693-1a15-4af1-8d26-d08da53d8105
12:02:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdedc955-4c74-4c37-aa3e-6d6d676c389b
12:02:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976c6d27-83e4-4a7f-9f5a-9955767a1dfd
12:02:20.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae67788-6108-4034-9579-83ab13cfe8e9
12:02:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bedfa7ab-bff7-4aca-a4da-08656b0a6285
12:02:20.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:20.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:20.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:20.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:20.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:20.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3540453-87a0-47cd-8591-a500d2360912
12:02:20.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcdaa37f-5a9e-403e-9c24-7303e971ec32
12:02:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d97de5-2f22-437f-b973-612f77db8a1d
12:02:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74cf2f74-3ecf-404b-a001-ad0f7bc6de8a
12:02:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aacd80ce-e912-4fb5-a700-cad8359464b5
12:02:21.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a559fd9-e689-4f30-a64b-43543d8eb58d
12:02:21.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39209cb-befb-4fb1-b20c-eef0b72f8109
12:02:21.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed26fe07-f3f2-4c2d-9ccd-4a45bbda1858
12:02:21.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ff19217-09e7-4f33-9f71-b5c01d4008bb
12:02:21.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2417deed-acd5-4a2a-a6e6-1e0b23ff6825
12:02:21.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e854db0-7ee2-4260-815c-6ab4e467ceaa
12:02:21.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b1d63dd-29d9-4999-9871-477f0f9b2e80
12:02:21.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38767a41-d7a2-485b-ba87-f0d54df33e27
12:02:21.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a983c2ec-219d-43bc-8421-015572acbdb0
12:02:21.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decbbaef-9767-40d6-8e74-22f2553328d6
12:02:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cb498b6-ebd5-45e7-9c66-c546194561ba
12:02:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb38e0a3-90da-4f4a-9631-2ee9f676132f
12:02:21.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7de5336-cb7e-4b79-88d4-0977bd0a5029
12:02:21.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c91a25-4f73-4f5f-8437-b7352de5f1c7
12:02:21.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d7696c-e91f-4552-8316-bcb255bca39b
12:02:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac27022-297c-4fe6-be41-3dd92ea68e59
12:02:21.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a5f6c5-d60f-490f-a876-40c8a49981df
12:02:21.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:21.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1fad44b-3705-497c-b5cb-235670aa677f
12:02:21.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:21.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:21.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:21.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:21.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:21.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:21.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e06e888d-74b0-4d7e-8ec9-2703993db75f
12:02:22.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fb9fdd-af04-4847-a23d-8efece862bdb
12:02:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f02d601-3e8e-4d3d-9f77-e46be445cdc1
12:02:22.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd2368ee-fe19-458b-9079-f936895ece02
12:02:22.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd6a8419-dfd5-4c12-b594-9965b4e5a568
12:02:22.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91225704-3787-487a-9f1b-c71a97514a13
12:02:22.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16c96cb2-6163-45d1-830b-6979cec9948d
12:02:22.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=215e9f47-77d9-49c7-8d06-10ef69097d27
12:02:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776c40f7-163f-49cb-a379-0c7fde07450a
12:02:22.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fffddb6-8ff5-4137-93cc-1e2e8ab6598e
12:02:22.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c48274-99f2-4846-906e-53257b60509d
12:02:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdedc955-4c74-4c37-aa3e-6d6d676c389b
12:02:22.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7eb9a96-d4b6-44b6-a579-8f40397f40a1
12:02:22.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae67788-6108-4034-9579-83ab13cfe8e9
12:02:22.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad007c2-02e8-458f-9c7d-55d659a4f8f0
12:02:22.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3540453-87a0-47cd-8591-a500d2360912
12:02:22.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24384b0b-ee2e-439e-be25-3a1f13b4ea19
12:02:22.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d97de5-2f22-437f-b973-612f77db8a1d
12:02:22.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b44d58-4f72-425a-b3fe-b448101eac84
12:02:22.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a559fd9-e689-4f30-a64b-43543d8eb58d
12:02:22.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac9e4c09-5ef7-47bf-8d82-f448793682b0
12:02:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:22.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:22.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:22.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:22.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:22.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fa6a8e-5424-4056-80ed-68e235e95386
12:02:22.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:22.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:22.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed26fe07-f3f2-4c2d-9ccd-4a45bbda1858
12:02:23.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2417deed-acd5-4a2a-a6e6-1e0b23ff6825
12:02:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62e77ff2-9431-491e-b522-2c955932cf1b
12:02:23.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b1d63dd-29d9-4999-9871-477f0f9b2e80
12:02:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8582b975-d80f-43cc-9451-60327b8e8b03
12:02:23.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a983c2ec-219d-43bc-8421-015572acbdb0
12:02:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d845a16-6036-412c-8b9a-e942a10f81b2
12:02:23.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cb498b6-ebd5-45e7-9c66-c546194561ba
12:02:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec221215-26c7-42d3-8d83-df0aa38c4bb8
12:02:23.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7de5336-cb7e-4b79-88d4-0977bd0a5029
12:02:23.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13065d0d-1e50-4721-9bd9-a286dba93de6
12:02:23.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac27022-297c-4fe6-be41-3dd92ea68e59
12:02:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c92657f-a222-468b-9cf9-932346177ae1
12:02:23.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1fad44b-3705-497c-b5cb-235670aa677f
12:02:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9389719e-7693-4b68-b799-111b1a2ecd77
12:02:23.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fb9fdd-af04-4847-a23d-8efece862bdb
12:02:23.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3b9b14-8a86-41b8-8d8f-6e4623a19025
12:02:23.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f02d601-3e8e-4d3d-9f77-e46be445cdc1
12:02:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=964bc77b-52b7-4562-8179-bd4970e5fdb9
12:02:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd6a8419-dfd5-4c12-b594-9965b4e5a568
12:02:23.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38cd9ee-86ed-4d8c-baca-62888a7c96cf
12:02:23.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:23.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:23.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:23.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:23.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16c96cb2-6163-45d1-830b-6979cec9948d
12:02:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45cf9745-25be-40bf-9069-d8c7b997c6ea
12:02:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254d6d74-8221-4806-a4dd-1e4ce8c19329
12:02:24.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776c40f7-163f-49cb-a379-0c7fde07450a
12:02:24.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c48274-99f2-4846-906e-53257b60509d
12:02:24.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e211b979-2e03-4f97-b770-3511435bb2d6
12:02:24.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7eb9a96-d4b6-44b6-a579-8f40397f40a1
12:02:24.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4b0cde-ef1d-4a99-9a09-f24dfbc7b1d7
12:02:24.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea66df91-ea61-476e-8df7-95be49a14a4b
12:02:24.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad007c2-02e8-458f-9c7d-55d659a4f8f0
12:02:24.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=361a67be-ebef-4306-9309-d67de7f4ade9
12:02:24.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24384b0b-ee2e-439e-be25-3a1f13b4ea19
12:02:24.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c682d0b-7ec8-4a98-be25-f21963f519a9
12:02:24.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b44d58-4f72-425a-b3fe-b448101eac84
12:02:24.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac9e4c09-5ef7-47bf-8d82-f448793682b0
12:02:24.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00a7a8ec-910c-4823-a608-b0c7c0ca3807
12:02:24.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fa6a8e-5424-4056-80ed-68e235e95386
12:02:24.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd6a5628-6a2e-49a4-9929-0b760da192cd
12:02:24.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62e77ff2-9431-491e-b522-2c955932cf1b
12:02:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13806ec7-4ecd-4816-931c-5792280d43e7
12:02:24.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8582b975-d80f-43cc-9451-60327b8e8b03
12:02:24.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:24.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:24.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:24.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f299433f-4138-498d-9599-cf69e1e1568d
12:02:24.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6058c901-ef09-44c9-beb5-9bae90538dfd
12:02:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d845a16-6036-412c-8b9a-e942a10f81b2
12:02:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acff259-f5c1-4ba5-8f03-2eaf825bc64a
12:02:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec221215-26c7-42d3-8d83-df0aa38c4bb8
12:02:25.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d36216-9ec5-4e00-a2dc-c051f97dac3f
12:02:25.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13065d0d-1e50-4721-9bd9-a286dba93de6
12:02:25.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e10457c1-d219-47a5-b62f-71638b9d5358
12:02:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c92657f-a222-468b-9cf9-932346177ae1
12:02:25.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9389719e-7693-4b68-b799-111b1a2ecd77
12:02:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8b061f-f0de-400a-9a6c-066ec6c8d250
12:02:25.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3b9b14-8a86-41b8-8d8f-6e4623a19025
12:02:25.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88bd539e-3a84-4273-a649-7314370d8ee9
12:02:25.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=964bc77b-52b7-4562-8179-bd4970e5fdb9
12:02:25.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a192ea3d-fe28-404d-ad8e-b5ef05f647f9
12:02:25.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38cd9ee-86ed-4d8c-baca-62888a7c96cf
12:02:25.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8062a2dd-6c1c-4c96-9bff-8cf843070ab7
12:02:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45cf9745-25be-40bf-9069-d8c7b997c6ea
12:02:25.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc72999-3823-479a-8b55-4663fedb5916
12:02:25.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254d6d74-8221-4806-a4dd-1e4ce8c19329
12:02:25.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd8cbcc9-bf0c-42f6-8a39-09d24cd1cd89
12:02:25.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:25.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:25.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:25.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:25.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:25.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:25.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:25.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e211b979-2e03-4f97-b770-3511435bb2d6
12:02:25.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb787cf-27d3-4ea8-ae54-2608fd038ca7
12:02:26.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4b0cde-ef1d-4a99-9a09-f24dfbc7b1d7
12:02:26.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7978a71-5e5d-438c-a66a-8104c3d3b856
12:02:26.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea66df91-ea61-476e-8df7-95be49a14a4b
12:02:26.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a887efcb-4ed1-4d0e-b9fb-07867777292d
12:02:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=361a67be-ebef-4306-9309-d67de7f4ade9
12:02:26.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0052ee8e-e72a-4b69-9dc8-8bd2019fa1ec
12:02:26.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c682d0b-7ec8-4a98-be25-f21963f519a9
12:02:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00a7a8ec-910c-4823-a608-b0c7c0ca3807
12:02:26.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3661eea0-fd5d-444d-a5b2-7d5db7a3fd75
12:02:26.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd6a5628-6a2e-49a4-9929-0b760da192cd
12:02:26.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d8521e-e7e7-42b7-8620-f0369408f73f
12:02:26.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13806ec7-4ecd-4816-931c-5792280d43e7
12:02:26.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caeb8908-83e7-4794-bb7f-7f3c9c2e9e84
12:02:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f299433f-4138-498d-9599-cf69e1e1568d
12:02:26.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a5d2508-8b52-4f71-b093-06727a79d834
12:02:26.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6058c901-ef09-44c9-beb5-9bae90538dfd
12:02:26.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd6b2c4e-2515-42b3-a1c0-233a0f9152f4
12:02:26.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acff259-f5c1-4ba5-8f03-2eaf825bc64a
12:02:26.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91505ecc-6c4e-4ce7-9550-3068ae73f45d
12:02:26.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:26.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f6549f-772f-4ce5-930a-502906b5c728
12:02:26.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:26.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:26.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:26.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:26.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:26.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:26.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d36216-9ec5-4e00-a2dc-c051f97dac3f
12:02:27.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48bc90fd-5919-4cf6-878d-26d56e4ce8dc
12:02:27.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e10457c1-d219-47a5-b62f-71638b9d5358
12:02:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=354aa7ac-9efa-474a-806a-242aa869b110
12:02:27.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7aeead1-d711-4b53-bf25-be3a81789729
12:02:27.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8b061f-f0de-400a-9a6c-066ec6c8d250
12:02:27.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4484e37-41d3-49b4-a75f-f0ce92191a7f
12:02:27.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88bd539e-3a84-4273-a649-7314370d8ee9
12:02:27.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a192ea3d-fe28-404d-ad8e-b5ef05f647f9
12:02:27.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68d16db5-ba8c-444b-b19b-16d46b1cca40
12:02:27.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8062a2dd-6c1c-4c96-9bff-8cf843070ab7
12:02:27.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc72999-3823-479a-8b55-4663fedb5916
12:02:27.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ac193a6-ee8c-4d22-8ee0-73da25f97875
12:02:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd8cbcc9-bf0c-42f6-8a39-09d24cd1cd89
12:02:27.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91569f8b-1f2b-4b1e-868a-47ae70826300
12:02:27.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb787cf-27d3-4ea8-ae54-2608fd038ca7
12:02:27.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ef2744-aff1-4ec5-a7b7-85c9c4b49cae
12:02:27.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7978a71-5e5d-438c-a66a-8104c3d3b856
12:02:27.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed8a8815-9768-4389-a99e-3ad594e79438
12:02:27.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a887efcb-4ed1-4d0e-b9fb-07867777292d
12:02:27.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9033c928-f9a1-4b7c-883d-0e22e5db6d2e
12:02:27.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:27.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0052ee8e-e72a-4b69-9dc8-8bd2019fa1ec
12:02:27.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:27.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:27.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:27.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:27.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:27.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:27.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ccf6990-6965-46c2-9795-31f277e490a8
12:02:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3661eea0-fd5d-444d-a5b2-7d5db7a3fd75
12:02:28.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5d55d83-09ef-476f-8a23-689bb00437ab
12:02:28.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f2ecbd8-026f-4d8b-87d1-ca88fc7821e2
12:02:28.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d8521e-e7e7-42b7-8620-f0369408f73f
12:02:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d52b91f-825e-47db-a2db-10767e2d2d0b
12:02:28.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caeb8908-83e7-4794-bb7f-7f3c9c2e9e84
12:02:28.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0436ed31-ebdc-4cab-800f-199515c1c3cc
12:02:28.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a5d2508-8b52-4f71-b093-06727a79d834
12:02:28.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=726571bc-69a1-471e-97c5-e61361ffd8d2
12:02:28.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd6b2c4e-2515-42b3-a1c0-233a0f9152f4
12:02:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02dc188a-ec0e-4458-8c6c-45095e9f4366
12:02:28.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91505ecc-6c4e-4ce7-9550-3068ae73f45d
12:02:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6852a26-f0dc-4119-9b8e-dda025692a1f
12:02:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f6549f-772f-4ce5-930a-502906b5c728
12:02:28.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48bc90fd-5919-4cf6-878d-26d56e4ce8dc
12:02:28.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65f0a70c-ac83-4ce6-89b6-526b0697385f
12:02:28.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=354aa7ac-9efa-474a-806a-242aa869b110
12:02:28.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ceb5ae9-7201-4ea2-aef5-c3065f2cbef2
12:02:28.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:28.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:28.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b479a2f7-d3f3-4d48-bb76-866ebefb3c5d
12:02:28.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:28.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:28.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:28.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:28.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:28.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7aeead1-d711-4b53-bf25-be3a81789729
12:02:28.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4484e37-41d3-49b4-a75f-f0ce92191a7f
12:02:29.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67db9ebb-e59f-462d-af72-459a0e26f777
12:02:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68d16db5-ba8c-444b-b19b-16d46b1cca40
12:02:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61130fd6-10e4-4f3c-b48a-452479eeceb5
12:02:29.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13dfdb51-4da1-4dfb-af1d-77b4221d807f
12:02:29.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ac193a6-ee8c-4d22-8ee0-73da25f97875
12:02:29.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e61e2d-a086-4b25-8f96-1bb8c1cc3fd5
12:02:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91569f8b-1f2b-4b1e-868a-47ae70826300
12:02:29.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be8b13e-1679-4655-940e-5e8ed40480ac
12:02:29.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ef2744-aff1-4ec5-a7b7-85c9c4b49cae
12:02:29.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76defc7-45cf-4d9c-b73c-bfe9edd35d57
12:02:29.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed8a8815-9768-4389-a99e-3ad594e79438
12:02:29.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9033c928-f9a1-4b7c-883d-0e22e5db6d2e
12:02:29.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e85de6f-ab6d-44cc-abb2-cff0b8cbe694
12:02:29.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ccf6990-6965-46c2-9795-31f277e490a8
12:02:29.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f69640-6434-4de2-8028-715dcaddc6ed
12:02:29.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86516a22-4b0d-4cf0-a178-222d8f72cff1
12:02:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5d55d83-09ef-476f-8a23-689bb00437ab
12:02:29.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f2ecbd8-026f-4d8b-87d1-ca88fc7821e2
12:02:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e749fba-aee9-41ac-9e4f-1e766cdcd717
12:02:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d52b91f-825e-47db-a2db-10767e2d2d0b
12:02:29.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0436ed31-ebdc-4cab-800f-199515c1c3cc
12:02:29.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:29.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:29.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50cf08dc-0054-4e0c-a51c-b39b087e113f
12:02:29.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:29.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:29.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:29.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:29.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:29.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e29a81-1783-498b-9c66-4bfea18b6cdf
12:02:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=726571bc-69a1-471e-97c5-e61361ffd8d2
12:02:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cb1b03e-ed04-4fea-a4fd-7969e03212df
12:02:30.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02dc188a-ec0e-4458-8c6c-45095e9f4366
12:02:30.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea774e9-c2a6-4eb6-b3f0-970c1b118a30
12:02:30.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6852a26-f0dc-4119-9b8e-dda025692a1f
12:02:30.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763e0e7c-3aa5-4659-bb96-a5203e57bc0b
12:02:30.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65f0a70c-ac83-4ce6-89b6-526b0697385f
12:02:30.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ceb5ae9-7201-4ea2-aef5-c3065f2cbef2
12:02:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02f5d4ac-31f8-4181-be7a-cc218bcc0510
12:02:30.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b479a2f7-d3f3-4d48-bb76-866ebefb3c5d
12:02:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ea4532d-e11d-4b74-ad3c-79361cbe4941
12:02:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67db9ebb-e59f-462d-af72-459a0e26f777
12:02:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d540cc-e76c-4631-a132-6a5cd8dbd67b
12:02:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61130fd6-10e4-4f3c-b48a-452479eeceb5
12:02:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec442acf-2d0a-46d5-b91e-ec67d6b3475d
12:02:30.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13dfdb51-4da1-4dfb-af1d-77b4221d807f
12:02:30.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346d1b44-d92f-4d35-b2ec-eb33d953a8db
12:02:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e61e2d-a086-4b25-8f96-1bb8c1cc3fd5
12:02:30.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be8b13e-1679-4655-940e-5e8ed40480ac
12:02:30.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af00f8f4-c77d-4f80-8b61-a588b423ea79
12:02:30.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76defc7-45cf-4d9c-b73c-bfe9edd35d57
12:02:30.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:30.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba71db25-8bc7-4e29-9aac-5ed043afced6
12:02:30.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:30.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:30.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:30.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:30.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:30.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.012 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e85de6f-ab6d-44cc-abb2-cff0b8cbe694
12:02:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793a5b3d-9b8b-4c16-8c14-8f301118a704
12:02:31.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f69640-6434-4de2-8028-715dcaddc6ed
12:02:31.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c256903e-de01-48f7-afda-414023453aa0
12:02:31.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86516a22-4b0d-4cf0-a178-222d8f72cff1
12:02:31.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b82a378-5237-4719-8285-e21719e6a9a5
12:02:31.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4482ca26-e6f4-454b-86d4-28b9af453f9a
12:02:31.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.307 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e749fba-aee9-41ac-9e4f-1e766cdcd717
12:02:31.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d400740a-afcc-48b7-a1c4-6a7445cfae15
12:02:31.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50cf08dc-0054-4e0c-a51c-b39b087e113f
12:02:31.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8de3a2b1-5a6e-48c1-b24f-d6210225cbfc
12:02:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e29a81-1783-498b-9c66-4bfea18b6cdf
12:02:31.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad548fa8-43af-4851-8ed7-25561c8e33be
12:02:31.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cb1b03e-ed04-4fea-a4fd-7969e03212df
12:02:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec9fccbd-ed17-4041-872d-787d05b719e9
12:02:31.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ea774e9-c2a6-4eb6-b3f0-970c1b118a30
12:02:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb5a742-0483-431f-a131-a1d244681798
12:02:31.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763e0e7c-3aa5-4659-bb96-a5203e57bc0b
12:02:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9587011c-dde8-489e-85da-177ff4d57a7a
12:02:31.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02f5d4ac-31f8-4181-be7a-cc218bcc0510
12:02:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed86b689-f510-4b16-b864-1e8141528b6f
12:02:31.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:31.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ea4532d-e11d-4b74-ad3c-79361cbe4941
12:02:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:31.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:31.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:31.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:31.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:31.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=369d27e8-157a-4d30-aa7d-061265b3c2a9
12:02:31.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d540cc-e76c-4631-a132-6a5cd8dbd67b
12:02:32.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3544cd-dcf4-4890-96ff-9c3f13fb1dc3
12:02:32.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aca3fe7d-2071-4f50-a8ef-55bb344a7891
12:02:32.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec442acf-2d0a-46d5-b91e-ec67d6b3475d
12:02:32.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=346d1b44-d92f-4d35-b2ec-eb33d953a8db
12:02:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f2ac041-7b2b-46ad-8fba-a6eda7bcc3cd
12:02:32.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77749e98-f147-47d8-8597-b8c9c0efd1ac
12:02:32.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.390 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af00f8f4-c77d-4f80-8b61-a588b423ea79
12:02:32.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7548800f-a1f4-460c-9985-d7905caac77f
12:02:32.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba71db25-8bc7-4e29-9aac-5ed043afced6
12:02:32.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e47c0e5-1f6d-410c-876c-bde8a4001b52
12:02:32.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793a5b3d-9b8b-4c16-8c14-8f301118a704
12:02:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa1cb1fe-9818-4190-9e29-55a4014e295b
12:02:32.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e72cd8-c6da-4096-a118-dcc867c05b36
12:02:32.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c256903e-de01-48f7-afda-414023453aa0
12:02:32.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5833b6a4-aced-4ad6-85f5-759e157e400c
12:02:32.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b82a378-5237-4719-8285-e21719e6a9a5
12:02:32.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ebdbcce-ceab-42ec-be9b-0c2d2f7abed4
12:02:32.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4482ca26-e6f4-454b-86d4-28b9af453f9a
12:02:32.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:32.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869fd53e-80d1-48ff-9227-e82ab3e4c573
12:02:32.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:32.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:32.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d400740a-afcc-48b7-a1c4-6a7445cfae15
12:02:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8de3a2b1-5a6e-48c1-b24f-d6210225cbfc
12:02:33.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5084dfa2-d306-410f-b393-c83e385c720f
12:02:33.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad548fa8-43af-4851-8ed7-25561c8e33be
12:02:33.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1c0dcb5-fbb8-4486-8bec-1a9b965900ce
12:02:33.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec9fccbd-ed17-4041-872d-787d05b719e9
12:02:33.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81dcd7d1-69ed-4592-928a-e67408df0e81
12:02:33.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb5a742-0483-431f-a131-a1d244681798
12:02:33.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9305bbd4-3966-4aab-95a3-e0e19780ef28
12:02:33.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9587011c-dde8-489e-85da-177ff4d57a7a
12:02:33.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daecdd2b-14ae-402f-a67c-d7848cf48a9e
12:02:33.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed86b689-f510-4b16-b864-1e8141528b6f
12:02:33.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=369d27e8-157a-4d30-aa7d-061265b3c2a9
12:02:33.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2076cb46-35ec-47e7-a257-f69f5873df43
12:02:33.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3544cd-dcf4-4890-96ff-9c3f13fb1dc3
12:02:33.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff287343-a44a-4b21-80d1-f127fc780d70
12:02:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aca3fe7d-2071-4f50-a8ef-55bb344a7891
12:02:33.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ef8ec31-954d-4840-9621-6768108c1ab3
12:02:33.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39affe16-77b6-4482-9f9d-21c29a502c73
12:02:33.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f2ac041-7b2b-46ad-8fba-a6eda7bcc3cd
12:02:33.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77749e98-f147-47d8-8597-b8c9c0efd1ac
12:02:33.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:33.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:33.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:33.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:33.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:33.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:33.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:33.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9704082a-bbb0-40f4-9218-443fdf4c1d5a
12:02:33.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7548800f-a1f4-460c-9985-d7905caac77f
12:02:34.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5471c89b-7540-4739-a57d-a05f8f42fec3
12:02:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b393b618-43cc-4584-99e3-dfd388715413
12:02:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e47c0e5-1f6d-410c-876c-bde8a4001b52
12:02:34.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e211226-b1a6-4258-a9a7-94ccf1a1515e
12:02:34.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa1cb1fe-9818-4190-9e29-55a4014e295b
12:02:34.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=666fcd28-aacf-40ec-938c-4cd6e29429d8
12:02:34.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31e72cd8-c6da-4096-a118-dcc867c05b36
12:02:34.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5833b6a4-aced-4ad6-85f5-759e157e400c
12:02:34.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26ec1d53-5aa6-4a1a-9d2b-ea7a1ecf6914
12:02:34.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ebdbcce-ceab-42ec-be9b-0c2d2f7abed4
12:02:34.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cc16a65-8cc9-4e58-9667-a9188396c606
12:02:34.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=869fd53e-80d1-48ff-9227-e82ab3e4c573
12:02:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=580296e6-599a-456e-9b51-b474a67b6280
12:02:34.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5084dfa2-d306-410f-b393-c83e385c720f
12:02:34.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=175cc584-dc3e-4961-abc9-18878dfc3d53
12:02:34.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1c0dcb5-fbb8-4486-8bec-1a9b965900ce
12:02:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189a6270-7971-457b-a51b-afe711ead127
12:02:34.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81dcd7d1-69ed-4592-928a-e67408df0e81
12:02:34.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff4eb83-4d5b-41d4-8b17-806415263698
12:02:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:34.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6735d0-62c6-483e-b7e9-59fa71528a5a
12:02:34.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:34.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:34.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:34.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:34.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:34.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:34.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9305bbd4-3966-4aab-95a3-e0e19780ef28
12:02:35.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e2565b-0959-45f1-80d2-a3e3a09d6a89
12:02:35.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daecdd2b-14ae-402f-a67c-d7848cf48a9e
12:02:35.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9655de84-5b12-4349-a278-c1021c30a8a9
12:02:35.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2076cb46-35ec-47e7-a257-f69f5873df43
12:02:35.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae96810b-40ee-4598-a685-ff632710b71f
12:02:35.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff287343-a44a-4b21-80d1-f127fc780d70
12:02:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a98de0e-76a9-4a95-9f36-cc2f73626cca
12:02:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ef8ec31-954d-4840-9621-6768108c1ab3
12:02:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74e5043-2765-4d75-9428-4074982d501d
12:02:35.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39affe16-77b6-4482-9f9d-21c29a502c73
12:02:35.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6664c4-3229-47e2-9a64-992966a7d985
12:02:35.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9704082a-bbb0-40f4-9218-443fdf4c1d5a
12:02:35.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3ef6058-af36-4ea7-8ea1-2f36a71a6db7
12:02:35.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5471c89b-7540-4739-a57d-a05f8f42fec3
12:02:35.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2762ba65-550b-4f2f-b459-d7988211ed52
12:02:35.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b393b618-43cc-4584-99e3-dfd388715413
12:02:35.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5645af3-e6bd-44ca-8793-ed2fec3568fd
12:02:35.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e211226-b1a6-4258-a9a7-94ccf1a1515e
12:02:35.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6822f8e2-17cf-4532-9a6d-a1612d3c7fa6
12:02:35.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=666fcd28-aacf-40ec-938c-4cd6e29429d8
12:02:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc20581-8d60-49da-a0c6-edb6697692d5
12:02:35.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26ec1d53-5aa6-4a1a-9d2b-ea7a1ecf6914
12:02:35.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:35.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:35.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:35.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:35.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=034a4404-a587-4dd8-80e9-a3808f97683f
12:02:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21468163-708f-4b7f-8433-65a488c7f90a
12:02:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cc16a65-8cc9-4e58-9667-a9188396c606
12:02:36.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5368919b-1880-4172-b4c4-5a00e650c023
12:02:36.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=580296e6-599a-456e-9b51-b474a67b6280
12:02:36.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd595845-1051-4fbc-80a1-6d788d38f490
12:02:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=175cc584-dc3e-4961-abc9-18878dfc3d53
12:02:36.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00eb9ad2-18d2-49db-8b01-d34b93892fbd
12:02:36.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=251abb32-c43f-4887-a619-8aea0fc50940
12:02:36.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189a6270-7971-457b-a51b-afe711ead127
12:02:36.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7422d919-593f-427c-934c-60077bcbe313
12:02:36.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff4eb83-4d5b-41d4-8b17-806415263698
12:02:36.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97446f06-b1ad-47fd-9326-78ad93d596fe
12:02:36.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6735d0-62c6-483e-b7e9-59fa71528a5a
12:02:36.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f18d06f7-0236-4774-b492-1108fddac22c
12:02:36.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e2565b-0959-45f1-80d2-a3e3a09d6a89
12:02:36.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3a0ae0d-7e93-44b7-8d57-b65aa6f3491a
12:02:36.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9655de84-5b12-4349-a278-c1021c30a8a9
12:02:36.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830a5f2b-eca8-4ed5-9e52-aac08e57655e
12:02:36.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae96810b-40ee-4598-a685-ff632710b71f
12:02:36.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431db131-d809-4f1b-8d7f-5ec12e095c47
12:02:36.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:36.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a98de0e-76a9-4a95-9f36-cc2f73626cca
12:02:36.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:36.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:36.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:36.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:36.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6562178a-a0fe-4b35-8fa2-c0537da00649
12:02:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74e5043-2765-4d75-9428-4074982d501d
12:02:37.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7282033e-8302-4203-8147-88ada3751221
12:02:37.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735acd07-6369-4f6d-8433-555b59267f3f
12:02:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6664c4-3229-47e2-9a64-992966a7d985
12:02:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f032079f-bb9d-414c-8c1e-f6d29b37f737
12:02:37.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3ef6058-af36-4ea7-8ea1-2f36a71a6db7
12:02:37.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=823100c9-2746-4398-bdc6-f1121cb39fdf
12:02:37.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2762ba65-550b-4f2f-b459-d7988211ed52
12:02:37.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7009ae-4513-4682-ac59-04d6e3a8d738
12:02:37.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5645af3-e6bd-44ca-8793-ed2fec3568fd
12:02:37.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d156728d-ecbd-46be-82ed-7d9e06ff8fc9
12:02:37.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6822f8e2-17cf-4532-9a6d-a1612d3c7fa6
12:02:37.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13f0c55-6b3e-463b-9bfb-5a73b24b6f69
12:02:37.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc20581-8d60-49da-a0c6-edb6697692d5
12:02:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba0a32c-44d9-4cd7-aab3-a66e07515659
12:02:37.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=034a4404-a587-4dd8-80e9-a3808f97683f
12:02:37.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f67247d-d313-4df8-bb55-4c7570b0c3b6
12:02:37.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21468163-708f-4b7f-8433-65a488c7f90a
12:02:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:37.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:37.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:37.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:37.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:37.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:37.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:37.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bdd243-6fe4-4181-89f7-09402d3345ae
12:02:37.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.012 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e00cfd4e-9085-440c-a372-af5148971aea
12:02:38.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5368919b-1880-4172-b4c4-5a00e650c023
12:02:38.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34358b74-f35a-4853-8815-19544e341dd3
12:02:38.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd595845-1051-4fbc-80a1-6d788d38f490
12:02:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d69e73-26a2-4b00-9936-8f76e149437d
12:02:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00eb9ad2-18d2-49db-8b01-d34b93892fbd
12:02:38.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b82b7106-7879-4336-9a05-7bb7279e65fe
12:02:38.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=251abb32-c43f-4887-a619-8aea0fc50940
12:02:38.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ddd6c0a-d9af-495e-a78e-7dc4bbed8431
12:02:38.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7422d919-593f-427c-934c-60077bcbe313
12:02:38.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29854f7a-584f-4b07-b90d-82e376cea337
12:02:38.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97446f06-b1ad-47fd-9326-78ad93d596fe
12:02:38.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f18d06f7-0236-4774-b492-1108fddac22c
12:02:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfcf0500-3f54-4f07-9138-9b332118c29f
12:02:38.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3a0ae0d-7e93-44b7-8d57-b65aa6f3491a
12:02:38.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35ead0be-d6e2-44b9-ba6a-de9353906fff
12:02:38.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=870ab29d-60b0-4600-8ef3-933d959182e4
12:02:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830a5f2b-eca8-4ed5-9e52-aac08e57655e
12:02:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3006ab-1ce3-4a50-8c44-d6fe098d7c99
12:02:38.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431db131-d809-4f1b-8d7f-5ec12e095c47
12:02:38.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d099f165-47a1-436a-b39b-1f332f460853
12:02:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6562178a-a0fe-4b35-8fa2-c0537da00649
12:02:38.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:38.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:38.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:38.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7282033e-8302-4203-8147-88ada3751221
12:02:38.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:38.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:38.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:38.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:38.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8b8661-8732-4050-82d7-8a13dd8f3a13
12:02:38.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735acd07-6369-4f6d-8433-555b59267f3f
12:02:39.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96abcd95-423f-4b30-901d-6e59558f904a
12:02:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f032079f-bb9d-414c-8c1e-f6d29b37f737
12:02:39.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3835c63-45b5-4237-8646-c3416a952ce4
12:02:39.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=823100c9-2746-4398-bdc6-f1121cb39fdf
12:02:39.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a91d2c7d-e944-4af2-9ae1-0b5921ac3f41
12:02:39.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a7009ae-4513-4682-ac59-04d6e3a8d738
12:02:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b86dff-c9f7-4e61-9c62-4ef32d76809a
12:02:39.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d156728d-ecbd-46be-82ed-7d9e06ff8fc9
12:02:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3296d45b-6a6a-40c6-9779-e423b6d4a599
12:02:39.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13f0c55-6b3e-463b-9bfb-5a73b24b6f69
12:02:39.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529686df-9d20-42d3-bf80-a8ad5a1f7bd1
12:02:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea18a70-dc67-4cc3-ae17-a490af2e137d
12:02:39.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba0a32c-44d9-4cd7-aab3-a66e07515659
12:02:39.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48a781ca-1e82-4d6b-a9cc-0013fdc999b3
12:02:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.775 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f67247d-d313-4df8-bb55-4c7570b0c3b6
12:02:39.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1babb5a-d6e7-413d-90bc-6185ac6f6456
12:02:39.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bdd243-6fe4-4181-89f7-09402d3345ae
12:02:39.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e00cfd4e-9085-440c-a372-af5148971aea
12:02:39.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3af1e1-32ce-4e27-a254-f7708047c2b2
12:02:39.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:39.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:39.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:39.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:39.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:39.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:39.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:39.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34358b74-f35a-4853-8815-19544e341dd3
12:02:39.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7400bb1b-0bcb-4193-a8af-08e2280d7dc5
12:02:40.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9d69e73-26a2-4b00-9936-8f76e149437d
12:02:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=920a6da8-429b-4359-9e8f-c6dc269c87f2
12:02:40.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b82b7106-7879-4336-9a05-7bb7279e65fe
12:02:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3af098f-b11e-46f9-b37a-d52208cb87f2
12:02:40.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ddd6c0a-d9af-495e-a78e-7dc4bbed8431
12:02:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0be95e-5b51-4546-b604-ce7db37faa4e
12:02:40.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29854f7a-584f-4b07-b90d-82e376cea337
12:02:40.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cb0f38-0c00-4ce5-9846-17bca847bd77
12:02:40.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfcf0500-3f54-4f07-9138-9b332118c29f
12:02:40.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb70692f-c85c-43f9-9d2e-770c55376455
12:02:40.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35ead0be-d6e2-44b9-ba6a-de9353906fff
12:02:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4913f9-7e5c-439d-b177-8966656c2a49
12:02:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088a1f65-196a-42cd-8ebd-34cec2a6be58
12:02:40.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=870ab29d-60b0-4600-8ef3-933d959182e4
12:02:40.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8841c19-1b7c-4988-b5a4-04835afc85fc
12:02:40.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e3006ab-1ce3-4a50-8c44-d6fe098d7c99
12:02:40.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d099f165-47a1-436a-b39b-1f332f460853
12:02:40.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c7d24de-52af-45c1-a7f9-f1b5459c97a7
12:02:40.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8b8661-8732-4050-82d7-8a13dd8f3a13
12:02:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dbb3e81-0ca8-4383-9774-900a2183ea89
12:02:40.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96abcd95-423f-4b30-901d-6e59558f904a
12:02:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1ae869c-0c5c-42f4-98d1-3791329300b2
12:02:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:40.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:40.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3835c63-45b5-4237-8646-c3416a952ce4
12:02:41.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb62c79a-4fc4-42e1-9447-07319d92ee5a
12:02:41.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a91d2c7d-e944-4af2-9ae1-0b5921ac3f41
12:02:41.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d57b728c-a2a2-42e8-a1df-84deafed2700
12:02:41.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b86dff-c9f7-4e61-9c62-4ef32d76809a
12:02:41.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557884a9-888c-418d-999b-a4764783b755
12:02:41.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3296d45b-6a6a-40c6-9779-e423b6d4a599
12:02:41.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef62e9e-5154-4fff-bdaf-5062ee5965e0
12:02:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fd2b6f2-06cf-47d4-b370-123b7d1fcf24
12:02:41.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529686df-9d20-42d3-bf80-a8ad5a1f7bd1
12:02:41.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f936b1-1498-4efd-903a-2c49b5f97145
12:02:41.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea18a70-dc67-4cc3-ae17-a490af2e137d
12:02:41.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56fd8a19-f6a5-49b5-abfb-aaf7ec5e2d63
12:02:41.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf0bc5d0-4295-45df-ae77-0efb0108aeac
12:02:41.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48a781ca-1e82-4d6b-a9cc-0013fdc999b3
12:02:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1babb5a-d6e7-413d-90bc-6185ac6f6456
12:02:41.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23cf0e2c-0d97-46e8-b4da-9056bb114b9f
12:02:41.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3af1e1-32ce-4e27-a254-f7708047c2b2
12:02:41.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcc8e13-aedf-4600-ab6c-c03cf7acfb73
12:02:41.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7400bb1b-0bcb-4193-a8af-08e2280d7dc5
12:02:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af30f402-7d9d-4f45-b50f-865fcdc3010a
12:02:41.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:41.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:41.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:41.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:41.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:41.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:41.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:41.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d759e581-b25d-4fbd-b13b-be5325dc1b6e
12:02:41.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=920a6da8-429b-4359-9e8f-c6dc269c87f2
12:02:42.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a58fb8-5e06-4726-9ee7-cff630cdd969
12:02:42.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776a0e8f-e290-4573-a9b7-13bd927069d8
12:02:42.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3af098f-b11e-46f9-b37a-d52208cb87f2
12:02:42.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df06c286-bdfa-4bd1-bac5-577fc88bcb12
12:02:42.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0be95e-5b51-4546-b604-ce7db37faa4e
12:02:42.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e0ed6ca-be89-4480-bfed-9a26f6b345a1
12:02:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cb0f38-0c00-4ce5-9846-17bca847bd77
12:02:42.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bddc1a52-dfb7-460a-bba7-a241d8cd6222
12:02:42.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb70692f-c85c-43f9-9d2e-770c55376455
12:02:42.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0e87a9-3337-4197-a2de-3ddcbf3601e0
12:02:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4913f9-7e5c-439d-b177-8966656c2a49
12:02:42.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088a1f65-196a-42cd-8ebd-34cec2a6be58
12:02:42.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39510af0-ae85-4f96-ae67-ebf80e4896aa
12:02:42.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8841c19-1b7c-4988-b5a4-04835afc85fc
12:02:42.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5b7b3f-6d74-4137-89b9-2f2f137697e0
12:02:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c7d24de-52af-45c1-a7f9-f1b5459c97a7
12:02:42.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6552452-b438-48fd-b384-81a0ccff3dc3
12:02:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dbb3e81-0ca8-4383-9774-900a2183ea89
12:02:42.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02c1bffe-76a4-4e35-b7a0-2fb882324934
12:02:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1ae869c-0c5c-42f4-98d1-3791329300b2
12:02:42.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:42.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:42.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:42.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:42.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:42.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3716bc-7298-4309-a450-e9a5d49df69b
12:02:42.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:42.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:42.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb62c79a-4fc4-42e1-9447-07319d92ee5a
12:02:43.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8bf6432-b88e-4213-a7ef-fd6fb06075be
12:02:43.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d57b728c-a2a2-42e8-a1df-84deafed2700
12:02:43.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850a0e58-1f98-41c2-8c45-bcff2efef072
12:02:43.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557884a9-888c-418d-999b-a4764783b755
12:02:43.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef62e9e-5154-4fff-bdaf-5062ee5965e0
12:02:43.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41cd49ae-6037-4464-877f-8ff3b064c702
12:02:43.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fd2b6f2-06cf-47d4-b370-123b7d1fcf24
12:02:43.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34a53e5a-a0ef-462d-97a9-a68b9dc37279
12:02:43.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c6e847-957f-4c40-8c54-dee16b5b595b
12:02:43.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f936b1-1498-4efd-903a-2c49b5f97145
12:02:43.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56fd8a19-f6a5-49b5-abfb-aaf7ec5e2d63
12:02:43.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b1d2c56-2942-4561-92e7-6ed3e3defefc
12:02:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf0bc5d0-4295-45df-ae77-0efb0108aeac
12:02:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46805b8c-dbe9-42a8-83a7-89ada342bd96
12:02:43.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23cf0e2c-0d97-46e8-b4da-9056bb114b9f
12:02:43.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1046352f-cf6c-4a40-96d1-93ddbe2c2815
12:02:43.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcc8e13-aedf-4600-ab6c-c03cf7acfb73
12:02:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93935cae-4396-45fb-887f-08aff8064644
12:02:43.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af30f402-7d9d-4f45-b50f-865fcdc3010a
12:02:43.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:43.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:43.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:43.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:43.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:43.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:43.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:43.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04a941f-76f4-4bad-9e0d-8e4673283c77
12:02:43.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d759e581-b25d-4fbd-b13b-be5325dc1b6e
12:02:44.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639bbd2f-6cfd-4c3f-843e-046d6272647e
12:02:44.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a58fb8-5e06-4726-9ee7-cff630cdd969
12:02:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa746222-60b2-437b-8fd1-1aad0cbbbbb5
12:02:44.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776a0e8f-e290-4573-a9b7-13bd927069d8
12:02:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ac2ca9d-8d6a-4a56-a6ed-148fd5c7e865
12:02:44.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df06c286-bdfa-4bd1-bac5-577fc88bcb12
12:02:44.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=548acea5-b913-428b-a23c-36021cbe1573
12:02:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e0ed6ca-be89-4480-bfed-9a26f6b345a1
12:02:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3a12d3-1edc-4da5-8b57-e9be45ef67ff
12:02:44.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bddc1a52-dfb7-460a-bba7-a241d8cd6222
12:02:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f646ad26-268e-497d-abfb-bc44267179cc
12:02:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0e87a9-3337-4197-a2de-3ddcbf3601e0
12:02:44.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4391e95-ef77-4110-bbc9-f1c075d7d14e
12:02:44.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39510af0-ae85-4f96-ae67-ebf80e4896aa
12:02:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf23ea9-4afa-4688-95a6-825e8c478983
12:02:44.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f5b7b3f-6d74-4137-89b9-2f2f137697e0
12:02:44.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81c76485-6f22-4764-be17-437bdc183e5d
12:02:44.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6552452-b438-48fd-b384-81a0ccff3dc3
12:02:44.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=605104a0-f79f-443f-a7df-4679fbcea08b
12:02:44.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:44.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:44.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:44.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:44.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02c1bffe-76a4-4e35-b7a0-2fb882324934
12:02:44.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13096938-6154-4c3f-a8ef-44064e982266
12:02:45.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3716bc-7298-4309-a450-e9a5d49df69b
12:02:45.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be305fe-f827-4b41-9e17-994ac09f617f
12:02:45.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913e2f51-7df2-4501-846f-ccd0d5e7d73c
12:02:45.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8bf6432-b88e-4213-a7ef-fd6fb06075be
12:02:45.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63a52a7-82fb-4d6e-a1d3-3e5c3a713ab0
12:02:45.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850a0e58-1f98-41c2-8c45-bcff2efef072
12:02:45.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3d44a1-87bc-4b1f-bf3a-f7d7929aec43
12:02:45.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41cd49ae-6037-4464-877f-8ff3b064c702
12:02:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb356e32-a627-4482-ac8b-a49cdfe3e1ee
12:02:45.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34a53e5a-a0ef-462d-97a9-a68b9dc37279
12:02:45.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a9c7c6-9af9-4e81-92f2-47383468be6d
12:02:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c6e847-957f-4c40-8c54-dee16b5b595b
12:02:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef1e96fb-fc27-4d5f-b21b-d5e7b901672b
12:02:45.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b1d2c56-2942-4561-92e7-6ed3e3defefc
12:02:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b8afe8c-25e0-479b-9fe4-196b69ba07f5
12:02:45.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46805b8c-dbe9-42a8-83a7-89ada342bd96
12:02:45.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c26d655e-b661-4b1f-9078-999c17870d25
12:02:45.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1046352f-cf6c-4a40-96d1-93ddbe2c2815
12:02:45.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93935cae-4396-45fb-887f-08aff8064644
12:02:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd753503-48cd-4916-97f5-5801041981aa
12:02:45.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04a941f-76f4-4bad-9e0d-8e4673283c77
12:02:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:45.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3058e075-c429-4ae7-8212-2522e2b4e681
12:02:45.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:45.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:45.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:45.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:45.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639bbd2f-6cfd-4c3f-843e-046d6272647e
12:02:46.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b605437-9e1d-403c-89b0-ff017afb9c82
12:02:46.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa746222-60b2-437b-8fd1-1aad0cbbbbb5
12:02:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5855f457-b8af-4fc5-a90c-d5a3869eb33d
12:02:46.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ac2ca9d-8d6a-4a56-a6ed-148fd5c7e865
12:02:46.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27804f32-bdc3-407b-b676-6bdd0c44f9eb
12:02:46.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=548acea5-b913-428b-a23c-36021cbe1573
12:02:46.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08d2248-df68-483c-8900-d7ee08ae3f07
12:02:46.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3a12d3-1edc-4da5-8b57-e9be45ef67ff
12:02:46.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f646ad26-268e-497d-abfb-bc44267179cc
12:02:46.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa73f4c8-8403-4d41-bb72-f24ab1ddca13
12:02:46.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d31f5d9-5c63-42ba-8389-1df7288ef3ff
12:02:46.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4391e95-ef77-4110-bbc9-f1c075d7d14e
12:02:46.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07dc174f-7059-49c9-9929-413d277729fb
12:02:46.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf23ea9-4afa-4688-95a6-825e8c478983
12:02:46.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fae6803-e42a-4b6b-b933-ba5d8437a513
12:02:46.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81c76485-6f22-4764-be17-437bdc183e5d
12:02:46.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e3bf36-2df8-4ec2-ad79-343261fd89ae
12:02:46.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=605104a0-f79f-443f-a7df-4679fbcea08b
12:02:46.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c180a254-351b-4fdb-94d0-479d1b627620
12:02:46.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13096938-6154-4c3f-a8ef-44064e982266
12:02:46.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:46.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:46.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:46.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e963bf15-e19e-4270-9378-0a8a16b65fd2
12:02:46.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be305fe-f827-4b41-9e17-994ac09f617f
12:02:47.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5353b7b1-996c-4568-a007-a396b3b349b9
12:02:47.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913e2f51-7df2-4501-846f-ccd0d5e7d73c
12:02:47.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=819867ba-a777-44e7-a8a8-2f56d562cd2a
12:02:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63a52a7-82fb-4d6e-a1d3-3e5c3a713ab0
12:02:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a1641cb-4073-44ca-b0ec-93be975f6125
12:02:47.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3d44a1-87bc-4b1f-bf3a-f7d7929aec43
12:02:47.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edc6193-2a06-4cb6-96a0-3b8b8a1731d1
12:02:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb356e32-a627-4482-ac8b-a49cdfe3e1ee
12:02:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63394893-708b-4a6c-9e92-b24abeb6c2b4
12:02:47.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a9c7c6-9af9-4e81-92f2-47383468be6d
12:02:47.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f710c17b-cd0b-47b5-8ef8-5b9bd80fadb2
12:02:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef1e96fb-fc27-4d5f-b21b-d5e7b901672b
12:02:47.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=586faefc-a8b1-4b59-b8d0-ed7a47aca3c7
12:02:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed29e8-cbf4-4698-a817-f268e5c0f3a3
12:02:47.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b8afe8c-25e0-479b-9fe4-196b69ba07f5
12:02:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b49315ea-4c47-45b1-8ea2-b2be2ef48b04
12:02:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c26d655e-b661-4b1f-9078-999c17870d25
12:02:47.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd753503-48cd-4916-97f5-5801041981aa
12:02:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b33e5ec-4e14-4c5d-a7ba-e2c3ad8d4742
12:02:47.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20eb9838-ad29-4c7f-8ae7-b8bad62805c1
12:02:47.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3058e075-c429-4ae7-8212-2522e2b4e681
12:02:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:47.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:47.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922e7e6b-c77a-4363-af83-c3875de7330f
12:02:48.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b605437-9e1d-403c-89b0-ff017afb9c82
12:02:48.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1301882-6e5e-4df6-a8ac-67ba7b36f511
12:02:48.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5855f457-b8af-4fc5-a90c-d5a3869eb33d
12:02:48.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3575f86-89cf-4b71-8249-4427553b0802
12:02:48.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27804f32-bdc3-407b-b676-6bdd0c44f9eb
12:02:48.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f08d2248-df68-483c-8900-d7ee08ae3f07
12:02:48.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be3379f-7929-429f-bafa-262b43e1e699
12:02:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb1feb34-c59d-44b4-8be8-8a7a7afe3193
12:02:48.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa73f4c8-8403-4d41-bb72-f24ab1ddca13
12:02:48.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d31f5d9-5c63-42ba-8389-1df7288ef3ff
12:02:48.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42526f3c-e1be-441e-93f7-642d44cc684a
12:02:48.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07dc174f-7059-49c9-9929-413d277729fb
12:02:48.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f1da2f-bb6e-4294-93c8-edd9a98ca01f
12:02:48.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fae6803-e42a-4b6b-b933-ba5d8437a513
12:02:48.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58607c4-6515-435e-be79-755d61f7f1f6
12:02:48.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e3bf36-2df8-4ec2-ad79-343261fd89ae
12:02:48.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2fb296-cb48-4366-a6ba-4cc367769ee1
12:02:48.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c180a254-351b-4fdb-94d0-479d1b627620
12:02:48.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d76fbb-e625-4a99-a050-c5820bc82ff9
12:02:48.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:48.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e963bf15-e19e-4270-9378-0a8a16b65fd2
12:02:48.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:48.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:48.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:48.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:48.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:48.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:48.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e14a7abc-d71f-41e9-a47b-73a86b7153b4
12:02:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5353b7b1-996c-4568-a007-a396b3b349b9
12:02:49.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ade712c-3046-489a-8982-4e3926eb83fa
12:02:49.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=819867ba-a777-44e7-a8a8-2f56d562cd2a
12:02:49.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a80cb3-fb53-4d8c-83c4-bae5bd878737
12:02:49.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a1641cb-4073-44ca-b0ec-93be975f6125
12:02:49.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ef686d-b736-4a11-8807-a111bc57f7fc
12:02:49.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edc6193-2a06-4cb6-96a0-3b8b8a1731d1
12:02:49.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63394893-708b-4a6c-9e92-b24abeb6c2b4
12:02:49.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87745a1b-e261-4dd4-b4ba-f1d50970c5b1
12:02:49.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f710c17b-cd0b-47b5-8ef8-5b9bd80fadb2
12:02:49.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=586faefc-a8b1-4b59-b8d0-ed7a47aca3c7
12:02:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aee0182-ae3f-4100-b696-a49d7e003211
12:02:49.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed29e8-cbf4-4698-a817-f268e5c0f3a3
12:02:49.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=083813dc-8263-4ae5-9410-d34badc8a28c
12:02:49.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b49315ea-4c47-45b1-8ea2-b2be2ef48b04
12:02:49.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8f3995-e78d-437a-9158-ea2490b523f3
12:02:49.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b33e5ec-4e14-4c5d-a7ba-e2c3ad8d4742
12:02:49.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67127618-6b03-4cde-9dc8-bfd9b8ac65c6
12:02:49.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20eb9838-ad29-4c7f-8ae7-b8bad62805c1
12:02:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796d6b03-4401-4203-a248-4d1ac7298712
12:02:49.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922e7e6b-c77a-4363-af83-c3875de7330f
12:02:49.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e42d9cd-73cb-4682-952c-e758e78545a4
12:02:49.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:49.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1301882-6e5e-4df6-a8ac-67ba7b36f511
12:02:49.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:49.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:49.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:49.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:49.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:49.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:49.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0248f1b-9aac-4bc9-b6e8-504f9834f731
12:02:50.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3575f86-89cf-4b71-8249-4427553b0802
12:02:50.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866946fd-603a-4b58-a3b5-32b61b6a1327
12:02:50.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a76dc157-3565-47f0-9486-0a3104f32dbb
12:02:50.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be3379f-7929-429f-bafa-262b43e1e699
12:02:50.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a448037-60ba-4045-9905-fee03a91c4c6
12:02:50.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb1feb34-c59d-44b4-8be8-8a7a7afe3193
12:02:50.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd305e6a-dce8-4d87-8bb2-5c452dcc8395
12:02:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42526f3c-e1be-441e-93f7-642d44cc684a
12:02:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b94df2-d829-4816-a68f-65cfbd015760
12:02:50.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f1da2f-bb6e-4294-93c8-edd9a98ca01f
12:02:50.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3813cf-fe7a-4a90-95c5-c4a239575812
12:02:50.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.556 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58607c4-6515-435e-be79-755d61f7f1f6
12:02:50.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f058ca0-8b16-4cd2-ba62-52c56c3034e2
12:02:50.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2fb296-cb48-4366-a6ba-4cc367769ee1
12:02:50.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa69938c-f5ac-403a-8ef1-4de7931edbfe
12:02:50.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e739ae2a-b185-4ac0-adf9-698b18572721
12:02:50.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d76fbb-e625-4a99-a050-c5820bc82ff9
12:02:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e14a7abc-d71f-41e9-a47b-73a86b7153b4
12:02:50.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bbb743-2e01-45ce-b038-94efac5e00e4
12:02:50.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ade712c-3046-489a-8982-4e3926eb83fa
12:02:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:50.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:50.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:50.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:50.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:50.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d06e53-4bb7-4daf-a5c9-c6d7e0eb4f93
12:02:50.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:50.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:50.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a80cb3-fb53-4d8c-83c4-bae5bd878737
12:02:51.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d5a8625-7d29-4d07-ba9f-4320e90fa078
12:02:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ef686d-b736-4a11-8807-a111bc57f7fc
12:02:51.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd75592a-0cdd-4a1d-9901-c8c807488cfe
12:02:51.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87745a1b-e261-4dd4-b4ba-f1d50970c5b1
12:02:51.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d083496-e092-4a22-b949-e2a9ce89fa07
12:02:51.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aee0182-ae3f-4100-b696-a49d7e003211
12:02:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=575d7e35-c177-4037-b11b-0ddce2b42883
12:02:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=083813dc-8263-4ae5-9410-d34badc8a28c
12:02:51.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c97af312-0cef-4861-9fee-4fdb19999d80
12:02:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8f3995-e78d-437a-9158-ea2490b523f3
12:02:51.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976ddfc4-692a-460e-a6d8-cd36b44f623e
12:02:51.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67127618-6b03-4cde-9dc8-bfd9b8ac65c6
12:02:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326829c1-8569-4525-97cf-58881ca75de9
12:02:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796d6b03-4401-4203-a248-4d1ac7298712
12:02:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bbc2b1-9266-4b66-809b-5a2a932a2c5e
12:02:51.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e42d9cd-73cb-4682-952c-e758e78545a4
12:02:51.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b50b32f-7cc8-4c55-8acc-02e4ce7684e1
12:02:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0248f1b-9aac-4bc9-b6e8-504f9834f731
12:02:51.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866946fd-603a-4b58-a3b5-32b61b6a1327
12:02:51.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825e9e46-8b11-4416-8aaf-4d233c61500d
12:02:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:51.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:51.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:51.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a76dc157-3565-47f0-9486-0a3104f32dbb
12:02:51.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:51.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:51.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:51.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aaed3eb-51f9-4508-8ddc-c0224416da9d
12:02:52.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a448037-60ba-4045-9905-fee03a91c4c6
12:02:52.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85596ade-fd49-4be2-b356-b9a35a2c0fac
12:02:52.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cac7212-8705-4861-8268-f8b97f4fef16
12:02:52.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd305e6a-dce8-4d87-8bb2-5c452dcc8395
12:02:52.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b94df2-d829-4816-a68f-65cfbd015760
12:02:52.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78abc6d6-7390-496a-a2d1-01bcf9f1c267
12:02:52.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c02959-4bcf-4614-975a-ca22060472e0
12:02:52.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3813cf-fe7a-4a90-95c5-c4a239575812
12:02:52.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d58394-1a37-47ef-ae1c-0e660aede3e3
12:02:52.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f058ca0-8b16-4cd2-ba62-52c56c3034e2
12:02:52.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06a365c2-3184-41b3-8f51-d17919a580bb
12:02:52.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa69938c-f5ac-403a-8ef1-4de7931edbfe
12:02:52.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e739ae2a-b185-4ac0-adf9-698b18572721
12:02:52.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acd23d8-a595-43c4-b9c3-73603f2e319d
12:02:52.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bbb743-2e01-45ce-b038-94efac5e00e4
12:02:52.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4442e7aa-390f-4fbc-a048-de0e2b8acf5f
12:02:52.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d06e53-4bb7-4daf-a5c9-c6d7e0eb4f93
12:02:52.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cde9302-4cc8-497e-ae7b-1ba1ddda1da6
12:02:52.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d5a8625-7d29-4d07-ba9f-4320e90fa078
12:02:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:52.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:52.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd75592a-0cdd-4a1d-9901-c8c807488cfe
12:02:52.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:52.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:52.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:52.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:52.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5626351d-19e2-47af-aae4-e2de3321df94
12:02:52.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d083496-e092-4a22-b949-e2a9ce89fa07
12:02:53.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=467d1bfd-4114-447c-8463-d3a959ea7ce3
12:02:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=575d7e35-c177-4037-b11b-0ddce2b42883
12:02:53.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c97af312-0cef-4861-9fee-4fdb19999d80
12:02:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b70b38-162b-4e91-9fb0-10419a73ad76
12:02:53.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=976ddfc4-692a-460e-a6d8-cd36b44f623e
12:02:53.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11378327-35a0-4a76-b24e-fb9348384a4c
12:02:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326829c1-8569-4525-97cf-58881ca75de9
12:02:53.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45216cc4-c926-4422-afa2-2cbbc816a43e
12:02:53.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bbc2b1-9266-4b66-809b-5a2a932a2c5e
12:02:53.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048ae469-7948-4014-a055-238b75e54474
12:02:53.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b50b32f-7cc8-4c55-8acc-02e4ce7684e1
12:02:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdc3c197-4dbd-4e25-a58c-b36dd9a07fd7
12:02:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825e9e46-8b11-4416-8aaf-4d233c61500d
12:02:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92bf126c-69a1-4554-88bc-55a43bf6913f
12:02:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aaed3eb-51f9-4508-8ddc-c0224416da9d
12:02:53.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eced99e5-512d-4338-8664-e66a00f148f0
12:02:53.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85596ade-fd49-4be2-b356-b9a35a2c0fac
12:02:53.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d9fc52-a888-4f8b-8542-eca3a5bea0eb
12:02:53.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cac7212-8705-4861-8268-f8b97f4fef16
12:02:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:53.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:53.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:53.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:53.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:53.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:53.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:53.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1a9decb-19d5-400f-bb8c-5e68ad9aab98
12:02:53.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78abc6d6-7390-496a-a2d1-01bcf9f1c267
12:02:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c966886f-9c2a-4938-b737-be5c807fafe0
12:02:54.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1c02959-4bcf-4614-975a-ca22060472e0
12:02:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8b8e3d-ff65-4c13-b80f-d5d71706157a
12:02:54.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d58394-1a37-47ef-ae1c-0e660aede3e3
12:02:54.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3805a89f-d510-4276-b1fd-08dbe4dee265
12:02:54.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06a365c2-3184-41b3-8f51-d17919a580bb
12:02:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a7c6a4-02fe-4511-9417-8f15eda0b27a
12:02:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5acd23d8-a595-43c4-b9c3-73603f2e319d
12:02:54.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3596341-084d-4bf6-b6b3-3b0dea9bd8ce
12:02:54.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4442e7aa-390f-4fbc-a048-de0e2b8acf5f
12:02:54.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9726324c-cb70-44a2-a095-f4be7e4b603e
12:02:54.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cde9302-4cc8-497e-ae7b-1ba1ddda1da6
12:02:54.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5626351d-19e2-47af-aae4-e2de3321df94
12:02:54.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d014c8a7-0a4c-4f00-bd4a-dcd3892df446
12:02:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=467d1bfd-4114-447c-8463-d3a959ea7ce3
12:02:54.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca39919-46e0-4a62-b846-7f22a0012a7c
12:02:54.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba66ffa4-33db-4012-97d6-48ef4a01fc33
12:02:54.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40b70b38-162b-4e91-9fb0-10419a73ad76
12:02:54.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8c356a-dfa7-483c-b0a1-45d64af3d7f5
12:02:54.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11378327-35a0-4a76-b24e-fb9348384a4c
12:02:54.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:54.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:54.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:54.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:54.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:54.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:54.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:54.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4efa05d2-ec60-4dc7-a25b-444bb7bb8b19
12:02:54.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45216cc4-c926-4422-afa2-2cbbc816a43e
12:02:55.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3d1556-4319-487e-9186-69c744f78ec8
12:02:55.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048ae469-7948-4014-a055-238b75e54474
12:02:55.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834689b7-2ae4-4c80-bcb9-9d901522d2eb
12:02:55.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdc3c197-4dbd-4e25-a58c-b36dd9a07fd7
12:02:55.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=816b62ea-2180-4b79-9d95-e4afcdcd6dc1
12:02:55.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92bf126c-69a1-4554-88bc-55a43bf6913f
12:02:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d338564-b45a-4a68-8948-66e0ef23f64c
12:02:55.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eced99e5-512d-4338-8664-e66a00f148f0
12:02:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e65848-f608-4983-a0fd-1d639efe2045
12:02:55.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d9fc52-a888-4f8b-8542-eca3a5bea0eb
12:02:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f3d3f4-c2c2-4040-89a6-fa8acd803379
12:02:55.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1a9decb-19d5-400f-bb8c-5e68ad9aab98
12:02:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c27a69-03b5-4dfa-b7bd-d4633db3615e
12:02:55.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c966886f-9c2a-4938-b737-be5c807fafe0
12:02:55.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a646df60-32e5-459d-836a-a8891b461b91
12:02:55.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8b8e3d-ff65-4c13-b80f-d5d71706157a
12:02:55.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=607c484a-cec3-41cc-9523-e01782545ed0
12:02:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3805a89f-d510-4276-b1fd-08dbe4dee265
12:02:55.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f96b2799-dbf8-4094-a2fc-870493200b13
12:02:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:55.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:55.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:55.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:55.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:55.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a7c6a4-02fe-4511-9417-8f15eda0b27a
12:02:55.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3596341-084d-4bf6-b6b3-3b0dea9bd8ce
12:02:56.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3140ed1a-f5bb-4e5a-9177-30f218ec7976
12:02:56.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9726324c-cb70-44a2-a095-f4be7e4b603e
12:02:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e97aa991-207a-4550-af4a-1626c44cdc11
12:02:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d014c8a7-0a4c-4f00-bd4a-dcd3892df446
12:02:56.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3924004-4d29-4f6a-addb-9b1af45aace4
12:02:56.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ca39919-46e0-4a62-b846-7f22a0012a7c
12:02:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4660481-4b47-4b21-bf7a-f1538e9ae38d
12:02:56.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba66ffa4-33db-4012-97d6-48ef4a01fc33
12:02:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66212286-230c-4966-993c-e2fd9d1c1106
12:02:56.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d8c356a-dfa7-483c-b0a1-45d64af3d7f5
12:02:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba96144-a503-4fd5-bf2b-28ea20989e60
12:02:56.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b9d88fa-3b92-4cea-a22f-69f3d96fb68b
12:02:56.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4efa05d2-ec60-4dc7-a25b-444bb7bb8b19
12:02:56.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a315c04-3b01-403e-b953-e2e0e1f6b604
12:02:56.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3d1556-4319-487e-9186-69c744f78ec8
12:02:56.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=834689b7-2ae4-4c80-bcb9-9d901522d2eb
12:02:56.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7e8176e-d11c-44c2-ad66-45f99265ccdb
12:02:56.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:56.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=816b62ea-2180-4b79-9d95-e4afcdcd6dc1
12:02:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:56.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:56.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:56.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:56.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:56.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c0bcf7-bdd1-4a02-b9c4-a0ce9dd9fb20
12:02:56.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a4478f4-4d46-47b7-adfa-f471232cf235
12:02:57.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d338564-b45a-4a68-8948-66e0ef23f64c
12:02:57.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e65848-f608-4983-a0fd-1d639efe2045
12:02:57.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00245fbd-b8af-48fd-a24d-4828d65f4d67
12:02:57.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f3d3f4-c2c2-4040-89a6-fa8acd803379
12:02:57.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ebd17f-3afd-4408-9a80-194e33d2b757
12:02:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c27a69-03b5-4dfa-b7bd-d4633db3615e
12:02:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d7eb07b-3378-44cc-a213-83736787eba8
12:02:57.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a646df60-32e5-459d-836a-a8891b461b91
12:02:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125f7410-01b5-42dc-9a8a-d71721ca8c3f
12:02:57.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=607c484a-cec3-41cc-9523-e01782545ed0
12:02:57.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f96b2799-dbf8-4094-a2fc-870493200b13
12:02:57.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ad4a423-cbb6-4b45-a197-cd0d5e97fbcf
12:02:57.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3140ed1a-f5bb-4e5a-9177-30f218ec7976
12:02:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daaf2c9b-ebe0-486d-8472-8c8e3a6bd7bf
12:02:57.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e97aa991-207a-4550-af4a-1626c44cdc11
12:02:57.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51157dd6-566c-4b11-ab08-efa51429b0d1
12:02:57.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3924004-4d29-4f6a-addb-9b1af45aace4
12:02:57.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d32a89-5a99-4e68-a2c7-4ceb2426b9f5
12:02:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4660481-4b47-4b21-bf7a-f1538e9ae38d
12:02:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac43b73-6d18-4903-b31d-083f4cc796a7
12:02:57.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:57.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:57.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:57.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:57.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:57.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:57.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:57.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66212286-230c-4966-993c-e2fd9d1c1106
12:02:57.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba96144-a503-4fd5-bf2b-28ea20989e60
12:02:58.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=548a4c84-246e-4eb6-9b47-4e17ae74225e
12:02:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ada9cf-95b5-4155-a515-c0e475a1a798
12:02:58.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b9d88fa-3b92-4cea-a22f-69f3d96fb68b
12:02:58.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbfce38-b915-4c1c-8aa6-1981a9f13d68
12:02:58.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a315c04-3b01-403e-b953-e2e0e1f6b604
12:02:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b68f215b-209c-4986-beb6-11e83e17cabe
12:02:58.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7e8176e-d11c-44c2-ad66-45f99265ccdb
12:02:58.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=777bcddc-98fa-49f0-ae9b-aae1a89609c2
12:02:58.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c0bcf7-bdd1-4a02-b9c4-a0ce9dd9fb20
12:02:58.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77bb8cb9-0f58-4b00-9ebf-36559c239a5f
12:02:58.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a4478f4-4d46-47b7-adfa-f471232cf235
12:02:58.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebdb5cc-4d1e-4bd7-87c2-6d9195557a37
12:02:58.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00245fbd-b8af-48fd-a24d-4828d65f4d67
12:02:58.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1848f557-bbb4-41ba-889b-15b28b6997bf
12:02:58.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=965094b8-cfc4-42fa-af96-d286a7d2513a
12:02:58.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ebd17f-3afd-4408-9a80-194e33d2b757
12:02:58.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd6741d-efd5-433c-a65e-869a20f586c7
12:02:58.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d7eb07b-3378-44cc-a213-83736787eba8
12:02:58.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4e4e0d-4555-4f82-b01f-6a61da8d3aaf
12:02:58.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125f7410-01b5-42dc-9a8a-d71721ca8c3f
12:02:58.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc2904d4-d839-4660-b1dd-43e7a58079a2
12:02:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:58.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:58.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:58.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:58.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:58.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ad4a423-cbb6-4b45-a197-cd0d5e97fbcf
12:02:58.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=441cba28-da62-43b6-9522-576adf3db394
12:02:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daaf2c9b-ebe0-486d-8472-8c8e3a6bd7bf
12:02:59.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc874e7-329e-4a78-aba4-dabc2a09339f
12:02:59.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51157dd6-566c-4b11-ab08-efa51429b0d1
12:02:59.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc59a180-27dd-4cf0-b3c4-fb689dbe7e6a
12:02:59.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d32a89-5a99-4e68-a2c7-4ceb2426b9f5
12:02:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac43b73-6d18-4903-b31d-083f4cc796a7
12:02:59.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f5f8ff-8196-4fb8-8e30-b87c7ab08b1e
12:02:59.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=548a4c84-246e-4eb6-9b47-4e17ae74225e
12:02:59.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0dcacc-987a-4bb3-89d7-c603774297c6
12:02:59.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9bc061-e807-4042-99e8-879fad641a01
12:02:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ada9cf-95b5-4155-a515-c0e475a1a798
12:02:59.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7018e142-7ef2-4c4f-a89e-65351a434c9a
12:02:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbfce38-b915-4c1c-8aa6-1981a9f13d68
12:02:59.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31f8eed-2327-414c-af97-32166d31e436
12:02:59.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b68f215b-209c-4986-beb6-11e83e17cabe
12:02:59.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62afed94-793d-49e5-9359-51c77972e53d
12:02:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=777bcddc-98fa-49f0-ae9b-aae1a89609c2
12:02:59.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fcd59be-2c82-408a-8160-a21012ab3e71
12:02:59.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77bb8cb9-0f58-4b00-9ebf-36559c239a5f
12:02:59.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:02:59.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:02:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e39d499c-50ec-41fe-bb09-ff1b033c332d
12:02:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:02:59.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:02:59.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:02:59.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:02:59.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:02:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ebdb5cc-4d1e-4bd7-87c2-6d9195557a37
12:02:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1848f557-bbb4-41ba-889b-15b28b6997bf
12:03:00.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12d0be54-3209-46f4-89f8-4e37b0aad3cd
12:03:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=965094b8-cfc4-42fa-af96-d286a7d2513a
12:03:00.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306cd824-db54-40ec-be26-d5df4367ccc6
12:03:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd6741d-efd5-433c-a65e-869a20f586c7
12:03:00.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab80b15d-f196-49ea-8543-403626901476
12:03:00.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4e4e0d-4555-4f82-b01f-6a61da8d3aaf
12:03:00.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a751e9-a7dc-4d38-95c8-950406285e8d
12:03:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc2904d4-d839-4660-b1dd-43e7a58079a2
12:03:00.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7be89021-d1a7-4932-a815-fe1af1a860af
12:03:00.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=441cba28-da62-43b6-9522-576adf3db394
12:03:00.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc477249-e7e7-4ff3-a851-c4a744a6d40d
12:03:00.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc874e7-329e-4a78-aba4-dabc2a09339f
12:03:00.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1424a2a-9ea2-4170-aa1a-90938e0254d9
12:03:00.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc59a180-27dd-4cf0-b3c4-fb689dbe7e6a
12:03:00.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d566e11-77bd-48f6-9324-b51de1ea9a4a
12:03:00.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34f5f8ff-8196-4fb8-8e30-b87c7ab08b1e
12:03:00.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b0dcacc-987a-4bb3-89d7-c603774297c6
12:03:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ed0b09f-325d-4f39-a896-2bfa6e0953b3
12:03:00.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef03991c-5a84-4652-8798-1e06074a0c66
12:03:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c9bc061-e807-4042-99e8-879fad641a01
12:03:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:00.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:00.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d68561f-3fd3-4ea3-ac9b-29b8638ef802
12:03:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:00.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:00.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:00.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:00.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7018e142-7ef2-4c4f-a89e-65351a434c9a
12:03:01.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe429ab-8205-4af6-a9dd-9dd312968d6c
12:03:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31f8eed-2327-414c-af97-32166d31e436
12:03:01.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d97d7ff6-dd16-41a6-80df-0fe5215e5cd8
12:03:01.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62afed94-793d-49e5-9359-51c77972e53d
12:03:01.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6f9f992-aa76-46ae-9095-cee2c0de042d
12:03:01.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c378a0-946f-4f55-9f98-865e6ecee294
12:03:01.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fcd59be-2c82-408a-8160-a21012ab3e71
12:03:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54fd6a7b-de5f-4f03-9208-39dfbf1e7a57
12:03:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f7035c7-b00e-4d1a-8568-4e8498721bed
12:03:01.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e39d499c-50ec-41fe-bb09-ff1b033c332d
12:03:01.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e8c493-0d37-4fec-863d-267ab9c1a9cd
12:03:01.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12d0be54-3209-46f4-89f8-4e37b0aad3cd
12:03:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c6c6d0-0aed-48ef-969d-80cfcb33e001
12:03:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306cd824-db54-40ec-be26-d5df4367ccc6
12:03:01.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dab70b4e-9159-4567-9baa-5ecfa0edbf14
12:03:01.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab80b15d-f196-49ea-8543-403626901476
12:03:01.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaba6f7f-04c0-4849-8497-cc5e5b9fdd4c
12:03:01.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a751e9-a7dc-4d38-95c8-950406285e8d
12:03:01.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12a8d246-a450-4e73-b68a-edecc5f874cc
12:03:01.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:01.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7be89021-d1a7-4932-a815-fe1af1a860af
12:03:01.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:01.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:01.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:01.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:01.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d45cfc-9616-4447-b47a-643be4c591a1
12:03:02.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc477249-e7e7-4ff3-a851-c4a744a6d40d
12:03:02.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c850e7-2853-44b0-9bed-e06fba44c8a2
12:03:02.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1424a2a-9ea2-4170-aa1a-90938e0254d9
12:03:02.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e93cf70a-043c-4a9c-af7a-49c249f4b920
12:03:02.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d566e11-77bd-48f6-9324-b51de1ea9a4a
12:03:02.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62be743c-2a29-4609-b425-fbf34b6716c7
12:03:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ed0b09f-325d-4f39-a896-2bfa6e0953b3
12:03:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acbe1a55-4d5e-4520-a4fa-af942c4f5fd6
12:03:02.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef03991c-5a84-4652-8798-1e06074a0c66
12:03:02.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c234dbf9-7aae-4cae-b6fa-95de843e3f22
12:03:02.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ae233f-2649-4633-8337-d6264a21567d
12:03:02.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d68561f-3fd3-4ea3-ac9b-29b8638ef802
12:03:02.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab7b684-a7d3-4d9c-9063-1439bdadda19
12:03:02.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe429ab-8205-4af6-a9dd-9dd312968d6c
12:03:02.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d97d7ff6-dd16-41a6-80df-0fe5215e5cd8
12:03:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=073ad81d-5028-433f-8006-4fa65d1c6bbe
12:03:02.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c150de93-7ab7-45fa-866e-53a1cf004b44
12:03:02.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6f9f992-aa76-46ae-9095-cee2c0de042d
12:03:02.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cfe9ea6-78df-4992-819d-7f7b959f3caf
12:03:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c378a0-946f-4f55-9f98-865e6ecee294
12:03:02.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:02.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b078493-d238-4b5c-a92e-0b138ef16718
12:03:02.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:02.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:02.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:02.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:02.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:02.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:02.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54fd6a7b-de5f-4f03-9208-39dfbf1e7a57
12:03:03.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc1d426-3872-4e7c-b36a-bfbf53c3216c
12:03:03.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f7035c7-b00e-4d1a-8568-4e8498721bed
12:03:03.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f15816-e7f5-4b70-92c3-fbbaadd1efe1
12:03:03.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e8c493-0d37-4fec-863d-267ab9c1a9cd
12:03:03.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c6c6d0-0aed-48ef-969d-80cfcb33e001
12:03:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e020e97-1828-4b53-b0b9-17d26c3770de
12:03:03.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dab70b4e-9159-4567-9baa-5ecfa0edbf14
12:03:03.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75791e29-671c-4634-8e08-30b8771193b2
12:03:03.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaba6f7f-04c0-4849-8497-cc5e5b9fdd4c
12:03:03.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d20f8c9-bd9c-472b-9417-431a7031e2fd
12:03:03.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12a8d246-a450-4e73-b68a-edecc5f874cc
12:03:03.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1970683b-747c-4e73-9d1c-6af6ae79f66e
12:03:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d45cfc-9616-4447-b47a-643be4c591a1
12:03:03.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32e1404-1ab6-42aa-a005-5c50c4317c4a
12:03:03.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c850e7-2853-44b0-9bed-e06fba44c8a2
12:03:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ab292cf-e9de-4e6c-870c-b5b09630cc34
12:03:03.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e93cf70a-043c-4a9c-af7a-49c249f4b920
12:03:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103ad50a-eda1-42a8-8146-0afbb869164a
12:03:03.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62be743c-2a29-4609-b425-fbf34b6716c7
12:03:03.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da961f8b-098e-4b0d-bb66-ff1c5c477c23
12:03:03.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acbe1a55-4d5e-4520-a4fa-af942c4f5fd6
12:03:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:03.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:03.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:03.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:03.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:03.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:03.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3945d7d-2b94-46bf-b86b-c9e7184f9be8
12:03:04.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c234dbf9-7aae-4cae-b6fa-95de843e3f22
12:03:04.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41b0471-96b3-4d8e-a480-b55bb808e7f3
12:03:04.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ae233f-2649-4633-8337-d6264a21567d
12:03:04.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0dc9b8d-efb3-4c72-ac56-bfcef1d518f6
12:03:04.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab7b684-a7d3-4d9c-9063-1439bdadda19
12:03:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f516a99-0dbf-4ee0-b7f5-690e3aeefbd5
12:03:04.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=073ad81d-5028-433f-8006-4fa65d1c6bbe
12:03:04.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c150de93-7ab7-45fa-866e-53a1cf004b44
12:03:04.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbf8dca-f1c5-4072-83e3-4433f0e42f15
12:03:04.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8995b4-680f-4ffc-8901-401eb430fe85
12:03:04.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cfe9ea6-78df-4992-819d-7f7b959f3caf
12:03:04.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbe4f466-184e-439f-ba9e-806c4b9e5e03
12:03:04.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b078493-d238-4b5c-a92e-0b138ef16718
12:03:04.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d0b06b-4eca-41ee-b658-3953ff42dce1
12:03:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc1d426-3872-4e7c-b36a-bfbf53c3216c
12:03:04.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=355149bc-05aa-4963-98c8-d0b63f276f93
12:03:04.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f15816-e7f5-4b70-92c3-fbbaadd1efe1
12:03:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e020e97-1828-4b53-b0b9-17d26c3770de
12:03:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77be702f-df74-45e6-b06c-57c98c0e739b
12:03:04.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:04.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75791e29-671c-4634-8e08-30b8771193b2
12:03:04.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:04.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:04.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:04.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:04.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830eb3a0-7e5e-4c3a-8504-fdcb36676e9f
12:03:05.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d20f8c9-bd9c-472b-9417-431a7031e2fd
12:03:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e00e2d2-ced9-42c0-a33e-a3ab4b7926c4
12:03:05.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1970683b-747c-4e73-9d1c-6af6ae79f66e
12:03:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32e1404-1ab6-42aa-a005-5c50c4317c4a
12:03:05.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33f31a3-ccb9-4f7d-ac8e-72fe6c5c95a1
12:03:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ab292cf-e9de-4e6c-870c-b5b09630cc34
12:03:05.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f87ab98c-e6ee-458b-a9d5-5fccf1de67d9
12:03:05.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103ad50a-eda1-42a8-8146-0afbb869164a
12:03:05.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da961f8b-098e-4b0d-bb66-ff1c5c477c23
12:03:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17de526-b439-4e95-a8e3-046996aa19fc
12:03:05.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3945d7d-2b94-46bf-b86b-c9e7184f9be8
12:03:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a516891e-c30b-42e1-b6ad-45ff7c38f671
12:03:05.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41b0471-96b3-4d8e-a480-b55bb808e7f3
12:03:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4bfd3ba-9125-4b83-baf2-01da7a21995c
12:03:05.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0dc9b8d-efb3-4c72-ac56-bfcef1d518f6
12:03:05.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5319ff-9ec2-4535-8eb9-38f88a598cb1
12:03:05.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=367c0ba4-c7fc-403b-8104-099ba128836f
12:03:05.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f516a99-0dbf-4ee0-b7f5-690e3aeefbd5
12:03:05.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbf8dca-f1c5-4072-83e3-4433f0e42f15
12:03:05.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b368cf8b-000b-4137-aa87-fc9adef5b370
12:03:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8995b4-680f-4ffc-8901-401eb430fe85
12:03:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958d2900-7f28-46b7-86e0-1a739b60e970
12:03:05.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbe4f466-184e-439f-ba9e-806c4b9e5e03
12:03:05.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90775385-1c45-40fa-a17d-07b86ff5f728
12:03:05.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:05.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:05.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d0b06b-4eca-41ee-b658-3953ff42dce1
12:03:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07a85c65-253f-43f0-92bb-e570aec86507
12:03:06.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=355149bc-05aa-4963-98c8-d0b63f276f93
12:03:06.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daeb85a4-70cd-4b80-a203-e521a74641ce
12:03:06.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77be702f-df74-45e6-b06c-57c98c0e739b
12:03:06.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6812fd4-8184-4d54-b14e-6e473d3ff792
12:03:06.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=830eb3a0-7e5e-4c3a-8504-fdcb36676e9f
12:03:06.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5663e19-8398-4647-8504-8c2d5b8fbf4d
12:03:06.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e00e2d2-ced9-42c0-a33e-a3ab4b7926c4
12:03:06.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293274ca-9d5a-45bf-a156-c7a94fd341ff
12:03:06.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33f31a3-ccb9-4f7d-ac8e-72fe6c5c95a1
12:03:06.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d834485-e674-474b-aef6-9294b7882868
12:03:06.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f87ab98c-e6ee-458b-a9d5-5fccf1de67d9
12:03:06.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d98dcb-a46d-44af-a1de-1155d715114b
12:03:06.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c26038-f0fc-47a8-b625-f57932e75c55
12:03:06.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17de526-b439-4e95-a8e3-046996aa19fc
12:03:06.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e004eebd-ca3a-4b3d-a17f-904d6cb20854
12:03:06.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a516891e-c30b-42e1-b6ad-45ff7c38f671
12:03:06.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a321e28f-3536-4dd2-b912-df4bb5dac1b9
12:03:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4bfd3ba-9125-4b83-baf2-01da7a21995c
12:03:06.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5319ff-9ec2-4535-8eb9-38f88a598cb1
12:03:06.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd277bcb-7e7b-40ef-8fec-166965029f9e
12:03:06.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=367c0ba4-c7fc-403b-8104-099ba128836f
12:03:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:06.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:06.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:06.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14024566-6f9e-416e-b390-d045d6b02585
12:03:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:06.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:06.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:06.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b368cf8b-000b-4137-aa87-fc9adef5b370
12:03:06.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1834417f-b4e7-435a-9b45-c268fd2e9def
12:03:07.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=958d2900-7f28-46b7-86e0-1a739b60e970
12:03:07.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65838054-8081-4116-a13a-c7e59bbf51af
12:03:07.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90775385-1c45-40fa-a17d-07b86ff5f728
12:03:07.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07a85c65-253f-43f0-92bb-e570aec86507
12:03:07.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef6cdc2f-a80d-421a-8702-c477c69d033b
12:03:07.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c349989-c4b8-4222-b1aa-8a33979a68e6
12:03:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daeb85a4-70cd-4b80-a203-e521a74641ce
12:03:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a57639c-41e0-468e-9df6-5221aeeabe4b
12:03:07.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6812fd4-8184-4d54-b14e-6e473d3ff792
12:03:07.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efda457-f5dc-4607-a903-783cf7afe77b
12:03:07.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5663e19-8398-4647-8504-8c2d5b8fbf4d
12:03:07.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb2d604d-116b-4716-af5d-7ca5ecda167e
12:03:07.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=293274ca-9d5a-45bf-a156-c7a94fd341ff
12:03:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a545819-0916-40e7-b971-669557f5a7c1
12:03:07.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d834485-e674-474b-aef6-9294b7882868
12:03:07.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a88ed0-b75e-4e1d-bf09-6f6cef52b6fa
12:03:07.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d98dcb-a46d-44af-a1de-1155d715114b
12:03:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78eed17b-1bc9-4ddf-ae78-7c4782de3455
12:03:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c26038-f0fc-47a8-b625-f57932e75c55
12:03:07.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:07.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:07.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:07.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:07.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:07.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:07.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7c27e6-5f27-4c67-a9d9-5d879172c109
12:03:07.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e004eebd-ca3a-4b3d-a17f-904d6cb20854
12:03:08.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13cfc39f-8b2f-4337-96ed-1aa3f2205969
12:03:08.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a321e28f-3536-4dd2-b912-df4bb5dac1b9
12:03:08.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ede98fd-9844-4897-8ed9-e4e666e50eac
12:03:08.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1023ef2e-b2bf-4510-989f-f243dd96bd1b
12:03:08.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.273 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd277bcb-7e7b-40ef-8fec-166965029f9e
12:03:08.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0109e09b-0823-4220-939f-42c3ed07e4cd
12:03:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104b1f72-0200-4aac-8d8d-8141b1ae3137
12:03:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14024566-6f9e-416e-b390-d045d6b02585
12:03:08.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48cb77bf-306b-4eb3-ad1e-fd707a23a0de
12:03:08.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1834417f-b4e7-435a-9b45-c268fd2e9def
12:03:08.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbeae212-cdf0-40c3-8687-6b17d63d6173
12:03:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65838054-8081-4116-a13a-c7e59bbf51af
12:03:08.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26e91ae-a02f-4d2b-96c6-bb2c1508e91b
12:03:08.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef6cdc2f-a80d-421a-8702-c477c69d033b
12:03:08.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d8da803-6521-4900-8b01-3e0a7c91789e
12:03:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c349989-c4b8-4222-b1aa-8a33979a68e6
12:03:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af89e555-72b8-4d2a-b20a-9855748cdb48
12:03:08.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a57639c-41e0-468e-9df6-5221aeeabe4b
12:03:08.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:08.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:08.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:08.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:08.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:08.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:08.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:08.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a98a65a-8a96-47d8-9212-22d9fb0e8626
12:03:08.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efda457-f5dc-4607-a903-783cf7afe77b
12:03:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e1004d-6f41-41cd-a2d8-0a9006870bb8
12:03:09.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb2d604d-116b-4716-af5d-7ca5ecda167e
12:03:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0446fa3f-995d-4e6b-a338-95d8e6b40bb7
12:03:09.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a545819-0916-40e7-b971-669557f5a7c1
12:03:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1fe5ec-29b3-4fa0-ade7-5baa8518a8cb
12:03:09.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adce635d-3e71-4bce-bb92-61c9652dc335
12:03:09.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a88ed0-b75e-4e1d-bf09-6f6cef52b6fa
12:03:09.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78eed17b-1bc9-4ddf-ae78-7c4782de3455
12:03:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e2daed-7cab-48fb-a4e5-7934e285213d
12:03:09.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba30cd31-7a26-44f3-8592-6ff71b772180
12:03:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7c27e6-5f27-4c67-a9d9-5d879172c109
12:03:09.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5748de04-80c7-423a-8979-57fe79c5d93a
12:03:09.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13cfc39f-8b2f-4337-96ed-1aa3f2205969
12:03:09.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b61cd39f-c696-4cfe-a628-84014692516a
12:03:09.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ede98fd-9844-4897-8ed9-e4e666e50eac
12:03:09.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd1f631a-eade-4395-a561-dfefad46c463
12:03:09.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1023ef2e-b2bf-4510-989f-f243dd96bd1b
12:03:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af66add9-9b37-4d1c-8f80-6619fafb4746
12:03:09.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0109e09b-0823-4220-939f-42c3ed07e4cd
12:03:09.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23a42bb9-421f-41b9-a6ad-fc0751b2b8e4
12:03:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104b1f72-0200-4aac-8d8d-8141b1ae3137
12:03:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:09.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:09.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:09.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:09.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:09.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:09.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88bb0110-760a-4509-998e-557dbe72a59b
12:03:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48cb77bf-306b-4eb3-ad1e-fd707a23a0de
12:03:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10127547-117a-4292-9557-c28d4b53f5f0
12:03:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbeae212-cdf0-40c3-8687-6b17d63d6173
12:03:10.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcf1d41-069c-403f-9de6-d6ac291fd16b
12:03:10.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb760941-f552-4872-97f7-4bf8c8c07045
12:03:10.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26e91ae-a02f-4d2b-96c6-bb2c1508e91b
12:03:10.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3acb3c-cf95-4749-93bb-5e50a03b751b
12:03:10.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d8da803-6521-4900-8b01-3e0a7c91789e
12:03:10.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a241671-062f-4e10-88ac-e705c460595e
12:03:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4e68b7-1109-41a2-961c-7dfa471e99f7
12:03:10.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af89e555-72b8-4d2a-b20a-9855748cdb48
12:03:10.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4de0c821-d0b9-4fc1-a043-44c4944d75b7
12:03:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a98a65a-8a96-47d8-9212-22d9fb0e8626
12:03:10.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ca5a9d-41dd-49d6-96b9-3e777ad56b01
12:03:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e1004d-6f41-41cd-a2d8-0a9006870bb8
12:03:10.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffb64c3c-33cc-4a83-a35b-fa83d483a5cf
12:03:10.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0446fa3f-995d-4e6b-a338-95d8e6b40bb7
12:03:10.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763ca2c1-0671-493f-a945-f8fc8c2c79ad
12:03:10.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1fe5ec-29b3-4fa0-ade7-5baa8518a8cb
12:03:10.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4914f7b7-c823-4ab3-ac0c-61d1682e5454
12:03:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7feb2785-10fd-4568-8194-e82b4a930957
12:03:10.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adce635d-3e71-4bce-bb92-61c9652dc335
12:03:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:10.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:10.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:10.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:10.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:10.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:10.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e2daed-7cab-48fb-a4e5-7934e285213d
12:03:11.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc47d70-ecf7-4099-ad68-2683d90f68b8
12:03:11.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba30cd31-7a26-44f3-8592-6ff71b772180
12:03:11.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa4e224-3ba5-41c8-87f6-c382f1fdd3c6
12:03:11.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5748de04-80c7-423a-8979-57fe79c5d93a
12:03:11.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d715da5b-99e6-4dcc-892d-25a9162a03e6
12:03:11.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b61cd39f-c696-4cfe-a628-84014692516a
12:03:11.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9caf081a-6d18-48a2-aae7-2e169e88dc72
12:03:11.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd1f631a-eade-4395-a561-dfefad46c463
12:03:11.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77aa9c3d-22a1-4488-a278-5c75c40a00a2
12:03:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af66add9-9b37-4d1c-8f80-6619fafb4746
12:03:11.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cdf1ec5-6e65-4c62-b901-fa04374af483
12:03:11.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23a42bb9-421f-41b9-a6ad-fc0751b2b8e4
12:03:11.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d6366f-0340-42d7-94c4-388855d0235e
12:03:11.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88bb0110-760a-4509-998e-557dbe72a59b
12:03:11.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef1a09c9-9610-460e-a263-608e5dcffa50
12:03:11.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10127547-117a-4292-9557-c28d4b53f5f0
12:03:11.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f329d1-ed08-4349-bc4a-2dc620f8151e
12:03:11.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c94aa0f-3e40-49bf-915a-e206d66e4566
12:03:11.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbcf1d41-069c-403f-9de6-d6ac291fd16b
12:03:11.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd23c04b-6842-48ec-be7d-e79461bcc690
12:03:11.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb760941-f552-4872-97f7-4bf8c8c07045
12:03:11.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5224cd1d-2722-4f4b-a8bb-3c075640b1b5
12:03:11.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3acb3c-cf95-4749-93bb-5e50a03b751b
12:03:11.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0be4bc-2fe2-442e-a4c7-2b26de5e7452
12:03:11.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a241671-062f-4e10-88ac-e705c460595e
12:03:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:11.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:11.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:11.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:11.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:11.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc286e5a-f005-46e2-85f1-e2c9ad92f427
12:03:11.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4e68b7-1109-41a2-961c-7dfa471e99f7
12:03:12.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4de0c821-d0b9-4fc1-a043-44c4944d75b7
12:03:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f325096e-362f-4c88-a3fa-c2c28acff07c
12:03:12.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56f255f-ac3c-44ff-9898-a2ea0adb4a6f
12:03:12.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ca5a9d-41dd-49d6-96b9-3e777ad56b01
12:03:12.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b09cb74-0e73-4d4f-b823-7739a464d7e8
12:03:12.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffb64c3c-33cc-4a83-a35b-fa83d483a5cf
12:03:12.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763ca2c1-0671-493f-a945-f8fc8c2c79ad
12:03:12.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50fbabf-6766-4891-a67b-d3bd6c1debe4
12:03:12.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4914f7b7-c823-4ab3-ac0c-61d1682e5454
12:03:12.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde2b79d-dedd-4e33-b1a6-ac36593290f1
12:03:12.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7feb2785-10fd-4568-8194-e82b4a930957
12:03:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32625de9-ebc5-445f-80ab-7a9d8cfa0db3
12:03:12.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc47d70-ecf7-4099-ad68-2683d90f68b8
12:03:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b272d3a-6f02-4d7d-8075-1ad4dc33bd04
12:03:12.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa4e224-3ba5-41c8-87f6-c382f1fdd3c6
12:03:12.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e673bfe6-9f24-4d81-98ee-9b2bf3320855
12:03:12.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d715da5b-99e6-4dcc-892d-25a9162a03e6
12:03:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:12.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1d0590-0955-4cdf-b803-f27597d464f2
12:03:12.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:12.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:12.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:12.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:12.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b649589-5432-4207-b674-1ffda29842cd
12:03:13.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9caf081a-6d18-48a2-aae7-2e169e88dc72
12:03:13.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4f90a1-a6b2-41aa-abaf-5cbf2cf6b74e
12:03:13.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77aa9c3d-22a1-4488-a278-5c75c40a00a2
12:03:13.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec4425-8533-4a36-abbb-c7c1ad37829d
12:03:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cdf1ec5-6e65-4c62-b901-fa04374af483
12:03:13.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfada1c-ec07-468c-924f-bb624688efca
12:03:13.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d6366f-0340-42d7-94c4-388855d0235e
12:03:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d770eb-ca43-406e-8a17-c348209e82ef
12:03:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef1a09c9-9610-460e-a263-608e5dcffa50
12:03:13.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e20ab12-5496-4a99-a15c-5a2990b93667
12:03:13.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=500946e0-2e3d-4551-8d0f-89fa09629319
12:03:13.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f329d1-ed08-4349-bc4a-2dc620f8151e
12:03:13.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c6e0ec7-206f-4de9-bf10-c8204de90ee2
12:03:13.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c94aa0f-3e40-49bf-915a-e206d66e4566
12:03:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e484df-534a-46a1-8c71-01381134cd78
12:03:13.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.757 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd23c04b-6842-48ec-be7d-e79461bcc690
12:03:13.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96074b7a-dd2e-4dee-9943-178d090a1769
12:03:13.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5224cd1d-2722-4f4b-a8bb-3c075640b1b5
12:03:13.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e39650f-a2eb-4af5-9ac6-a6c1bd69d345
12:03:13.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0be4bc-2fe2-442e-a4c7-2b26de5e7452
12:03:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:13.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:13.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:13.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:13.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:13.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:13.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:13.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3266f0d9-d7ac-4b87-871d-3062065917c5
12:03:13.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc286e5a-f005-46e2-85f1-e2c9ad92f427
12:03:14.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b798aa4-a2ed-4cca-b003-785c9e33ddd5
12:03:14.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f325096e-362f-4c88-a3fa-c2c28acff07c
12:03:14.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76896841-d3df-44bd-b967-1c9a7d2d421c
12:03:14.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56f255f-ac3c-44ff-9898-a2ea0adb4a6f
12:03:14.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66259dfa-3629-4115-9a41-5ada577c4c46
12:03:14.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b09cb74-0e73-4d4f-b823-7739a464d7e8
12:03:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84628559-e6d0-4ae9-96a7-5f6ae4d7b3ce
12:03:14.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50fbabf-6766-4891-a67b-d3bd6c1debe4
12:03:14.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9090f6bd-d76e-4477-81a9-78fc826b429e
12:03:14.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde2b79d-dedd-4e33-b1a6-ac36593290f1
12:03:14.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e532c051-9dfb-4a88-a427-b8da08c292fd
12:03:14.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32625de9-ebc5-445f-80ab-7a9d8cfa0db3
12:03:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb30b63d-5b1e-4c90-a25f-634ca97d8400
12:03:14.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b272d3a-6f02-4d7d-8075-1ad4dc33bd04
12:03:14.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9645f05d-b464-4835-954f-9e447371d78b
12:03:14.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eced88e-6f7d-45e6-ae98-d16f1ceb71cc
12:03:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e673bfe6-9f24-4d81-98ee-9b2bf3320855
12:03:14.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d337f727-943e-47da-b47d-97f61516e384
12:03:14.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1d0590-0955-4cdf-b803-f27597d464f2
12:03:14.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b649589-5432-4207-b674-1ffda29842cd
12:03:14.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:14.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:14.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:14.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:14.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:14.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:14.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:14.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1b6216-6fb6-4c7b-b6c0-a2300b630387
12:03:14.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4f90a1-a6b2-41aa-abaf-5cbf2cf6b74e
12:03:15.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53af3ae-dc6b-40b6-a27b-350ea817e89d
12:03:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec4425-8533-4a36-abbb-c7c1ad37829d
12:03:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ede9748b-3179-4b1f-8d68-5e93410fe80c
12:03:15.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dfada1c-ec07-468c-924f-bb624688efca
12:03:15.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4b4538-2e3a-488f-aec5-90a5db27fc7d
12:03:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d770eb-ca43-406e-8a17-c348209e82ef
12:03:15.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990bdce2-70f2-41de-8d82-aff7b2eeeb52
12:03:15.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e20ab12-5496-4a99-a15c-5a2990b93667
12:03:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=500946e0-2e3d-4551-8d0f-89fa09629319
12:03:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d62d8e-a4a7-4db7-97ab-23bfc0f4baea
12:03:15.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c6e0ec7-206f-4de9-bf10-c8204de90ee2
12:03:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e66b847-1a49-4cfb-8ddb-2d20975a08b6
12:03:15.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5e484df-534a-46a1-8c71-01381134cd78
12:03:15.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b51be46-b14f-499c-92db-ca6fff499c78
12:03:15.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96074b7a-dd2e-4dee-9943-178d090a1769
12:03:15.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f133cffd-c4c2-4c1c-8f3c-03defada0d58
12:03:15.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e39650f-a2eb-4af5-9ac6-a6c1bd69d345
12:03:15.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd50f94-7b7f-4101-812a-0df2d378064e
12:03:15.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:15.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3266f0d9-d7ac-4b87-871d-3062065917c5
12:03:15.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:15.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:15.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:15.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b798aa4-a2ed-4cca-b003-785c9e33ddd5
12:03:16.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8923a138-4417-4e91-8bd3-fa5854b9b4be
12:03:16.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b17406-0215-4e86-b6f2-5ba834fd40e6
12:03:16.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76896841-d3df-44bd-b967-1c9a7d2d421c
12:03:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e49a3c3f-c503-40b2-aab5-83ec146b74ad
12:03:16.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66259dfa-3629-4115-9a41-5ada577c4c46
12:03:16.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48a0f361-2573-4e22-996c-26ce95388417
12:03:16.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84628559-e6d0-4ae9-96a7-5f6ae4d7b3ce
12:03:16.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f06dd5f3-8047-49a9-81cb-bf718d7e7a0b
12:03:16.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9090f6bd-d76e-4477-81a9-78fc826b429e
12:03:16.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcb44111-682d-463c-a091-4624825cdd1e
12:03:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e532c051-9dfb-4a88-a427-b8da08c292fd
12:03:16.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4112806-5ca0-4d31-9ea0-3b2c23e720f2
12:03:16.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb30b63d-5b1e-4c90-a25f-634ca97d8400
12:03:16.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791d7734-5fe4-46d6-a121-7bc0da5badf9
12:03:16.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b564b4-36da-4c51-994a-89c1fa3e445e
12:03:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9645f05d-b464-4835-954f-9e447371d78b
12:03:16.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2aef62e-d3b1-41a1-9e62-644f466566f2
12:03:16.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eced88e-6f7d-45e6-ae98-d16f1ceb71cc
12:03:16.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d337f727-943e-47da-b47d-97f61516e384
12:03:16.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:16.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ab2044-3aed-4b43-98e8-3b95c3d1d35c
12:03:16.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:16.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:16.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:16.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:16.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:16.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:16.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1b6216-6fb6-4c7b-b6c0-a2300b630387
12:03:17.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66e6137b-8aef-4587-936f-7ad94462aaf8
12:03:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53af3ae-dc6b-40b6-a27b-350ea817e89d
12:03:17.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95db7bba-f6ff-4701-922e-9a168ec713a5
12:03:17.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ede9748b-3179-4b1f-8d68-5e93410fe80c
12:03:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d1e188-0498-4f53-b6c5-bd8cc807a7bc
12:03:17.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4b4538-2e3a-488f-aec5-90a5db27fc7d
12:03:17.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b824a6-5046-432c-a0f8-bedb0595e6a4
12:03:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=990bdce2-70f2-41de-8d82-aff7b2eeeb52
12:03:17.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a33aa6-54a9-4b8a-8771-7908bc1d61b9
12:03:17.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d62d8e-a4a7-4db7-97ab-23bfc0f4baea
12:03:17.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ce4ad39-d126-4fb9-a2d3-9abd15c5014f
12:03:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e66b847-1a49-4cfb-8ddb-2d20975a08b6
12:03:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30878aa6-9b14-4f2c-9312-333e8cdbf85b
12:03:17.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b51be46-b14f-499c-92db-ca6fff499c78
12:03:17.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0482e1-d7af-4dc4-9629-b0ea46775048
12:03:17.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f133cffd-c4c2-4c1c-8f3c-03defada0d58
12:03:17.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8438a652-8e21-4469-ac42-357317aa4962
12:03:17.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47623620-101e-479a-8f35-94f27ee58da1
12:03:17.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd50f94-7b7f-4101-812a-0df2d378064e
12:03:17.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:17.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:17.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:17.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8923a138-4417-4e91-8bd3-fa5854b9b4be
12:03:17.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:17.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:17.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:17.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:17.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf7cabe8-bbf2-4746-bc1f-a56d43c5697a
12:03:17.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd836e18-94c8-46aa-8a34-f0b653cf7cb3
12:03:18.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b17406-0215-4e86-b6f2-5ba834fd40e6
12:03:18.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e84d0b2-8fbb-4237-8c89-71de7fe8f38f
12:03:18.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.186 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e49a3c3f-c503-40b2-aab5-83ec146b74ad
12:03:18.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddbadf5-22fd-4c11-811c-ffe709d0dbea
12:03:18.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48a0f361-2573-4e22-996c-26ce95388417
12:03:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f06dd5f3-8047-49a9-81cb-bf718d7e7a0b
12:03:18.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c9d90cb-b932-4ffc-a473-c24054163708
12:03:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcb44111-682d-463c-a091-4624825cdd1e
12:03:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066c0345-599a-4a69-a662-1da06a99beca
12:03:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4112806-5ca0-4d31-9ea0-3b2c23e720f2
12:03:18.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e32fc947-a914-42f8-84bb-fbed9c6f734f
12:03:18.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791d7734-5fe4-46d6-a121-7bc0da5badf9
12:03:18.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3258895d-21a2-4513-9c20-80daf5d5ce85
12:03:18.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4b564b4-36da-4c51-994a-89c1fa3e445e
12:03:18.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2aef62e-d3b1-41a1-9e62-644f466566f2
12:03:18.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f811f45f-f1f0-439c-bf4a-f1379ce0f41e
12:03:18.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ab2044-3aed-4b43-98e8-3b95c3d1d35c
12:03:18.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34d837bf-9205-465f-b829-d2237980637f
12:03:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=490528f9-1c88-45eb-892f-0c3bcb1c1b35
12:03:18.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66e6137b-8aef-4587-936f-7ad94462aaf8
12:03:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:18.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:18.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95db7bba-f6ff-4701-922e-9a168ec713a5
12:03:18.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:18.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:18.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:18.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:18.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:18.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0678e0bc-9657-409c-97e9-2e79d1d55b00
12:03:18.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d1e188-0498-4f53-b6c5-bd8cc807a7bc
12:03:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c74ca16-606c-47b3-83b4-d8344020c811
12:03:19.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b824a6-5046-432c-a0f8-bedb0595e6a4
12:03:19.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83dce0bc-183a-4393-a6b9-115b09769b65
12:03:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a33aa6-54a9-4b8a-8771-7908bc1d61b9
12:03:19.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ce4ad39-d126-4fb9-a2d3-9abd15c5014f
12:03:19.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd93d7fd-b252-4c85-8bb6-d1b13a64f392
12:03:19.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30878aa6-9b14-4f2c-9312-333e8cdbf85b
12:03:19.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f361d93-572b-4259-9e63-6dc805ebf720
12:03:19.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0482e1-d7af-4dc4-9629-b0ea46775048
12:03:19.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bbc857-4676-4d2f-b1e5-512ce48be6bd
12:03:19.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8438a652-8e21-4469-ac42-357317aa4962
12:03:19.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c11feaf-dc5c-444e-8c42-614c32ed9edf
12:03:19.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47623620-101e-479a-8f35-94f27ee58da1
12:03:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18bb070-7b41-4bf1-b891-62fc80351e49
12:03:19.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf7cabe8-bbf2-4746-bc1f-a56d43c5697a
12:03:19.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=678bcb42-5975-4c1d-86ec-168b3def834f
12:03:19.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5451209b-769c-45fe-a36d-728fb2a863a5
12:03:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd836e18-94c8-46aa-8a34-f0b653cf7cb3
12:03:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcdb8a00-669f-4503-a6a5-8fbde7fb8066
12:03:19.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:19.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:19.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:19.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:19.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:19.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e84d0b2-8fbb-4237-8c89-71de7fe8f38f
12:03:19.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad62fff-405a-494d-8e80-52059888fa43
12:03:20.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddbadf5-22fd-4c11-811c-ffe709d0dbea
12:03:20.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e36eeaf-139a-4a1f-85dd-1f33c14895d1
12:03:20.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c9d90cb-b932-4ffc-a473-c24054163708
12:03:20.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b42173d7-762c-4f2e-b896-3d9e58a77447
12:03:20.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066c0345-599a-4a69-a662-1da06a99beca
12:03:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f229ce4d-5a18-42ba-a9c6-0f08eb42ef26
12:03:20.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e32fc947-a914-42f8-84bb-fbed9c6f734f
12:03:20.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeff97ff-871e-4a4b-bde4-b8ece0e31532
12:03:20.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3258895d-21a2-4513-9c20-80daf5d5ce85
12:03:20.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=014caf75-c942-43b2-a67b-b6e4e18b2209
12:03:20.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f811f45f-f1f0-439c-bf4a-f1379ce0f41e
12:03:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42d641d3-fd45-43c7-af34-170b9444c060
12:03:20.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34d837bf-9205-465f-b829-d2237980637f
12:03:20.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a890cb49-d5d7-434b-8c0d-4211de6df2c8
12:03:20.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=490528f9-1c88-45eb-892f-0c3bcb1c1b35
12:03:20.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e2f459-5b7e-4e59-9c42-2c92b9b061bb
12:03:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0678e0bc-9657-409c-97e9-2e79d1d55b00
12:03:20.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27a971f7-f48c-4730-9ec3-68c3796fdbf2
12:03:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c74ca16-606c-47b3-83b4-d8344020c811
12:03:20.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4248217-8693-401e-84dc-d21629b7581b
12:03:20.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:20.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83dce0bc-183a-4393-a6b9-115b09769b65
12:03:20.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:20.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:20.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:20.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:20.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:20.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:20.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdbc809b-183f-4866-8ade-6dc3e2061521
12:03:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd93d7fd-b252-4c85-8bb6-d1b13a64f392
12:03:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d62a6a-4daf-4f11-8f90-9ea4004adbda
12:03:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f361d93-572b-4259-9e63-6dc805ebf720
12:03:21.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85eb2b07-e6f1-4b44-aec9-8f32f920685f
12:03:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84bbc857-4676-4d2f-b1e5-512ce48be6bd
12:03:21.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eceb24b-d65a-40a5-a4d1-fffedc1e1a3c
12:03:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c11feaf-dc5c-444e-8c42-614c32ed9edf
12:03:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18bb070-7b41-4bf1-b891-62fc80351e49
12:03:21.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41245d57-f4c5-47c0-8899-f6fa865027b2
12:03:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=678bcb42-5975-4c1d-86ec-168b3def834f
12:03:21.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9acae7a-6bfd-4bff-b80b-89e821609ebd
12:03:21.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5451209b-769c-45fe-a36d-728fb2a863a5
12:03:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c76f537-14de-43c8-ad37-6e322ab7ba09
12:03:21.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7cdcca-faa2-4838-b060-31c8c9c6787c
12:03:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcdb8a00-669f-4503-a6a5-8fbde7fb8066
12:03:21.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.744 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad62fff-405a-494d-8e80-52059888fa43
12:03:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e66f09ee-4ce7-4ebe-924f-da4da66ee081
12:03:21.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e36eeaf-139a-4a1f-85dd-1f33c14895d1
12:03:21.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a56e1e35-6423-42f6-a473-fe9334db1357
12:03:21.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:21.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:21.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b42173d7-762c-4f2e-b896-3d9e58a77447
12:03:21.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:21.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:21.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:21.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:21.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:21.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=630a6f15-13b6-43f1-ab12-2cec6776b96c
12:03:21.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f229ce4d-5a18-42ba-a9c6-0f08eb42ef26
12:03:22.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afbcadf7-31e6-4663-ae4d-1019adf26301
12:03:22.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c21a614-ad00-4a3f-b92b-f648912afe6e
12:03:22.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeff97ff-871e-4a4b-bde4-b8ece0e31532
12:03:22.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47b6e83e-55f9-4ae5-a2b5-21beaaa3611e
12:03:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=014caf75-c942-43b2-a67b-b6e4e18b2209
12:03:22.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa566a7a-3b68-4741-b85a-5ef5ca668855
12:03:22.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42d641d3-fd45-43c7-af34-170b9444c060
12:03:22.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a890cb49-d5d7-434b-8c0d-4211de6df2c8
12:03:22.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd46c715-f5df-4332-be26-c696500ed680
12:03:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e2f459-5b7e-4e59-9c42-2c92b9b061bb
12:03:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfdd91ed-7c99-4b79-b7de-6d4446d87886
12:03:22.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27a971f7-f48c-4730-9ec3-68c3796fdbf2
12:03:22.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2590f9bd-2470-48c3-998d-73a433372b0b
12:03:22.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de0d9ae-2e7b-40b7-80c0-fc214135db43
12:03:22.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4248217-8693-401e-84dc-d21629b7581b
12:03:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f100bf7-ea12-4bad-b2c1-7946332677d5
12:03:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdbc809b-183f-4866-8ade-6dc3e2061521
12:03:22.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64eaf215-5246-4ba3-9150-4559dea759ac
12:03:22.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d62a6a-4daf-4f11-8f90-9ea4004adbda
12:03:22.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497c2eee-9774-43d7-9328-b720fd5418fb
12:03:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85eb2b07-e6f1-4b44-aec9-8f32f920685f
12:03:22.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:22.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:22.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:22.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:22.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:22.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6066cc-8848-4810-9223-31379c07201f
12:03:22.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b633704-287f-4bdd-9611-7f5d0243082b
12:03:23.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eceb24b-d65a-40a5-a4d1-fffedc1e1a3c
12:03:23.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41245d57-f4c5-47c0-8899-f6fa865027b2
12:03:23.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f41bd51-3532-49c8-aba8-7cab5dc4d4c8
12:03:23.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9acae7a-6bfd-4bff-b80b-89e821609ebd
12:03:23.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c1f7e56-d0d1-4018-834f-1312f1b57df5
12:03:23.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c76f537-14de-43c8-ad37-6e322ab7ba09
12:03:23.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2492582a-cc8e-4d66-b20f-3706846dab3b
12:03:23.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7cdcca-faa2-4838-b060-31c8c9c6787c
12:03:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba1d1d6d-be36-4c7c-97ff-dc31717f1823
12:03:23.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e66f09ee-4ce7-4ebe-924f-da4da66ee081
12:03:23.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f109c4b-86ea-4924-8792-d7856510c446
12:03:23.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a56e1e35-6423-42f6-a473-fe9334db1357
12:03:23.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d67cd5c-aefa-4211-a3fb-653e880a7a11
12:03:23.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.687 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=630a6f15-13b6-43f1-ab12-2cec6776b96c
12:03:23.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=857ca18a-32d0-4cab-be9e-0e1994dac3bf
12:03:23.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afbcadf7-31e6-4663-ae4d-1019adf26301
12:03:23.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ee95449-28ee-423f-9aa6-72abfb826d75
12:03:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c21a614-ad00-4a3f-b92b-f648912afe6e
12:03:23.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5ea346-69fb-413b-bf9a-c38fabe0a4c1
12:03:23.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:23.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:23.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:23.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:23.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:23.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8ffc95-baf7-4d65-b749-154b6706639c
12:03:23.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47b6e83e-55f9-4ae5-a2b5-21beaaa3611e
12:03:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d51d693-28af-4af4-9c4a-6aafa05d7d2b
12:03:24.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f543f46-4d79-4ff6-93a1-35e4649ec8d4
12:03:24.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa566a7a-3b68-4741-b85a-5ef5ca668855
12:03:24.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd46c715-f5df-4332-be26-c696500ed680
12:03:24.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f875fe9-b3d2-4bc5-9173-6d31e0841d97
12:03:24.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9d0c3f-db7a-4f69-bd1d-43d070d4f352
12:03:24.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.328 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfdd91ed-7c99-4b79-b7de-6d4446d87886
12:03:24.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2590f9bd-2470-48c3-998d-73a433372b0b
12:03:24.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daae284e-4790-44df-9d35-4e2060cea58e
12:03:24.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51e30e6-e5a4-493b-bb3e-cc503df0a0c0
12:03:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de0d9ae-2e7b-40b7-80c0-fc214135db43
12:03:24.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20283110-3c33-4e4b-b782-923f6691c5bf
12:03:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f100bf7-ea12-4bad-b2c1-7946332677d5
12:03:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e24612a-713c-4d31-9621-b351411a4c51
12:03:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64eaf215-5246-4ba3-9150-4559dea759ac
12:03:24.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d4cc9d-57f4-4419-ba6f-8e91692ea327
12:03:24.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497c2eee-9774-43d7-9328-b720fd5418fb
12:03:24.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=258e2fb5-5a1b-4bde-8000-197c00a410b6
12:03:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f6066cc-8848-4810-9223-31379c07201f
12:03:24.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:24.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:24.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:24.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:24.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:24.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=301029b8-e138-49bd-836e-e297ac33639a
12:03:24.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169bb7eb-88a9-4246-8663-35ff85533a33
12:03:25.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b633704-287f-4bdd-9611-7f5d0243082b
12:03:25.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24585268-a3a0-483e-90ee-2ff802283669
12:03:25.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f41bd51-3532-49c8-aba8-7cab5dc4d4c8
12:03:25.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9bc0e7e-574e-4b7d-9242-70860572bc69
12:03:25.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c1f7e56-d0d1-4018-834f-1312f1b57df5
12:03:25.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22870f47-3063-4716-a243-b1bfd47ba5ca
12:03:25.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2492582a-cc8e-4d66-b20f-3706846dab3b
12:03:25.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef5760c4-c08e-4f26-b4e3-473864ddc546
12:03:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba1d1d6d-be36-4c7c-97ff-dc31717f1823
12:03:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ac9b26-6654-4604-84c7-7813950b83d9
12:03:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f109c4b-86ea-4924-8792-d7856510c446
12:03:25.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4570ef2-18e7-441f-a5c4-9257eaf20560
12:03:25.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d67cd5c-aefa-4211-a3fb-653e880a7a11
12:03:25.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b74fe2d-342f-4bbc-b5e3-744f097abe5b
12:03:25.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=857ca18a-32d0-4cab-be9e-0e1994dac3bf
12:03:25.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ee95449-28ee-423f-9aa6-72abfb826d75
12:03:25.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50563322-2108-4057-80d8-c980ee80b43e
12:03:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5ea346-69fb-413b-bf9a-c38fabe0a4c1
12:03:25.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8924bc13-8854-46c7-8df5-d7ae037d7277
12:03:25.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8ffc95-baf7-4d65-b749-154b6706639c
12:03:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:25.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:25.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b67a78-c053-40fb-82bd-2fe2b49fbcc7
12:03:25.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:25.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:25.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:25.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:25.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:25.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d51d693-28af-4af4-9c4a-6aafa05d7d2b
12:03:25.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f543f46-4d79-4ff6-93a1-35e4649ec8d4
12:03:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5132b4b-72eb-4f53-bfa0-7e09573662ff
12:03:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf423f5-031d-4570-8eab-b1f3228fbbe0
12:03:26.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f875fe9-b3d2-4bc5-9173-6d31e0841d97
12:03:26.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9d0c3f-db7a-4f69-bd1d-43d070d4f352
12:03:26.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f2e868-e30e-4369-9c1a-765bb031f644
12:03:26.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daae284e-4790-44df-9d35-4e2060cea58e
12:03:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4eb5e73-3c83-45f1-b51e-6ce86736e55a
12:03:26.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51e30e6-e5a4-493b-bb3e-cc503df0a0c0
12:03:26.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f20e09e-e03d-4503-b0ad-ed27da184d5c
12:03:26.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20283110-3c33-4e4b-b782-923f6691c5bf
12:03:26.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78639e2c-d83c-4284-ba6c-bbe287dd58e9
12:03:26.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e24612a-713c-4d31-9621-b351411a4c51
12:03:26.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77df0bd8-3330-476f-b095-9a1c02a10b0e
12:03:26.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f67db96-dbbf-447a-b5fb-1439b78985c7
12:03:26.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d4cc9d-57f4-4419-ba6f-8e91692ea327
12:03:26.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9c5d612-1ead-4a06-a2b7-56005ae00e15
12:03:26.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=258e2fb5-5a1b-4bde-8000-197c00a410b6
12:03:26.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0ae9a66-a0d0-4afe-9baa-7ea7766256ad
12:03:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=301029b8-e138-49bd-836e-e297ac33639a
12:03:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:26.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:26.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:26.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:26.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:26.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a18203f-ef7e-4eb3-b6ab-6d18b02790d3
12:03:26.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169bb7eb-88a9-4246-8663-35ff85533a33
12:03:27.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c563adc2-6b41-41f8-be11-18ddc4b0c3a0
12:03:27.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fa01e69-2509-4485-9c03-9e861d77ca52
12:03:27.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24585268-a3a0-483e-90ee-2ff802283669
12:03:27.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9bc0e7e-574e-4b7d-9242-70860572bc69
12:03:27.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd7aae58-746a-4fcf-b5eb-8efc93a9e500
12:03:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22870f47-3063-4716-a243-b1bfd47ba5ca
12:03:27.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f45a610-95a1-466e-bd11-7139fbde8290
12:03:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef5760c4-c08e-4f26-b4e3-473864ddc546
12:03:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a24dc9-f822-48c1-a8bd-c5680d245470
12:03:27.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ac9b26-6654-4604-84c7-7813950b83d9
12:03:27.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4570ef2-18e7-441f-a5c4-9257eaf20560
12:03:27.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8be9dd3-b5af-4099-91df-f2f6a5f8cb60
12:03:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b74fe2d-342f-4bbc-b5e3-744f097abe5b
12:03:27.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af433f5c-42ed-48ec-ba64-a892c8c28e50
12:03:27.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50563322-2108-4057-80d8-c980ee80b43e
12:03:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f2c76ff-5aee-45e4-84eb-6dfb41517f3a
12:03:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d51c68-6d5c-4b39-88e6-18dea0a84776
12:03:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8924bc13-8854-46c7-8df5-d7ae037d7277
12:03:27.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b67a78-c053-40fb-82bd-2fe2b49fbcc7
12:03:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d423db39-ad93-4370-a915-582c468162a2
12:03:27.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5132b4b-72eb-4f53-bfa0-7e09573662ff
12:03:27.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=962c3d2b-2b23-41a3-b3bb-41e4b23b8951
12:03:27.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:27.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf423f5-031d-4570-8eab-b1f3228fbbe0
12:03:27.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:27.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:27.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:27.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:27.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:27.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:27.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=980c86c2-1f52-40b1-876a-fa5c23c755d7
12:03:28.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f2e868-e30e-4369-9c1a-765bb031f644
12:03:28.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e47ad9a5-c919-4623-8a33-8bc7f6463e1b
12:03:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4eb5e73-3c83-45f1-b51e-6ce86736e55a
12:03:28.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793f11fe-9e6f-4203-9eb5-6f7009a1db80
12:03:28.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f20e09e-e03d-4503-b0ad-ed27da184d5c
12:03:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a80aa2-1d41-4bbb-a307-6dcbdc418348
12:03:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78639e2c-d83c-4284-ba6c-bbe287dd58e9
12:03:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68f8c0e0-986b-4dcf-9a60-36ee20790eaf
12:03:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bdf4e2b-0854-4cbe-abf3-085e22d33e2d
12:03:28.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77df0bd8-3330-476f-b095-9a1c02a10b0e
12:03:28.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15ac951-d173-4540-926e-89a52410b434
12:03:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f67db96-dbbf-447a-b5fb-1439b78985c7
12:03:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d65863a-c7d3-4b95-b998-d85d870f3064
12:03:28.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9c5d612-1ead-4a06-a2b7-56005ae00e15
12:03:28.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8c81f0-be92-4838-bdb4-da8c6f75be4f
12:03:28.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a7a1fa2-d3ec-41c1-bead-126423423362
12:03:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0ae9a66-a0d0-4afe-9baa-7ea7766256ad
12:03:28.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a18203f-ef7e-4eb3-b6ab-6d18b02790d3
12:03:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfb15cb1-e6dd-466d-8a1c-74fd01e38cbe
12:03:28.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:28.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c563adc2-6b41-41f8-be11-18ddc4b0c3a0
12:03:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:28.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:28.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:28.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=422ce72a-2cee-4c54-b999-f852275ffd6b
12:03:28.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fa01e69-2509-4485-9c03-9e861d77ca52
12:03:29.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59809775-1908-4fe3-9e71-0401747d7f9f
12:03:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd7aae58-746a-4fcf-b5eb-8efc93a9e500
12:03:29.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9181caff-8636-4346-ac91-fc00e7525286
12:03:29.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f45a610-95a1-466e-bd11-7139fbde8290
12:03:29.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a24dc9-f822-48c1-a8bd-c5680d245470
12:03:29.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfec8601-b1f5-4a8f-87d7-4a0b65030911
12:03:29.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8be9dd3-b5af-4099-91df-f2f6a5f8cb60
12:03:29.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7796424a-37a3-4075-8f72-996ab6c57f1f
12:03:29.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be98e8ac-ac73-417d-b6ca-f0d47677b3cd
12:03:29.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af433f5c-42ed-48ec-ba64-a892c8c28e50
12:03:29.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7367dc-572c-49ff-8acd-20585abb910f
12:03:29.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7058058b-0f49-4c38-b891-1c9cbda8fbe2
12:03:29.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f2c76ff-5aee-45e4-84eb-6dfb41517f3a
12:03:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d51c68-6d5c-4b39-88e6-18dea0a84776
12:03:29.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5618562e-e414-419e-92a0-4af3a327a5f1
12:03:29.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d423db39-ad93-4370-a915-582c468162a2
12:03:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776c3cc4-3b21-4b2c-b6c9-a0ae03aeb25f
12:03:29.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=962c3d2b-2b23-41a3-b3bb-41e4b23b8951
12:03:29.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d2669a9-3bc6-4f89-8129-2d2e919937a5
12:03:29.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=980c86c2-1f52-40b1-876a-fa5c23c755d7
12:03:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:29.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:29.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2074885f-9039-46e8-9fa3-fa75818aea7a
12:03:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:29.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e47ad9a5-c919-4623-8a33-8bc7f6463e1b
12:03:29.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a1ef7f-dbab-4451-89ff-0ef08bf4172f
12:03:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=793f11fe-9e6f-4203-9eb5-6f7009a1db80
12:03:30.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9a80aa2-1d41-4bbb-a307-6dcbdc418348
12:03:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f53dace9-72e9-49da-9096-3b554e0e968a
12:03:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68f8c0e0-986b-4dcf-9a60-36ee20790eaf
12:03:30.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=049116b6-2dd4-407c-8fa8-ac9c7e12726b
12:03:30.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bdf4e2b-0854-4cbe-abf3-085e22d33e2d
12:03:30.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d45c5fe-4a1a-4022-8cf7-353815fea9a7
12:03:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d15ac951-d173-4540-926e-89a52410b434
12:03:30.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb71ebee-1203-406c-b62b-e403f2a6e564
12:03:30.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d65863a-c7d3-4b95-b998-d85d870f3064
12:03:30.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6157b2-c5fc-457f-96f9-d8179d849c31
12:03:30.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8c81f0-be92-4838-bdb4-da8c6f75be4f
12:03:30.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20c8afdf-165b-4a89-a290-356a68bcbff0
12:03:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a7a1fa2-d3ec-41c1-bead-126423423362
12:03:30.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1512e32e-110a-46fa-ae5a-9deeb0c6e327
12:03:30.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfb15cb1-e6dd-466d-8a1c-74fd01e38cbe
12:03:30.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c52bedd-3849-4da5-8635-7b7b8a96e881
12:03:30.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=422ce72a-2cee-4c54-b999-f852275ffd6b
12:03:30.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59809775-1908-4fe3-9e71-0401747d7f9f
12:03:30.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:30.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:30.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:30.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:30.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:30.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:30.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:30.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a19710ac-c9c1-494e-bb24-c2ea5be9a871
12:03:30.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9181caff-8636-4346-ac91-fc00e7525286
12:03:31.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46aca859-93ce-4325-b352-0e3e2dce6fe9
12:03:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1e34e5-d919-4621-a857-767e916ad4da
12:03:31.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfec8601-b1f5-4a8f-87d7-4a0b65030911
12:03:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4551cca-afd0-4bb1-8bd7-d6ddc5115d9f
12:03:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7796424a-37a3-4075-8f72-996ab6c57f1f
12:03:31.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2468284a-1906-40c3-9ff1-d5529f099ba2
12:03:31.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be98e8ac-ac73-417d-b6ca-f0d47677b3cd
12:03:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28322090-1dab-4f20-9da0-63c30b758d62
12:03:31.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b15aa999-59a9-40e1-ae7d-54026d10012a
12:03:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7367dc-572c-49ff-8acd-20585abb910f
12:03:31.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7058058b-0f49-4c38-b891-1c9cbda8fbe2
12:03:31.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=029c40d8-dc16-4100-940d-59f04be83442
12:03:31.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b49d4b3-a044-4375-97e7-c1c95f3facfe
12:03:31.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5618562e-e414-419e-92a0-4af3a327a5f1
12:03:31.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e74f6a-29e2-4504-b621-2ac764a27751
12:03:31.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776c3cc4-3b21-4b2c-b6c9-a0ae03aeb25f
12:03:31.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82af73a-3538-48d0-b559-bd107730b0b0
12:03:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d2669a9-3bc6-4f89-8129-2d2e919937a5
12:03:31.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9934fa-6da1-41c0-9bc1-de835802a68a
12:03:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2074885f-9039-46e8-9fa3-fa75818aea7a
12:03:31.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:31.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d8bba32-c5f2-4a75-996c-b3df5bb4ec68
12:03:31.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:31.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:31.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:31.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:31.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:31.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:31.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7623f4eb-e691-4288-9587-53655427310b
12:03:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a1ef7f-dbab-4451-89ff-0ef08bf4172f
12:03:32.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f53dace9-72e9-49da-9096-3b554e0e968a
12:03:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f75857-e20a-4fd5-a3fb-876bb289af66
12:03:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d310d4e2-9162-40b6-ac95-4332929218d6
12:03:32.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=049116b6-2dd4-407c-8fa8-ac9c7e12726b
12:03:32.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62d42cc0-b5c2-4e21-9c72-b0b02faadf2b
12:03:32.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d45c5fe-4a1a-4022-8cf7-353815fea9a7
12:03:32.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4bd8fc6-1476-4cff-921f-7044eca9a033
12:03:32.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb71ebee-1203-406c-b62b-e403f2a6e564
12:03:32.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=504f8e28-6d19-49d1-a29f-9293c120b2af
12:03:32.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6157b2-c5fc-457f-96f9-d8179d849c31
12:03:32.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0474e6-efaa-45c5-917f-37ab68ce4b82
12:03:32.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20c8afdf-165b-4a89-a290-356a68bcbff0
12:03:32.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f9a2e8e-3afa-4c77-a21d-7ed2eb5d1e4d
12:03:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1512e32e-110a-46fa-ae5a-9deeb0c6e327
12:03:32.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c52bedd-3849-4da5-8635-7b7b8a96e881
12:03:32.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a72a3df3-a701-4329-b3bc-a43184e23d7e
12:03:32.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a19710ac-c9c1-494e-bb24-c2ea5be9a871
12:03:32.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e9fe514-8d4c-4117-8297-543ee1c80acf
12:03:32.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46aca859-93ce-4325-b352-0e3e2dce6fe9
12:03:32.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:32.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aea86a3-6ec1-426a-9706-b617a8070263
12:03:32.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:32.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:32.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:32.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:32.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41986738-7687-4405-971e-a284f39401ac
12:03:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1e34e5-d919-4621-a857-767e916ad4da
12:03:33.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4551cca-afd0-4bb1-8bd7-d6ddc5115d9f
12:03:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4a0e71-c533-476a-9478-9d7c6646980d
12:03:33.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2468284a-1906-40c3-9ff1-d5529f099ba2
12:03:33.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=177e0ba7-af18-4df5-88b9-a900d7753058
12:03:33.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28322090-1dab-4f20-9da0-63c30b758d62
12:03:33.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d00d86cc-00c9-4d1f-914d-5e8b1e630567
12:03:33.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46b5d41-dcff-49f1-9002-35a8f1efc13f
12:03:33.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b15aa999-59a9-40e1-ae7d-54026d10012a
12:03:33.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8f52cb-7ae4-4b22-99ec-b853b48ec3f8
12:03:33.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=029c40d8-dc16-4100-940d-59f04be83442
12:03:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c76cdd50-266a-477a-984e-5ac3735bddd2
12:03:33.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cc91b27-e6f2-4cb2-997f-89c31c9d1199
12:03:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b49d4b3-a044-4375-97e7-c1c95f3facfe
12:03:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d345e029-3be6-41e7-965e-008de426b496
12:03:33.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e74f6a-29e2-4504-b621-2ac764a27751
12:03:33.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d82af73a-3538-48d0-b559-bd107730b0b0
12:03:33.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47b6bd10-8b0b-4b0f-b5be-d8d5fdd52fd3
12:03:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9934fa-6da1-41c0-9bc1-de835802a68a
12:03:33.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3212e6d-1943-4605-8c60-955b72da0c28
12:03:33.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:33.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d8bba32-c5f2-4a75-996c-b3df5bb4ec68
12:03:33.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:33.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:33.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:33.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:33.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:33.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:33.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46c9ef8-c695-4c02-8c86-d215a345fa30
12:03:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7623f4eb-e691-4288-9587-53655427310b
12:03:34.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d4e7ff-77c1-4d80-869a-5a979078fd2e
12:03:34.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21f75857-e20a-4fd5-a3fb-876bb289af66
12:03:34.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf9f000-55a8-42f5-bbe6-95259987f7a3
12:03:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d310d4e2-9162-40b6-ac95-4332929218d6
12:03:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b64a528a-8ce5-4c03-a2e6-c173338ad8cd
12:03:34.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62d42cc0-b5c2-4e21-9c72-b0b02faadf2b
12:03:34.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be1197e9-b29f-4be3-93a6-c9935311a45b
12:03:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4bd8fc6-1476-4cff-921f-7044eca9a033
12:03:34.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec60f04-26bd-4698-8f8c-24216b5c186a
12:03:34.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e69627-9441-47ea-a3b5-89ff14a9642a
12:03:34.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=504f8e28-6d19-49d1-a29f-9293c120b2af
12:03:34.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b0368f0-8971-44e0-8576-bfc467a7933e
12:03:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0474e6-efaa-45c5-917f-37ab68ce4b82
12:03:34.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f9a2e8e-3afa-4c77-a21d-7ed2eb5d1e4d
12:03:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e10b778-1f0b-4d43-a277-e536738caa2c
12:03:34.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e360ed62-edd6-40b0-a1c0-7de861265345
12:03:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a72a3df3-a701-4329-b3bc-a43184e23d7e
12:03:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5947f4-de0b-4b16-a1cb-7493cbacfc2a
12:03:34.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e9fe514-8d4c-4117-8297-543ee1c80acf
12:03:34.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7906bbdc-8acc-4bdf-b250-026d5c563f8e
12:03:34.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aea86a3-6ec1-426a-9706-b617a8070263
12:03:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:34.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:34.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:34.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:34.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:34.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:34.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:34.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dc21dca-3679-40fb-9188-aaae5fcbd9a1
12:03:34.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb786844-05c3-4505-bb8c-1f0e9288410e
12:03:35.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41986738-7687-4405-971e-a284f39401ac
12:03:35.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46d1815-244f-40d9-acda-a2b2585c3eb8
12:03:35.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc4a0e71-c533-476a-9478-9d7c6646980d
12:03:35.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98661dad-bd00-4594-8b35-110748cadc54
12:03:35.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=177e0ba7-af18-4df5-88b9-a900d7753058
12:03:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5692a135-0ec7-44a4-abf5-fa2ce80497f2
12:03:35.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d00d86cc-00c9-4d1f-914d-5e8b1e630567
12:03:35.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46b5d41-dcff-49f1-9002-35a8f1efc13f
12:03:35.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a0e436-0d44-4274-ae21-d6c077bd2034
12:03:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8f52cb-7ae4-4b22-99ec-b853b48ec3f8
12:03:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca06efc-4fcd-47e9-9da0-766d2d5291b9
12:03:35.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c76cdd50-266a-477a-984e-5ac3735bddd2
12:03:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b396cfb3-87d4-454d-921c-03a3d76c826c
12:03:35.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cc91b27-e6f2-4cb2-997f-89c31c9d1199
12:03:35.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f54d2b-abf6-4703-a6ad-54e46dbf8c3f
12:03:35.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d345e029-3be6-41e7-965e-008de426b496
12:03:35.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce02a34-8667-44d5-9d15-3ac0348568f3
12:03:35.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e81114-e28c-4591-9522-28f12740ea3f
12:03:35.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47b6bd10-8b0b-4b0f-b5be-d8d5fdd52fd3
12:03:35.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:35.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:35.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:35.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:35.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:35.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317a3bf0-35a5-4d02-a538-bf1bd0fe97bd
12:03:35.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3212e6d-1943-4605-8c60-955b72da0c28
12:03:36.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cd5a3a-8513-4281-91a9-5ced1ffe0a17
12:03:36.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46c9ef8-c695-4c02-8c86-d215a345fa30
12:03:36.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb378eb8-f5c9-49b6-a72d-e3f36348aecc
12:03:36.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d4e7ff-77c1-4d80-869a-5a979078fd2e
12:03:36.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=222d0bff-f065-4006-9788-9a73102e9828
12:03:36.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf9f000-55a8-42f5-bbe6-95259987f7a3
12:03:36.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b830c82a-5a81-43c4-ac91-f31655548d6e
12:03:36.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f00dcaa-a3ba-4a5e-a80e-30d356d26c9a
12:03:36.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b64a528a-8ce5-4c03-a2e6-c173338ad8cd
12:03:36.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e491557-cf56-4fed-9765-c55c4ea0da87
12:03:36.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be1197e9-b29f-4be3-93a6-c9935311a45b
12:03:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b7437e-76b3-4346-9335-a492bac64c20
12:03:36.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec60f04-26bd-4698-8f8c-24216b5c186a
12:03:36.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d02b86c-aa9c-4dd0-a769-6f60899919ee
12:03:36.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e69627-9441-47ea-a3b5-89ff14a9642a
12:03:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a62a27ce-e9a0-42f6-8696-d5d0c53459d9
12:03:36.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47391fd5-e075-4457-a10a-390a411873d7
12:03:36.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b0368f0-8971-44e0-8576-bfc467a7933e
12:03:36.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e10b778-1f0b-4d43-a277-e536738caa2c
12:03:36.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b7017c1-a43f-439f-b249-4bef857b267b
12:03:36.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:36.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:36.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:36.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:36.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:36.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:36.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:36.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e360ed62-edd6-40b0-a1c0-7de861265345
12:03:36.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5955ab01-8d83-4908-9ded-8a889be8a812
12:03:37.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5947f4-de0b-4b16-a1cb-7493cbacfc2a
12:03:37.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1bc5c7-2bfa-4f1e-8cfb-fbe4b27cc9c5
12:03:37.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7906bbdc-8acc-4bdf-b250-026d5c563f8e
12:03:37.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd55046-b4be-4265-849f-b02e67d000f5
12:03:37.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dc21dca-3679-40fb-9188-aaae5fcbd9a1
12:03:37.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfbed4c-5637-4fcb-988d-82031a47fb4b
12:03:37.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb786844-05c3-4505-bb8c-1f0e9288410e
12:03:37.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0b3001-00dd-46cf-b20e-db55b33abe36
12:03:37.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46d1815-244f-40d9-acda-a2b2585c3eb8
12:03:37.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69905a8d-9296-4c55-9d9d-06cfd8f34b2f
12:03:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98661dad-bd00-4594-8b35-110748cadc54
12:03:37.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ac43288-84ef-466a-8ced-efb22f1c64bf
12:03:37.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5692a135-0ec7-44a4-abf5-fa2ce80497f2
12:03:37.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d67e0f-f1e5-43bb-81c0-e7d65687a9db
12:03:37.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58a0e436-0d44-4274-ae21-d6c077bd2034
12:03:37.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59db78-440e-43e5-8d79-ac0a79fd58d2
12:03:37.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d2f65ec-fd56-48f9-829b-aa89acfc75cb
12:03:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ca06efc-4fcd-47e9-9da0-766d2d5291b9
12:03:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e66cbf6e-71d7-4a7e-88af-f6fc5197d72a
12:03:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b396cfb3-87d4-454d-921c-03a3d76c826c
12:03:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:37.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:37.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f54d2b-abf6-4703-a6ad-54e46dbf8c3f
12:03:37.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:37.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:37.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:37.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:37.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bdc7d07-39ed-4d49-9516-10579fc78b7b
12:03:37.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e36afa55-79b9-4523-8d97-91e52aeeefdb
12:03:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce02a34-8667-44d5-9d15-3ac0348568f3
12:03:38.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef52459-1c2c-4cbc-b3e4-0cc387bcbc10
12:03:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e81114-e28c-4591-9522-28f12740ea3f
12:03:38.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ea5e38-1f2f-4851-af65-baf87d6f7fc7
12:03:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317a3bf0-35a5-4d02-a538-bf1bd0fe97bd
12:03:38.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3fc7d36-8ef7-4f6d-b4bb-68e03ed78f21
12:03:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cd5a3a-8513-4281-91a9-5ced1ffe0a17
12:03:38.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceb470ad-fa8a-4cd1-bdb6-32ea193de1c8
12:03:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb378eb8-f5c9-49b6-a72d-e3f36348aecc
12:03:38.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9857a54-8559-4d7e-ab3b-a1ab8c1662c2
12:03:38.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=222d0bff-f065-4006-9788-9a73102e9828
12:03:38.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bdf94a6-f290-4af2-8b82-7c6e0543cea1
12:03:38.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b830c82a-5a81-43c4-ac91-f31655548d6e
12:03:38.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9270cd9-6ead-421a-8c53-f2c2640b7a9a
12:03:38.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f00dcaa-a3ba-4a5e-a80e-30d356d26c9a
12:03:38.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3a83f9-0f88-4398-a6cc-cb793550f649
12:03:38.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e491557-cf56-4fed-9765-c55c4ea0da87
12:03:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:38.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:38.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:38.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16b7437e-76b3-4346-9335-a492bac64c20
12:03:38.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:38.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:38.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:38.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae29b3c-33ca-47ec-8cda-0902186c78f8
12:03:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d02b86c-aa9c-4dd0-a769-6f60899919ee
12:03:39.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa73969f-a4e1-42dc-b4f5-db53af956243
12:03:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a62a27ce-e9a0-42f6-8696-d5d0c53459d9
12:03:39.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e2f55c2-78cb-4ffa-9560-43be3ed9b7b2
12:03:39.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47391fd5-e075-4457-a10a-390a411873d7
12:03:39.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50691abc-d634-4c33-9fd8-09831a198b53
12:03:39.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b7017c1-a43f-439f-b249-4bef857b267b
12:03:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95128c68-4854-4493-a277-84bca54f0171
12:03:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5955ab01-8d83-4908-9ded-8a889be8a812
12:03:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1bc5c7-2bfa-4f1e-8cfb-fbe4b27cc9c5
12:03:39.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e7a00a-98c6-4f56-ac5b-b516d4393420
12:03:39.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46dc8f8-97c5-40c2-b726-93a7b43c0ba8
12:03:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd55046-b4be-4265-849f-b02e67d000f5
12:03:39.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e2f802-5bff-41c5-ae88-d1a2c21d1c0a
12:03:39.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfbed4c-5637-4fcb-988d-82031a47fb4b
12:03:39.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020f48f7-2bba-440d-9446-db5884a3c671
12:03:39.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac0b3001-00dd-46cf-b20e-db55b33abe36
12:03:39.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bebe116-0898-4c86-bf21-e776d09dac45
12:03:39.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69905a8d-9296-4c55-9d9d-06cfd8f34b2f
12:03:39.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472da2b0-4cb3-479b-8a6b-9c4e1cb68ca3
12:03:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:39.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ac43288-84ef-466a-8ced-efb22f1c64bf
12:03:39.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:39.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:39.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:39.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:39.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:39.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:39.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=777403f5-fa1c-4da4-9dde-956f28d80f3d
12:03:40.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d67e0f-f1e5-43bb-81c0-e7d65687a9db
12:03:40.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d22742c9-c580-4c2a-87da-6911e8da9ec7
12:03:40.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59db78-440e-43e5-8d79-ac0a79fd58d2
12:03:40.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b83e26-007d-483e-a316-5e93dc467ad0
12:03:40.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d2f65ec-fd56-48f9-829b-aa89acfc75cb
12:03:40.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a289b943-774b-493b-b872-98eda656ec5e
12:03:40.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e66cbf6e-71d7-4a7e-88af-f6fc5197d72a
12:03:40.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc3e9461-89e3-4e53-a3b2-90cd7ad643d6
12:03:40.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bdc7d07-39ed-4d49-9516-10579fc78b7b
12:03:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93078c18-bca0-44c0-8f94-6cfd02168460
12:03:40.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e36afa55-79b9-4523-8d97-91e52aeeefdb
12:03:40.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a49777e7-70c6-4d6b-bf31-fcae61e698de
12:03:40.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef52459-1c2c-4cbc-b3e4-0cc387bcbc10
12:03:40.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3745b0e9-73ec-46c1-9280-a1e5f8b5f090
12:03:40.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ea5e38-1f2f-4851-af65-baf87d6f7fc7
12:03:40.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fa746b-138d-4391-bd6a-407d1c8c88d3
12:03:40.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3fc7d36-8ef7-4f6d-b4bb-68e03ed78f21
12:03:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0edb7fb0-899f-45b3-b410-c623e7723b48
12:03:40.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:40.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:40.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:40.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:40.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:40.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceb470ad-fa8a-4cd1-bdb6-32ea193de1c8
12:03:40.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c6a17c8-4005-4c4c-9c39-bb4704fe7b49
12:03:41.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9857a54-8559-4d7e-ab3b-a1ab8c1662c2
12:03:41.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23b21344-e45b-4aec-bd53-72511885d5ab
12:03:41.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bdf94a6-f290-4af2-8b82-7c6e0543cea1
12:03:41.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6f3b0d0-0972-4351-a670-f5a27d539cf2
12:03:41.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.257 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9270cd9-6ead-421a-8c53-f2c2640b7a9a
12:03:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f53673c-8ccc-4011-85b0-a6e82f676d78
12:03:41.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3a83f9-0f88-4398-a6cc-cb793550f649
12:03:41.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1745c9b0-0b00-46c0-bd98-c45fbc5e4894
12:03:41.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae29b3c-33ca-47ec-8cda-0902186c78f8
12:03:41.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720084e5-62a7-4462-8f25-fb6d46da09f4
12:03:41.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa73969f-a4e1-42dc-b4f5-db53af956243
12:03:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92278b86-51c6-445b-8c26-a15b33be01ae
12:03:41.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e2f55c2-78cb-4ffa-9560-43be3ed9b7b2
12:03:41.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8caec0e6-72aa-44b4-ba6c-31cf5fa1425c
12:03:41.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00338f89-f784-4766-9c08-28be83a6a902
12:03:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50691abc-d634-4c33-9fd8-09831a198b53
12:03:41.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e485ca7-4f59-41f7-8778-cac06be0abd4
12:03:41.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95128c68-4854-4493-a277-84bca54f0171
12:03:41.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:41.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:41.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9c0b07-d6cf-460c-93e5-067d8f8a3183
12:03:41.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:41.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:41.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:41.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:41.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:41.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e7a00a-98c6-4f56-ac5b-b516d4393420
12:03:41.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d7acb8-b75f-48a5-85f8-5d3ab973d9b0
12:03:42.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46dc8f8-97c5-40c2-b726-93a7b43c0ba8
12:03:42.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fe6cc5f-fe20-4c34-a89c-3638649c16a3
12:03:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e2f802-5bff-41c5-ae88-d1a2c21d1c0a
12:03:42.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ae9de00-61ee-4c47-a37d-c94e6c72a95a
12:03:42.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020f48f7-2bba-440d-9446-db5884a3c671
12:03:42.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bebe116-0898-4c86-bf21-e776d09dac45
12:03:42.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96431345-c906-4297-9744-49532ea5b29b
12:03:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472da2b0-4cb3-479b-8a6b-9c4e1cb68ca3
12:03:42.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf8f5c9-97df-4535-b841-a23fdee60987
12:03:42.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=777403f5-fa1c-4da4-9dde-956f28d80f3d
12:03:42.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d92ee3f8-9a43-4769-9ee6-1a14bde8deda
12:03:42.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d22742c9-c580-4c2a-87da-6911e8da9ec7
12:03:42.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dce8dc9-c6d1-4657-8a0d-1388246c4f0d
12:03:42.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b83e26-007d-483e-a316-5e93dc467ad0
12:03:42.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70643549-64aa-4290-b795-17a5e65ed2b7
12:03:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a289b943-774b-493b-b872-98eda656ec5e
12:03:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8683921-7e53-4208-be54-89ed8c65c02b
12:03:42.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc3e9461-89e3-4e53-a3b2-90cd7ad643d6
12:03:42.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9374b3d9-54bf-4709-a624-1d749cff3ed1
12:03:42.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:42.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:42.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93078c18-bca0-44c0-8f94-6cfd02168460
12:03:42.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:42.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:42.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:42.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:42.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=213cb509-e52a-4763-99c0-2df1f2faa1b3
12:03:43.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a49777e7-70c6-4d6b-bf31-fcae61e698de
12:03:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=480aa53c-20c6-4d36-bdb2-ba10f17bbbb7
12:03:43.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3745b0e9-73ec-46c1-9280-a1e5f8b5f090
12:03:43.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25612885-70f9-4749-aa77-038fd7a28eb4
12:03:43.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fa746b-138d-4391-bd6a-407d1c8c88d3
12:03:43.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4222afb9-c8e9-423c-9715-00741605211f
12:03:43.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef660e74-870b-4ccc-bcc3-192fc7765cfe
12:03:43.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0edb7fb0-899f-45b3-b410-c623e7723b48
12:03:43.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6e74108-719e-45d5-a33b-55d2a8eb7cd7
12:03:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c6a17c8-4005-4c4c-9c39-bb4704fe7b49
12:03:43.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f07610-1b24-49ea-a4d7-3f9353b89798
12:03:43.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23b21344-e45b-4aec-bd53-72511885d5ab
12:03:43.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76833b1-e589-4811-8725-addd69076c3b
12:03:43.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6f3b0d0-0972-4351-a670-f5a27d539cf2
12:03:43.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac6c2c10-bc38-4b65-9fa1-1dc52f4b4d81
12:03:43.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f53673c-8ccc-4011-85b0-a6e82f676d78
12:03:43.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1745c9b0-0b00-46c0-bd98-c45fbc5e4894
12:03:43.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d9373a-3230-41ef-aed3-c8805646ec33
12:03:43.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:43.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1885840-6c61-42f6-8a23-81453b3365f4
12:03:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:43.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:43.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:43.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:43.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720084e5-62a7-4462-8f25-fb6d46da09f4
12:03:43.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f1a76e-73ad-481c-a0e9-3b812a464433
12:03:44.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92278b86-51c6-445b-8c26-a15b33be01ae
12:03:44.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f66cd56-3971-42a7-8518-d83d6d39f894
12:03:44.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8caec0e6-72aa-44b4-ba6c-31cf5fa1425c
12:03:44.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a66d247e-6d3f-4da5-9a3d-6d72b54c4edc
12:03:44.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00338f89-f784-4766-9c08-28be83a6a902
12:03:44.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5899d7b0-4c48-4308-8ee2-87d8a7a0b715
12:03:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e485ca7-4f59-41f7-8778-cac06be0abd4
12:03:44.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97a61564-55ed-4032-9a32-e853f4cf23b5
12:03:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9c0b07-d6cf-460c-93e5-067d8f8a3183
12:03:44.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91d7acb8-b75f-48a5-85f8-5d3ab973d9b0
12:03:44.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b93d3c90-7f8a-4d84-846a-520facd6a7b0
12:03:44.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fe6cc5f-fe20-4c34-a89c-3638649c16a3
12:03:44.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=503407c9-b471-43f3-8f1b-698e357a4f3c
12:03:44.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ae9de00-61ee-4c47-a37d-c94e6c72a95a
12:03:44.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=986a6473-f220-46aa-8783-1aec3ec1bf45
12:03:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96431345-c906-4297-9744-49532ea5b29b
12:03:44.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eedcf95-20dc-4e5d-b81c-b9e199475f33
12:03:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79c3837-7abb-41c8-adfe-633de1b0aa79
12:03:44.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cf8f5c9-97df-4535-b841-a23fdee60987
12:03:44.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d92ee3f8-9a43-4769-9ee6-1a14bde8deda
12:03:44.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc08b378-b977-44d4-bb98-f1364645ca79
12:03:44.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dce8dc9-c6d1-4657-8a0d-1388246c4f0d
12:03:44.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:44.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:44.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:44.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef5d9a0-71a5-470a-a450-0754826142d1
12:03:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70643549-64aa-4290-b795-17a5e65ed2b7
12:03:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d57bc173-663d-4c89-9f4b-c73be44620dd
12:03:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8683921-7e53-4208-be54-89ed8c65c02b
12:03:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ff5709-eedd-4af1-8e55-729cc0ae5147
12:03:45.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9374b3d9-54bf-4709-a624-1d749cff3ed1
12:03:45.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad0bed1-668f-4a8c-8012-483ca59ffb6c
12:03:45.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=213cb509-e52a-4763-99c0-2df1f2faa1b3
12:03:45.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07ddf97f-c71e-4d71-85bc-e85d7f583c74
12:03:45.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=480aa53c-20c6-4d36-bdb2-ba10f17bbbb7
12:03:45.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c0f2f5-09ee-49cf-8819-de1da2c3e60d
12:03:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25612885-70f9-4749-aa77-038fd7a28eb4
12:03:45.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7341354-b9bd-4471-a1dd-4a20c79e5918
12:03:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4222afb9-c8e9-423c-9715-00741605211f
12:03:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f2912c-5f68-4262-b165-044387dcc7c0
12:03:45.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef660e74-870b-4ccc-bcc3-192fc7765cfe
12:03:45.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f0c4a2-9c81-4cae-bf7f-9240d6d979fb
12:03:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6e74108-719e-45d5-a33b-55d2a8eb7cd7
12:03:45.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f07610-1b24-49ea-a4d7-3f9353b89798
12:03:45.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d1deef0-f1ce-429f-a0eb-468b0fc762fb
12:03:45.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f76833b1-e589-4811-8725-addd69076c3b
12:03:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f940d3-7437-43d9-a185-98a720fea36d
12:03:45.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:45.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:45.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:45.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:45.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac6c2c10-bc38-4b65-9fa1-1dc52f4b4d81
12:03:46.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54002a55-e255-419e-ae34-bbfca92dd1ff
12:03:46.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d9373a-3230-41ef-aed3-c8805646ec33
12:03:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c85c88-c9d4-4157-9852-1956a1f38701
12:03:46.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1885840-6c61-42f6-8a23-81453b3365f4
12:03:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aadae248-46bd-49a1-b79d-52a31f0a4ead
12:03:46.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85416f3e-ff18-4202-9eeb-30a031d609ac
12:03:46.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f1a76e-73ad-481c-a0e9-3b812a464433
12:03:46.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5924e8-21ea-4e6c-8131-57fe1d2e227a
12:03:46.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.456 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f66cd56-3971-42a7-8518-d83d6d39f894
12:03:46.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=840d1054-77d3-4b89-babb-286b7420d391
12:03:46.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a66d247e-6d3f-4da5-9a3d-6d72b54c4edc
12:03:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b6c10-bde0-4dc4-8f3c-48d1c118807c
12:03:46.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5899d7b0-4c48-4308-8ee2-87d8a7a0b715
12:03:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee30e761-c37b-419f-ad03-bee416d73d8a
12:03:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97a61564-55ed-4032-9a32-e853f4cf23b5
12:03:46.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b93d3c90-7f8a-4d84-846a-520facd6a7b0
12:03:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcea4ddc-61dd-4cee-ab35-38e8e28f4734
12:03:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:46.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:46.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:46.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:46.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:46.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:46.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:46.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=503407c9-b471-43f3-8f1b-698e357a4f3c
12:03:46.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aeac27a-e9b7-4464-af84-3f633ba4db52
12:03:47.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0814ac27-8ac1-40c2-962f-66cb3e736135
12:03:47.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=986a6473-f220-46aa-8783-1aec3ec1bf45
12:03:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d677dc57-11c1-43df-8cbc-85e8539cce3f
12:03:47.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eedcf95-20dc-4e5d-b81c-b9e199475f33
12:03:47.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eafda257-949a-4396-80b4-63fd31dc3b90
12:03:47.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d79c3837-7abb-41c8-adfe-633de1b0aa79
12:03:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44246d48-320e-4d59-b71a-69ce0f308575
12:03:47.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc08b378-b977-44d4-bb98-f1364645ca79
12:03:47.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ef5d9a0-71a5-470a-a450-0754826142d1
12:03:47.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ecd326a-0c1c-4021-8265-ea39196d25e1
12:03:47.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d57bc173-663d-4c89-9f4b-c73be44620dd
12:03:47.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f7b430-6214-406e-bfdd-52d3bc6d54bd
12:03:47.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ff5709-eedd-4af1-8e55-729cc0ae5147
12:03:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8211db1e-745f-483f-85c9-54e818834918
12:03:47.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad0bed1-668f-4a8c-8012-483ca59ffb6c
12:03:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de200dd-4a11-4640-902a-654ee584040e
12:03:47.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26aa296e-1fc1-47a3-af11-9e9c1b14635b
12:03:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07ddf97f-c71e-4d71-85bc-e85d7f583c74
12:03:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c0f2f5-09ee-49cf-8819-de1da2c3e60d
12:03:47.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87162422-3cfc-4b48-b6c9-f5d75b9e4f76
12:03:47.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7341354-b9bd-4471-a1dd-4a20c79e5918
12:03:47.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:47.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:47.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:47.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:47.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:47.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:47.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:47.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa64b923-811a-4e41-90a8-9f50142b7e63
12:03:47.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f2912c-5f68-4262-b165-044387dcc7c0
12:03:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64cbb626-4411-4d1f-9b9d-6977f2793736
12:03:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f0c4a2-9c81-4cae-bf7f-9240d6d979fb
12:03:48.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3c32c5-ca05-4c6b-90d7-fe145e1e0829
12:03:48.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d1deef0-f1ce-429f-a0eb-468b0fc762fb
12:03:48.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b1797f1-8c47-4805-9e10-479c356d9851
12:03:48.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f5c4d3-add9-415b-9a5b-ba1cc28e6e83
12:03:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f940d3-7437-43d9-a185-98a720fea36d
12:03:48.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37dfb932-456e-4c9a-90c9-2a678eee1200
12:03:48.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54002a55-e255-419e-ae34-bbfca92dd1ff
12:03:48.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c85c88-c9d4-4157-9852-1956a1f38701
12:03:48.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a6434b-a44b-4466-a3f2-3fd86f052fc5
12:03:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aadae248-46bd-49a1-b79d-52a31f0a4ead
12:03:48.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=112d2e58-e3e5-4435-b7bf-0072f69ecd40
12:03:48.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85416f3e-ff18-4202-9eeb-30a031d609ac
12:03:48.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57c8dd9-b139-4438-8a43-64b5f376d349
12:03:48.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5924e8-21ea-4e6c-8131-57fe1d2e227a
12:03:48.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1216aa2-6d19-4acd-a823-0572a544c47b
12:03:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=840d1054-77d3-4b89-babb-286b7420d391
12:03:48.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fcbb58-ece4-48a4-84d8-d5bbd62b8bca
12:03:48.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fab8e44-8633-421a-b61a-ac4e690f6a0e
12:03:48.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b6c10-bde0-4dc4-8f3c-48d1c118807c
12:03:48.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:48.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:48.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff26f77-dc2a-4f1d-9e1a-0b271da20282
12:03:48.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:48.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee30e761-c37b-419f-ad03-bee416d73d8a
12:03:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418344ba-e9d8-4531-b1de-d4f727b4e925
12:03:49.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcea4ddc-61dd-4cee-ab35-38e8e28f4734
12:03:49.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f546ca-e4de-49f2-8ce6-fd84095a3b04
12:03:49.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aeac27a-e9b7-4464-af84-3f633ba4db52
12:03:49.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c160ebe-311c-46b7-8d87-f85cd2a5dd2f
12:03:49.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0814ac27-8ac1-40c2-962f-66cb3e736135
12:03:49.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=811acf7a-c421-400a-9510-1ff95ea62bdf
12:03:49.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d677dc57-11c1-43df-8cbc-85e8539cce3f
12:03:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25357312-d6f6-4561-be28-8e9b60b4a368
12:03:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eafda257-949a-4396-80b4-63fd31dc3b90
12:03:49.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a39ef54-68ae-4a80-aa5c-496b5c5ad03b
12:03:49.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44246d48-320e-4d59-b71a-69ce0f308575
12:03:49.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ecd326a-0c1c-4021-8265-ea39196d25e1
12:03:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b389e979-2b91-4293-a6f7-b03f170fa7ce
12:03:49.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f7b430-6214-406e-bfdd-52d3bc6d54bd
12:03:49.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60bdbf8-a58c-467b-a61f-c66a6869e80d
12:03:49.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c299938-9d07-44b5-9b02-d9f684adf7bb
12:03:49.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8211db1e-745f-483f-85c9-54e818834918
12:03:49.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:49.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c649dbf2-74ec-4d56-b698-3af841aaf683
12:03:49.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:49.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:49.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:49.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:49.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:49.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:49.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de200dd-4a11-4640-902a-654ee584040e
12:03:50.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=398135bd-ecd0-4840-82a9-7be2e2fc7e74
12:03:50.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26aa296e-1fc1-47a3-af11-9e9c1b14635b
12:03:50.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87162422-3cfc-4b48-b6c9-f5d75b9e4f76
12:03:50.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a429f2f7-4a1a-4e26-b1b4-c23c404b321c
12:03:50.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa64b923-811a-4e41-90a8-9f50142b7e63
12:03:50.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64cbb626-4411-4d1f-9b9d-6977f2793736
12:03:50.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d79453-49ed-4287-848c-ac49f001bf57
12:03:50.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3c32c5-ca05-4c6b-90d7-fe145e1e0829
12:03:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1faaa0b0-72f5-4fb2-a4fa-3840f13adabb
12:03:50.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b1797f1-8c47-4805-9e10-479c356d9851
12:03:50.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d68723-7bfb-4f4b-9a88-1e6b8cfa7f95
12:03:50.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f5c4d3-add9-415b-9a5b-ba1cc28e6e83
12:03:50.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f56ac66-7a07-47a5-b7be-1f162eb6633f
12:03:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37dfb932-456e-4c9a-90c9-2a678eee1200
12:03:50.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c0fe50-230d-40ea-af6b-109c09262f7e
12:03:50.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.662 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a6434b-a44b-4466-a3f2-3fd86f052fc5
12:03:50.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d366ce2-0986-42de-a1ba-243aad19d0d3
12:03:50.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=112d2e58-e3e5-4435-b7bf-0072f69ecd40
12:03:50.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6ab6a7-bfd0-4fdd-ad2e-eec38f8cc5f6
12:03:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c57c8dd9-b139-4438-8a43-64b5f376d349
12:03:50.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e405ab58-65c4-44f9-8291-4c0c3420cd33
12:03:50.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:50.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1216aa2-6d19-4acd-a823-0572a544c47b
12:03:50.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:50.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:50.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:50.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:50.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cc67b91-261a-4bed-863d-f3f7443afb5d
12:03:51.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fcbb58-ece4-48a4-84d8-d5bbd62b8bca
12:03:51.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fab8e44-8633-421a-b61a-ac4e690f6a0e
12:03:51.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416ef529-3d45-4888-96aa-7766da281b99
12:03:51.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff26f77-dc2a-4f1d-9e1a-0b271da20282
12:03:51.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5ca3cbc-1bf0-43e2-9a16-0f33c1ad2942
12:03:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b33302-221a-46d0-b74d-371a2439ae36
12:03:51.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=418344ba-e9d8-4531-b1de-d4f727b4e925
12:03:51.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49384c5f-cde6-4c2c-a9f6-76dab6e288e0
12:03:51.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f546ca-e4de-49f2-8ce6-fd84095a3b04
12:03:51.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c97d6cc4-e3f4-450e-8b9d-4f1db5a02b16
12:03:51.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c160ebe-311c-46b7-8d87-f85cd2a5dd2f
12:03:51.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26072965-e690-456c-b7d5-5f8a55131f2d
12:03:51.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=811acf7a-c421-400a-9510-1ff95ea62bdf
12:03:51.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95408fd3-150d-4f7b-9e20-e002c76a1fba
12:03:51.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25357312-d6f6-4561-be28-8e9b60b4a368
12:03:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4864556f-f504-4421-a43c-0848c39c42c8
12:03:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a39ef54-68ae-4a80-aa5c-496b5c5ad03b
12:03:51.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8232a49-284e-45ad-82e0-fc593f0f3ad6
12:03:51.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b389e979-2b91-4293-a6f7-b03f170fa7ce
12:03:51.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:51.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:51.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:51.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:51.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:51.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60bdbf8-a58c-467b-a61f-c66a6869e80d
12:03:51.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2214da0c-91a2-458c-9b6c-a886323703fe
12:03:52.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c299938-9d07-44b5-9b02-d9f684adf7bb
12:03:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbf790d6-ae5a-40ef-9476-0be048dbb0be
12:03:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c649dbf2-74ec-4d56-b698-3af841aaf683
12:03:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3c28536-c2ab-44b9-a93b-f21221958ed0
12:03:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=398135bd-ecd0-4840-82a9-7be2e2fc7e74
12:03:52.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70cd58a0-c84d-4b2f-8c33-369bc975529e
12:03:52.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a429f2f7-4a1a-4e26-b1b4-c23c404b321c
12:03:52.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3d79453-49ed-4287-848c-ac49f001bf57
12:03:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bc51b6-0ada-44cf-b377-e100847ab780
12:03:52.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1faaa0b0-72f5-4fb2-a4fa-3840f13adabb
12:03:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da67e1d6-d549-435f-923d-92835b45f417
12:03:52.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d68723-7bfb-4f4b-9a88-1e6b8cfa7f95
12:03:52.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74cfd838-d916-4bcc-a60a-7e4194c7f560
12:03:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f56ac66-7a07-47a5-b7be-1f162eb6633f
12:03:52.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa1138cb-ec63-4c4b-8511-bd079b48747d
12:03:52.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c0fe50-230d-40ea-af6b-109c09262f7e
12:03:52.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28bcd734-70b6-4f0f-8cdc-98e94ee4f890
12:03:52.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e747729e-38d5-4ccd-b709-d547e2b01991
12:03:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d366ce2-0986-42de-a1ba-243aad19d0d3
12:03:52.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22f8c18d-cc09-4cb7-bf84-9edf8ff45ed1
12:03:52.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:52.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6ab6a7-bfd0-4fdd-ad2e-eec38f8cc5f6
12:03:52.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:52.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:52.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:52.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e405ab58-65c4-44f9-8291-4c0c3420cd33
12:03:53.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8940d9-a26e-4348-99c9-33afe80929f8
12:03:53.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5cb58ed-4dca-4480-9aae-dd9600749ee4
12:03:53.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cc67b91-261a-4bed-863d-f3f7443afb5d
12:03:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59511584-c6bf-4f28-8832-5a4f261cadb8
12:03:53.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=416ef529-3d45-4888-96aa-7766da281b99
12:03:53.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c657dc18-fc19-4dd3-a7cd-add59e092bbc
12:03:53.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5ca3cbc-1bf0-43e2-9a16-0f33c1ad2942
12:03:53.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec04a45e-482b-40de-92a7-c996155779f5
12:03:53.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b33302-221a-46d0-b74d-371a2439ae36
12:03:53.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8767a57a-181a-4a76-b816-0337e72ccd79
12:03:53.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49384c5f-cde6-4c2c-a9f6-76dab6e288e0
12:03:53.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c97d6cc4-e3f4-450e-8b9d-4f1db5a02b16
12:03:53.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa68dfd-81b3-4d49-bf5d-919e2e98cc4f
12:03:53.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b6825f4-82aa-4b63-a4ed-a5b4caa11e32
12:03:53.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26072965-e690-456c-b7d5-5f8a55131f2d
12:03:53.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47108118-8bb3-42bf-b6e6-0b8d49975a18
12:03:53.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95408fd3-150d-4f7b-9e20-e002c76a1fba
12:03:53.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c50b96-b695-4a15-a020-732b75e56f27
12:03:53.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4864556f-f504-4421-a43c-0848c39c42c8
12:03:53.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e903e49-0ce7-44c9-a58b-44256ffb75cb
12:03:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8232a49-284e-45ad-82e0-fc593f0f3ad6
12:03:53.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dae4864-f738-4bc7-8c43-5eccf68a801e
12:03:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:53.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:53.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:53.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:53.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:53.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:53.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2214da0c-91a2-458c-9b6c-a886323703fe
12:03:54.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a62f9f-78ef-43b0-8473-1e404ca5a4e5
12:03:54.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbf790d6-ae5a-40ef-9476-0be048dbb0be
12:03:54.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8c91e1-971a-4cdd-8ced-28a6fc932e01
12:03:54.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3c28536-c2ab-44b9-a93b-f21221958ed0
12:03:54.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f632f394-2a80-4fc4-819b-65b610a93ecb
12:03:54.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70cd58a0-c84d-4b2f-8c33-369bc975529e
12:03:54.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770ce97a-3282-4dea-b0cd-e5bc20403408
12:03:54.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00bc51b6-0ada-44cf-b377-e100847ab780
12:03:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ff8636-106e-42b7-99ba-01e9a8e02f4a
12:03:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da67e1d6-d549-435f-923d-92835b45f417
12:03:54.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fa08199-9dba-4a37-a5b0-f960d6f28b4f
12:03:54.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74cfd838-d916-4bcc-a60a-7e4194c7f560
12:03:54.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68794844-ff84-44d1-a459-629c8e80cb1b
12:03:54.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d581e82-d2b2-4875-bc1e-7287451faaba
12:03:54.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa1138cb-ec63-4c4b-8511-bd079b48747d
12:03:54.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a8c112-5a6e-40a0-a182-c37e23c7492a
12:03:54.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28bcd734-70b6-4f0f-8cdc-98e94ee4f890
12:03:54.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7becc3e-0410-44ef-9ce9-5f0e862dbd70
12:03:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e747729e-38d5-4ccd-b709-d547e2b01991
12:03:54.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb1de94-c54b-4845-8dce-d7d843e626ca
12:03:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:54.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:54.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:54.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:54.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:54.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22f8c18d-cc09-4cb7-bf84-9edf8ff45ed1
12:03:54.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1383cfc7-8c9e-4d7c-a4cf-f8b3080819fe
12:03:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8940d9-a26e-4348-99c9-33afe80929f8
12:03:55.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8760b4d0-edb9-48dc-b29b-823b9593f13d
12:03:55.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5cb58ed-4dca-4480-9aae-dd9600749ee4
12:03:55.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b231901-c7e7-4e1b-a06c-e7ba325cead8
12:03:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8d43e98-182d-49ea-ab54-0a1d2c630e01
12:03:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59511584-c6bf-4f28-8832-5a4f261cadb8
12:03:55.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d4572f-227d-4897-917f-f243f88c081d
12:03:55.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6ca007-ef89-4f5b-b996-8acfa7ae7059
12:03:55.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c657dc18-fc19-4dd3-a7cd-add59e092bbc
12:03:55.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=199be4ce-b23f-4d4d-8e87-83a4d9ca4395
12:03:55.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec04a45e-482b-40de-92a7-c996155779f5
12:03:55.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f98b718-22c0-49e3-adfa-9a1ac4ef2002
12:03:55.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8767a57a-181a-4a76-b816-0337e72ccd79
12:03:55.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e95360-55dd-4e23-a51a-80c7f107433a
12:03:55.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa68dfd-81b3-4d49-bf5d-919e2e98cc4f
12:03:55.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29667b2-1766-4274-80d2-7246c32cd568
12:03:55.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b6825f4-82aa-4b63-a4ed-a5b4caa11e32
12:03:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8527e08-bce0-449b-902f-2b6fae113831
12:03:55.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:55.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47108118-8bb3-42bf-b6e6-0b8d49975a18
12:03:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57028b70-3470-4bd9-9aea-5fffa3c36403
12:03:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:55.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:55.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:55.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:55.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9cd3423-1951-4497-aba6-fbde6cf3c39c
12:03:56.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c50b96-b695-4a15-a020-732b75e56f27
12:03:56.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ed6f2f7-10d5-43ff-a9a2-0e4ad9ebbc8e
12:03:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e903e49-0ce7-44c9-a58b-44256ffb75cb
12:03:56.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ea19d3-e3b0-400c-8206-e8fd0286703e
12:03:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dae4864-f738-4bc7-8c43-5eccf68a801e
12:03:56.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf4b098-03ef-45cb-8967-c38e086776e3
12:03:56.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7a62f9f-78ef-43b0-8473-1e404ca5a4e5
12:03:56.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0184113c-e99f-47df-88cc-c1e1936af212
12:03:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8c91e1-971a-4cdd-8ced-28a6fc932e01
12:03:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92ff061-da7c-408d-9465-b54e13d555ea
12:03:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f632f394-2a80-4fc4-819b-65b610a93ecb
12:03:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c54fd4-2edb-47fd-8b7a-ce18b1c1a1d1
12:03:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770ce97a-3282-4dea-b0cd-e5bc20403408
12:03:56.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58b8f53b-5ddf-44aa-b113-d0aa818203f8
12:03:56.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ff8636-106e-42b7-99ba-01e9a8e02f4a
12:03:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2dcaff4-811c-4ab0-8dd8-a07b3cbc7d5b
12:03:56.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479c0273-cf6b-421b-99f6-0fadf4575749
12:03:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fa08199-9dba-4a37-a5b0-f960d6f28b4f
12:03:56.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d53f7088-e451-4bb5-8772-6bca27e2f1cc
12:03:56.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68794844-ff84-44d1-a459-629c8e80cb1b
12:03:56.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80210f3f-1973-49b5-aab4-57dae55c89f4
12:03:56.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.957 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d581e82-d2b2-4875-bc1e-7287451faaba
12:03:56.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:56.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:56.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:56.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:56.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:56.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a4496a-1784-4e53-8208-e9b2cafd3850
12:03:56.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a8c112-5a6e-40a0-a182-c37e23c7492a
12:03:57.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8f27b2f-7787-4f9d-a96d-eacb2b842906
12:03:57.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7becc3e-0410-44ef-9ce9-5f0e862dbd70
12:03:57.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6d9f812-788f-4d34-bcbb-fb391a81530a
12:03:57.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=420bd85c-0f24-4762-8660-3bd826f6ee00
12:03:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb1de94-c54b-4845-8dce-d7d843e626ca
12:03:57.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84280e20-7ca7-49ba-9770-f1be56945836
12:03:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1383cfc7-8c9e-4d7c-a4cf-f8b3080819fe
12:03:57.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8760b4d0-edb9-48dc-b29b-823b9593f13d
12:03:57.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42c1e807-b035-44e6-9e14-23b2cafc7a05
12:03:57.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b231901-c7e7-4e1b-a06c-e7ba325cead8
12:03:57.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8d43e98-182d-49ea-ab54-0a1d2c630e01
12:03:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7975e4d-d5ef-4dbf-9d1f-9eb10435f3b3
12:03:57.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d4572f-227d-4897-917f-f243f88c081d
12:03:57.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=164bd97b-9d94-4438-a854-9d543e9a9af8
12:03:57.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6ca007-ef89-4f5b-b996-8acfa7ae7059
12:03:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5c412ae-dc00-4319-9dbf-8c3e29539cee
12:03:57.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=199be4ce-b23f-4d4d-8e87-83a4d9ca4395
12:03:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36e7122-9bc6-49db-abd1-2350f1793c27
12:03:57.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f98b718-22c0-49e3-adfa-9a1ac4ef2002
12:03:57.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c67a0d63-410f-41ec-9bba-9fa5133ca90e
12:03:57.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e95360-55dd-4e23-a51a-80c7f107433a
12:03:57.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e0253c-c739-4fe4-9fda-07155f8b2ebb
12:03:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:57.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:57.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29667b2-1766-4274-80d2-7246c32cd568
12:03:58.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f291534a-bbdf-4ddc-b477-10649ccd4b2f
12:03:58.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8527e08-bce0-449b-902f-2b6fae113831
12:03:58.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faf4637e-985c-48a9-ba40-1ec1f504971c
12:03:58.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623cb9ad-b2d8-4b8e-86e7-191265d99378
12:03:58.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57028b70-3470-4bd9-9aea-5fffa3c36403
12:03:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9cd3423-1951-4497-aba6-fbde6cf3c39c
12:03:58.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f933ab52-4f1f-4cdf-b4ac-d3c1c9847523
12:03:58.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a3541e-ca5f-431e-bceb-566d601e442f
12:03:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ed6f2f7-10d5-43ff-a9a2-0e4ad9ebbc8e
12:03:58.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885e2baf-1000-4b35-b2ad-77395e933a31
12:03:58.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ea19d3-e3b0-400c-8206-e8fd0286703e
12:03:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a01189fc-eb34-461f-9e63-350147a65850
12:03:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d21ed4a6-9bf9-43dc-83e9-891d4bf48a08
12:03:58.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baf4b098-03ef-45cb-8967-c38e086776e3
12:03:58.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0184113c-e99f-47df-88cc-c1e1936af212
12:03:58.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c8bd937-8b1d-4b7f-bc9a-9f03985d2082
12:03:58.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92ff061-da7c-408d-9465-b54e13d555ea
12:03:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb09fe8-eba7-4170-8bcb-c070d6d0b152
12:03:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9235fa-9bb7-4aa2-bc17-3f9f80261ba0
12:03:58.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c54fd4-2edb-47fd-8b7a-ce18b1c1a1d1
12:03:58.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db5705c-82ec-4433-8bf9-392647f5de25
12:03:58.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:58.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:58.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:58.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:58.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:58.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:58.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:58.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58b8f53b-5ddf-44aa-b113-d0aa818203f8
12:03:58.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16a083c4-4ae2-4fde-b64f-60687c88cfa1
12:03:59.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2dcaff4-811c-4ab0-8dd8-a07b3cbc7d5b
12:03:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479c0273-cf6b-421b-99f6-0fadf4575749
12:03:59.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2b495b1-193c-4ee7-a504-b0eeb1dfa9e2
12:03:59.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b79d0601-9400-4655-be74-7e78ad4c5041
12:03:59.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d53f7088-e451-4bb5-8772-6bca27e2f1cc
12:03:59.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b97b19c0-16d8-4edb-8b1e-37921cb52c1b
12:03:59.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80210f3f-1973-49b5-aab4-57dae55c89f4
12:03:59.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f1fe95-8c95-4a68-895a-cbca08496503
12:03:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a4496a-1784-4e53-8208-e9b2cafd3850
12:03:59.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63f44237-cbe4-4804-915b-c4912131e860
12:03:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8f27b2f-7787-4f9d-a96d-eacb2b842906
12:03:59.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55bf4db3-51ec-493a-a046-abf8ec017c5f
12:03:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6d9f812-788f-4d34-bcbb-fb391a81530a
12:03:59.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b016bf1-e63e-40ef-a0f4-b0af70697f03
12:03:59.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=420bd85c-0f24-4762-8660-3bd826f6ee00
12:03:59.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302175e8-f2d2-43ab-aaf1-e2a42c3f32e0
12:03:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84280e20-7ca7-49ba-9770-f1be56945836
12:03:59.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:03:59.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:03:59.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:03:59.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ead64d35-f1b8-4fd4-84f4-84c8086b58bf
12:03:59.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:03:59.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:03:59.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:03:59.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:03:59.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42c1e807-b035-44e6-9e14-23b2cafc7a05
12:03:59.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e880fae-6ff6-4513-8367-626b9ddae4e8
12:04:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7975e4d-d5ef-4dbf-9d1f-9eb10435f3b3
12:04:00.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b96483-0388-4a69-ae5f-4405fee61e28
12:04:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=164bd97b-9d94-4438-a854-9d543e9a9af8
12:04:00.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5c412ae-dc00-4319-9dbf-8c3e29539cee
12:04:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849c8cc2-eda1-4990-bcfe-fbccaf69e8b1
12:04:00.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36e7122-9bc6-49db-abd1-2350f1793c27
12:04:00.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ddb1b8-4554-414b-bfea-c205f766038c
12:04:00.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c67a0d63-410f-41ec-9bba-9fa5133ca90e
12:04:00.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782d434f-acda-426b-8378-cd428ba60c91
12:04:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e0253c-c739-4fe4-9fda-07155f8b2ebb
12:04:00.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd34ca8-63ab-4577-ab99-4b50fdcb60b9
12:04:00.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f291534a-bbdf-4ddc-b477-10649ccd4b2f
12:04:00.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4ac40c-132a-493c-8c66-b0dd8d5be2ff
12:04:00.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faf4637e-985c-48a9-ba40-1ec1f504971c
12:04:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=821fcda5-fc16-4f9f-b50d-058bf591abbc
12:04:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623cb9ad-b2d8-4b8e-86e7-191265d99378
12:04:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22399208-f3c5-48f3-bd2e-4df49aa432ec
12:04:00.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f933ab52-4f1f-4cdf-b4ac-d3c1c9847523
12:04:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:00.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c764026f-085a-4326-aa7c-7836a359c811
12:04:00.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:00.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:00.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:00.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:00.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:00.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:00.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c3988fc-21dc-4cf4-a1d7-e0d6792aecaa
12:04:01.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a3541e-ca5f-431e-bceb-566d601e442f
12:04:01.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=450df525-2c0b-4d4b-a431-1b0967cf4c45
12:04:01.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74c5fba-5d53-46c2-8719-e7deabf81889
12:04:01.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=885e2baf-1000-4b35-b2ad-77395e933a31
12:04:01.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e7f5c7-94f8-4f5e-b939-22dbdbe33199
12:04:01.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a01189fc-eb34-461f-9e63-350147a65850
12:04:01.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e8fecc-fa65-4f39-94ee-1e5788cd2f8e
12:04:01.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d21ed4a6-9bf9-43dc-83e9-891d4bf48a08
12:04:01.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b3a6b66-3ea8-4e97-87bf-e3eee9b9593a
12:04:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c8bd937-8b1d-4b7f-bc9a-9f03985d2082
12:04:01.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb09fe8-eba7-4170-8bcb-c070d6d0b152
12:04:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac4449e-eac8-4d56-a917-3efd26f245de
12:04:01.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14736bbc-8860-4489-a8fa-4506d8ccf179
12:04:01.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9235fa-9bb7-4aa2-bc17-3f9f80261ba0
12:04:01.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db5705c-82ec-4433-8bf9-392647f5de25
12:04:01.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17ad7206-50c8-463e-977b-d3601a7253e2
12:04:01.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16a083c4-4ae2-4fde-b64f-60687c88cfa1
12:04:01.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c319eec6-2a74-4dbe-9c0f-cbde9c4f7e33
12:04:01.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fceefb54-3af9-46a5-af22-3b348076b17f
12:04:01.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:01.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2b495b1-193c-4ee7-a504-b0eeb1dfa9e2
12:04:01.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:01.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:01.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:01.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:01.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b49a53e8-165d-47c8-a66d-8741434afccc
12:04:02.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b79d0601-9400-4655-be74-7e78ad4c5041
12:04:02.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=458aa47d-274f-4c07-ada0-d8231fbbd622
12:04:02.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b97b19c0-16d8-4edb-8b1e-37921cb52c1b
12:04:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f1fe95-8c95-4a68-895a-cbca08496503
12:04:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2f92c9-7ad8-4792-997b-2b129890b8e7
12:04:02.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63f44237-cbe4-4804-915b-c4912131e860
12:04:02.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0834b2-f0ec-4a08-bf11-17bf6fd5745a
12:04:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55bf4db3-51ec-493a-a046-abf8ec017c5f
12:04:02.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11610c03-eedd-497b-ba64-7b02343b071e
12:04:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b016bf1-e63e-40ef-a0f4-b0af70697f03
12:04:02.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1e7865a-4e37-4de5-8462-37c0438a5262
12:04:02.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537ef55e-70f1-4d28-8b6b-52c393b59772
12:04:02.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302175e8-f2d2-43ab-aaf1-e2a42c3f32e0
12:04:02.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9f69b9-5e8f-4a02-ab2f-5b875ef8d367
12:04:02.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ead64d35-f1b8-4fd4-84f4-84c8086b58bf
12:04:02.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e880fae-6ff6-4513-8367-626b9ddae4e8
12:04:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b9d09d-57de-4995-928f-c7aa5fbdc0db
12:04:02.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b96483-0388-4a69-ae5f-4405fee61e28
12:04:02.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f89277a-3c83-478c-89ae-3e77bc1a6599
12:04:02.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:02.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:02.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b76386c0-2bc4-4bca-a359-5cbf5797ec10
12:04:02.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:02.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:02.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:02.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:02.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:02.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849c8cc2-eda1-4990-bcfe-fbccaf69e8b1
12:04:02.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8727fdb-b732-4960-a77d-e17e08e13154
12:04:03.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ddb1b8-4554-414b-bfea-c205f766038c
12:04:03.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=782d434f-acda-426b-8378-cd428ba60c91
12:04:03.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35675228-e26d-4d19-a9af-c530b6484052
12:04:03.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd34ca8-63ab-4577-ab99-4b50fdcb60b9
12:04:03.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f50e82d-dd1f-481b-bd1f-b93d96fd24dc
12:04:03.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4ac40c-132a-493c-8c66-b0dd8d5be2ff
12:04:03.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd6ba63-694e-4001-b711-7ea0090124fd
12:04:03.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=821fcda5-fc16-4f9f-b50d-058bf591abbc
12:04:03.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d21cf5e-680a-468e-9c96-c78bc0064a62
12:04:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad739441-2279-4d18-927c-db5d996e74ec
12:04:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22399208-f3c5-48f3-bd2e-4df49aa432ec
12:04:03.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c764026f-085a-4326-aa7c-7836a359c811
12:04:03.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc5d0b60-ada3-4bf9-a9cc-10555208ee22
12:04:03.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c3988fc-21dc-4cf4-a1d7-e0d6792aecaa
12:04:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc0b6f37-7850-4dee-ac09-64d0ae767441
12:04:03.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=450df525-2c0b-4d4b-a431-1b0967cf4c45
12:04:03.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74c5fba-5d53-46c2-8719-e7deabf81889
12:04:03.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3d1fa0-c8d4-427d-a337-9ede59d996b6
12:04:03.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55e7f5c7-94f8-4f5e-b939-22dbdbe33199
12:04:03.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:03.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:03.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:03.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131f72a3-0407-415c-8c54-554c228e004c
12:04:03.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:03.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:03.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:03.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:03.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25e8fecc-fa65-4f39-94ee-1e5788cd2f8e
12:04:03.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b3a6b66-3ea8-4e97-87bf-e3eee9b9593a
12:04:04.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c765ad-5d22-4d1c-b338-c1486ac47702
12:04:04.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74f72aea-8313-4a87-a4b4-6ea48e9600d6
12:04:04.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac4449e-eac8-4d56-a917-3efd26f245de
12:04:04.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddfacb8b-4b59-4099-a1fc-f051d419e2a7
12:04:04.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14736bbc-8860-4489-a8fa-4506d8ccf179
12:04:04.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac87af8-e52b-45e2-a924-4e4c7a054a2d
12:04:04.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17ad7206-50c8-463e-977b-d3601a7253e2
12:04:04.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fcb8b3b-52e8-403c-95b7-619966c1093e
12:04:04.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c319eec6-2a74-4dbe-9c0f-cbde9c4f7e33
12:04:04.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87aa589e-b391-41a0-9e1a-f32c0547293b
12:04:04.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fceefb54-3af9-46a5-af22-3b348076b17f
12:04:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54345132-8fae-4679-91e4-b22867ab3d0f
12:04:04.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b49a53e8-165d-47c8-a66d-8741434afccc
12:04:04.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=458aa47d-274f-4c07-ada0-d8231fbbd622
12:04:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64448f81-11e6-4703-ac19-f027da85ec0f
12:04:04.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44eb95e2-be4d-4d45-896e-657ddaa01293
12:04:04.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2f92c9-7ad8-4792-997b-2b129890b8e7
12:04:04.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b990e29-d2f3-41f3-8680-78082b75f2bc
12:04:04.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0834b2-f0ec-4a08-bf11-17bf6fd5745a
12:04:04.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11610c03-eedd-497b-ba64-7b02343b071e
12:04:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:04.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49aad170-8d4d-4f01-bc7d-657f09ff7c1a
12:04:04.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:04.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:04.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:04.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:04.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:04.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:04.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1e7865a-4e37-4de5-8462-37c0438a5262
12:04:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167fc8a3-7bec-47d6-ad99-f35259c9381d
12:04:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.122 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537ef55e-70f1-4d28-8b6b-52c393b59772
12:04:05.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edc0053a-ac20-4dc3-8675-95fb316acbee
12:04:05.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9f69b9-5e8f-4a02-ab2f-5b875ef8d367
12:04:05.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d98abc5-e952-4d06-8152-eca46bd346fe
12:04:05.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b9d09d-57de-4995-928f-c7aa5fbdc0db
12:04:05.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=477edd6e-52ac-4766-8528-bf5e40434a84
12:04:05.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f89277a-3c83-478c-89ae-3e77bc1a6599
12:04:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4672dd44-2a90-40e2-8df5-2365a44a19df
12:04:05.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b76386c0-2bc4-4bca-a359-5cbf5797ec10
12:04:05.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7388e7c-fd10-4514-b72b-3f22d7a41ff4
12:04:05.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8727fdb-b732-4960-a77d-e17e08e13154
12:04:05.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84427311-d6a1-4972-b8a2-5cf57b860223
12:04:05.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35675228-e26d-4d19-a9af-c530b6484052
12:04:05.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170289a8-0114-4e91-9271-90c98d9d44a5
12:04:05.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f50e82d-dd1f-481b-bd1f-b93d96fd24dc
12:04:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f37914-a528-4424-8c30-1e02165e0a26
12:04:05.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fd6ba63-694e-4001-b711-7ea0090124fd
12:04:05.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ed1427-0d0c-45bb-87e6-d785487b070f
12:04:05.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d21cf5e-680a-468e-9c96-c78bc0064a62
12:04:05.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76d8492c-b752-40ce-8c35-c1fe387995b6
12:04:05.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:05.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:05.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:05.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1630378-19a0-42f9-acf3-5e40fcf5beed
12:04:05.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:05.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:05.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:05.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad739441-2279-4d18-927c-db5d996e74ec
12:04:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a0f867-48f0-43ac-bcb7-363a4633bf5f
12:04:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc5d0b60-ada3-4bf9-a9cc-10555208ee22
12:04:06.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c9254c0-bedf-4d2f-83e5-bf5661580c04
12:04:06.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc0b6f37-7850-4dee-ac09-64d0ae767441
12:04:06.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=123fe0ec-a981-4d77-8677-99187cfa6222
12:04:06.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3d1fa0-c8d4-427d-a337-9ede59d996b6
12:04:06.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d4cf12-8e7b-464a-a387-6a8a95a4716b
12:04:06.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131f72a3-0407-415c-8c54-554c228e004c
12:04:06.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=062fd215-fba6-488d-9de9-7fdb471154cd
12:04:06.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c765ad-5d22-4d1c-b338-c1486ac47702
12:04:06.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e4ea108-69eb-4a3e-9710-a854021cb53d
12:04:06.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74f72aea-8313-4a87-a4b4-6ea48e9600d6
12:04:06.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddfacb8b-4b59-4099-a1fc-f051d419e2a7
12:04:06.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825fab3e-9cc0-4ed3-9233-a48d770affcd
12:04:06.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fac87af8-e52b-45e2-a924-4e4c7a054a2d
12:04:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4061fce9-e53a-4f67-bde3-94018a65e662
12:04:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fcb8b3b-52e8-403c-95b7-619966c1093e
12:04:06.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=799d9ac9-79f7-42d0-8c2d-478dd434a9f2
12:04:06.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87aa589e-b391-41a0-9e1a-f32c0547293b
12:04:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9dae83-6c8a-47ce-af2d-7dd47afa5b98
12:04:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:06.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:06.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:06.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:06.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:06.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:06.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54345132-8fae-4679-91e4-b22867ab3d0f
12:04:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64448f81-11e6-4703-ac19-f027da85ec0f
12:04:07.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb875439-39c5-44ab-9e22-07a54ecc6c6a
12:04:07.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44eb95e2-be4d-4d45-896e-657ddaa01293
12:04:07.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=672d9783-06b8-475d-9da0-b8f2418cfe5f
12:04:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b990e29-d2f3-41f3-8680-78082b75f2bc
12:04:07.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003e75bb-e87b-44dc-9d49-8ee33041031b
12:04:07.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49aad170-8d4d-4f01-bc7d-657f09ff7c1a
12:04:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e76ba5-2086-4bfb-b419-8b6f9d049109
12:04:07.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48777210-d498-4c7a-bdf9-3b55a9b52ab0
12:04:07.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167fc8a3-7bec-47d6-ad99-f35259c9381d
12:04:07.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=957c1d12-edff-4d85-9af7-d2709e605a9f
12:04:07.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edc0053a-ac20-4dc3-8675-95fb316acbee
12:04:07.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79564d32-ea1f-422b-a825-17c330cdca97
12:04:07.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d98abc5-e952-4d06-8152-eca46bd346fe
12:04:07.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c5147c-f78a-4455-ab70-7b21ffd7a737
12:04:07.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=477edd6e-52ac-4766-8528-bf5e40434a84
12:04:07.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047e1996-f481-4a0e-b838-7135508a2c56
12:04:07.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4672dd44-2a90-40e2-8df5-2365a44a19df
12:04:07.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af2f1078-8965-4926-b477-7584880acddd
12:04:07.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7388e7c-fd10-4514-b72b-3f22d7a41ff4
12:04:07.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38b9b33f-1609-4d23-b87d-fac9b568d7d7
12:04:07.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:07.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:07.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:07.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:07.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:07.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84427311-d6a1-4972-b8a2-5cf57b860223
12:04:07.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f50b255-9c06-4a72-b6f8-793dd69c79eb
12:04:08.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=170289a8-0114-4e91-9271-90c98d9d44a5
12:04:08.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afbf43ec-15b4-438f-a5ad-8f58e40ad335
12:04:08.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f37914-a528-4424-8c30-1e02165e0a26
12:04:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b903c4b7-1b5d-4eb8-af13-fa06376b7660
12:04:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ed1427-0d0c-45bb-87e6-d785487b070f
12:04:08.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6149fc7f-6448-4eb6-8637-7303b590f3a7
12:04:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76d8492c-b752-40ce-8c35-c1fe387995b6
12:04:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed9003e1-28a3-4be6-8075-2c2ad71e1425
12:04:08.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1630378-19a0-42f9-acf3-5e40fcf5beed
12:04:08.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc81f06e-443d-45e4-b069-72136a26cbbc
12:04:08.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a0f867-48f0-43ac-bcb7-363a4633bf5f
12:04:08.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d847bb-8237-438f-8977-a9ba6222d42b
12:04:08.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c9254c0-bedf-4d2f-83e5-bf5661580c04
12:04:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=123fe0ec-a981-4d77-8677-99187cfa6222
12:04:08.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3f3106-7f20-42b4-8260-05123aee5bdb
12:04:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5b510d-517f-4137-a5ea-f957a1541af5
12:04:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d4cf12-8e7b-464a-a387-6a8a95a4716b
12:04:08.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1d826fd-0034-4c22-b997-fbcf5f34a861
12:04:08.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:08.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=062fd215-fba6-488d-9de9-7fdb471154cd
12:04:08.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:08.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:08.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:08.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:08.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:08.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:08.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4616dac7-a1a1-4436-9fca-5fa7b7f09ebe
12:04:09.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e4ea108-69eb-4a3e-9710-a854021cb53d
12:04:09.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825fab3e-9cc0-4ed3-9233-a48d770affcd
12:04:09.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16d8e777-8e0e-43c6-906d-6b088a57686f
12:04:09.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4061fce9-e53a-4f67-bde3-94018a65e662
12:04:09.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353d26f6-1962-4932-87df-3d90f6b59674
12:04:09.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=799d9ac9-79f7-42d0-8c2d-478dd434a9f2
12:04:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9dae83-6c8a-47ce-af2d-7dd47afa5b98
12:04:09.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab43da1d-dc30-41fd-86d8-4e1e011f58a6
12:04:09.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb875439-39c5-44ab-9e22-07a54ecc6c6a
12:04:09.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d654e817-99c0-4ade-b8ff-b5f76edaa885
12:04:09.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=672d9783-06b8-475d-9da0-b8f2418cfe5f
12:04:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e7316f-77f1-4d06-998d-0d2618d4ca6c
12:04:09.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003e75bb-e87b-44dc-9d49-8ee33041031b
12:04:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=703d7ae1-2eb9-4d04-b656-017ecb200268
12:04:09.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e76ba5-2086-4bfb-b419-8b6f9d049109
12:04:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb540bed-f19e-470d-ba04-92c959298116
12:04:09.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48777210-d498-4c7a-bdf9-3b55a9b52ab0
12:04:09.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f72f463-7986-4889-8b53-92a5f58a32e5
12:04:09.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=957c1d12-edff-4d85-9af7-d2709e605a9f
12:04:09.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=423cf2e2-4249-4893-959d-2f4208f27497
12:04:09.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:09.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:09.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79564d32-ea1f-422b-a825-17c330cdca97
12:04:09.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:09.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:09.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7970dc-f1e1-4fac-80f9-5c71ee5aeb51
12:04:09.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c5147c-f78a-4455-ab70-7b21ffd7a737
12:04:10.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee85f6f3-c222-4e39-9e85-c6243a30ca37
12:04:10.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=047e1996-f481-4a0e-b838-7135508a2c56
12:04:10.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd36813-149e-4355-b8e3-32430e62f93f
12:04:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.223 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af2f1078-8965-4926-b477-7584880acddd
12:04:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38b9b33f-1609-4d23-b87d-fac9b568d7d7
12:04:10.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58cc1f9-bc98-471a-9b2e-a443a588918c
12:04:10.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4ab624-d364-49df-a0ed-23bbdf84d832
12:04:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f50b255-9c06-4a72-b6f8-793dd69c79eb
12:04:10.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc3cc80f-7c73-49c1-81b2-86e9c229a518
12:04:10.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afbf43ec-15b4-438f-a5ad-8f58e40ad335
12:04:10.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b64d17ce-fd2d-4821-83d1-5ce5b5001dc6
12:04:10.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b903c4b7-1b5d-4eb8-af13-fa06376b7660
12:04:10.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c571ada-78fe-4a15-8099-95ff8962407b
12:04:10.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6149fc7f-6448-4eb6-8637-7303b590f3a7
12:04:10.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c35814-0e7e-4430-b7b8-b4e82d1b47ee
12:04:10.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed9003e1-28a3-4be6-8075-2c2ad71e1425
12:04:10.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=872ad11a-b48f-471e-a600-3da6a66e848f
12:04:10.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc81f06e-443d-45e4-b069-72136a26cbbc
12:04:10.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f643bdf8-cd2c-43b5-8906-ade5a133756b
12:04:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d847bb-8237-438f-8977-a9ba6222d42b
12:04:10.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3301930-6cb0-43e6-a345-7e49afca9503
12:04:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:10.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:10.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:10.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3f3106-7f20-42b4-8260-05123aee5bdb
12:04:10.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:10.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:10.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:10.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:10.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a3f5816-c975-4df7-b3c9-8ad577e59ccc
12:04:10.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5b510d-517f-4137-a5ea-f957a1541af5
12:04:11.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcd1699-4189-42be-9663-fe55510ab583
12:04:11.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1d826fd-0034-4c22-b997-fbcf5f34a861
12:04:11.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4aa278-eb3e-47d2-8b8c-cdb8ebdb7e46
12:04:11.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4616dac7-a1a1-4436-9fca-5fa7b7f09ebe
12:04:11.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a6cff7-8000-44c4-ae72-1ff2b2e9af27
12:04:11.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16d8e777-8e0e-43c6-906d-6b088a57686f
12:04:11.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d20b96c4-0f24-4176-b884-2942abed2796
12:04:11.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353d26f6-1962-4932-87df-3d90f6b59674
12:04:11.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cda4539c-a6c9-42f4-aec7-ad473a7a55a8
12:04:11.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab43da1d-dc30-41fd-86d8-4e1e011f58a6
12:04:11.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea43925e-53cd-45bb-b55a-afcc17445db3
12:04:11.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e620d9d-a0da-4e22-99d4-d2fe0b194900
12:04:11.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d654e817-99c0-4ade-b8ff-b5f76edaa885
12:04:11.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37bf23d0-fe7b-480c-b2ea-41eec9f8def4
12:04:11.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e7316f-77f1-4d06-998d-0d2618d4ca6c
12:04:11.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9280b089-b8ce-4bc0-84df-8d8f65c2cb44
12:04:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=703d7ae1-2eb9-4d04-b656-017ecb200268
12:04:11.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44a0021-d9d5-4c9d-80ba-99d4f5ef9e9e
12:04:11.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb540bed-f19e-470d-ba04-92c959298116
12:04:11.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f48292d5-66ed-4d0c-ba69-f465af30a0c6
12:04:11.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:11.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:11.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:11.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:11.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:11.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:11.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f72f463-7986-4889-8b53-92a5f58a32e5
12:04:11.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=757a572a-c058-4412-bc34-125e5919df30
12:04:12.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=423cf2e2-4249-4893-959d-2f4208f27497
12:04:12.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=566b2f2e-6ccd-42fd-bc41-20bb8321fea3
12:04:12.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7970dc-f1e1-4fac-80f9-5c71ee5aeb51
12:04:12.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=365c977f-3a9f-42ff-91ad-7278549033a0
12:04:12.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee85f6f3-c222-4e39-9e85-c6243a30ca37
12:04:12.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=809f9061-d684-44fe-977e-41dfe2288f9d
12:04:12.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd36813-149e-4355-b8e3-32430e62f93f
12:04:12.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f65d87-e788-4009-b585-7620053b7ed5
12:04:12.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58cc1f9-bc98-471a-9b2e-a443a588918c
12:04:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad84d321-2466-4fed-9366-ada1f069912d
12:04:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4ab624-d364-49df-a0ed-23bbdf84d832
12:04:12.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91ae1bc3-c1e1-4b32-97fe-509aad09d2f8
12:04:12.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc3cc80f-7c73-49c1-81b2-86e9c229a518
12:04:12.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e543e35-a099-45ba-9be7-5bd149306582
12:04:12.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b64d17ce-fd2d-4821-83d1-5ce5b5001dc6
12:04:12.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=926bed32-a107-4254-b044-aab7d195a0f0
12:04:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c571ada-78fe-4a15-8099-95ff8962407b
12:04:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c35814-0e7e-4430-b7b8-b4e82d1b47ee
12:04:12.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b6c0e4e-a2a8-49e5-b903-00c373cb8a31
12:04:12.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=872ad11a-b48f-471e-a600-3da6a66e848f
12:04:12.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:12.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:12.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:12.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:12.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:12.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:12.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:12.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c24dce4-c901-448d-b59e-211e67d1aac8
12:04:12.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f643bdf8-cd2c-43b5-8906-ade5a133756b
12:04:13.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5532f8aa-1d1d-4fd7-8edf-fc54c34241a5
12:04:13.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3301930-6cb0-43e6-a345-7e49afca9503
12:04:13.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7038e3e5-8084-4d26-9252-f0f0f7c50c94
12:04:13.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a3f5816-c975-4df7-b3c9-8ad577e59ccc
12:04:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f159b2bf-dd9e-4da5-9e73-0eb382fb5cb2
12:04:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcd1699-4189-42be-9663-fe55510ab583
12:04:13.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44af9bd2-156e-4bb3-9841-a8b7ee75969c
12:04:13.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd4aa278-eb3e-47d2-8b8c-cdb8ebdb7e46
12:04:13.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69774ba2-345b-4bd8-b5bf-39ae170ab87f
12:04:13.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7fed6db-6d1a-4192-8bc1-262e3eb66457
12:04:13.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a6cff7-8000-44c4-ae72-1ff2b2e9af27
12:04:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893fee02-caa0-403c-9d02-c1c6852e6c67
12:04:13.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d20b96c4-0f24-4176-b884-2942abed2796
12:04:13.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e26c519-e237-4711-a643-0f9ac5369395
12:04:13.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cda4539c-a6c9-42f4-aec7-ad473a7a55a8
12:04:13.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98ab978b-61c5-4175-947f-85424e5b72cd
12:04:13.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea43925e-53cd-45bb-b55a-afcc17445db3
12:04:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3562e385-dc31-4fce-88a2-639ec25ffe51
12:04:13.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e620d9d-a0da-4e22-99d4-d2fe0b194900
12:04:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6359efa-641f-4353-8bce-2fb1888fc19d
12:04:13.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37bf23d0-fe7b-480c-b2ea-41eec9f8def4
12:04:13.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9280b089-b8ce-4bc0-84df-8d8f65c2cb44
12:04:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7503fd83-cdc2-496f-ac53-b55b6702aaf5
12:04:13.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:13.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:13.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:13.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:13.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:13.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:13.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:13.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44a0021-d9d5-4c9d-80ba-99d4f5ef9e9e
12:04:13.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f48292d5-66ed-4d0c-ba69-f465af30a0c6
12:04:14.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82af5f43-73aa-4df1-9ca1-d91ae89eabcf
12:04:14.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=757a572a-c058-4412-bc34-125e5919df30
12:04:14.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72336a44-dc77-46ec-8650-92590fe3db46
12:04:14.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=566b2f2e-6ccd-42fd-bc41-20bb8321fea3
12:04:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70416d6e-6e3f-4208-b271-6b40eacec746
12:04:14.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=365c977f-3a9f-42ff-91ad-7278549033a0
12:04:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9de8728f-4458-4a85-b0f3-be17b6c161d3
12:04:14.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=809f9061-d684-44fe-977e-41dfe2288f9d
12:04:14.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=877b0f53-7c94-442d-93da-4960f03dfa68
12:04:14.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f65d87-e788-4009-b585-7620053b7ed5
12:04:14.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5655be2-e7c0-4fcf-a5e8-bb6c2f80423c
12:04:14.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad84d321-2466-4fed-9366-ada1f069912d
12:04:14.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a35e367-d086-4112-9942-c5aad1c6f48d
12:04:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91ae1bc3-c1e1-4b32-97fe-509aad09d2f8
12:04:14.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=681a3c78-cd57-4b5d-a844-e8d0e88507c1
12:04:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792201ea-c37b-4eaa-aeb2-d0ed07cce0b1
12:04:14.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e543e35-a099-45ba-9be7-5bd149306582
12:04:14.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d7ad87-1c72-42b9-b404-bfb2398bd067
12:04:14.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=926bed32-a107-4254-b044-aab7d195a0f0
12:04:14.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:14.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2d4030e-00ab-462c-8e40-190700241e1e
12:04:14.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:14.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:14.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b6c0e4e-a2a8-49e5-b903-00c373cb8a31
12:04:15.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca649e09-36a5-455e-a2fa-600b7dcf452c
12:04:15.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ea37bd-9bf6-472c-b4eb-a157bbd18de7
12:04:15.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c24dce4-c901-448d-b59e-211e67d1aac8
12:04:15.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.190 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5532f8aa-1d1d-4fd7-8edf-fc54c34241a5
12:04:15.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a2d952-6801-434e-90a9-33243eb6226c
12:04:15.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7038e3e5-8084-4d26-9252-f0f0f7c50c94
12:04:15.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e7e85b-7dc1-4a0f-ad32-2980f7c1cb78
12:04:15.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f159b2bf-dd9e-4da5-9e73-0eb382fb5cb2
12:04:15.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a083b5-6b70-424e-a177-b5c1aab7eea5
12:04:15.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b209a762-f42e-4238-b552-a752a3cf37b2
12:04:15.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44af9bd2-156e-4bb3-9841-a8b7ee75969c
12:04:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68355ea-cad1-460a-8be3-67647c529778
12:04:15.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69774ba2-345b-4bd8-b5bf-39ae170ab87f
12:04:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e34c3c-9ea6-4c6d-992b-030c45b4fc88
12:04:15.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7fed6db-6d1a-4192-8bc1-262e3eb66457
12:04:15.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b3027ea-d887-41c2-85a5-2892fadfad38
12:04:15.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893fee02-caa0-403c-9d02-c1c6852e6c67
12:04:15.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bbddeb0-5607-4e42-84e4-1a8a263c253a
12:04:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e26c519-e237-4711-a643-0f9ac5369395
12:04:15.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:15.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbbf002f-88cd-46f5-8e42-8dd31b293440
12:04:15.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:15.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:15.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:15.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:15.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:15.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:15.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98ab978b-61c5-4175-947f-85424e5b72cd
12:04:16.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f1eb12d-54a1-48e7-987f-2a42de80a31b
12:04:16.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3562e385-dc31-4fce-88a2-639ec25ffe51
12:04:16.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9c255b9-0bc3-4294-8f06-498773aeeb4f
12:04:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6359efa-641f-4353-8bce-2fb1888fc19d
12:04:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5454544-f7ca-4b61-83e0-9699643f62ab
12:04:16.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7503fd83-cdc2-496f-ac53-b55b6702aaf5
12:04:16.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c2001b-aef7-4a86-b225-99a3f36873fc
12:04:16.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82af5f43-73aa-4df1-9ca1-d91ae89eabcf
12:04:16.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a792989-5092-4bc1-be66-ef812d9f0417
12:04:16.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72336a44-dc77-46ec-8650-92590fe3db46
12:04:16.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70416d6e-6e3f-4208-b271-6b40eacec746
12:04:16.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2a0846-988b-446a-a8be-093e224d6a52
12:04:16.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9de8728f-4458-4a85-b0f3-be17b6c161d3
12:04:16.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76474714-08f4-4bfb-9cfc-48a9f9ef5251
12:04:16.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=877b0f53-7c94-442d-93da-4960f03dfa68
12:04:16.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62ed39dc-2b83-4d8a-9e01-8d751c86385e
12:04:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5655be2-e7c0-4fcf-a5e8-bb6c2f80423c
12:04:16.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ad097d-485e-49c1-9c5e-f2518ba085eb
12:04:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69a6532a-e52d-4193-939b-a9590de6fc78
12:04:16.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a35e367-d086-4112-9942-c5aad1c6f48d
12:04:16.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0257ca03-1246-4288-a13b-260947be70c0
12:04:16.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92c652a-da56-418d-afc1-f6119e9fdc8b
12:04:16.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=681a3c78-cd57-4b5d-a844-e8d0e88507c1
12:04:16.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:16.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:16.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792201ea-c37b-4eaa-aeb2-d0ed07cce0b1
12:04:16.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:16.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:16.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:16.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e46b8a76-1cb0-4ce5-a1ca-c74751ff4932
12:04:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d7ad87-1c72-42b9-b404-bfb2398bd067
12:04:17.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=395f5382-888d-4869-a618-a7bd59982a54
12:04:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=263975ca-c72e-43a0-a033-8c18af19625e
12:04:17.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2d4030e-00ab-462c-8e40-190700241e1e
12:04:17.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d026a1f-39d4-425c-9a2f-094ac4eaf877
12:04:17.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca649e09-36a5-455e-a2fa-600b7dcf452c
12:04:17.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a746ed9-e79f-4370-823f-b0ab27c03749
12:04:17.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ea37bd-9bf6-472c-b4eb-a157bbd18de7
12:04:17.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=071749c4-9fa1-43dc-9b6c-c2d66d83311f
12:04:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a2d952-6801-434e-90a9-33243eb6226c
12:04:17.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407cceff-4bfc-4bd1-993e-eae1ea2bd5e6
12:04:17.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e7e85b-7dc1-4a0f-ad32-2980f7c1cb78
12:04:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bab2c55-c6c8-406d-a729-daf1e2e34dbe
12:04:17.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a083b5-6b70-424e-a177-b5c1aab7eea5
12:04:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cdc3a04-9a90-4b91-ac8e-74dfe77ffe7c
12:04:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b209a762-f42e-4238-b552-a752a3cf37b2
12:04:17.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68355ea-cad1-460a-8be3-67647c529778
12:04:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e54a74b5-c2a5-450e-922f-cde3528ff860
12:04:17.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b3079e5-f1cb-461f-a771-9706315cada1
12:04:17.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74e34c3c-9ea6-4c6d-992b-030c45b4fc88
12:04:17.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ebc925-9e97-4a28-9033-2b9d7f1631f0
12:04:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b3027ea-d887-41c2-85a5-2892fadfad38
12:04:17.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ee657f6-8075-4126-9663-db2c4078ff68
12:04:17.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:17.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:17.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:17.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:17.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:17.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:17.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:17.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bbddeb0-5607-4e42-84e4-1a8a263c253a
12:04:17.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbbf002f-88cd-46f5-8e42-8dd31b293440
12:04:18.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1903586c-ba55-445d-a54e-d767f86e189f
12:04:18.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f1eb12d-54a1-48e7-987f-2a42de80a31b
12:04:18.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a391e5b-c621-45b0-bc87-7a3de3682b99
12:04:18.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9c255b9-0bc3-4294-8f06-498773aeeb4f
12:04:18.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=274605f3-9873-43b6-80ca-d85595a955a7
12:04:18.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5454544-f7ca-4b61-83e0-9699643f62ab
12:04:18.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946461e6-ef72-40b4-bcfc-33f247678458
12:04:18.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c2001b-aef7-4a86-b225-99a3f36873fc
12:04:18.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b596695-6a3c-4ad3-a297-0ad41bfeb419
12:04:18.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a792989-5092-4bc1-be66-ef812d9f0417
12:04:18.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ce4b92-d92e-4ef9-bbbc-07ebfb66390d
12:04:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2a0846-988b-446a-a8be-093e224d6a52
12:04:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d5499c-4dce-4880-96a4-5be1bcf4bb8e
12:04:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76474714-08f4-4bfb-9cfc-48a9f9ef5251
12:04:18.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b85c53d-6ed7-47bb-8f79-05c82b60e453
12:04:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62ed39dc-2b83-4d8a-9e01-8d751c86385e
12:04:18.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe1f2652-23ac-48f2-9753-06ab9bd6ec86
12:04:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4ad097d-485e-49c1-9c5e-f2518ba085eb
12:04:18.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69a6532a-e52d-4193-939b-a9590de6fc78
12:04:18.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca39ded4-fbd8-46c4-bce3-b06c2ebdc258
12:04:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:18.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:18.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:18.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:18.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:18.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:18.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ba6cf7e-7cc5-45ec-9260-1e3a1f4ad7e8
12:04:19.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0257ca03-1246-4288-a13b-260947be70c0
12:04:19.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ed4235-39df-4fcf-b6a1-5143628705f8
12:04:19.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a92c652a-da56-418d-afc1-f6119e9fdc8b
12:04:19.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f055630-9ce6-4328-a52a-a76b3f7eb32d
12:04:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e46b8a76-1cb0-4ce5-a1ca-c74751ff4932
12:04:19.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cec2232-5985-4a37-ab5f-f35545427df6
12:04:19.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=395f5382-888d-4869-a618-a7bd59982a54
12:04:19.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a72d3020-d6c0-4627-8833-19459b65e559
12:04:19.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=263975ca-c72e-43a0-a033-8c18af19625e
12:04:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=923aae05-498a-4ea1-9023-943cffde5937
12:04:19.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad88d060-8564-48e1-b654-42362a8e1eb9
12:04:19.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d026a1f-39d4-425c-9a2f-094ac4eaf877
12:04:19.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fbb6d37-6a13-4b1e-995d-1eb114b251fc
12:04:19.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a746ed9-e79f-4370-823f-b0ab27c03749
12:04:19.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a768027-b56d-494f-8f6b-9c85432559bc
12:04:19.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b81bb5c8-8c57-46b5-8364-8162d3360a02
12:04:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=071749c4-9fa1-43dc-9b6c-c2d66d83311f
12:04:19.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=407cceff-4bfc-4bd1-993e-eae1ea2bd5e6
12:04:19.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a74064-8225-420e-b961-e521a20d9e2d
12:04:19.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=438cf86a-2d28-4c34-bf17-d2f72fce2fdb
12:04:19.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:19.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:19.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:19.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:19.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:19.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:19.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:19.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bab2c55-c6c8-406d-a729-daf1e2e34dbe
12:04:19.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34184428-67f1-4295-a7a4-adb4376ffc96
12:04:20.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cdc3a04-9a90-4b91-ac8e-74dfe77ffe7c
12:04:20.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fd9c111-61e5-4ea8-90ff-fe1bf7958cf7
12:04:20.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e0d19a-f904-4add-b3e3-b8ed2b14f163
12:04:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e54a74b5-c2a5-450e-922f-cde3528ff860
12:04:20.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b3079e5-f1cb-461f-a771-9706315cada1
12:04:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addecaac-ba69-4e1d-9d53-995c173c3542
12:04:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ebc925-9e97-4a28-9033-2b9d7f1631f0
12:04:20.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8189a1e1-2f8a-427e-9c84-f32fced3f0ce
12:04:20.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c18edcbb-5725-4723-987f-3a214c18ba08
12:04:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ee657f6-8075-4126-9663-db2c4078ff68
12:04:20.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1903586c-ba55-445d-a54e-d767f86e189f
12:04:20.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4aa9778-4195-44ba-acd2-1499585e42a1
12:04:20.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a391e5b-c621-45b0-bc87-7a3de3682b99
12:04:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd7caef2-9e4f-4bb4-a691-7063839fea29
12:04:20.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aa3cb80-42e9-4c6a-bc0b-0fbe7d9d1ac3
12:04:20.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=274605f3-9873-43b6-80ca-d85595a955a7
12:04:20.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f124b7d-b7bb-4fd4-947d-59ff907ba91a
12:04:20.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=946461e6-ef72-40b4-bcfc-33f247678458
12:04:20.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:20.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:20.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8a5dfb7-109a-4159-a270-997bd775aefa
12:04:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:20.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:20.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b596695-6a3c-4ad3-a297-0ad41bfeb419
12:04:20.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ce4b92-d92e-4ef9-bbbc-07ebfb66390d
12:04:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6716b2d0-8946-49d5-a0f4-4c6960d2be82
12:04:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d5499c-4dce-4880-96a4-5be1bcf4bb8e
12:04:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07e2a6f3-9372-47a0-a632-be2b5df0b607
12:04:21.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50361885-217d-4da8-989c-de806aead3bc
12:04:21.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b85c53d-6ed7-47bb-8f79-05c82b60e453
12:04:21.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24df5de-d1ad-413e-8c23-53e708735dc2
12:04:21.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea0be29-3552-4bfe-b0d4-00ec5de05332
12:04:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe1f2652-23ac-48f2-9753-06ab9bd6ec86
12:04:21.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac5075b4-2d7d-441d-a311-21188334c069
12:04:21.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca39ded4-fbd8-46c4-bce3-b06c2ebdc258
12:04:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc31515a-7d50-47c1-a037-64d1dd74338e
12:04:21.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ba6cf7e-7cc5-45ec-9260-1e3a1f4ad7e8
12:04:21.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6d22bed-f58e-4787-b7b7-d6bfb6ab63d0
12:04:21.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ed4235-39df-4fcf-b6a1-5143628705f8
12:04:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68d120a-afd5-4cde-9076-1c181b7ba477
12:04:21.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f055630-9ce6-4328-a52a-a76b3f7eb32d
12:04:21.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cec2232-5985-4a37-ab5f-f35545427df6
12:04:21.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c81a3f5-0092-4080-a67f-aa03a774edc5
12:04:21.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc4b117a-cd30-44a7-9b69-820244d5acb7
12:04:21.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:21.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:21.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:21.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:21.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:21.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:21.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:21.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a72d3020-d6c0-4627-8833-19459b65e559
12:04:21.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=923aae05-498a-4ea1-9023-943cffde5937
12:04:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96d80862-994f-4a8c-bc19-8f658066d7bc
12:04:22.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8ed5b4-5845-486f-9b1b-842410da493a
12:04:22.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad88d060-8564-48e1-b654-42362a8e1eb9
12:04:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc8ef8d7-3ab3-4cd0-aaeb-777d11ef88c5
12:04:22.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fbb6d37-6a13-4b1e-995d-1eb114b251fc
12:04:22.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a768027-b56d-494f-8f6b-9c85432559bc
12:04:22.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=886a7927-48d2-4f41-871b-9fccf4c02663
12:04:22.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b81bb5c8-8c57-46b5-8364-8162d3360a02
12:04:22.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8fb97c-86f1-46c3-bf79-93f6ab40f349
12:04:22.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a74064-8225-420e-b961-e521a20d9e2d
12:04:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79604696-1715-45a0-8085-df01c24f9069
12:04:22.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=438cf86a-2d28-4c34-bf17-d2f72fce2fdb
12:04:22.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a453a7db-e99e-4ca0-9c53-7294a0099632
12:04:22.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34184428-67f1-4295-a7a4-adb4376ffc96
12:04:22.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f99bd359-8833-471d-a343-de9d516259ac
12:04:22.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fd9c111-61e5-4ea8-90ff-fe1bf7958cf7
12:04:22.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=706084dc-90e0-4d18-af12-8a392895f67e
12:04:22.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7e2dcd9-ca8e-4333-9f26-f610649b4698
12:04:22.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1e0d19a-f904-4add-b3e3-b8ed2b14f163
12:04:22.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71399049-e696-41eb-af64-b0048cee6da4
12:04:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:22.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addecaac-ba69-4e1d-9d53-995c173c3542
12:04:22.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:22.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:22.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:22.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:22.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8189a1e1-2f8a-427e-9c84-f32fced3f0ce
12:04:23.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dc5ef7-3e65-435d-ac5e-bbe1db8dfebc
12:04:23.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f75ed16-9dcb-41b1-b828-ea40d5e8ba2c
12:04:23.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c18edcbb-5725-4723-987f-3a214c18ba08
12:04:23.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de4da4bb-014d-4c94-8485-df20b60695ef
12:04:23.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4aa9778-4195-44ba-acd2-1499585e42a1
12:04:23.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd7caef2-9e4f-4bb4-a691-7063839fea29
12:04:23.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=669d9ef9-3afb-4d9c-91bd-40329c314b11
12:04:23.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aa3cb80-42e9-4c6a-bc0b-0fbe7d9d1ac3
12:04:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7124c053-3ad8-4559-81c7-ffbc6b6a7117
12:04:23.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09bbdfc9-5426-4bf1-ad4b-5ad6f5c6a681
12:04:23.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f124b7d-b7bb-4fd4-947d-59ff907ba91a
12:04:23.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82145b5b-7ac1-4ca7-adec-9657fbdce1c1
12:04:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8a5dfb7-109a-4159-a270-997bd775aefa
12:04:23.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ac21d5-05c7-432b-bee7-0c5441e8e009
12:04:23.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6716b2d0-8946-49d5-a0f4-4c6960d2be82
12:04:23.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07e2a6f3-9372-47a0-a632-be2b5df0b607
12:04:23.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67cb7afa-8da1-4f89-a835-481ca6fd5baa
12:04:23.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50361885-217d-4da8-989c-de806aead3bc
12:04:23.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4e043dc-2d8f-4ba4-bc81-127904f9f2ff
12:04:23.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d24df5de-d1ad-413e-8c23-53e708735dc2
12:04:23.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:23.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:23.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:23.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:23.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:23.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:23.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:23.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4570d14-539d-4db1-bed1-e855f8c8f590
12:04:23.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9d6acc9-f88f-4c47-86a5-fbd4a65c5743
12:04:24.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ea0be29-3552-4bfe-b0d4-00ec5de05332
12:04:24.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac5075b4-2d7d-441d-a311-21188334c069
12:04:24.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0ee4c4-4e69-4d71-80b5-9af129d05e64
12:04:24.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc31515a-7d50-47c1-a037-64d1dd74338e
12:04:24.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=710ebbbb-a508-411d-bbdd-e77dff54c8fb
12:04:24.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6d22bed-f58e-4787-b7b7-d6bfb6ab63d0
12:04:24.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a378e5cb-64d3-4dfe-8c7c-9f73ba5d7346
12:04:24.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68d120a-afd5-4cde-9076-1c181b7ba477
12:04:24.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba4c1d5f-8331-4743-aaed-38b6e8368b51
12:04:24.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c81a3f5-0092-4080-a67f-aa03a774edc5
12:04:24.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b7c12c-53df-4faa-9250-ef76a7cddc2c
12:04:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc4b117a-cd30-44a7-9b69-820244d5acb7
12:04:24.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e11d6c-351d-4e55-a81a-d74a5c6cbf6e
12:04:24.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96d80862-994f-4a8c-bc19-8f658066d7bc
12:04:24.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e67da4c3-b14f-4676-97c7-b42eeddad6be
12:04:24.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8ed5b4-5845-486f-9b1b-842410da493a
12:04:24.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc8ef8d7-3ab3-4cd0-aaeb-777d11ef88c5
12:04:24.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f220ae17-c22a-4595-aaae-002718195d86
12:04:24.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7cd0770-82b7-4a58-b1c5-11cc366bfea7
12:04:24.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=886a7927-48d2-4f41-871b-9fccf4c02663
12:04:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e2509c-0069-42d1-b13a-f3d8cfb22c11
12:04:24.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a8fb97c-86f1-46c3-bf79-93f6ab40f349
12:04:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:24.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:24.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c2982fc-0799-416f-b83a-28a1304e7f9b
12:04:24.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:24.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:24.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:24.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:24.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:24.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79604696-1715-45a0-8085-df01c24f9069
12:04:24.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67563c36-ea5e-4678-a637-ff4f8ee1577f
12:04:25.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a453a7db-e99e-4ca0-9c53-7294a0099632
12:04:25.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee80e65c-47ea-401d-b04a-e563f4b67633
12:04:25.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f99bd359-8833-471d-a343-de9d516259ac
12:04:25.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=706084dc-90e0-4d18-af12-8a392895f67e
12:04:25.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140c65b7-4f87-4431-a944-2ae5353635a2
12:04:25.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7e2dcd9-ca8e-4333-9f26-f610649b4698
12:04:25.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f44238b9-33b7-4496-9963-b119202c0901
12:04:25.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71399049-e696-41eb-af64-b0048cee6da4
12:04:25.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b387c4-dda3-4c97-a264-0b2f68992e80
12:04:25.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d961050b-a933-4b71-8748-cb053f4a3f10
12:04:25.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dc5ef7-3e65-435d-ac5e-bbe1db8dfebc
12:04:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.561 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f75ed16-9dcb-41b1-b828-ea40d5e8ba2c
12:04:25.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3d536e-a815-4b88-ae34-71bc6bc9b4f4
12:04:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de4da4bb-014d-4c94-8485-df20b60695ef
12:04:25.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401849c9-cba4-475c-9f46-c5f0df829a7b
12:04:25.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.711 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=669d9ef9-3afb-4d9c-91bd-40329c314b11
12:04:25.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a325259e-6a0b-48e1-a179-83082937c997
12:04:25.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7124c053-3ad8-4559-81c7-ffbc6b6a7117
12:04:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38155f8-4929-488c-b80a-7d2059f4d716
12:04:25.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:25.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:25.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09bbdfc9-5426-4bf1-ad4b-5ad6f5c6a681
12:04:25.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:25.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:25.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:25.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b933c812-c6ce-442f-a0da-ccf08b069ddc
12:04:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82145b5b-7ac1-4ca7-adec-9657fbdce1c1
12:04:26.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9452c664-4829-4cbd-a549-910e746c5587
12:04:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8ac21d5-05c7-432b-bee7-0c5441e8e009
12:04:26.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fc5e133-721a-405d-a731-0d87b2226510
12:04:26.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67cb7afa-8da1-4f89-a835-481ca6fd5baa
12:04:26.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bec9ca6-a010-46f3-94c0-9e7e943bab4d
12:04:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4e043dc-2d8f-4ba4-bc81-127904f9f2ff
12:04:26.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=533c0b3b-e96c-4d60-8692-4f8b4d19c2b8
12:04:26.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f9b4086-d4be-40e2-8007-fd460e2d1580
12:04:26.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4570d14-539d-4db1-bed1-e855f8c8f590
12:04:26.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b5d9bf1-5613-4a27-af17-1b34371ca9f0
12:04:26.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9d6acc9-f88f-4c47-86a5-fbd4a65c5743
12:04:26.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f09bf91-a9e5-48ab-b9ec-e64e07f77695
12:04:26.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0ee4c4-4e69-4d71-80b5-9af129d05e64
12:04:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a09fcde-9da9-4fd8-94c8-12da6e0caba1
12:04:26.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=710ebbbb-a508-411d-bbdd-e77dff54c8fb
12:04:26.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a378e5cb-64d3-4dfe-8c7c-9f73ba5d7346
12:04:26.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47086baa-2455-4598-b6c8-2cbcf03c003d
12:04:26.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba4c1d5f-8331-4743-aaed-38b6e8368b51
12:04:26.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5366b348-6195-4b88-bb1b-ec50811c4792
12:04:26.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13b7c12c-53df-4faa-9250-ef76a7cddc2c
12:04:26.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d605606-7a87-408c-894d-7acc5648ec66
12:04:26.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:26.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48e11d6c-351d-4e55-a81a-d74a5c6cbf6e
12:04:26.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:26.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:26.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:26.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:26.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:26.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:26.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee92ff3-bd65-44dd-bd5d-9713501619ea
12:04:27.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e67da4c3-b14f-4676-97c7-b42eeddad6be
12:04:27.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f220ae17-c22a-4595-aaae-002718195d86
12:04:27.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4c5220f-918b-4b97-b200-884e2c5542ad
12:04:27.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7cd0770-82b7-4a58-b1c5-11cc366bfea7
12:04:27.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21b7b21-c2bd-452c-8348-98180922b8f6
12:04:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e2509c-0069-42d1-b13a-f3d8cfb22c11
12:04:27.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e9075f-8712-43b4-b276-0b95a9bcad58
12:04:27.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c2982fc-0799-416f-b83a-28a1304e7f9b
12:04:27.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b07dd02-4562-497d-aa69-e9c0b6d3a7a3
12:04:27.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67563c36-ea5e-4678-a637-ff4f8ee1577f
12:04:27.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fd8213a-22d4-47ac-961e-e4196f50bc5f
12:04:27.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee80e65c-47ea-401d-b04a-e563f4b67633
12:04:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c44133-17fe-483c-b71f-f5f8b14b01d7
12:04:27.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b67a4c7-7850-48ef-8ae9-7dd985819fda
12:04:27.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140c65b7-4f87-4431-a944-2ae5353635a2
12:04:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d6a30e7-dd15-48cd-89dc-f4090fc156e3
12:04:27.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f44238b9-33b7-4496-9963-b119202c0901
12:04:27.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9af354-cf90-4283-881b-1945deda45b6
12:04:27.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47adc557-1a7f-4af0-afd4-c2f486a414d0
12:04:27.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b387c4-dda3-4c97-a264-0b2f68992e80
12:04:27.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce04ffc-1d91-425e-b8d7-3337ab8c94e7
12:04:27.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d961050b-a933-4b71-8748-cb053f4a3f10
12:04:27.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c22e6ca-f26e-48a7-b3b5-1989bd634cec
12:04:27.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:27.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3d536e-a815-4b88-ae34-71bc6bc9b4f4
12:04:27.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:27.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:27.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:27.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:27.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:27.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:27.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b815c9f2-8e94-4e07-962c-33d117643acd
12:04:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401849c9-cba4-475c-9f46-c5f0df829a7b
12:04:28.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12534fe1-54c5-49b9-86e8-79e5a21f3656
12:04:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a325259e-6a0b-48e1-a179-83082937c997
12:04:28.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e38155f8-4929-488c-b80a-7d2059f4d716
12:04:28.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f1b4199-0dbb-4fe4-a996-112b07adf216
12:04:28.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b933c812-c6ce-442f-a0da-ccf08b069ddc
12:04:28.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84358fbb-12c0-4202-8298-48ab1abb6314
12:04:28.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9452c664-4829-4cbd-a549-910e746c5587
12:04:28.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef694a7-0be7-4a63-ab35-be5cdbfd5449
12:04:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fc5e133-721a-405d-a731-0d87b2226510
12:04:28.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bec9ca6-a010-46f3-94c0-9e7e943bab4d
12:04:28.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad371d4a-bbca-491c-9000-584614d5b770
12:04:28.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9256f60-8746-4d6a-87c7-d0197cde18ea
12:04:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=533c0b3b-e96c-4d60-8692-4f8b4d19c2b8
12:04:28.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f9b4086-d4be-40e2-8007-fd460e2d1580
12:04:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fce6e6-dbfb-4db8-ad7f-a521b7136d6d
12:04:28.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b5d9bf1-5613-4a27-af17-1b34371ca9f0
12:04:28.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7cc94ac-740a-4d81-9717-97c34f0417ee
12:04:28.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f09bf91-a9e5-48ab-b9ec-e64e07f77695
12:04:28.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4d581b-5845-45ed-8844-96d73babe6eb
12:04:28.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:28.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:28.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:28.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:28.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:28.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:28.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:28.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a09fcde-9da9-4fd8-94c8-12da6e0caba1
12:04:28.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a0966e-264b-4b2e-872f-f4644301d7b4
12:04:29.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47086baa-2455-4598-b6c8-2cbcf03c003d
12:04:29.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7fae9fc-cd4a-4a7d-a5f7-aedcde5a5fd3
12:04:29.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=981adf90-1979-473b-9e76-68e05f361f3f
12:04:29.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5366b348-6195-4b88-bb1b-ec50811c4792
12:04:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0c2d20-19d0-447a-987b-f1a8d40cea62
12:04:29.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d605606-7a87-408c-894d-7acc5648ec66
12:04:29.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6854b969-2210-49dd-b76e-574dfdde9d40
12:04:29.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee92ff3-bd65-44dd-bd5d-9713501619ea
12:04:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c2ec84-1232-4c87-b748-23d008ec8626
12:04:29.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4c5220f-918b-4b97-b200-884e2c5542ad
12:04:29.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fabb3f9-6849-42ea-998d-44d4b9a3591c
12:04:29.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e21b7b21-c2bd-452c-8348-98180922b8f6
12:04:29.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=230697a7-4cc3-46fd-9931-11afffca56a6
12:04:29.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e9075f-8712-43b4-b276-0b95a9bcad58
12:04:29.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b07dd02-4562-497d-aa69-e9c0b6d3a7a3
12:04:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=648cc646-c422-412c-8e4e-53a1b7d7a338
12:04:29.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88afa68c-aaf6-4ed4-9482-d4220b86b872
12:04:29.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fd8213a-22d4-47ac-961e-e4196f50bc5f
12:04:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d269a3-8147-45a0-8c48-2ab56194892b
12:04:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c44133-17fe-483c-b71f-f5f8b14b01d7
12:04:29.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:29.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:29.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:29.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:29.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:29.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:29.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:29.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b365d25c-ceab-40da-9f4f-374b5f3d0e7c
12:04:29.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa56fc6a-edad-4fd4-a342-a334677a2e2e
12:04:30.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b67a4c7-7850-48ef-8ae9-7dd985819fda
12:04:30.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d6a30e7-dd15-48cd-89dc-f4090fc156e3
12:04:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed422619-bbc3-4166-8238-8efb1873e2de
12:04:30.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb9af354-cf90-4283-881b-1945deda45b6
12:04:30.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6d7c23-db6d-4d85-a145-8b08fc005fd7
12:04:30.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47adc557-1a7f-4af0-afd4-c2f486a414d0
12:04:30.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb1b98a-32f9-4c0e-ac22-de2fd0526ab0
12:04:30.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce04ffc-1d91-425e-b8d7-3337ab8c94e7
12:04:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c25c9b82-ff6a-4bfe-91a5-eb60f747a058
12:04:30.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c22e6ca-f26e-48a7-b3b5-1989bd634cec
12:04:30.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b815c9f2-8e94-4e07-962c-33d117643acd
12:04:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9ce088a-9502-415f-80ce-47f7331dd6f0
12:04:30.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12534fe1-54c5-49b9-86e8-79e5a21f3656
12:04:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571d2a99-de4a-4023-b133-a5bceb15ee8a
12:04:30.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b23657e-65fc-4c4f-b844-e32099431b4f
12:04:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f1b4199-0dbb-4fe4-a996-112b07adf216
12:04:30.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84358fbb-12c0-4202-8298-48ab1abb6314
12:04:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2a2bbc-aafa-4b89-a049-54c5d76cf8c1
12:04:30.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ef694a7-0be7-4a63-ab35-be5cdbfd5449
12:04:30.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ce4fa18-bc76-41df-9b04-87c1d22317cd
12:04:30.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:30.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad371d4a-bbca-491c-9000-584614d5b770
12:04:30.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:30.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:30.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:30.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:30.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:30.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:30.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67b84073-306b-48b2-8856-67511db35210
12:04:31.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9256f60-8746-4d6a-87c7-d0197cde18ea
12:04:31.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd8abdf1-bf3c-4fdd-a388-96e322e95591
12:04:31.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fce6e6-dbfb-4db8-ad7f-a521b7136d6d
12:04:31.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b8628bf-497e-476a-b9a3-dd46d02c2f13
12:04:31.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7cc94ac-740a-4d81-9717-97c34f0417ee
12:04:31.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8abaeab1-4062-4363-a597-d4a89569efa9
12:04:31.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4d581b-5845-45ed-8844-96d73babe6eb
12:04:31.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f1d095-8108-46b0-8165-8c2d43531798
12:04:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a0966e-264b-4b2e-872f-f4644301d7b4
12:04:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e7d0702-1466-4180-856d-620244f77f89
12:04:31.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7fae9fc-cd4a-4a7d-a5f7-aedcde5a5fd3
12:04:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=838ff0e9-aae3-41a0-9356-f97c34295f68
12:04:31.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=981adf90-1979-473b-9e76-68e05f361f3f
12:04:31.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37aa7e4d-58ad-445c-88a6-38d8ef0015ff
12:04:31.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b0c2d20-19d0-447a-987b-f1a8d40cea62
12:04:31.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6854b969-2210-49dd-b76e-574dfdde9d40
12:04:31.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2269c80-d717-4883-9249-25e1d47fdfd8
12:04:31.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671dd2e6-1c8a-4e5c-8e03-4c892373be57
12:04:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c2ec84-1232-4c87-b748-23d008ec8626
12:04:31.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:31.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:31.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fabb3f9-6849-42ea-998d-44d4b9a3591c
12:04:31.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:31.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:31.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e989577b-16fa-4195-ac74-190899666d39
12:04:31.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5d9b10e-a15e-49a7-9053-f9a040fc1fbf
12:04:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=230697a7-4cc3-46fd-9931-11afffca56a6
12:04:32.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1756121a-f506-44f7-bdce-ce7a4778b11b
12:04:32.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e349b5f8-5d33-499e-8b84-025df20eb407
12:04:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=648cc646-c422-412c-8e4e-53a1b7d7a338
12:04:32.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c7ffc63-0c30-4558-a976-66a4e0b9f54a
12:04:32.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88afa68c-aaf6-4ed4-9482-d4220b86b872
12:04:32.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9574a8f6-3276-4f25-a872-ead6ab0e121c
12:04:32.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d269a3-8147-45a0-8c48-2ab56194892b
12:04:32.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187e1300-c201-425c-be85-adc4c3949e7a
12:04:32.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b365d25c-ceab-40da-9f4f-374b5f3d0e7c
12:04:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc4cc1e-1fbc-4f7c-bfc0-5111c3481317
12:04:32.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa56fc6a-edad-4fd4-a342-a334677a2e2e
12:04:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6466fca0-9bca-412b-a58e-81a8efcfc8ca
12:04:32.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed422619-bbc3-4166-8238-8efb1873e2de
12:04:32.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0e2d0a-733b-4d25-a533-4ad2d5ab6522
12:04:32.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6d7c23-db6d-4d85-a145-8b08fc005fd7
12:04:32.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f79ef2ac-3a2c-4397-b750-af126df4f5ac
12:04:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb1b98a-32f9-4c0e-ac22-de2fd0526ab0
12:04:32.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c25c9b82-ff6a-4bfe-91a5-eb60f747a058
12:04:32.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f015a5-becc-424e-b624-1e78d04b4845
12:04:32.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9ce088a-9502-415f-80ce-47f7331dd6f0
12:04:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e61e25f-f75f-49b0-b567-7d69ae73fc56
12:04:32.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571d2a99-de4a-4023-b133-a5bceb15ee8a
12:04:32.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:32.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:32.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:32.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:32.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:32.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e71eb558-4971-4f74-a94f-5e35095b7371
12:04:32.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b23657e-65fc-4c4f-b844-e32099431b4f
12:04:33.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ad5c7f-8384-42f4-9aaa-e869720f63c8
12:04:33.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa2a2bbc-aafa-4b89-a049-54c5d76cf8c1
12:04:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=518db7e9-8bd2-43ef-9e7f-f65ccb454136
12:04:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ce4fa18-bc76-41df-9b04-87c1d22317cd
12:04:33.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19612b3-a7e8-4dd8-a5ee-06d3ced2b110
12:04:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67b84073-306b-48b2-8856-67511db35210
12:04:33.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7b1fabb-2966-4398-ab8f-6392cb7b4994
12:04:33.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd8abdf1-bf3c-4fdd-a388-96e322e95591
12:04:33.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8370616c-3ded-4f86-80c6-87328dbceb4f
12:04:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b8628bf-497e-476a-b9a3-dd46d02c2f13
12:04:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a916c96-f34c-4dd8-b957-d6576729ba6a
12:04:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8abaeab1-4062-4363-a597-d4a89569efa9
12:04:33.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae527419-bac1-4641-9440-b4b923af5708
12:04:33.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f1d095-8108-46b0-8165-8c2d43531798
12:04:33.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f3d84e-344b-4034-9196-4f231e01400a
12:04:33.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e7d0702-1466-4180-856d-620244f77f89
12:04:33.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a680287b-c8a0-4b1f-ad13-deeaf967a0ff
12:04:33.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=838ff0e9-aae3-41a0-9356-f97c34295f68
12:04:33.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37aa7e4d-58ad-445c-88a6-38d8ef0015ff
12:04:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78afe4bf-5bec-49eb-8f77-a9bae8acb845
12:04:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:33.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:33.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:33.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:33.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:33.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:33.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:33.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2269c80-d717-4883-9249-25e1d47fdfd8
12:04:33.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2947b8c0-5750-4c1e-8973-5655be64fa47
12:04:34.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671dd2e6-1c8a-4e5c-8e03-4c892373be57
12:04:34.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c379d7-9ee6-4b4e-828d-d9f8b11e77fc
12:04:34.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e989577b-16fa-4195-ac74-190899666d39
12:04:34.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce3c4c9b-19a0-40c4-b6df-af140e63baa7
12:04:34.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5d9b10e-a15e-49a7-9053-f9a040fc1fbf
12:04:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4a67f3-5e0f-46a0-906a-80dc0902548c
12:04:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1756121a-f506-44f7-bdce-ce7a4778b11b
12:04:34.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35f49e1-d94a-4d73-b504-f08395bf792d
12:04:34.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e349b5f8-5d33-499e-8b84-025df20eb407
12:04:34.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51834862-789f-4072-808a-1400bb6476ad
12:04:34.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c7ffc63-0c30-4558-a976-66a4e0b9f54a
12:04:34.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088db251-0b54-4818-b54e-a8c172c2c3bc
12:04:34.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9574a8f6-3276-4f25-a872-ead6ab0e121c
12:04:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98136db-7ff0-4f40-a54c-d5c1e7c68968
12:04:34.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187e1300-c201-425c-be85-adc4c3949e7a
12:04:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90e1294-2085-402f-8018-37020e842ad6
12:04:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc4cc1e-1fbc-4f7c-bfc0-5111c3481317
12:04:34.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6466fca0-9bca-412b-a58e-81a8efcfc8ca
12:04:34.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0df0ed0f-3ea9-41a6-8ec1-a69771868682
12:04:34.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0e2d0a-733b-4d25-a533-4ad2d5ab6522
12:04:34.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:34.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:34.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:34.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:34.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:34.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:34.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d7577e-0a55-46a1-9c98-d5bedaaa574f
12:04:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f79ef2ac-3a2c-4397-b750-af126df4f5ac
12:04:35.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b921dea5-954e-4695-94d4-32e2a5889fc4
12:04:35.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f015a5-becc-424e-b624-1e78d04b4845
12:04:35.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6141d5ea-5b96-434d-9453-11ca9ae37b3a
12:04:35.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e61e25f-f75f-49b0-b567-7d69ae73fc56
12:04:35.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0414acc1-2461-41c0-9179-e63b80365bac
12:04:35.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c514383-98c9-433b-a534-89413a7b6fff
12:04:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e71eb558-4971-4f74-a94f-5e35095b7371
12:04:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ad5c7f-8384-42f4-9aaa-e869720f63c8
12:04:35.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173e31c3-6edf-456b-b8ab-2abbdd1000e7
12:04:35.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=518db7e9-8bd2-43ef-9e7f-f65ccb454136
12:04:35.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b1f8568-81c2-405e-9ff0-04486a9fa6ed
12:04:35.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.612 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f19612b3-a7e8-4dd8-a5ee-06d3ced2b110
12:04:35.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b2a9b0-ba88-42eb-9363-4cea6fa44e5c
12:04:35.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=640ed2a8-11aa-4a2d-b499-77fd73ad763c
12:04:35.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7b1fabb-2966-4398-ab8f-6392cb7b4994
12:04:35.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e056f59-d40c-45d2-9d3c-6c55f57ba0fb
12:04:35.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8370616c-3ded-4f86-80c6-87328dbceb4f
12:04:35.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42a39e3-d1da-4927-a71f-94f95dbabce6
12:04:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:35.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a916c96-f34c-4dd8-b957-d6576729ba6a
12:04:35.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:35.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:35.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:35.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:35.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:35.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:35.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfb126d3-61fb-4d1f-abd7-bc8861203f07
12:04:36.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae527419-bac1-4641-9440-b4b923af5708
12:04:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8967e594-942c-458a-9666-ac3bc9518e75
12:04:36.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59d72add-fd22-46fa-8561-73a0afcc0e5c
12:04:36.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.186 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f3d84e-344b-4034-9196-4f231e01400a
12:04:36.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d474c4-16a5-4693-bae2-6f27c95abc5c
12:04:36.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a680287b-c8a0-4b1f-ad13-deeaf967a0ff
12:04:36.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f9e601-29c4-4f57-a7c6-c27cf47d750b
12:04:36.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78afe4bf-5bec-49eb-8f77-a9bae8acb845
12:04:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7165798-781a-498b-9bf3-6dc65469be30
12:04:36.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2947b8c0-5750-4c1e-8973-5655be64fa47
12:04:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c379d7-9ee6-4b4e-828d-d9f8b11e77fc
12:04:36.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a26db47c-5b45-4b41-af73-5cc6241a6885
12:04:36.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3039edf-200a-4eae-88a3-18e9204acc74
12:04:36.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce3c4c9b-19a0-40c4-b6df-af140e63baa7
12:04:36.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a07589d-62c6-46db-9138-2f5427ccabc2
12:04:36.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4a67f3-5e0f-46a0-906a-80dc0902548c
12:04:36.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7c22d9-dd4c-4221-aebc-1df0381914d3
12:04:36.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f35f49e1-d94a-4d73-b504-f08395bf792d
12:04:36.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31565616-1bad-46d1-8e82-719137651aa0
12:04:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:36.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:36.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:36.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caeb01ae-61e9-433f-9f7f-74add30a3993
12:04:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:36.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:36.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:36.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:36.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51834862-789f-4072-808a-1400bb6476ad
12:04:36.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b120206b-f981-464f-bbde-fbabd5f28bf6
12:04:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088db251-0b54-4818-b54e-a8c172c2c3bc
12:04:37.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e21551-565f-408e-bc8d-df6eea176256
12:04:37.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98136db-7ff0-4f40-a54c-d5c1e7c68968
12:04:37.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43287437-2bf4-4aea-bb3a-3071c27475ad
12:04:37.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90e1294-2085-402f-8018-37020e842ad6
12:04:37.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=211bf7f6-254c-408f-aab4-6ad6efffe7eb
12:04:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0df0ed0f-3ea9-41a6-8ec1-a69771868682
12:04:37.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcda02ce-a700-41fe-a1de-b45ac6587b83
12:04:37.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d7577e-0a55-46a1-9c98-d5bedaaa574f
12:04:37.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9463952d-e396-4707-b50a-b35f57192840
12:04:37.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b921dea5-954e-4695-94d4-32e2a5889fc4
12:04:37.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8be00e1-0079-481d-9ffa-d37d6eae127d
12:04:37.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6141d5ea-5b96-434d-9453-11ca9ae37b3a
12:04:37.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52db3687-1276-46c9-9002-46fd1c71a54a
12:04:37.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0414acc1-2461-41c0-9179-e63b80365bac
12:04:37.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c514383-98c9-433b-a534-89413a7b6fff
12:04:37.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f2dfcdc-793f-4165-84c9-92d1b0961b0b
12:04:37.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1ff1904-c288-4223-af3a-1723e725e92e
12:04:37.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173e31c3-6edf-456b-b8ab-2abbdd1000e7
12:04:37.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b1f8568-81c2-405e-9ff0-04486a9fa6ed
12:04:37.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:37.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:37.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:37.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:37.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:37.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c22bb3-5556-48a8-9cd9-8133324a6f9b
12:04:37.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b2a9b0-ba88-42eb-9363-4cea6fa44e5c
12:04:38.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b0730c6-3358-43ef-8b4d-84ab148e6295
12:04:38.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=640ed2a8-11aa-4a2d-b499-77fd73ad763c
12:04:38.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebae58e8-8a8d-4536-a4f2-3e01512ee26f
12:04:38.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e056f59-d40c-45d2-9d3c-6c55f57ba0fb
12:04:38.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42324bde-3c3f-4784-8415-b17600680528
12:04:38.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d42a39e3-d1da-4927-a71f-94f95dbabce6
12:04:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2b3e50-d8c0-4f03-b88d-bd83bb9c7adb
12:04:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfb126d3-61fb-4d1f-abd7-bc8861203f07
12:04:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b86796-429d-491d-9cfa-ed8455aab069
12:04:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6164f709-100c-46d4-ae47-3aeb7055d2ec
12:04:38.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8967e594-942c-458a-9666-ac3bc9518e75
12:04:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fc15bb-8806-415a-a004-23b3c52e27d5
12:04:38.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59d72add-fd22-46fa-8561-73a0afcc0e5c
12:04:38.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb8aa2e-55a0-44f6-9c0b-726d5ad067a3
12:04:38.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d474c4-16a5-4693-bae2-6f27c95abc5c
12:04:38.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5c8838-c285-4570-98bd-5a31e0e52301
12:04:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97f9e601-29c4-4f57-a7c6-c27cf47d750b
12:04:38.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0df2fff5-d971-4e7a-add2-19050b398d45
12:04:38.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020e730a-3cd9-4b9c-9dbe-50e40b14d9ae
12:04:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7165798-781a-498b-9bf3-6dc65469be30
12:04:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a26db47c-5b45-4b41-af73-5cc6241a6885
12:04:38.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ec907f-a75a-46ee-9b52-d6a2b06fb405
12:04:38.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:38.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:38.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:38.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:38.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:38.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:38.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:38.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3039edf-200a-4eae-88a3-18e9204acc74
12:04:38.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a422fe45-d33a-4946-8840-0b476253b72d
12:04:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e86ddb-f7a4-4dd9-86ef-557f9c9147ea
12:04:39.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a07589d-62c6-46db-9138-2f5427ccabc2
12:04:39.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f08a87a-295e-4f78-982e-47d4eb12ce1e
12:04:39.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7c22d9-dd4c-4221-aebc-1df0381914d3
12:04:39.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d8b2dc-a498-42c3-ae10-3c1a184dbe8d
12:04:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31565616-1bad-46d1-8e82-719137651aa0
12:04:39.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4de670b7-1cd1-4e5e-8d5a-175ee5b395e5
12:04:39.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623dd0c4-1ae6-4c00-bb40-20052a4185a9
12:04:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caeb01ae-61e9-433f-9f7f-74add30a3993
12:04:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15e36e2c-19c7-4163-bb61-010d13dd061e
12:04:39.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b120206b-f981-464f-bbde-fbabd5f28bf6
12:04:39.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e21551-565f-408e-bc8d-df6eea176256
12:04:39.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23a90fb9-ebb2-4422-967b-99117086270b
12:04:39.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b8977c-1e86-40ed-9268-4bbc641d4681
12:04:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43287437-2bf4-4aea-bb3a-3071c27475ad
12:04:39.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a91a01d-276d-4091-9982-9dee1b614148
12:04:39.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=211bf7f6-254c-408f-aab4-6ad6efffe7eb
12:04:39.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc19708c-560b-497d-a758-dedf92d498f1
12:04:39.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcda02ce-a700-41fe-a1de-b45ac6587b83
12:04:39.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f14c6f0-47da-4b00-8971-c8b69b7a01a9
12:04:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9463952d-e396-4707-b50a-b35f57192840
12:04:39.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e711fa3e-fa63-413f-adfe-5b399e702fca
12:04:39.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8be00e1-0079-481d-9ffa-d37d6eae127d
12:04:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:39.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:39.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:39.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:39.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:39.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f769141-81b8-448f-a903-fb216774ab8a
12:04:39.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:39.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52db3687-1276-46c9-9002-46fd1c71a54a
12:04:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b8389ca-205f-48d8-a6c4-da8700e320d2
12:04:40.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f2dfcdc-793f-4165-84c9-92d1b0961b0b
12:04:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af0bacbe-5349-4ae8-a714-4956cf516750
12:04:40.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1ff1904-c288-4223-af3a-1723e725e92e
12:04:40.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f8c7f95-2343-4766-9731-76c14ed2c804
12:04:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6c22bb3-5556-48a8-9cd9-8133324a6f9b
12:04:40.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b0730c6-3358-43ef-8b4d-84ab148e6295
12:04:40.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7259186-453d-4d1f-ab0c-a1f7c79ed7d7
12:04:40.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=368f7af0-42ea-4b90-9b75-702991b6a6d8
12:04:40.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebae58e8-8a8d-4536-a4f2-3e01512ee26f
12:04:40.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42324bde-3c3f-4784-8415-b17600680528
12:04:40.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e655c0fb-8989-443e-8e22-0aecaa3e6b5f
12:04:40.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2b3e50-d8c0-4f03-b88d-bd83bb9c7adb
12:04:40.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08a176b9-2905-4b68-81fa-50117a510cbe
12:04:40.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b86796-429d-491d-9cfa-ed8455aab069
12:04:40.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1721bcd5-60db-4fe6-a046-6d2828eedad8
12:04:40.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6164f709-100c-46d4-ae47-3aeb7055d2ec
12:04:40.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42bc32f-2162-4d0e-b162-082dd801cecd
12:04:40.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fc15bb-8806-415a-a004-23b3c52e27d5
12:04:40.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec735511-2421-44d6-837f-9e01107612cc
12:04:40.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb8aa2e-55a0-44f6-9c0b-726d5ad067a3
12:04:40.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:40.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:40.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:40.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:40.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:40.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:40.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:40.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41ea7ffc-5a89-4d39-a175-a2accfe7a119
12:04:40.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5c8838-c285-4570-98bd-5a31e0e52301
12:04:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83534329-1daa-4b54-bd65-364c13f0cda3
12:04:41.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=667b9cca-52c9-43eb-b0d0-e43bb6780cfc
12:04:41.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0df2fff5-d971-4e7a-add2-19050b398d45
12:04:41.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020e730a-3cd9-4b9c-9dbe-50e40b14d9ae
12:04:41.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8689383f-f411-4007-9ee5-eb0378112954
12:04:41.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ec907f-a75a-46ee-9b52-d6a2b06fb405
12:04:41.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8aa6917-ee34-4395-93a7-2fe443dfbca6
12:04:41.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a422fe45-d33a-4946-8840-0b476253b72d
12:04:41.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41e4eea8-9f3e-40bc-b7bb-370faf1fb9a7
12:04:41.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec0aeb9-38a8-4a12-8a1a-d2e625e83a71
12:04:41.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e86ddb-f7a4-4dd9-86ef-557f9c9147ea
12:04:41.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b79c8f5-cc85-4ad0-8d5b-63899602d886
12:04:41.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f08a87a-295e-4f78-982e-47d4eb12ce1e
12:04:41.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52c660c-952e-4a06-9809-5e0e1b49005f
12:04:41.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0d8b2dc-a498-42c3-ae10-3c1a184dbe8d
12:04:41.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=362ce86a-b16e-48cd-b722-e9394074172c
12:04:41.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4de670b7-1cd1-4e5e-8d5a-175ee5b395e5
12:04:41.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a093022d-14b4-4857-91dd-e4d12be2ac6a
12:04:41.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=623dd0c4-1ae6-4c00-bb40-20052a4185a9
12:04:41.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6efffa-9d91-4b2e-ae01-c7ad1e0ba259
12:04:41.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=564123b3-83ae-4e04-b281-78bf9b494990
12:04:41.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15e36e2c-19c7-4163-bb61-010d13dd061e
12:04:41.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11ddf04b-c9df-4aa8-846d-ec7d68f0742e
12:04:41.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:41.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:41.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:41.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:41.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:41.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:41.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:41.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23a90fb9-ebb2-4422-967b-99117086270b
12:04:41.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5ecd1fc-460c-43a0-a3aa-247f173c2696
12:04:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b8977c-1e86-40ed-9268-4bbc641d4681
12:04:42.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a91a01d-276d-4091-9982-9dee1b614148
12:04:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484fd517-1955-490b-b21c-e8cb3340b8cb
12:04:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc19708c-560b-497d-a758-dedf92d498f1
12:04:42.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08dc17d6-347d-418a-a2d2-3e824666fad0
12:04:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc7e8b5e-d788-44f1-81c0-921e2f53d27e
12:04:42.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f14c6f0-47da-4b00-8971-c8b69b7a01a9
12:04:42.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e711fa3e-fa63-413f-adfe-5b399e702fca
12:04:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcbb98c-317b-424d-a43b-b4affff95a86
12:04:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81841cb-b319-4ca9-ae40-eb7e6a01ecdd
12:04:42.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f769141-81b8-448f-a903-fb216774ab8a
12:04:42.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7429319-4087-4faa-b79c-d9ccf74ecc29
12:04:42.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b8389ca-205f-48d8-a6c4-da8700e320d2
12:04:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d529f3c-f25c-4527-9265-66a984495989
12:04:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af0bacbe-5349-4ae8-a714-4956cf516750
12:04:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33ce0c9-bb52-4ee2-bd93-f37ed2e8a58b
12:04:42.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f8c7f95-2343-4766-9731-76c14ed2c804
12:04:42.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cbd7f78-4a16-4b4d-bbd3-aac84824c6f3
12:04:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b934f80-4c87-4ed4-8555-3466ad7abade
12:04:42.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7259186-453d-4d1f-ab0c-a1f7c79ed7d7
12:04:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b30ae639-3879-4221-a4fc-97609a5272e0
12:04:42.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:42.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=368f7af0-42ea-4b90-9b75-702991b6a6d8
12:04:42.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:42.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:42.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:42.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:42.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:42.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:42.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160da11f-9ce1-42ee-bd9c-4d8e493192f1
12:04:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b17b11-84f7-4b78-9b2e-aca00ee440cc
12:04:43.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e655c0fb-8989-443e-8e22-0aecaa3e6b5f
12:04:43.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37a4daaa-e470-4bc3-a195-0254be29a314
12:04:43.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08a176b9-2905-4b68-81fa-50117a510cbe
12:04:43.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac06cb8-0567-42b4-9f6a-0ae971e22ff1
12:04:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1721bcd5-60db-4fe6-a046-6d2828eedad8
12:04:43.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb87c8bd-8e4b-40ba-b3cc-3206c9bef2e7
12:04:43.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f35689-7c15-46ab-be2c-b6b7b6e6c8d9
12:04:43.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.424 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42bc32f-2162-4d0e-b162-082dd801cecd
12:04:43.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598d33b5-f827-4f4c-b203-213f3fb66c63
12:04:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec735511-2421-44d6-837f-9e01107612cc
12:04:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41ea7ffc-5a89-4d39-a175-a2accfe7a119
12:04:43.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e2ab14-834b-4ecd-871e-dc00bb9ac8e2
12:04:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83534329-1daa-4b54-bd65-364c13f0cda3
12:04:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b34c78f-5c5f-4aaa-a686-bb0ae3436d83
12:04:43.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=667b9cca-52c9-43eb-b0d0-e43bb6780cfc
12:04:43.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79aecb6f-7b52-408d-aa68-39779ecd9aa3
12:04:43.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8689383f-f411-4007-9ee5-eb0378112954
12:04:43.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:43.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:43.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:43.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764e99a1-2700-4ef9-ae7b-bf567aef5b89
12:04:43.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:43.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:43.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:43.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:43.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8aa6917-ee34-4395-93a7-2fe443dfbca6
12:04:43.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d5b887f-3f33-4ccc-969d-9c0163838432
12:04:44.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41e4eea8-9f3e-40bc-b7bb-370faf1fb9a7
12:04:44.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=071f1989-82ae-4538-8bbe-3e4713a8b75b
12:04:44.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec0aeb9-38a8-4a12-8a1a-d2e625e83a71
12:04:44.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1776f31-08c4-4989-8421-4b182eaba2bd
12:04:44.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b79c8f5-cc85-4ad0-8d5b-63899602d886
12:04:44.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52c660c-952e-4a06-9809-5e0e1b49005f
12:04:44.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f659d35a-daca-448a-a599-c80f0d1fff96
12:04:44.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=362ce86a-b16e-48cd-b722-e9394074172c
12:04:44.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b660b5b7-8940-48bd-baca-40c415b65f01
12:04:44.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a093022d-14b4-4857-91dd-e4d12be2ac6a
12:04:44.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=093f292e-9ff6-4881-8474-84ee5c3fded1
12:04:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6efffa-9d91-4b2e-ae01-c7ad1e0ba259
12:04:44.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fb4f7a0-bd4d-41ae-bb47-88f077392262
12:04:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=564123b3-83ae-4e04-b281-78bf9b494990
12:04:44.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd8975c2-8e03-40c1-a5e3-d38058657fff
12:04:44.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11ddf04b-c9df-4aa8-846d-ec7d68f0742e
12:04:44.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a963b6c-e0e2-4def-9fcc-ff77415d9e1b
12:04:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5ecd1fc-460c-43a0-a3aa-247f173c2696
12:04:44.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:44.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc9c7f6a-4f54-43ea-a901-5b1b4a2aef64
12:04:44.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:44.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:44.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:44.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:44.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:44.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:44.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484fd517-1955-490b-b21c-e8cb3340b8cb
12:04:45.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee69db63-2880-4243-bce7-bcc0e30f2dcd
12:04:45.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08dc17d6-347d-418a-a2d2-3e824666fad0
12:04:45.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44d2bbb9-9199-49ab-b36e-3b3a68ffdf3b
12:04:45.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc7e8b5e-d788-44f1-81c0-921e2f53d27e
12:04:45.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdbcd755-0cf3-4a49-9e53-258eb7cf146e
12:04:45.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfcbb98c-317b-424d-a43b-b4affff95a86
12:04:45.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb6f64d6-20f4-4bd0-82a6-3294f6c5e6b2
12:04:45.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81841cb-b319-4ca9-ae40-eb7e6a01ecdd
12:04:45.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dabafe-368d-48e0-9cb6-6ecc9494f9ae
12:04:45.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7429319-4087-4faa-b79c-d9ccf74ecc29
12:04:45.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abfdef9c-1fc6-4177-9bff-438f176cd1a2
12:04:45.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d529f3c-f25c-4527-9265-66a984495989
12:04:45.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c93c3d5-027f-430e-bf54-04091e66b4f8
12:04:45.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33ce0c9-bb52-4ee2-bd93-f37ed2e8a58b
12:04:45.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d0e1b6-48e6-41d5-8f4a-e75fcf9bebab
12:04:45.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cbd7f78-4a16-4b4d-bbd3-aac84824c6f3
12:04:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af36b4a9-5433-41a7-a9cc-9787da4183b8
12:04:45.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b934f80-4c87-4ed4-8555-3466ad7abade
12:04:45.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5ee966-35a7-4aac-a427-cfd8a8de02d4
12:04:45.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8216ad3-5e26-4246-8746-e295101d23b1
12:04:45.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b30ae639-3879-4221-a4fc-97609a5272e0
12:04:45.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6110c701-579c-40e4-a59b-3d6a94398dcb
12:04:45.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:45.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:45.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:45.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:45.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160da11f-9ce1-42ee-bd9c-4d8e493192f1
12:04:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5910f6d-24c9-4651-b57d-66fc55426cdc
12:04:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b17b11-84f7-4b78-9b2e-aca00ee440cc
12:04:46.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37a4daaa-e470-4bc3-a195-0254be29a314
12:04:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c65c1a-5b32-4e85-895f-9a9397e26515
12:04:46.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac06cb8-0567-42b4-9f6a-0ae971e22ff1
12:04:46.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49281a01-ab91-4006-9011-0d5985cde90e
12:04:46.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb87c8bd-8e4b-40ba-b3cc-3206c9bef2e7
12:04:46.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d0d5bab-529f-4a6c-8ae7-293c648910e0
12:04:46.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10f35689-7c15-46ab-be2c-b6b7b6e6c8d9
12:04:46.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b791f-2e19-4197-ab3f-3adf709a9556
12:04:46.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598d33b5-f827-4f4c-b203-213f3fb66c63
12:04:46.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7812b56f-b4d8-471a-8de3-20db0f40a1b4
12:04:46.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e2ab14-834b-4ecd-871e-dc00bb9ac8e2
12:04:46.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b34c78f-5c5f-4aaa-a686-bb0ae3436d83
12:04:46.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce56601-2135-4b8a-b24c-dc47c2a6c423
12:04:46.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79aecb6f-7b52-408d-aa68-39779ecd9aa3
12:04:46.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20513b6d-c59a-499c-a4e4-1f68532cad88
12:04:46.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9526fa-18b6-4447-8ea2-ccc6dba8b6ed
12:04:46.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=764e99a1-2700-4ef9-ae7b-bf567aef5b89
12:04:46.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1aa8c00-8308-4ae0-b64d-ff5cb16c311b
12:04:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d5b887f-3f33-4ccc-969d-9c0163838432
12:04:46.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=071f1989-82ae-4538-8bbe-3e4713a8b75b
12:04:46.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:46.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91782986-4024-40a1-971f-13c514cf0ce3
12:04:46.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:46.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:46.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1776f31-08c4-4989-8421-4b182eaba2bd
12:04:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2395d40e-4907-4da5-a62e-e11ef594d753
12:04:47.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f659d35a-daca-448a-a599-c80f0d1fff96
12:04:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba9ec0e-37b2-48d7-8581-11f0f2878e76
12:04:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d16eb5-d120-4763-a743-2651dd50660e
12:04:47.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b660b5b7-8940-48bd-baca-40c415b65f01
12:04:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=093f292e-9ff6-4881-8474-84ee5c3fded1
12:04:47.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e58237-6cbb-4050-b165-00a53f827202
12:04:47.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fb4f7a0-bd4d-41ae-bb47-88f077392262
12:04:47.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8235bd7b-a90a-48fd-99bf-b33f6d43bd0b
12:04:47.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd8975c2-8e03-40c1-a5e3-d38058657fff
12:04:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3c18c3-6f2e-47a8-9d0d-801af784d938
12:04:47.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a963b6c-e0e2-4def-9fcc-ff77415d9e1b
12:04:47.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea3e362c-82dc-4b9a-b804-23cb2fe730b4
12:04:47.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc9c7f6a-4f54-43ea-a901-5b1b4a2aef64
12:04:47.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0562fb5-6e4e-4a74-ab8f-4338a0a1bee5
12:04:47.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee69db63-2880-4243-bce7-bcc0e30f2dcd
12:04:47.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44d2bbb9-9199-49ab-b36e-3b3a68ffdf3b
12:04:47.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4401dc88-3a47-44b7-98e5-62b7dbe65cec
12:04:47.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdbcd755-0cf3-4a49-9e53-258eb7cf146e
12:04:47.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb833f4b-3c27-49c6-af41-fb50e9865577
12:04:47.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb6f64d6-20f4-4bd0-82a6-3294f6c5e6b2
12:04:47.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70b89735-9d42-4071-ba04-2dc1b00cca50
12:04:47.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dabafe-368d-48e0-9cb6-6ecc9494f9ae
12:04:47.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:47.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:47.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21adaeaa-77a7-41ea-97cc-6b09cdecfdf1
12:04:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1cf42a-11ce-4d05-b08b-a0b1992c783b
12:04:48.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abfdef9c-1fc6-4177-9bff-438f176cd1a2
12:04:48.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c93c3d5-027f-430e-bf54-04091e66b4f8
12:04:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1543e142-e8f9-4dfb-9804-b6342a6345c7
12:04:48.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26a869f-0bdc-4c00-8686-3f37b97b8b29
12:04:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d0e1b6-48e6-41d5-8f4a-e75fcf9bebab
12:04:48.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af36b4a9-5433-41a7-a9cc-9787da4183b8
12:04:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b32dd335-b214-4937-ae87-ea8bd610142b
12:04:48.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b87bef-760a-4150-94aa-f8b0e687a46b
12:04:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5ee966-35a7-4aac-a427-cfd8a8de02d4
12:04:48.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8216ad3-5e26-4246-8746-e295101d23b1
12:04:48.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fe1d31-dd4e-4039-9660-aeaedc7be623
12:04:48.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6110c701-579c-40e4-a59b-3d6a94398dcb
12:04:48.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dd4b1e-13d1-4162-9cec-24c7db9b43d8
12:04:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5910f6d-24c9-4651-b57d-66fc55426cdc
12:04:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a74d62f-97f4-4b4a-83dc-b4873b41a334
12:04:48.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c65c1a-5b32-4e85-895f-9a9397e26515
12:04:48.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ed81ede-9f3e-4801-bbec-9af914430007
12:04:48.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49281a01-ab91-4006-9011-0d5985cde90e
12:04:48.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d0d5bab-529f-4a6c-8ae7-293c648910e0
12:04:48.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64daa54-46b2-4364-b81b-62ee8d34d56f
12:04:48.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b791f-2e19-4197-ab3f-3adf709a9556
12:04:48.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:48.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:48.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fda52f0-8254-4b90-90ff-6be25926bf9b
12:04:48.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:48.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:48.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:48.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7812b56f-b4d8-471a-8de3-20db0f40a1b4
12:04:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a29ab84-51e3-4515-892e-58ba084407b2
12:04:49.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce56601-2135-4b8a-b24c-dc47c2a6c423
12:04:49.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20513b6d-c59a-499c-a4e4-1f68532cad88
12:04:49.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0c2c616-1403-48c5-b22b-9f6b2736890f
12:04:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d63f831-1a3b-4e5e-94bc-c971564a9cb9
12:04:49.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9526fa-18b6-4447-8ea2-ccc6dba8b6ed
12:04:49.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e94b4a1-8131-4c42-8763-3f8435f750a6
12:04:49.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.373 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1aa8c00-8308-4ae0-b64d-ff5cb16c311b
12:04:49.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47a2e1f-f416-4265-a068-4f4eceef8c0e
12:04:49.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91782986-4024-40a1-971f-13c514cf0ce3
12:04:49.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b132b4f-d2a0-4532-abf5-9539c59ab8d9
12:04:49.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2395d40e-4907-4da5-a62e-e11ef594d753
12:04:49.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5eb6e5-c757-47e1-8616-0a544541a359
12:04:49.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba9ec0e-37b2-48d7-8581-11f0f2878e76
12:04:49.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d46c9c-796b-4eba-b646-8f55d75fd559
12:04:49.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89d16eb5-d120-4763-a743-2651dd50660e
12:04:49.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19103601-c21e-4c15-a06c-2804e206ed4d
12:04:49.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e58237-6cbb-4050-b165-00a53f827202
12:04:49.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a83b5cd-a4d5-4187-9540-84a11f486f39
12:04:49.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8235bd7b-a90a-48fd-99bf-b33f6d43bd0b
12:04:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6206e951-4128-472d-8ffa-84012f76c425
12:04:49.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3c18c3-6f2e-47a8-9d0d-801af784d938
12:04:49.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:49.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac6ed6af-36f2-42f8-b764-ddd077101f93
12:04:49.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:49.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:49.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:49.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:49.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:49.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea3e362c-82dc-4b9a-b804-23cb2fe730b4
12:04:49.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0562fb5-6e4e-4a74-ab8f-4338a0a1bee5
12:04:50.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=985865c6-9309-4a6c-8492-b48d4423316d
12:04:50.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4401dc88-3a47-44b7-98e5-62b7dbe65cec
12:04:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67aa66a2-1a64-4383-ab0a-655029b5c4f5
12:04:50.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb833f4b-3c27-49c6-af41-fb50e9865577
12:04:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87dc2779-dd87-4a27-b0cc-d7f9ff5521d4
12:04:50.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70b89735-9d42-4071-ba04-2dc1b00cca50
12:04:50.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0689ad0-dadf-49ad-b4fa-1de2fbfea3f0
12:04:50.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21adaeaa-77a7-41ea-97cc-6b09cdecfdf1
12:04:50.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5102caa6-8252-46d0-8351-6c17780cdb0e
12:04:50.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1cf42a-11ce-4d05-b08b-a0b1992c783b
12:04:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1e3964-c866-488e-97ae-cf81b7779e38
12:04:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1543e142-e8f9-4dfb-9804-b6342a6345c7
12:04:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=304da798-854d-4a4f-9462-6d8b7d0a89a2
12:04:50.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26a869f-0bdc-4c00-8686-3f37b97b8b29
12:04:50.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b32dd335-b214-4937-ae87-ea8bd610142b
12:04:50.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=162481f8-85b6-4b94-b538-bf423fc9d4fc
12:04:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42b87bef-760a-4150-94aa-f8b0e687a46b
12:04:50.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8251470-fef7-48c5-9921-a8bafb565be7
12:04:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80fe1d31-dd4e-4039-9660-aeaedc7be623
12:04:50.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad9caa52-0ea7-41c3-93d7-aaa619c69f63
12:04:50.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dd4b1e-13d1-4162-9cec-24c7db9b43d8
12:04:50.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:50.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:50.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:50.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:50.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:50.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:50.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:50.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c6863e-824c-4d43-b50a-7e5dcdf12932
12:04:50.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a74d62f-97f4-4b4a-83dc-b4873b41a334
12:04:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=854b0d63-56ff-4f33-9ca8-096f4b132a5c
12:04:51.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ed81ede-9f3e-4801-bbec-9af914430007
12:04:51.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba870663-dcb1-4c0b-b775-9f95ac397491
12:04:51.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64daa54-46b2-4364-b81b-62ee8d34d56f
12:04:51.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fda52f0-8254-4b90-90ff-6be25926bf9b
12:04:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3deb3cfd-5f85-458c-94d9-09f49fda8083
12:04:51.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a29ab84-51e3-4515-892e-58ba084407b2
12:04:51.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74c046f-90c5-4497-9fea-0f22a5d363c6
12:04:51.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16692132-49af-4019-a927-33e0b002a8fa
12:04:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0c2c616-1403-48c5-b22b-9f6b2736890f
12:04:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d63f831-1a3b-4e5e-94bc-c971564a9cb9
12:04:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a1c896-96fc-4b1f-a7c4-07fc3a5a948e
12:04:51.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e94b4a1-8131-4c42-8763-3f8435f750a6
12:04:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56b723d2-81e9-4d8f-a1c5-3051813cd9a2
12:04:51.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47a2e1f-f416-4265-a068-4f4eceef8c0e
12:04:51.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e22715b-cc64-4e90-a14f-17dd422a5212
12:04:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86dc2446-8636-425f-a057-70499c837319
12:04:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b132b4f-d2a0-4532-abf5-9539c59ab8d9
12:04:51.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f11c7f47-f2ed-4446-9efe-a948c79b2908
12:04:51.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:51.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5eb6e5-c757-47e1-8616-0a544541a359
12:04:51.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:51.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:51.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:51.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:51.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:51.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd7e1c3-cf82-4877-a826-d00655472685
12:04:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d46c9c-796b-4eba-b646-8f55d75fd559
12:04:52.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4206b548-1073-405b-b43f-8800f65b3bfc
12:04:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19103601-c21e-4c15-a06c-2804e206ed4d
12:04:52.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=710ed8cd-ad40-46c0-bdad-3348da5ae3c0
12:04:52.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a83b5cd-a4d5-4187-9540-84a11f486f39
12:04:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db21e081-a40c-4e8d-bb5c-dd73ab338cac
12:04:52.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6206e951-4128-472d-8ffa-84012f76c425
12:04:52.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac6ed6af-36f2-42f8-b764-ddd077101f93
12:04:52.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cee4799b-cb39-4612-815a-8e0c66aa7db9
12:04:52.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae5c6f1-7b87-438c-9de0-d979457c88ff
12:04:52.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=985865c6-9309-4a6c-8492-b48d4423316d
12:04:52.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3766781d-0a47-4b23-9758-39f8c74e4404
12:04:52.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67aa66a2-1a64-4383-ab0a-655029b5c4f5
12:04:52.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87dc2779-dd87-4a27-b0cc-d7f9ff5521d4
12:04:52.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19685292-a202-42a9-8dd7-6963bade5a55
12:04:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0689ad0-dadf-49ad-b4fa-1de2fbfea3f0
12:04:52.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a887436-3d18-4775-b391-b4f44b73b189
12:04:52.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5102caa6-8252-46d0-8351-6c17780cdb0e
12:04:52.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d1e3964-c866-488e-97ae-cf81b7779e38
12:04:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a12584-37c8-4929-a5b9-c4112c318ae1
12:04:52.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=304da798-854d-4a4f-9462-6d8b7d0a89a2
12:04:52.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:52.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:52.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:52.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:52.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:52.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:52.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:52.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f486806-80a1-4f78-8a08-5706c6678464
12:04:52.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=162481f8-85b6-4b94-b538-bf423fc9d4fc
12:04:53.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ef5902-45a1-46e8-a8aa-0d2f4391302b
12:04:53.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8251470-fef7-48c5-9921-a8bafb565be7
12:04:53.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d00b108-82dc-4c5f-85ad-7b029d02bc2e
12:04:53.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad9caa52-0ea7-41c3-93d7-aaa619c69f63
12:04:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c6863e-824c-4d43-b50a-7e5dcdf12932
12:04:53.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3507d1-3689-4aea-8a2e-4642e7118996
12:04:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=854b0d63-56ff-4f33-9ca8-096f4b132a5c
12:04:53.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fbe804-54ac-420f-a9cb-925ceb278757
12:04:53.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba870663-dcb1-4c0b-b775-9f95ac397491
12:04:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23faebe3-034e-466e-8d08-da5038ff7abb
12:04:53.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3deb3cfd-5f85-458c-94d9-09f49fda8083
12:04:53.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6c8894-ce62-4194-a29b-773d8f8825ce
12:04:53.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f581d6-1159-4a87-a10f-5c602822ad0e
12:04:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74c046f-90c5-4497-9fea-0f22a5d363c6
12:04:53.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67dd5daa-5e8c-4d9e-909c-1bda9165b51b
12:04:53.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16692132-49af-4019-a927-33e0b002a8fa
12:04:53.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf7d4c9-50c8-44c4-a56f-389c368e9c25
12:04:53.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a1c896-96fc-4b1f-a7c4-07fc3a5a948e
12:04:53.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56b723d2-81e9-4d8f-a1c5-3051813cd9a2
12:04:53.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c4b7505-4aa2-40f3-ba88-7482eb16531b
12:04:53.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:53.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:53.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:53.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e22715b-cc64-4e90-a14f-17dd422a5212
12:04:53.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=740772a4-b639-4a26-b6a4-f755abf7de9d
12:04:54.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86dc2446-8636-425f-a057-70499c837319
12:04:54.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f11c7f47-f2ed-4446-9efe-a948c79b2908
12:04:54.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc723f8a-60b9-45e4-b6b8-4b9e08ac8511
12:04:54.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd7e1c3-cf82-4877-a826-d00655472685
12:04:54.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c8c8abd-0e01-46c2-8663-c48d92416688
12:04:54.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4206b548-1073-405b-b43f-8800f65b3bfc
12:04:54.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0f0bd6-684a-4ca5-a6de-38d0c12b8fc6
12:04:54.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=710ed8cd-ad40-46c0-bdad-3348da5ae3c0
12:04:54.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db21e081-a40c-4e8d-bb5c-dd73ab338cac
12:04:54.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88f8bbf6-b678-487c-a901-f559ee8b80f9
12:04:54.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3daebf5-dd92-44aa-8fde-71cd7a349344
12:04:54.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cee4799b-cb39-4612-815a-8e0c66aa7db9
12:04:54.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae5c6f1-7b87-438c-9de0-d979457c88ff
12:04:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41d23952-d873-4a51-89ae-c81215446732
12:04:54.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16362b3c-16dc-40eb-8de2-27aa5f672a76
12:04:54.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3766781d-0a47-4b23-9758-39f8c74e4404
12:04:54.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd01dbb6-43da-4ae4-9b6e-f2f419c45a10
12:04:54.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21e4837d-6896-4a5d-858b-5b1dd17d9026
12:04:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19685292-a202-42a9-8dd7-6963bade5a55
12:04:54.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:54.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af68d4f5-6397-45d7-b22e-947bcc7d78bd
12:04:54.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:54.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:54.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a887436-3d18-4775-b391-b4f44b73b189
12:04:54.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a12584-37c8-4929-a5b9-c4112c318ae1
12:04:55.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ff451e-b980-4f53-b505-7fd07f3d81eb
12:04:55.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f486806-80a1-4f78-8a08-5706c6678464
12:04:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b42ee95-3fc4-4174-b288-7cfba1f0efaa
12:04:55.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ef5902-45a1-46e8-a8aa-0d2f4391302b
12:04:55.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17daae5c-2889-4217-9448-66b5ca475201
12:04:55.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d00b108-82dc-4c5f-85ad-7b029d02bc2e
12:04:55.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288cf5b0-9bd8-4414-a84e-a804b7172639
12:04:55.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3507d1-3689-4aea-8a2e-4642e7118996
12:04:55.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914a6f6e-b0ef-4937-80f0-a3addbf8afb5
12:04:55.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fbe804-54ac-420f-a9cb-925ceb278757
12:04:55.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff895243-7602-4a3c-9693-d12e54f90d7e
12:04:55.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23faebe3-034e-466e-8d08-da5038ff7abb
12:04:55.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6c8894-ce62-4194-a29b-773d8f8825ce
12:04:55.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a0a7510-8bb3-4d75-b4e3-10cc6030b090
12:04:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f581d6-1159-4a87-a10f-5c602822ad0e
12:04:55.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8cb50eb-dd58-49fa-b48c-b1bdd47b3e1a
12:04:55.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67dd5daa-5e8c-4d9e-909c-1bda9165b51b
12:04:55.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c4cf8e-9b51-4739-8494-7efb67f03595
12:04:55.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acf7d4c9-50c8-44c4-a56f-389c368e9c25
12:04:55.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d872e7-140f-4ed8-a04b-05d547dac65f
12:04:55.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c4b7505-4aa2-40f3-ba88-7482eb16531b
12:04:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:55.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:55.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:55.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:55.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:55.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0154689b-9b34-4447-83ea-a684f40eaa5b
12:04:56.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=740772a4-b639-4a26-b6a4-f755abf7de9d
12:04:56.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a46e3ff-e14d-414f-8c60-9dd9a9f2f624
12:04:56.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc723f8a-60b9-45e4-b6b8-4b9e08ac8511
12:04:56.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d484b3c-0bf9-4b05-ae2e-315bf49e7522
12:04:56.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c8c8abd-0e01-46c2-8663-c48d92416688
12:04:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b92c87ef-75a9-4a45-8fde-26823d33102b
12:04:56.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca0f0bd6-684a-4ca5-a6de-38d0c12b8fc6
12:04:56.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66cc927-2421-4d01-b4c3-9e0cc857cc01
12:04:56.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88f8bbf6-b678-487c-a901-f559ee8b80f9
12:04:56.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25becd6c-5dd8-41bb-b3a8-dbafc92f8c8d
12:04:56.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3daebf5-dd92-44aa-8fde-71cd7a349344
12:04:56.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be209a53-63f7-44f6-afa7-dcf7fd512456
12:04:56.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41d23952-d873-4a51-89ae-c81215446732
12:04:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c524f-1b4c-4d7f-8b39-41ed63248a55
12:04:56.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16362b3c-16dc-40eb-8de2-27aa5f672a76
12:04:56.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa3c5df-631a-46f8-9397-652cfbdcf393
12:04:56.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd01dbb6-43da-4ae4-9b6e-f2f419c45a10
12:04:56.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=561b621a-a0da-4caa-8650-5b7629840672
12:04:56.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21e4837d-6896-4a5d-858b-5b1dd17d9026
12:04:56.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479a8e74-66b0-4f74-9cbe-e9be52b8df67
12:04:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:56.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af68d4f5-6397-45d7-b22e-947bcc7d78bd
12:04:56.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:56.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:56.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:56.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:56.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:56.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:56.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f030157a-1bbb-4104-8490-1991ace04564
12:04:57.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3d0d730-f52b-47d5-8be2-42c09a0c9500
12:04:57.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ff451e-b980-4f53-b505-7fd07f3d81eb
12:04:57.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c026ee0-4cd6-4ef0-9f63-cff3b14e92fe
12:04:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b42ee95-3fc4-4174-b288-7cfba1f0efaa
12:04:57.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75f4f6d-850e-4a7d-b02b-cb772df01204
12:04:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17daae5c-2889-4217-9448-66b5ca475201
12:04:57.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288cf5b0-9bd8-4414-a84e-a804b7172639
12:04:57.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dc76b0-eb5c-4aee-9c4c-a67d52cbf3ec
12:04:57.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914a6f6e-b0ef-4937-80f0-a3addbf8afb5
12:04:57.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41a6d392-4c60-48e2-a8dc-96fa6f319246
12:04:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff895243-7602-4a3c-9693-d12e54f90d7e
12:04:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fa35eb7-f811-40e3-94c5-959ba47b7186
12:04:57.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a0a7510-8bb3-4d75-b4e3-10cc6030b090
12:04:57.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ea5a20-f5a7-49fb-b7d7-a06213897684
12:04:57.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8cb50eb-dd58-49fa-b48c-b1bdd47b3e1a
12:04:57.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=606d501c-c817-44bc-9551-236541585051
12:04:57.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c4cf8e-9b51-4739-8494-7efb67f03595
12:04:57.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa83fc6-b1e9-47dc-b80c-a1198d79c238
12:04:57.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d872e7-140f-4ed8-a04b-05d547dac65f
12:04:57.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0154689b-9b34-4447-83ea-a684f40eaa5b
12:04:57.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20fa0b99-4da0-4e90-b8a7-525469d4fcff
12:04:57.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a46e3ff-e14d-414f-8c60-9dd9a9f2f624
12:04:57.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b4a45a-cc83-46ed-9092-7bc3acf6b8bb
12:04:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d484b3c-0bf9-4b05-ae2e-315bf49e7522
12:04:57.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04a61bb6-a611-49f2-b973-7eeb86249979
12:04:57.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:57.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:57.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b92c87ef-75a9-4a45-8fde-26823d33102b
12:04:58.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66cc927-2421-4d01-b4c3-9e0cc857cc01
12:04:58.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c65e313-fa18-4e3f-99c8-f4f60930dc8e
12:04:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25becd6c-5dd8-41bb-b3a8-dbafc92f8c8d
12:04:58.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a6e36b6-dcca-43ef-9ed0-7f9f4f13f13c
12:04:58.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be209a53-63f7-44f6-afa7-dcf7fd512456
12:04:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=661b3289-e81e-4683-839f-d218ef94506d
12:04:58.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3c524f-1b4c-4d7f-8b39-41ed63248a55
12:04:58.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e549a9ca-7ada-4fe0-a66d-52b3836c7910
12:04:58.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7e4a40f-d5b5-41b4-a417-c54e8eae6a80
12:04:58.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa3c5df-631a-46f8-9397-652cfbdcf393
12:04:58.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad1eb94-ea0f-4c4e-9e1b-c764c84fc604
12:04:58.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=561b621a-a0da-4caa-8650-5b7629840672
12:04:58.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1393b3d1-12ad-4ad8-9ba2-bf5e99e73e41
12:04:58.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479a8e74-66b0-4f74-9cbe-e9be52b8df67
12:04:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484fc577-ebbe-400b-b0fe-7a0c45033e45
12:04:58.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f030157a-1bbb-4104-8490-1991ace04564
12:04:58.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edb19a60-7985-4928-b9e9-48d0d0dc1525
12:04:58.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3d0d730-f52b-47d5-8be2-42c09a0c9500
12:04:58.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c026ee0-4cd6-4ef0-9f63-cff3b14e92fe
12:04:58.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3616fec1-8e2c-4e8d-9c57-5e58d95d8ed7
12:04:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75f4f6d-850e-4a7d-b02b-cb772df01204
12:04:58.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42911c4d-a728-4af4-a36c-8d8e76e4b449
12:04:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:58.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:58.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:58.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:58.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:58.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dc76b0-eb5c-4aee-9c4c-a67d52cbf3ec
12:04:58.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41a6d392-4c60-48e2-a8dc-96fa6f319246
12:04:59.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67f61324-4750-4cb9-8372-e22afae49803
12:04:59.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fa35eb7-f811-40e3-94c5-959ba47b7186
12:04:59.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d746d84-956c-4c2a-bfa1-f9981f8c72c1
12:04:59.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ea5a20-f5a7-49fb-b7d7-a06213897684
12:04:59.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5607208b-d029-459b-a0e4-7074dc388556
12:04:59.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=606d501c-c817-44bc-9551-236541585051
12:04:59.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6e2df51-41f1-4731-8cad-4600cc1f3863
12:04:59.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa83fc6-b1e9-47dc-b80c-a1198d79c238
12:04:59.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2671ead7-931d-40fb-8266-9a2d3d3ffd36
12:04:59.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20fa0b99-4da0-4e90-b8a7-525469d4fcff
12:04:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd587991-49f3-4728-bb74-e7e3cdc704e5
12:04:59.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b4a45a-cc83-46ed-9092-7bc3acf6b8bb
12:04:59.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=072ede44-ae74-4ac9-aff8-56ebb7e7e4c0
12:04:59.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04a61bb6-a611-49f2-b973-7eeb86249979
12:04:59.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6322711b-a94b-4ca5-822b-c66b4780a8c2
12:04:59.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c65e313-fa18-4e3f-99c8-f4f60930dc8e
12:04:59.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0699d39-840b-4ead-861b-1859ebbf7989
12:04:59.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a6e36b6-dcca-43ef-9ed0-7f9f4f13f13c
12:04:59.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=661b3289-e81e-4683-839f-d218ef94506d
12:04:59.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7c6554e-7935-467d-9dcf-58a00ca63d12
12:04:59.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:04:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e549a9ca-7ada-4fe0-a66d-52b3836c7910
12:04:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:04:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:04:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:04:59.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:04:59.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:04:59.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:04:59.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c2a120-1d5f-454b-adc8-d9a6a3b507af
12:05:00.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7e4a40f-d5b5-41b4-a417-c54e8eae6a80
12:05:00.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26ebf8dc-6867-463b-8aac-102826218eba
12:05:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad1eb94-ea0f-4c4e-9e1b-c764c84fc604
12:05:00.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1393b3d1-12ad-4ad8-9ba2-bf5e99e73e41
12:05:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c65f607-1267-4cc4-936e-25e908528313
12:05:00.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38297ed1-6ad2-4299-b6d2-282953d89148
12:05:00.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484fc577-ebbe-400b-b0fe-7a0c45033e45
12:05:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a083ae-a086-4c21-86f3-f38537ecb94d
12:05:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edb19a60-7985-4928-b9e9-48d0d0dc1525
12:05:00.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=180dd4f0-b0db-4511-800a-7ce0bab870d0
12:05:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3616fec1-8e2c-4e8d-9c57-5e58d95d8ed7
12:05:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b85bb07-ea09-43fe-a86a-df04c796098d
12:05:00.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42911c4d-a728-4af4-a36c-8d8e76e4b449
12:05:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5804d0b9-97e0-49b1-8adb-92e9507c74b4
12:05:00.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67f61324-4750-4cb9-8372-e22afae49803
12:05:00.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba2b6bc-f2b9-424d-8489-ccc5c70d286b
12:05:00.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d746d84-956c-4c2a-bfa1-f9981f8c72c1
12:05:00.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30998600-c2d1-4b16-b232-0f4dbd726b49
12:05:00.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5607208b-d029-459b-a0e4-7074dc388556
12:05:00.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=042e9685-57f0-458e-be18-c6b4543fb8e9
12:05:00.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6e2df51-41f1-4731-8cad-4600cc1f3863
12:05:00.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:00.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:00.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2671ead7-931d-40fb-8266-9a2d3d3ffd36
12:05:00.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:00.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:00.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:00.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16eaa918-c40a-42f8-b690-4519e7c173d8
12:05:00.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=032cc87f-ec85-44b5-8aef-61acc782b735
12:05:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd587991-49f3-4728-bb74-e7e3cdc704e5
12:05:01.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65b97eb3-bdb9-4dc1-aecf-6f298edda100
12:05:01.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=072ede44-ae74-4ac9-aff8-56ebb7e7e4c0
12:05:01.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6322711b-a94b-4ca5-822b-c66b4780a8c2
12:05:01.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf5387f-3224-4ab6-9053-09518d98c59f
12:05:01.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0699d39-840b-4ead-861b-1859ebbf7989
12:05:01.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b0f2a5-2022-4de1-ae3d-365a7377dfea
12:05:01.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7c6554e-7935-467d-9dcf-58a00ca63d12
12:05:01.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e011755d-24a3-4c5f-8317-17c4c806ef50
12:05:01.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c2a120-1d5f-454b-adc8-d9a6a3b507af
12:05:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e99c6d3-d57f-4a61-8468-ce17d793d6a9
12:05:01.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26ebf8dc-6867-463b-8aac-102826218eba
12:05:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0993b0d6-9f4c-4888-b430-71a5e21c9d3e
12:05:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c65f607-1267-4cc4-936e-25e908528313
12:05:01.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d417bf56-20bc-4112-96fa-137b368ff63f
12:05:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38297ed1-6ad2-4299-b6d2-282953d89148
12:05:01.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e48ac574-ef8c-49b4-a868-bdc4d4170bcc
12:05:01.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a083ae-a086-4c21-86f3-f38537ecb94d
12:05:01.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be20da9-4e2e-446a-8c61-6385abca7a10
12:05:01.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=180dd4f0-b0db-4511-800a-7ce0bab870d0
12:05:01.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca6eaa8e-be49-4b78-889c-4065ebfb4868
12:05:01.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:01.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b85bb07-ea09-43fe-a86a-df04c796098d
12:05:01.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:01.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:01.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:01.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:01.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:01.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:01.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addb29e0-e2a7-41ff-8eca-63bd5b904368
12:05:02.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5804d0b9-97e0-49b1-8adb-92e9507c74b4
12:05:02.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5d26a5-1460-44bd-9cde-067862d27240
12:05:02.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba2b6bc-f2b9-424d-8489-ccc5c70d286b
12:05:02.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4b86e0-9ed1-43fb-b30b-4ec87912c298
12:05:02.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30998600-c2d1-4b16-b232-0f4dbd726b49
12:05:02.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0ac8c94-d445-4f7b-b0e2-30949d8f37dc
12:05:02.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=042e9685-57f0-458e-be18-c6b4543fb8e9
12:05:02.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e048ac-8691-48f9-8437-9886ca0ec857
12:05:02.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16eaa918-c40a-42f8-b690-4519e7c173d8
12:05:02.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb50abe-6d23-4bc0-863e-dfcd02816ee6
12:05:02.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=032cc87f-ec85-44b5-8aef-61acc782b735
12:05:02.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85a15264-0947-4957-93e2-311c3785429e
12:05:02.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65b97eb3-bdb9-4dc1-aecf-6f298edda100
12:05:02.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e11af56-1dc9-4bcd-9251-c687fbacaedb
12:05:02.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d050c6-915b-4ff6-9cc8-36404d4cf06d
12:05:02.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf5387f-3224-4ab6-9053-09518d98c59f
12:05:02.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442fdcba-30f6-4299-b931-0be98ea9765b
12:05:02.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b0f2a5-2022-4de1-ae3d-365a7377dfea
12:05:02.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78053708-6588-4811-baa3-7eb5eb291e4b
12:05:02.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:02.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:02.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:02.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:02.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:02.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:02.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:02.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4e4fbfa-bd4d-4f48-84c7-1a7e57c7f46f
12:05:02.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e011755d-24a3-4c5f-8317-17c4c806ef50
12:05:03.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b075f7-db32-4111-9cba-ba4a5ce52d58
12:05:03.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e99c6d3-d57f-4a61-8468-ce17d793d6a9
12:05:03.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d88f3940-1e59-49b4-8130-7f1ebfb37d4d
12:05:03.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0993b0d6-9f4c-4888-b430-71a5e21c9d3e
12:05:03.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ae343bb-959e-46d6-aec8-fbf5e00a17da
12:05:03.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d417bf56-20bc-4112-96fa-137b368ff63f
12:05:03.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f2966b-c785-4859-a205-d0733e2e60b4
12:05:03.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e48ac574-ef8c-49b4-a868-bdc4d4170bcc
12:05:03.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=499878a9-840b-4c2d-8f99-173c1cf1d346
12:05:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be20da9-4e2e-446a-8c61-6385abca7a10
12:05:03.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8914843-b87c-4d85-8979-a8047ae851cd
12:05:03.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.556 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca6eaa8e-be49-4b78-889c-4065ebfb4868
12:05:03.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=addb29e0-e2a7-41ff-8eca-63bd5b904368
12:05:03.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8dd1247-7d94-4a1f-8f40-c93738b6e97d
12:05:03.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a5d26a5-1460-44bd-9cde-067862d27240
12:05:03.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d34c8be-c894-4910-8514-3b5a4602545e
12:05:03.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d4b86e0-9ed1-43fb-b30b-4ec87912c298
12:05:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f21f793-caca-4f9a-851d-fd57941f9099
12:05:03.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc460751-5ecb-4dbd-ac90-0597d6b20624
12:05:03.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:03.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:03.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:03.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:03.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:03.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:03.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:03.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0ac8c94-d445-4f7b-b0e2-30949d8f37dc
12:05:03.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9347a9-9c94-419d-9d53-3dca7b804b1c
12:05:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e048ac-8691-48f9-8437-9886ca0ec857
12:05:04.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6db6704-5b59-4684-a92f-2eb2fe02759e
12:05:04.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb50abe-6d23-4bc0-863e-dfcd02816ee6
12:05:04.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9cb86-2430-442a-9f04-e4ab40228180
12:05:04.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85a15264-0947-4957-93e2-311c3785429e
12:05:04.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac94431e-7035-4a6b-a895-5a151b220ccc
12:05:04.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e11af56-1dc9-4bcd-9251-c687fbacaedb
12:05:04.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac91dd4c-c0a8-4335-a812-add3b3d484b1
12:05:04.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d050c6-915b-4ff6-9cc8-36404d4cf06d
12:05:04.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442fdcba-30f6-4299-b931-0be98ea9765b
12:05:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197957a2-bf74-46ce-80af-f60b9656d001
12:05:04.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78053708-6588-4811-baa3-7eb5eb291e4b
12:05:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4e4fbfa-bd4d-4f48-84c7-1a7e57c7f46f
12:05:04.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722642a8-2784-4aeb-a7f5-8349cf59f836
12:05:04.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c27af06a-d8ad-4be7-839f-8fb3d2bc859e
12:05:04.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b075f7-db32-4111-9cba-ba4a5ce52d58
12:05:04.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d88f3940-1e59-49b4-8130-7f1ebfb37d4d
12:05:04.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2cefd8e-232a-4cdb-a28f-de4c1e6d2c31
12:05:04.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23f48cf-1aed-4eec-b897-a2e5b0fa7843
12:05:04.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ae343bb-959e-46d6-aec8-fbf5e00a17da
12:05:04.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4f4c297-308f-4de1-9619-40570d341895
12:05:04.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:04.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d64de4-9e42-43c1-9c28-fbdf3aad4974
12:05:04.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:04.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:04.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:04.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:04.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:04.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f2966b-c785-4859-a205-d0733e2e60b4
12:05:04.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35b198fa-2846-40da-b6d8-17a5dff35d60
12:05:05.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=499878a9-840b-4c2d-8f99-173c1cf1d346
12:05:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8914843-b87c-4d85-8979-a8047ae851cd
12:05:05.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce9d9f5f-78b0-420d-9919-91e915d90bed
12:05:05.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8dd1247-7d94-4a1f-8f40-c93738b6e97d
12:05:05.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3681fe33-e400-42a5-ac80-f6d63482bdc9
12:05:05.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa6bbc3-11b2-40fb-a3e3-a1c4044a1ccc
12:05:05.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d34c8be-c894-4910-8514-3b5a4602545e
12:05:05.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13f76224-44d9-4d27-863a-3fe301942391
12:05:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f21f793-caca-4f9a-851d-fd57941f9099
12:05:05.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc460751-5ecb-4dbd-ac90-0597d6b20624
12:05:05.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c359ba35-683e-4075-b411-ee8737875866
12:05:05.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a9347a9-9c94-419d-9d53-3dca7b804b1c
12:05:05.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d153055-60db-4146-aee2-e82b5bc4f79e
12:05:05.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6db6704-5b59-4684-a92f-2eb2fe02759e
12:05:05.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46f51c81-2011-4745-ad4f-372880a382c0
12:05:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee9ad38b-7c9e-408a-982a-59b14f7eb2b2
12:05:05.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3d9cb86-2430-442a-9f04-e4ab40228180
12:05:05.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:05.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:05.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1eb01f1-76da-41db-9c8e-670225bcb0be
12:05:05.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:05.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:05.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:05.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac94431e-7035-4a6b-a895-5a151b220ccc
12:05:05.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac91dd4c-c0a8-4335-a812-add3b3d484b1
12:05:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00cd061c-0803-4a22-a523-3c1fb6f10f6f
12:05:06.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95cab195-15d6-4342-b35e-fd9bdc43bcac
12:05:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197957a2-bf74-46ce-80af-f60b9656d001
12:05:06.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722642a8-2784-4aeb-a7f5-8349cf59f836
12:05:06.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51bf4c5-6581-4bc1-a496-05b2ad952ab6
12:05:06.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c27af06a-d8ad-4be7-839f-8fb3d2bc859e
12:05:06.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13d032c-a2b6-483f-a766-09d1d08b1ff3
12:05:06.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2cefd8e-232a-4cdb-a28f-de4c1e6d2c31
12:05:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90424a70-a734-4b8c-9739-26249df8d72f
12:05:06.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d65c8c-a187-4073-9b21-291e9fb1b68c
12:05:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f23f48cf-1aed-4eec-b897-a2e5b0fa7843
12:05:06.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4f4c297-308f-4de1-9619-40570d341895
12:05:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e355c6-a5d2-4929-9263-87fb346eb155
12:05:06.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d64de4-9e42-43c1-9c28-fbdf3aad4974
12:05:06.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cee739-6e5c-401d-a5f0-34a75fb49079
12:05:06.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35b198fa-2846-40da-b6d8-17a5dff35d60
12:05:06.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1334257b-c60f-493a-8792-9261b56b10ab
12:05:06.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:06.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:06.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce9d9f5f-78b0-420d-9919-91e915d90bed
12:05:06.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:06.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:06.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:06.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:06.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:06.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6607abb-50d8-48e0-9bd0-b7078fb7936c
12:05:06.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3681fe33-e400-42a5-ac80-f6d63482bdc9
12:05:07.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedc66f5-f5ab-4d8a-9470-a276b381f6de
12:05:07.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffa6bbc3-11b2-40fb-a3e3-a1c4044a1ccc
12:05:07.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75ee8c2a-5686-447a-9b46-d7548c2ad5f2
12:05:07.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13f76224-44d9-4d27-863a-3fe301942391
12:05:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaddc810-d6e1-408e-8483-62d2ebda6f10
12:05:07.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c359ba35-683e-4075-b411-ee8737875866
12:05:07.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173b1b15-8d00-4bef-b07c-9b1cf3b525d8
12:05:07.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d153055-60db-4146-aee2-e82b5bc4f79e
12:05:07.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d93aa76-abdf-4747-8afe-d7948ba015de
12:05:07.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46f51c81-2011-4745-ad4f-372880a382c0
12:05:07.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e37977-694b-4b88-bb78-a761dcc6c486
12:05:07.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8553d5a2-3cfb-48fe-912b-2af75cd18044
12:05:07.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee9ad38b-7c9e-408a-982a-59b14f7eb2b2
12:05:07.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1eb01f1-76da-41db-9c8e-670225bcb0be
12:05:07.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db35f1cb-fb3c-436e-9b24-78007e3da2cf
12:05:07.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00cd061c-0803-4a22-a523-3c1fb6f10f6f
12:05:07.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd4a33da-1c24-4836-aeaf-ee5b24a9b981
12:05:07.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95cab195-15d6-4342-b35e-fd9bdc43bcac
12:05:07.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fd18ba9-4c6e-4223-9698-c0129141aeb6
12:05:07.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:07.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51bf4c5-6581-4bc1-a496-05b2ad952ab6
12:05:07.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:07.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:07.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2450c0b3-5ea1-40f0-9371-71d1130c2976
12:05:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13d032c-a2b6-483f-a766-09d1d08b1ff3
12:05:08.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c05c578-9444-414a-89ac-d8271fae489a
12:05:08.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90424a70-a734-4b8c-9739-26249df8d72f
12:05:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee2d8000-26e9-4412-a6f1-cb0c9ebe8609
12:05:08.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d65c8c-a187-4073-9b21-291e9fb1b68c
12:05:08.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202e2a98-b143-484c-8348-30dd45d03c08
12:05:08.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e355c6-a5d2-4929-9263-87fb346eb155
12:05:08.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e740f41-f3a6-47a9-9067-2cb14ea9c128
12:05:08.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cee739-6e5c-401d-a5f0-34a75fb49079
12:05:08.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acfb3702-4077-4c40-991e-f6ef096ae108
12:05:08.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1334257b-c60f-493a-8792-9261b56b10ab
12:05:08.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88cab226-5a6a-469e-b499-eb419424171d
12:05:08.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6607abb-50d8-48e0-9bd0-b7078fb7936c
12:05:08.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=112edac1-01d9-4eec-bc77-834753a442cf
12:05:08.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eedc66f5-f5ab-4d8a-9470-a276b381f6de
12:05:08.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d785351-5b5e-4853-833b-b7e9169c00ef
12:05:08.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75ee8c2a-5686-447a-9b46-d7548c2ad5f2
12:05:08.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12ff8e22-13c7-436f-847c-fe8cd5e97e8d
12:05:08.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaddc810-d6e1-408e-8483-62d2ebda6f10
12:05:08.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f5a9e9-038b-4d16-a528-d454f944cb8b
12:05:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=173b1b15-8d00-4bef-b07c-9b1cf3b525d8
12:05:08.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36ad873e-47f4-49d8-af7d-8a26873d27f2
12:05:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d93aa76-abdf-4747-8afe-d7948ba015de
12:05:08.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:08.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:08.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:08.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:08.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:08.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:08.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:08.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92ba93d-5c5f-4119-93ac-97b903eb787b
12:05:08.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e37977-694b-4b88-bb78-a761dcc6c486
12:05:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1835e8d-31bb-4cc6-ba94-c8137f4144a2
12:05:09.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8553d5a2-3cfb-48fe-912b-2af75cd18044
12:05:09.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197283b6-a300-432a-b8b5-f88c0c1604f3
12:05:09.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db35f1cb-fb3c-436e-9b24-78007e3da2cf
12:05:09.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b76b36-bcee-4759-be5c-3887ceb18132
12:05:09.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd4a33da-1c24-4836-aeaf-ee5b24a9b981
12:05:09.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d34791-64c6-4685-9a0c-d2cb29255c36
12:05:09.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fd18ba9-4c6e-4223-9698-c0129141aeb6
12:05:09.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134ad231-2671-48a6-9291-0b86f83d495b
12:05:09.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2450c0b3-5ea1-40f0-9371-71d1130c2976
12:05:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c05c578-9444-414a-89ac-d8271fae489a
12:05:09.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb9999e-a036-470a-a3ee-86d668735cd9
12:05:09.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee2d8000-26e9-4412-a6f1-cb0c9ebe8609
12:05:09.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe2bf433-b160-4ac5-9df7-3870bab2bf31
12:05:09.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202e2a98-b143-484c-8348-30dd45d03c08
12:05:09.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f38507a9-6be5-4ada-ada8-1a3663bf6e40
12:05:09.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a89a450d-2647-4516-8597-7dc5b4406de1
12:05:09.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e740f41-f3a6-47a9-9067-2cb14ea9c128
12:05:09.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acfb3702-4077-4c40-991e-f6ef096ae108
12:05:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc8cbc0-9731-42e4-9504-6cf3526ae65a
12:05:09.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:09.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:09.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcf5da75-2867-4c14-896e-996fc6de09e6
12:05:10.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88cab226-5a6a-469e-b499-eb419424171d
12:05:10.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=112edac1-01d9-4eec-bc77-834753a442cf
12:05:10.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19d1050-5975-464e-b091-58140d0a9983
12:05:10.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d785351-5b5e-4853-833b-b7e9169c00ef
12:05:10.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0611e0f5-7dd4-4742-b138-46ca02b2bc4b
12:05:10.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bc9007-904f-4fd9-badc-729f0030b3e0
12:05:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12ff8e22-13c7-436f-847c-fe8cd5e97e8d
12:05:10.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc70bf8-0ed9-403d-8f10-f2867af8e908
12:05:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f5a9e9-038b-4d16-a528-d454f944cb8b
12:05:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb29c3ac-cd8e-41a8-b81c-05991aa0a957
12:05:10.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36ad873e-47f4-49d8-af7d-8a26873d27f2
12:05:10.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be6cc7c-5c8a-4d43-9360-be81a73357ec
12:05:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92ba93d-5c5f-4119-93ac-97b903eb787b
12:05:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1835e8d-31bb-4cc6-ba94-c8137f4144a2
12:05:10.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2288b8-1ee5-433e-9c9f-cc5bcff620fa
12:05:10.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197283b6-a300-432a-b8b5-f88c0c1604f3
12:05:10.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89176b8-b3be-4f25-9518-19c2c1594579
12:05:10.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb5b983-b8a5-430d-bcac-d9ca8a33d6f7
12:05:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b76b36-bcee-4759-be5c-3887ceb18132
12:05:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d34791-64c6-4685-9a0c-d2cb29255c36
12:05:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf4419c1-fbf1-4288-9fbb-1328227e4edc
12:05:10.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:10.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:10.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:10.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:10.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134ad231-2671-48a6-9291-0b86f83d495b
12:05:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48b65481-4216-403f-9755-812afbe8f8e4
12:05:11.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb9999e-a036-470a-a3ee-86d668735cd9
12:05:11.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1285070f-960e-4799-833d-fb6e5ac83b3e
12:05:11.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe2bf433-b160-4ac5-9df7-3870bab2bf31
12:05:11.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005e6dee-be5a-4d29-99a3-56265b381254
12:05:11.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f38507a9-6be5-4ada-ada8-1a3663bf6e40
12:05:11.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fec3fc5-1519-4446-96dd-1d388461565b
12:05:11.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a89a450d-2647-4516-8597-7dc5b4406de1
12:05:11.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7553efc-d545-4fb0-b0ff-15ef3977be59
12:05:11.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a763a18-738c-4bb6-b196-54d8e675b3ad
12:05:11.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc8cbc0-9731-42e4-9504-6cf3526ae65a
12:05:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0115db-eda2-4c1d-aaa4-e86ce35e4500
12:05:11.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcf5da75-2867-4c14-896e-996fc6de09e6
12:05:11.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2efa67-7395-476a-a1fd-45c11b2a7b5f
12:05:11.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19d1050-5975-464e-b091-58140d0a9983
12:05:11.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b697f5-e15a-4479-8436-0b1ff4fc96f2
12:05:11.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0611e0f5-7dd4-4742-b138-46ca02b2bc4b
12:05:11.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a1f6c7-f46b-4b48-900c-218b4f8051ba
12:05:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bc9007-904f-4fd9-badc-729f0030b3e0
12:05:11.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4b2fd96-02b2-4fbb-9b07-db4dc2a3a80c
12:05:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:11.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:11.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:11.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc70bf8-0ed9-403d-8f10-f2867af8e908
12:05:11.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:11.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:11.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32020360-e875-4785-a2f5-70383136fa9a
12:05:11.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb29c3ac-cd8e-41a8-b81c-05991aa0a957
12:05:12.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2cb75e-f429-4ad4-acb6-acfcc00e4683
12:05:12.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be6cc7c-5c8a-4d43-9360-be81a73357ec
12:05:12.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42484732-113a-4045-b18e-b7541b18ceee
12:05:12.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c2136f-a741-4e19-8aec-0de65534df81
12:05:12.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2288b8-1ee5-433e-9c9f-cc5bcff620fa
12:05:12.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5384103d-5efc-47bd-b062-f98a42dd5480
12:05:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89176b8-b3be-4f25-9518-19c2c1594579
12:05:12.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa3ff32-0f61-4e5e-85c0-583f0cc43d4f
12:05:12.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb5b983-b8a5-430d-bcac-d9ca8a33d6f7
12:05:12.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e727cb9f-df70-44d0-b26d-111cd73b58e7
12:05:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf4419c1-fbf1-4288-9fbb-1328227e4edc
12:05:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92c46818-3528-42fe-876e-b2118ea68a1e
12:05:12.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48b65481-4216-403f-9755-812afbe8f8e4
12:05:12.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93931af3-0ba3-4b46-8322-1e14aac78615
12:05:12.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1285070f-960e-4799-833d-fb6e5ac83b3e
12:05:12.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ee058b-4fff-42d2-94cd-bf8c0cc84564
12:05:12.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005e6dee-be5a-4d29-99a3-56265b381254
12:05:12.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c20309-baf6-4e41-8df7-20156fab63fa
12:05:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fec3fc5-1519-4446-96dd-1d388461565b
12:05:12.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:12.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:12.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:12.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:12.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:12.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:12.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328115f3-2eba-4c21-b008-075b2fbbb179
12:05:12.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7553efc-d545-4fb0-b0ff-15ef3977be59
12:05:13.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb559770-7574-4d95-86d4-4ab2be3dba20
12:05:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a763a18-738c-4bb6-b196-54d8e675b3ad
12:05:13.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b7507ca-f04c-4f31-85d5-91d994a98408
12:05:13.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0115db-eda2-4c1d-aaa4-e86ce35e4500
12:05:13.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2efa67-7395-476a-a1fd-45c11b2a7b5f
12:05:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120febe3-87ad-4728-b5b6-790370b80a95
12:05:13.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.307 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b697f5-e15a-4479-8436-0b1ff4fc96f2
12:05:13.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ed7988-9b6a-460f-abc6-f4907fb89b80
12:05:13.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a1f6c7-f46b-4b48-900c-218b4f8051ba
12:05:13.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4b2fd96-02b2-4fbb-9b07-db4dc2a3a80c
12:05:13.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79b22305-00d3-4982-8fda-0bc17cfa8f3e
12:05:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4189066-b41a-4ed5-9900-0b64e0edeee5
12:05:13.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32020360-e875-4785-a2f5-70383136fa9a
12:05:13.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=480ab3c5-adb1-457c-bb9d-d36bb0e418e9
12:05:13.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2cb75e-f429-4ad4-acb6-acfcc00e4683
12:05:13.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c39d0c-b359-4490-8148-da8215571325
12:05:13.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42484732-113a-4045-b18e-b7541b18ceee
12:05:13.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c2136f-a741-4e19-8aec-0de65534df81
12:05:13.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de72538b-240d-4490-a8bb-385f2dfad13a
12:05:13.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5384103d-5efc-47bd-b062-f98a42dd5480
12:05:13.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d4ce7c-4b68-400a-99a7-6bfc31c283a4
12:05:13.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:13.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa3ff32-0f61-4e5e-85c0-583f0cc43d4f
12:05:13.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:13.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:13.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:13.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:13.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c595836-2576-4daa-94c4-5636da033142
12:05:14.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e727cb9f-df70-44d0-b26d-111cd73b58e7
12:05:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4fb52de-62ed-4f77-afa4-11a30dbee252
12:05:14.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92c46818-3528-42fe-876e-b2118ea68a1e
12:05:14.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2174621a-1f1c-495e-bd0b-5d4b9bd9d666
12:05:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40da176-93ab-48f5-bd31-5af62e05165b
12:05:14.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93931af3-0ba3-4b46-8322-1e14aac78615
12:05:14.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0559e362-8158-45b7-b271-1eca693154e7
12:05:14.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ee058b-4fff-42d2-94cd-bf8c0cc84564
12:05:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3792e9-b806-4459-96b4-abf7f242f059
12:05:14.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c20309-baf6-4e41-8df7-20156fab63fa
12:05:14.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328115f3-2eba-4c21-b008-075b2fbbb179
12:05:14.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c2a9c98-e17b-4237-be8e-998e3f606ad3
12:05:14.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.568 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb559770-7574-4d95-86d4-4ab2be3dba20
12:05:14.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b7507ca-f04c-4f31-85d5-91d994a98408
12:05:14.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c77a3141-31ab-4cac-a9fb-455f9c26d9d9
12:05:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120febe3-87ad-4728-b5b6-790370b80a95
12:05:14.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=563827c7-ff69-429d-b2a5-a03119dea007
12:05:14.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ed7988-9b6a-460f-abc6-f4907fb89b80
12:05:14.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bbd7b58-397e-424f-a6c6-18789226f711
12:05:14.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79b22305-00d3-4982-8fda-0bc17cfa8f3e
12:05:14.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fadcccbd-3e09-45f0-acb4-c58a9a96ca69
12:05:14.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4189066-b41a-4ed5-9900-0b64e0edeee5
12:05:14.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:14.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:14.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:14.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:14.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:14.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:14.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:14.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=092dbc33-3a9f-4e9c-8c1c-c00248a9df6d
12:05:14.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=480ab3c5-adb1-457c-bb9d-d36bb0e418e9
12:05:15.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a25b959-9b98-428d-be84-582c67f63de9
12:05:15.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c39d0c-b359-4490-8148-da8215571325
12:05:15.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e137a3-36b9-4171-9487-79a9e981d644
12:05:15.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de72538b-240d-4490-a8bb-385f2dfad13a
12:05:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d4ce7c-4b68-400a-99a7-6bfc31c283a4
12:05:15.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a9262b-29ba-4dca-a763-ac1257ef8967
12:05:15.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c595836-2576-4daa-94c4-5636da033142
12:05:15.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ef6fa3-2316-4499-bafd-febf1dd5cb42
12:05:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4fb52de-62ed-4f77-afa4-11a30dbee252
12:05:15.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb33eba1-361a-469f-b077-53d80064145e
12:05:15.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2174621a-1f1c-495e-bd0b-5d4b9bd9d666
12:05:15.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743af5da-89f1-4d1c-b251-6697afd1419e
12:05:15.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a40da176-93ab-48f5-bd31-5af62e05165b
12:05:15.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ad791e-7a8b-4620-a863-a0a152e8445f
12:05:15.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0559e362-8158-45b7-b271-1eca693154e7
12:05:15.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e078f52e-83e8-42cf-b40e-06708eb5907a
12:05:15.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=292f7542-9284-485c-bd13-ce01e6127ba5
12:05:15.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3792e9-b806-4459-96b4-abf7f242f059
12:05:15.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ed4c8c-d4e3-460e-9ea5-2c03f5c56966
12:05:15.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c2a9c98-e17b-4237-be8e-998e3f606ad3
12:05:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c77a3141-31ab-4cac-a9fb-455f9c26d9d9
12:05:15.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:15.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:15.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:15.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:15.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:15.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:15.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:15.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a20b51c-8c1b-4bab-a8ba-3a38ae43b7c4
12:05:15.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=563827c7-ff69-429d-b2a5-a03119dea007
12:05:16.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfc0bc80-127a-4bdf-87ce-f774e1d5dadd
12:05:16.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bbd7b58-397e-424f-a6c6-18789226f711
12:05:16.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b5e3e1-a852-4381-a69d-7c3fdefd9b46
12:05:16.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fadcccbd-3e09-45f0-acb4-c58a9a96ca69
12:05:16.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=092dbc33-3a9f-4e9c-8c1c-c00248a9df6d
12:05:16.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f686d6ec-5b65-40b4-aa6a-c70cea456127
12:05:16.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a25b959-9b98-428d-be84-582c67f63de9
12:05:16.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=200b607a-a356-4d6a-b7c4-708f01dc0bcf
12:05:16.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60e137a3-36b9-4171-9487-79a9e981d644
12:05:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3913d0c1-37c1-4880-84cf-1beba88b1507
12:05:16.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a9262b-29ba-4dca-a763-ac1257ef8967
12:05:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4756b779-cad7-464a-9620-09f03ea214e0
12:05:16.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47ef6fa3-2316-4499-bafd-febf1dd5cb42
12:05:16.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ccdce1a-8628-414a-8b88-9edcac49e096
12:05:16.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb33eba1-361a-469f-b077-53d80064145e
12:05:16.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11185e4b-ee73-461c-8473-603f4312d24e
12:05:16.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743af5da-89f1-4d1c-b251-6697afd1419e
12:05:16.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7249e19b-8271-4590-98f8-21aaf2e94608
12:05:16.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1ad791e-7a8b-4620-a863-a0a152e8445f
12:05:16.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdd31f38-e4bd-47f6-8f4f-d3037a6b5a13
12:05:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:16.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:16.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:16.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:16.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:16.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:16.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:16.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e078f52e-83e8-42cf-b40e-06708eb5907a
12:05:16.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4a2545-4aa9-4bac-ae09-0ffccf6acc68
12:05:17.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=292f7542-9284-485c-bd13-ce01e6127ba5
12:05:17.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381e29b9-3f28-4287-b6dd-13eabd5320b7
12:05:17.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ed4c8c-d4e3-460e-9ea5-2c03f5c56966
12:05:17.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5e22c7-3058-49ae-a14f-540d85bff852
12:05:17.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a20b51c-8c1b-4bab-a8ba-3a38ae43b7c4
12:05:17.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f9865a-8ad9-4b90-a57f-773ba72f792b
12:05:17.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfc0bc80-127a-4bdf-87ce-f774e1d5dadd
12:05:17.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=200b47c9-5a7e-49ce-94af-62af655aed64
12:05:17.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b5e3e1-a852-4381-a69d-7c3fdefd9b46
12:05:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30ebbf20-8a50-4a1e-9473-31b7928099f9
12:05:17.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f686d6ec-5b65-40b4-aa6a-c70cea456127
12:05:17.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=200b607a-a356-4d6a-b7c4-708f01dc0bcf
12:05:17.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8792336-46ef-4e57-9361-72a0c4a2cd03
12:05:17.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab73d1d-ae3b-49e2-8bf7-c2583ed66565
12:05:17.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3913d0c1-37c1-4880-84cf-1beba88b1507
12:05:17.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4756b779-cad7-464a-9620-09f03ea214e0
12:05:17.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ae43bf7-1b75-4faf-a0fa-bb9a01a0c21c
12:05:17.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ccdce1a-8628-414a-8b88-9edcac49e096
12:05:17.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a8a4c7d-b8ba-41ed-94fb-610f85efe273
12:05:17.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11185e4b-ee73-461c-8473-603f4312d24e
12:05:17.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce78bd91-2f39-4e60-adfb-65e15b2ecfe1
12:05:17.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0439a54f-4ad4-4bb3-bc14-f2003e6d741e
12:05:17.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:17.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:17.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:17.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:17.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:17.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7249e19b-8271-4590-98f8-21aaf2e94608
12:05:17.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1a2726f-1976-415b-b7f7-57278bae5386
12:05:18.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdd31f38-e4bd-47f6-8f4f-d3037a6b5a13
12:05:18.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4a2545-4aa9-4bac-ae09-0ffccf6acc68
12:05:18.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36d4d57-ead9-41c0-90cd-7e176c8f46a2
12:05:18.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381e29b9-3f28-4287-b6dd-13eabd5320b7
12:05:18.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35708de4-16cb-4061-a3d2-68bd68a763cc
12:05:18.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e5e22c7-3058-49ae-a14f-540d85bff852
12:05:18.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9f9865a-8ad9-4b90-a57f-773ba72f792b
12:05:18.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fedebbf-b9c5-4a94-b2cf-460df0197209
12:05:18.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=200b47c9-5a7e-49ce-94af-62af655aed64
12:05:18.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc317f40-0363-491c-bcfc-878df9dbce04
12:05:18.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30ebbf20-8a50-4a1e-9473-31b7928099f9
12:05:18.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ab1011-6fed-4b71-801d-af68e6ea4df1
12:05:18.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4110e243-235e-43e6-9886-c4498c544187
12:05:18.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8792336-46ef-4e57-9361-72a0c4a2cd03
12:05:18.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab73d1d-ae3b-49e2-8bf7-c2583ed66565
12:05:18.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d2c190-5f85-4dd5-bf7b-5c9e54bae365
12:05:18.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ae43bf7-1b75-4faf-a0fa-bb9a01a0c21c
12:05:18.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa07b906-5061-4275-941b-725cf1214923
12:05:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a8a4c7d-b8ba-41ed-94fb-610f85efe273
12:05:18.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3bd133-fe85-43db-8c61-24802e7140d2
12:05:18.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:18.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:18.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:18.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:18.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:18.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:18.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c47feec3-37f8-4ae4-a1d5-d45bc5c554fc
12:05:19.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce78bd91-2f39-4e60-adfb-65e15b2ecfe1
12:05:19.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03fed554-584f-4d3a-80af-7432ceb7765d
12:05:19.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0439a54f-4ad4-4bb3-bc14-f2003e6d741e
12:05:19.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed457c63-ba2b-4d68-8a72-0f9b5d137807
12:05:19.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.235 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1a2726f-1976-415b-b7f7-57278bae5386
12:05:19.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36d4d57-ead9-41c0-90cd-7e176c8f46a2
12:05:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eb55a63-1f3b-4faa-a141-e167fd51041d
12:05:19.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c3350da-b2c4-4a8d-8973-6602f2d03a79
12:05:19.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35708de4-16cb-4061-a3d2-68bd68a763cc
12:05:19.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68af447e-7dfc-4672-814b-00c7321dba3e
12:05:19.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fedebbf-b9c5-4a94-b2cf-460df0197209
12:05:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79fb2c84-be90-40ee-94f2-0062f372e530
12:05:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc317f40-0363-491c-bcfc-878df9dbce04
12:05:19.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ab1011-6fed-4b71-801d-af68e6ea4df1
12:05:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4051ae45-9e05-44c3-b43b-8fe3e1d62aff
12:05:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4110e243-235e-43e6-9886-c4498c544187
12:05:19.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6642ba44-b779-48ad-bb78-07bf8cc7116b
12:05:19.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d2c190-5f85-4dd5-bf7b-5c9e54bae365
12:05:19.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d249874-9921-48af-9279-3eec740df608
12:05:19.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa07b906-5061-4275-941b-725cf1214923
12:05:19.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:19.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:19.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d3bd133-fe85-43db-8c61-24802e7140d2
12:05:19.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:19.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:19.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:19.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:19.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:19.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697d09d3-7471-4fc1-be32-6ad99d63cbb3
12:05:19.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4db1ca7-33f2-40b6-b6b1-5cd33ef4391e
12:05:20.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c47feec3-37f8-4ae4-a1d5-d45bc5c554fc
12:05:20.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03fed554-584f-4d3a-80af-7432ceb7765d
12:05:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=940c7595-3881-4a55-9e80-d0b2ae2eb215
12:05:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed457c63-ba2b-4d68-8a72-0f9b5d137807
12:05:20.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702ed575-4b8f-4c50-a9d2-cb6fbd180fe7
12:05:20.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eb55a63-1f3b-4faa-a141-e167fd51041d
12:05:20.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cdcba53-3d87-4d95-83f0-22a40c889641
12:05:20.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b1a211-fc3b-4f1c-a243-8af46c6b13c1
12:05:20.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c3350da-b2c4-4a8d-8973-6602f2d03a79
12:05:20.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6a31b4-549b-4af9-9915-bc46ef4a913b
12:05:20.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68af447e-7dfc-4672-814b-00c7321dba3e
12:05:20.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e631c5e9-9376-44b5-85c2-75fd3f59f3e2
12:05:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79fb2c84-be90-40ee-94f2-0062f372e530
12:05:20.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4051ae45-9e05-44c3-b43b-8fe3e1d62aff
12:05:20.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=852ac758-a375-4687-a81f-16b2e3b60483
12:05:20.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6642ba44-b779-48ad-bb78-07bf8cc7116b
12:05:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2c6a34-6307-402e-bd12-03a81f5ca58e
12:05:20.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d249874-9921-48af-9279-3eec740df608
12:05:20.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=903b16e2-1afb-4994-ab3d-c983cd08c885
12:05:20.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:20.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697d09d3-7471-4fc1-be32-6ad99d63cbb3
12:05:20.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:20.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:20.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:20.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:20.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:20.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeec7ce0-4402-4539-8a9c-3f99423413d3
12:05:21.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4db1ca7-33f2-40b6-b6b1-5cd33ef4391e
12:05:21.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be0d3d4-8e27-46ed-9041-7a631dfa4a66
12:05:21.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=940c7595-3881-4a55-9e80-d0b2ae2eb215
12:05:21.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c25927e-e972-4939-953b-9b0595349746
12:05:21.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702ed575-4b8f-4c50-a9d2-cb6fbd180fe7
12:05:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f26cb24-ba09-4334-b69d-5d50057f28b5
12:05:21.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cdcba53-3d87-4d95-83f0-22a40c889641
12:05:21.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb6a43e-78da-464d-a171-ba9fabfb7ad8
12:05:21.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b1a211-fc3b-4f1c-a243-8af46c6b13c1
12:05:21.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ce7404-9297-4442-a1a8-5b48439e5449
12:05:21.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6a31b4-549b-4af9-9915-bc46ef4a913b
12:05:21.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5e1be6-e03f-49e9-9cf0-5520527681ef
12:05:21.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e631c5e9-9376-44b5-85c2-75fd3f59f3e2
12:05:21.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d95438b-328c-441c-9e68-e7e0b2ef9db7
12:05:21.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=852ac758-a375-4687-a81f-16b2e3b60483
12:05:21.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82e37ece-0f9f-4eec-9498-5766d8bafdf8
12:05:21.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba820138-db1c-4c5f-9503-6b74ddaf76a3
12:05:21.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2c6a34-6307-402e-bd12-03a81f5ca58e
12:05:21.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c218fa-cd89-4520-9b17-8afd860f194a
12:05:21.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=903b16e2-1afb-4994-ab3d-c983cd08c885
12:05:21.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeec7ce0-4402-4539-8a9c-3f99423413d3
12:05:21.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:21.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d07041bf-2445-40fd-90ff-bae695dd76d3
12:05:21.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:21.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:21.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:21.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:21.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:21.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:21.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be0d3d4-8e27-46ed-9041-7a631dfa4a66
12:05:22.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2735c487-29b5-4e9c-8905-73198c34713f
12:05:22.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c25927e-e972-4939-953b-9b0595349746
12:05:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f26cb24-ba09-4334-b69d-5d50057f28b5
12:05:22.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c698ea4-7dec-4c3b-98f7-f73fc6708661
12:05:22.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6864037b-e4d4-4227-871d-c5072f70d402
12:05:22.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb6a43e-78da-464d-a171-ba9fabfb7ad8
12:05:22.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b80c26-2a16-46dd-af42-62a63628d167
12:05:22.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19ce7404-9297-4442-a1a8-5b48439e5449
12:05:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=214f4900-4ca3-4536-b48d-e54b50a56f1c
12:05:22.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f5e1be6-e03f-49e9-9cf0-5520527681ef
12:05:22.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34864164-5b88-4756-b970-7e1ee10d76f2
12:05:22.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d95438b-328c-441c-9e68-e7e0b2ef9db7
12:05:22.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e614e1ec-1049-4f4d-a9db-2eac5b34c5c1
12:05:22.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82e37ece-0f9f-4eec-9498-5766d8bafdf8
12:05:22.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7600e70b-0abc-4a24-9456-371d1bf2d6a9
12:05:22.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba820138-db1c-4c5f-9503-6b74ddaf76a3
12:05:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a1d4cd-9a38-48a9-b1fb-fa2b216f3617
12:05:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c218fa-cd89-4520-9b17-8afd860f194a
12:05:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b79419ee-39ed-4e58-b6ac-f28713720f00
12:05:22.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51503b10-9594-4d94-ae58-de653cf27756
12:05:22.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d07041bf-2445-40fd-90ff-bae695dd76d3
12:05:22.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:22.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffb2d86-5036-4505-a4bd-905e6c72f20a
12:05:22.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:22.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:22.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=614c5847-505c-45b2-a927-454368589f82
12:05:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2735c487-29b5-4e9c-8905-73198c34713f
12:05:23.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378bb500-6550-4a8f-8063-de2bb016ff04
12:05:23.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c698ea4-7dec-4c3b-98f7-f73fc6708661
12:05:23.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a16e7fa-37a9-4830-ad58-b0dbc2269b4a
12:05:23.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6864037b-e4d4-4227-871d-c5072f70d402
12:05:23.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cea1580-39b8-43c8-a596-8c8c83519340
12:05:23.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b80c26-2a16-46dd-af42-62a63628d167
12:05:23.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d62698-c555-48f3-b160-f8daee946cf5
12:05:23.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=214f4900-4ca3-4536-b48d-e54b50a56f1c
12:05:23.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d5570c0-25a5-4555-af6f-82d5936ff0e9
12:05:23.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c83f78-c980-4116-91f1-3fcc3f325baf
12:05:23.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34864164-5b88-4756-b970-7e1ee10d76f2
12:05:23.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9417c4b5-aa0d-4bf9-bcf9-5b5e8635d11b
12:05:23.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e614e1ec-1049-4f4d-a9db-2eac5b34c5c1
12:05:23.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63f8873f-8455-4110-aead-9729dd5ec861
12:05:23.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7600e70b-0abc-4a24-9456-371d1bf2d6a9
12:05:23.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c98c604-50bc-43bd-9078-b10874dd23ca
12:05:23.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a1d4cd-9a38-48a9-b1fb-fa2b216f3617
12:05:23.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d12ef3eb-3d6d-4823-ae38-77babf4694ec
12:05:23.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b79419ee-39ed-4e58-b6ac-f28713720f00
12:05:23.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51503b10-9594-4d94-ae58-de653cf27756
12:05:23.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:23.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8de09b5-a047-4340-b8cf-21a4113b0590
12:05:23.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:23.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:23.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:23.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:23.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:23.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:23.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffb2d86-5036-4505-a4bd-905e6c72f20a
12:05:24.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba09be02-44c3-419f-8da1-f17fa73e3298
12:05:24.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=614c5847-505c-45b2-a927-454368589f82
12:05:24.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d4496b-c274-4245-91ab-acf3b072d0e5
12:05:24.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378bb500-6550-4a8f-8063-de2bb016ff04
12:05:24.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da9fe898-49b6-4055-a7ee-004bd8100f0e
12:05:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a16e7fa-37a9-4830-ad58-b0dbc2269b4a
12:05:24.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03eade17-924f-4f4d-aabc-ad696f8db999
12:05:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cea1580-39b8-43c8-a596-8c8c83519340
12:05:24.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=998965bc-0156-4b1c-a667-0460102ca8e8
12:05:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d62698-c555-48f3-b160-f8daee946cf5
12:05:24.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ac82aec-8e51-400a-a67a-e088b2df1072
12:05:24.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d5570c0-25a5-4555-af6f-82d5936ff0e9
12:05:24.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c77b3406-61b0-4383-ba04-987b30bbf04d
12:05:24.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12c83f78-c980-4116-91f1-3fcc3f325baf
12:05:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cd79f3b-d02d-473e-bd8f-d723a5fcb9b1
12:05:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17f7a8a3-cfcd-4dbb-ba24-25caca075411
12:05:24.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9417c4b5-aa0d-4bf9-bcf9-5b5e8635d11b
12:05:24.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1424f650-d1fe-43e2-b8c2-267e97cf4411
12:05:24.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63f8873f-8455-4110-aead-9729dd5ec861
12:05:24.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b52a1b-8964-41f8-9ff4-dd3ade2ae93e
12:05:24.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c98c604-50bc-43bd-9078-b10874dd23ca
12:05:24.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d12ef3eb-3d6d-4823-ae38-77babf4694ec
12:05:24.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:24.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:24.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:24.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:24.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:24.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:24.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:24.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd2cce8c-2c59-4d2b-956b-b13543232093
12:05:24.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8de09b5-a047-4340-b8cf-21a4113b0590
12:05:25.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b022dbd-741f-4236-9418-45197d4750ca
12:05:25.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba09be02-44c3-419f-8da1-f17fa73e3298
12:05:25.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4e4f32-4f6b-4ad9-a375-e833255569f9
12:05:25.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.223 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d4496b-c274-4245-91ab-acf3b072d0e5
12:05:25.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04008d8-ce5c-4b78-bc7f-c2c8caf9b8f9
12:05:25.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da9fe898-49b6-4055-a7ee-004bd8100f0e
12:05:25.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03eade17-924f-4f4d-aabc-ad696f8db999
12:05:25.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922f9c22-eadc-463c-8b96-d4de6d6152d0
12:05:25.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=998965bc-0156-4b1c-a667-0460102ca8e8
12:05:25.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a82d52ea-8165-41f2-a20e-3f47ce3faddd
12:05:25.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ac82aec-8e51-400a-a67a-e088b2df1072
12:05:25.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c77b3406-61b0-4383-ba04-987b30bbf04d
12:05:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b7a5e3-3de3-4921-b28e-23f34732a460
12:05:25.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f413c68d-a343-4026-a6e6-ae48b3221631
12:05:25.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cd79f3b-d02d-473e-bd8f-d723a5fcb9b1
12:05:25.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f38f56f-b26b-4228-a3ae-86b5b4c15854
12:05:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17f7a8a3-cfcd-4dbb-ba24-25caca075411
12:05:25.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1424f650-d1fe-43e2-b8c2-267e97cf4411
12:05:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f598ef-0d16-4c69-a745-2cb9789d2128
12:05:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5792f3c3-cd40-4ab3-87ca-d3c329450927
12:05:25.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8b52a1b-8964-41f8-9ff4-dd3ade2ae93e
12:05:25.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c02043-c228-4a86-a03e-5837996a7074
12:05:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd2cce8c-2c59-4d2b-956b-b13543232093
12:05:25.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:25.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:25.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:25.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:25.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:25.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e53325-7cfc-4459-9278-9c0ff76d0198
12:05:25.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b022dbd-741f-4236-9418-45197d4750ca
12:05:26.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5dddf2-f4ea-45d2-97e1-6427f51fb7a9
12:05:26.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90699c1-7f78-4c11-ae10-e545830127de
12:05:26.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe4e4f32-4f6b-4ad9-a375-e833255569f9
12:05:26.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598c0b85-3fc9-4922-97c0-23a638352608
12:05:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a9ef50-7e9a-4bdb-a313-442085e64804
12:05:26.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04008d8-ce5c-4b78-bc7f-c2c8caf9b8f9
12:05:26.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922f9c22-eadc-463c-8b96-d4de6d6152d0
12:05:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0480175-6eab-48a9-884a-6d7715a681bb
12:05:26.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a82d52ea-8165-41f2-a20e-3f47ce3faddd
12:05:26.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a256d11-3ab1-40a2-a23e-dcb6e20d69e5
12:05:26.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b7a5e3-3de3-4921-b28e-23f34732a460
12:05:26.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f413c68d-a343-4026-a6e6-ae48b3221631
12:05:26.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0222eb60-1632-4fcc-a4ff-ce236144566c
12:05:26.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7655363-1532-4fea-8dc6-45f2d16a88b1
12:05:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f38f56f-b26b-4228-a3ae-86b5b4c15854
12:05:26.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.683 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68e80d9-2d5f-463c-ae07-105835487d62
12:05:26.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f598ef-0d16-4c69-a745-2cb9789d2128
12:05:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f73e3918-d75a-4cde-9350-0f201de6c391
12:05:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5792f3c3-cd40-4ab3-87ca-d3c329450927
12:05:26.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4d45d5-3f00-4a71-893e-f7a2431a6797
12:05:26.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c02043-c228-4a86-a03e-5837996a7074
12:05:26.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:26.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e53325-7cfc-4459-9278-9c0ff76d0198
12:05:26.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:26.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:26.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:26.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:26.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:26.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:26.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a02ddb91-8fb6-4aa6-887d-1181f6e76c9d
12:05:27.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5dddf2-f4ea-45d2-97e1-6427f51fb7a9
12:05:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d45c9e1-5ed8-476e-a66d-496c8ccd0078
12:05:27.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.156 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90699c1-7f78-4c11-ae10-e545830127de
12:05:27.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745a19e1-fc91-43d7-8e0e-de78c7b44ea4
12:05:27.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598c0b85-3fc9-4922-97c0-23a638352608
12:05:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea875871-d20a-4510-a0e9-963dec638e79
12:05:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a9ef50-7e9a-4bdb-a313-442085e64804
12:05:27.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad0f367-e4e2-4419-a0fb-0785f12b5183
12:05:27.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0480175-6eab-48a9-884a-6d7715a681bb
12:05:27.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b28ddaf-b263-4437-a8d9-b5bfc1a0cdb6
12:05:27.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5424655b-0d1e-45d3-b66a-0dd4de8a3a70
12:05:27.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a256d11-3ab1-40a2-a23e-dcb6e20d69e5
12:05:27.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe80ac5-4706-42b1-9436-066d1decd483
12:05:27.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0222eb60-1632-4fcc-a4ff-ce236144566c
12:05:27.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d135c45c-99a0-42c6-9808-ca7bd8b99163
12:05:27.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7655363-1532-4fea-8dc6-45f2d16a88b1
12:05:27.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5211ae3-a4d7-4785-bee5-f8f80a2adb48
12:05:27.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68e80d9-2d5f-463c-ae07-105835487d62
12:05:27.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c574474c-1a2e-4123-a093-56f1b581a128
12:05:27.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f73e3918-d75a-4cde-9350-0f201de6c391
12:05:27.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:27.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:27.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:27.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:27.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce4d45d5-3f00-4a71-893e-f7a2431a6797
12:05:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39ce93d-e3bb-4954-a815-b986b40e5504
12:05:28.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a02ddb91-8fb6-4aa6-887d-1181f6e76c9d
12:05:28.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95cf8fb6-6abb-4ba3-9d05-e4ec3af38120
12:05:28.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d45c9e1-5ed8-476e-a66d-496c8ccd0078
12:05:28.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba1d5b8-e06c-4c96-b00b-e6f75ef0d453
12:05:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745a19e1-fc91-43d7-8e0e-de78c7b44ea4
12:05:28.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2e8c258-c9e1-43da-917f-79f985199105
12:05:28.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea875871-d20a-4510-a0e9-963dec638e79
12:05:28.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4ee6d1-1342-4a45-ad3a-6ba56fede172
12:05:28.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad0f367-e4e2-4419-a0fb-0785f12b5183
12:05:28.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1fe461-1648-41e4-9e98-b0014a452095
12:05:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b28ddaf-b263-4437-a8d9-b5bfc1a0cdb6
12:05:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5424655b-0d1e-45d3-b66a-0dd4de8a3a70
12:05:28.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35b8be2-0cdb-4eaf-934b-d401a57fb2d9
12:05:28.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbe80ac5-4706-42b1-9436-066d1decd483
12:05:28.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e347b874-21e0-4d32-8a07-e378b29e32df
12:05:28.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d135c45c-99a0-42c6-9808-ca7bd8b99163
12:05:28.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd5e73f-7e00-4582-bd20-ca4480eeac6e
12:05:28.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5211ae3-a4d7-4785-bee5-f8f80a2adb48
12:05:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f032f0f3-0ee1-42a4-b63b-fd62af3a1a48
12:05:28.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c574474c-1a2e-4123-a093-56f1b581a128
12:05:28.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c09fd21-cdaa-4e51-b6f0-deff2d67a34c
12:05:28.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39ce93d-e3bb-4954-a815-b986b40e5504
12:05:28.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dd5393-2bf4-49f7-b3c8-2e0d1d84b80b
12:05:28.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:28.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a09a010c-ce49-49ae-896b-7650ef8986c9
12:05:28.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:28.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:28.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:28.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:28.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:28.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95cf8fb6-6abb-4ba3-9d05-e4ec3af38120
12:05:28.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3e28b84-0476-4071-b8f6-242679e7a6a2
12:05:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba1d5b8-e06c-4c96-b00b-e6f75ef0d453
12:05:29.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db0fb73-aba9-492d-862f-4c7b67523dcf
12:05:29.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2e8c258-c9e1-43da-917f-79f985199105
12:05:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb4ee6d1-1342-4a45-ad3a-6ba56fede172
12:05:29.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=617806b2-4b66-4889-8f3d-cf61136cf736
12:05:29.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1fe461-1648-41e4-9e98-b0014a452095
12:05:29.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde0e39f-aa46-40dc-af5b-bbf36cd72625
12:05:29.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35b8be2-0cdb-4eaf-934b-d401a57fb2d9
12:05:29.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b5209ce-9c50-4571-b240-21d5129c028c
12:05:29.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e347b874-21e0-4d32-8a07-e378b29e32df
12:05:29.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2455d633-7d50-47b8-977e-07d397d6a342
12:05:29.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd5e73f-7e00-4582-bd20-ca4480eeac6e
12:05:29.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f8ae5d-a603-472a-ac32-58b0de0e453d
12:05:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f032f0f3-0ee1-42a4-b63b-fd62af3a1a48
12:05:29.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c09fd21-cdaa-4e51-b6f0-deff2d67a34c
12:05:29.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a4eddf-5f6b-44a3-8375-dd9f1877c45b
12:05:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dd5393-2bf4-49f7-b3c8-2e0d1d84b80b
12:05:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8c8daa-bf36-4d26-bf7d-c97da4fbabbf
12:05:29.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a09a010c-ce49-49ae-896b-7650ef8986c9
12:05:29.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849335ab-7e81-439e-85fd-675b6afc5dd4
12:05:29.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:29.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3e28b84-0476-4071-b8f6-242679e7a6a2
12:05:29.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:29.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:29.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:29.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:29.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:29.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:29.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4db0fb73-aba9-492d-862f-4c7b67523dcf
12:05:30.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=195affb0-52de-404c-b172-3f10d8f3dbfc
12:05:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c2a483-383a-414e-a7c0-6e118f34c2b4
12:05:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=617806b2-4b66-4889-8f3d-cf61136cf736
12:05:30.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203e1fff-3acb-41bd-b2e5-e1eb980090e1
12:05:30.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde0e39f-aa46-40dc-af5b-bbf36cd72625
12:05:30.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b05b0711-2d8a-40c7-8e17-64b3cdda4075
12:05:30.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b5209ce-9c50-4571-b240-21d5129c028c
12:05:30.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfe2c8c3-e706-4b75-90b0-db8fdcfe2d04
12:05:30.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2455d633-7d50-47b8-977e-07d397d6a342
12:05:30.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f8ae5d-a603-472a-ac32-58b0de0e453d
12:05:30.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48541294-f6a9-4334-99a5-e4e34db6c40e
12:05:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a4eddf-5f6b-44a3-8375-dd9f1877c45b
12:05:30.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6145b94a-57cb-4437-978f-3af823f44a11
12:05:30.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8c8daa-bf36-4d26-bf7d-c97da4fbabbf
12:05:30.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cba0eda6-c5e6-4d06-be5b-39af6c3a06a3
12:05:30.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849335ab-7e81-439e-85fd-675b6afc5dd4
12:05:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b686a1f-bed5-4a0e-a39f-65d75c3283d6
12:05:30.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b0caaae-5ad2-4d26-ac4e-1e9018fd3ebe
12:05:30.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=195affb0-52de-404c-b172-3f10d8f3dbfc
12:05:30.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948097a0-b549-414b-a613-142b00caa756
12:05:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c2a483-383a-414e-a7c0-6e118f34c2b4
12:05:30.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a93ece38-3516-4bc2-8713-b6bdb249fba7
12:05:30.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:30.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:30.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:30.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:30.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:30.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:30.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:30.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203e1fff-3acb-41bd-b2e5-e1eb980090e1
12:05:30.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=051bb9cc-c81a-493e-99f7-d9610cf6d568
12:05:31.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b05b0711-2d8a-40c7-8e17-64b3cdda4075
12:05:31.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d9c52f-5076-4c2b-bfbe-680e4afbb296
12:05:31.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfe2c8c3-e706-4b75-90b0-db8fdcfe2d04
12:05:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48541294-f6a9-4334-99a5-e4e34db6c40e
12:05:31.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5a209b-b63f-43e3-946a-bef0df6816a5
12:05:31.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6145b94a-57cb-4437-978f-3af823f44a11
12:05:31.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ea4d3e-55ec-4047-9848-10dae0a46fa4
12:05:31.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cba0eda6-c5e6-4d06-be5b-39af6c3a06a3
12:05:31.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c8782c9-52c4-4e2a-82ab-cfb457bd2c31
12:05:31.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4669b3f0-eec1-4ae3-8b17-7f521b74cc22
12:05:31.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b686a1f-bed5-4a0e-a39f-65d75c3283d6
12:05:31.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c069edc3-f201-4cac-a26c-055bb257e80d
12:05:31.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b0caaae-5ad2-4d26-ac4e-1e9018fd3ebe
12:05:31.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=396d02e2-bc2d-4eb4-8f5b-872152b392d0
12:05:31.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948097a0-b549-414b-a613-142b00caa756
12:05:31.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74d9ab4d-7641-4144-9f25-93c45bf3eec3
12:05:31.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a93ece38-3516-4bc2-8713-b6bdb249fba7
12:05:31.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b215027a-505f-46a6-a00b-65859635c431
12:05:31.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=051bb9cc-c81a-493e-99f7-d9610cf6d568
12:05:31.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08733991-2013-488a-879d-70ca5b09fdbe
12:05:31.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:31.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:31.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:31.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:31.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:31.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:31.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d9c52f-5076-4c2b-bfbe-680e4afbb296
12:05:31.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5a209b-b63f-43e3-946a-bef0df6816a5
12:05:32.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f81d16-e3b5-4e87-bde9-97e89e1a7070
12:05:32.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56ea4d3e-55ec-4047-9848-10dae0a46fa4
12:05:32.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=808302a3-b7b0-4397-9240-d827abc7be93
12:05:32.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c8782c9-52c4-4e2a-82ab-cfb457bd2c31
12:05:32.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa47d44-11aa-4673-9125-90ad62a50049
12:05:32.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4669b3f0-eec1-4ae3-8b17-7f521b74cc22
12:05:32.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5d7032f-1963-4dc0-b0ca-1a791518201b
12:05:32.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c069edc3-f201-4cac-a26c-055bb257e80d
12:05:32.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1b5d04-1638-4631-8c48-3be1602a048f
12:05:32.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=396d02e2-bc2d-4eb4-8f5b-872152b392d0
12:05:32.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b73e475-333c-4d59-b033-f598a4aca904
12:05:32.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74d9ab4d-7641-4144-9f25-93c45bf3eec3
12:05:32.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a15b37-7048-4296-b5e1-84d238382593
12:05:32.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed10ffac-c8bf-4cb7-86a7-3099b6ce6760
12:05:32.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b215027a-505f-46a6-a00b-65859635c431
12:05:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf67c353-c41c-4d2f-a51d-5301417f8d9b
12:05:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08733991-2013-488a-879d-70ca5b09fdbe
12:05:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f81d16-e3b5-4e87-bde9-97e89e1a7070
12:05:32.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0c1a560-9aa7-442e-b1b8-d03adaa2cace
12:05:32.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:32.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:32.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c172fd7-c0bf-4abc-b80e-4a50d7d1310c
12:05:32.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:32.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=808302a3-b7b0-4397-9240-d827abc7be93
12:05:32.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:32.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:32.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:32.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:32.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa47d44-11aa-4673-9125-90ad62a50049
12:05:33.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f90530d5-95a9-4922-94fd-3e319319ed66
12:05:33.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5d7032f-1963-4dc0-b0ca-1a791518201b
12:05:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf60b38c-e09e-4fdc-87cc-dcea6ebf2e1c
12:05:33.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5163284a-45b4-49a3-83c5-96a16e6a78d9
12:05:33.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1b5d04-1638-4631-8c48-3be1602a048f
12:05:33.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b73e475-333c-4d59-b033-f598a4aca904
12:05:33.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948b32c0-fd16-4c3f-99fc-83a77f632063
12:05:33.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf74b15-a55b-4fa5-b1e5-2ab55f6db656
12:05:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a15b37-7048-4296-b5e1-84d238382593
12:05:33.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce38500-1003-4755-8a38-3025e961d46b
12:05:33.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed10ffac-c8bf-4cb7-86a7-3099b6ce6760
12:05:33.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dddad9-0e07-44fd-a760-711002e117bf
12:05:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf67c353-c41c-4d2f-a51d-5301417f8d9b
12:05:33.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517a1d3a-8d8b-4a91-9721-e98514ae7226
12:05:33.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0c1a560-9aa7-442e-b1b8-d03adaa2cace
12:05:33.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c172fd7-c0bf-4abc-b80e-4a50d7d1310c
12:05:33.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd404bb2-5fe2-47cd-8617-c015a6cea0b5
12:05:33.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f90530d5-95a9-4922-94fd-3e319319ed66
12:05:33.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bdc076f-d243-4450-a907-677b315671e7
12:05:33.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf60b38c-e09e-4fdc-87cc-dcea6ebf2e1c
12:05:33.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7134697-26a8-480d-be7b-a9e7d2c671a4
12:05:33.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:33.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:33.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:33.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:33.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5163284a-45b4-49a3-83c5-96a16e6a78d9
12:05:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b1ee27-ae16-493a-abbf-3bd7b8eab67c
12:05:34.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=948b32c0-fd16-4c3f-99fc-83a77f632063
12:05:34.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=712cee8b-4e70-4f1b-bbeb-caf5615f1f2a
12:05:34.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caf74b15-a55b-4fa5-b1e5-2ab55f6db656
12:05:34.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f24b17-2c91-47b0-8afc-ece904bf631b
12:05:34.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce38500-1003-4755-8a38-3025e961d46b
12:05:34.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6869c272-b10f-4de1-ab96-05d8a90450cd
12:05:34.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dddad9-0e07-44fd-a760-711002e117bf
12:05:34.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81b195ff-f797-4410-beb3-e943cbaa5734
12:05:34.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=517a1d3a-8d8b-4a91-9721-e98514ae7226
12:05:34.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671292bc-0233-4452-8dc8-79f0567160d0
12:05:34.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd404bb2-5fe2-47cd-8617-c015a6cea0b5
12:05:34.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fd2b49d-c178-4775-b0f3-bbbd7f3676d6
12:05:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bdc076f-d243-4450-a907-677b315671e7
12:05:34.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7134697-26a8-480d-be7b-a9e7d2c671a4
12:05:34.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57eb59b4-878b-4ead-aba1-4c70e845f2af
12:05:34.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7b1ee27-ae16-493a-abbf-3bd7b8eab67c
12:05:34.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b33ceccd-a172-438b-8e22-b80f57602c27
12:05:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=712cee8b-4e70-4f1b-bbeb-caf5615f1f2a
12:05:34.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:34.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:34.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:34.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f523441e-87b4-422c-9723-6d220cbc8274
12:05:34.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:34.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:34.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:34.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:34.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7b13aa-a433-43b9-92de-f416b9cc05f5
12:05:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f24b17-2c91-47b0-8afc-ece904bf631b
12:05:35.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6869c272-b10f-4de1-ab96-05d8a90450cd
12:05:35.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8af1c0e-ca49-472e-b872-03a515679e8d
12:05:35.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81b195ff-f797-4410-beb3-e943cbaa5734
12:05:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fae5c13c-30eb-47f2-8ff0-6bcd02ad3d9d
12:05:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671292bc-0233-4452-8dc8-79f0567160d0
12:05:35.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49c4b2ba-55fa-4dab-b3ee-bc1c8a70829c
12:05:35.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fd2b49d-c178-4775-b0f3-bbbd7f3676d6
12:05:35.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a8e5aca-2597-4c78-92d3-75538217fa7e
12:05:35.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57eb59b4-878b-4ead-aba1-4c70e845f2af
12:05:35.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b732a686-c781-4a53-985b-5400833ec72d
12:05:35.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b33ceccd-a172-438b-8e22-b80f57602c27
12:05:35.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa6f4861-391c-4091-b015-f8ceb18e245a
12:05:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f523441e-87b4-422c-9723-6d220cbc8274
12:05:35.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d37969-82be-49e5-a4d8-c059e147d352
12:05:35.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f980178-759b-451f-a240-c72b7fedb2b0
12:05:35.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7b13aa-a433-43b9-92de-f416b9cc05f5
12:05:35.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3320cd-49d2-4eb7-97f0-d2745b254096
12:05:35.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8af1c0e-ca49-472e-b872-03a515679e8d
12:05:35.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb317203-d0d7-4b77-b889-ee8801edbc73
12:05:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fae5c13c-30eb-47f2-8ff0-6bcd02ad3d9d
12:05:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=930426f9-f60e-40f3-922c-e3eba5122d8a
12:05:35.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:35.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:35.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:35.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:35.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:35.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:35.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:35.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49c4b2ba-55fa-4dab-b3ee-bc1c8a70829c
12:05:35.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de88dd08-18a8-4dcf-9d92-2b645c085154
12:05:36.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a8e5aca-2597-4c78-92d3-75538217fa7e
12:05:36.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d214d61-a2f6-488b-b6f5-5d57b783792b
12:05:36.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b732a686-c781-4a53-985b-5400833ec72d
12:05:36.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=132a8a1f-bd1d-4762-8f19-a6ad2719f181
12:05:36.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa6f4861-391c-4091-b015-f8ceb18e245a
12:05:36.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b0dbaf-302d-4bbe-bbd2-1e38521ee223
12:05:36.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d37969-82be-49e5-a4d8-c059e147d352
12:05:36.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c66737a-b6b2-4ba7-9708-c02d5696abdd
12:05:36.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f980178-759b-451f-a240-c72b7fedb2b0
12:05:36.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3320cd-49d2-4eb7-97f0-d2745b254096
12:05:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65212c62-9392-4f58-9fc5-e1fddcdf9bb0
12:05:36.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae4eb86-6316-44bd-97f0-a8e7f2dc9d69
12:05:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb317203-d0d7-4b77-b889-ee8801edbc73
12:05:36.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=930426f9-f60e-40f3-922c-e3eba5122d8a
12:05:36.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a3b78d8-753f-463b-8687-1e0f1a4b52eb
12:05:36.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9478212-c800-465e-900a-8b96d4422386
12:05:36.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de88dd08-18a8-4dcf-9d92-2b645c085154
12:05:36.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a33d40-3831-4a44-9b06-c0f912019208
12:05:36.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d214d61-a2f6-488b-b6f5-5d57b783792b
12:05:36.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:36.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:36.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcddb5a6-d776-4e94-a541-e3aa22673371
12:05:36.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:36.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:36.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:36.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=132a8a1f-bd1d-4762-8f19-a6ad2719f181
12:05:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b0dbaf-302d-4bbe-bbd2-1e38521ee223
12:05:37.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba1ba11-1f61-4375-9466-78de9a782ddb
12:05:37.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c66737a-b6b2-4ba7-9708-c02d5696abdd
12:05:37.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9ef7256-75ea-4d52-b235-32f052e4615c
12:05:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65212c62-9392-4f58-9fc5-e1fddcdf9bb0
12:05:37.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7254645-0337-43e2-a55d-027d9591bd43
12:05:37.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae4eb86-6316-44bd-97f0-a8e7f2dc9d69
12:05:37.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd83a59e-be2f-4d20-96c3-ae8dfb304151
12:05:37.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a3b78d8-753f-463b-8687-1e0f1a4b52eb
12:05:37.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df59ccd-5418-4727-8479-99acefe6a562
12:05:37.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9478212-c800-465e-900a-8b96d4422386
12:05:37.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4a258d4-c502-49e6-847f-3e4906427742
12:05:37.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a33d40-3831-4a44-9b06-c0f912019208
12:05:37.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cacf59f4-aede-4a15-b742-764b62230cd3
12:05:37.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcddb5a6-d776-4e94-a541-e3aa22673371
12:05:37.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba1ba11-1f61-4375-9466-78de9a782ddb
12:05:37.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdc4f2cb-7bbb-4934-b123-f98cf5a274a8
12:05:37.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd990e0e-e8f5-4475-afd0-38b37e5f95f8
12:05:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9ef7256-75ea-4d52-b235-32f052e4615c
12:05:37.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:37.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:37.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:37.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7254645-0337-43e2-a55d-027d9591bd43
12:05:37.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:37.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:37.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:37.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:37.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ce3f16-f762-4fee-9770-f83464a9e4a4
12:05:37.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd83a59e-be2f-4d20-96c3-ae8dfb304151
12:05:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93a2cc11-a489-4277-a884-b4b87b1e2716
12:05:38.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a535549-6115-4c18-9dce-4033560f8337
12:05:38.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9df59ccd-5418-4727-8479-99acefe6a562
12:05:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4a258d4-c502-49e6-847f-3e4906427742
12:05:38.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae21e749-6ee3-4019-bf66-359de399b439
12:05:38.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4590a1cf-0ff7-4429-bc6a-87abb49db28e
12:05:38.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cacf59f4-aede-4a15-b742-764b62230cd3
12:05:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c4f5bc-2601-464e-9b3c-20d92c04a098
12:05:38.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdc4f2cb-7bbb-4934-b123-f98cf5a274a8
12:05:38.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e36d3dcc-e8c0-4769-a90c-c2f19e7d1103
12:05:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd990e0e-e8f5-4475-afd0-38b37e5f95f8
12:05:38.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff069304-0dab-42ec-a6ae-dfe239972b9f
12:05:38.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61ce3f16-f762-4fee-9770-f83464a9e4a4
12:05:38.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8f845cd-3962-4340-a43a-6e0310071b26
12:05:38.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93a2cc11-a489-4277-a884-b4b87b1e2716
12:05:38.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=305b3a93-ba99-4c28-a645-da8ee386acb0
12:05:38.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a535549-6115-4c18-9dce-4033560f8337
12:05:38.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae21e749-6ee3-4019-bf66-359de399b439
12:05:38.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55be6f31-38de-4fac-93c1-ae70cf92285d
12:05:38.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4590a1cf-0ff7-4429-bc6a-87abb49db28e
12:05:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:38.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0baf718-5821-461d-bf85-04a26aaa918a
12:05:38.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:38.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:38.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:38.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c4f5bc-2601-464e-9b3c-20d92c04a098
12:05:39.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9accd38-d868-4385-82bb-81fbff6f1feb
12:05:39.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e36d3dcc-e8c0-4769-a90c-c2f19e7d1103
12:05:39.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7bf68c6-bb21-4b65-ac57-e0a3ce32180e
12:05:39.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a527a782-d9a9-4cec-ada1-a83a723d1194
12:05:39.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff069304-0dab-42ec-a6ae-dfe239972b9f
12:05:39.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc8533a3-b440-481f-9bb5-c90bb7b79855
12:05:39.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.324 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8f845cd-3962-4340-a43a-6e0310071b26
12:05:39.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1c6ca1-f560-4efe-b61b-d3ad86048a6c
12:05:39.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=305b3a93-ba99-4c28-a645-da8ee386acb0
12:05:39.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a96d8076-79ed-4afe-a6f7-9567fb4f7dbb
12:05:39.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55be6f31-38de-4fac-93c1-ae70cf92285d
12:05:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160fb902-de2b-4e84-aa5b-8f267faade1d
12:05:39.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0baf718-5821-461d-bf85-04a26aaa918a
12:05:39.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0195040-df71-46db-a870-4ceede76e822
12:05:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9accd38-d868-4385-82bb-81fbff6f1feb
12:05:39.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba1c15b-09a3-44d0-8109-fdd77edf6076
12:05:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7bf68c6-bb21-4b65-ac57-e0a3ce32180e
12:05:39.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=712c8bf4-a4e0-4f5b-a648-9587607dab74
12:05:39.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a527a782-d9a9-4cec-ada1-a83a723d1194
12:05:39.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4584c4-49d6-4e3d-9fce-9ceb68976362
12:05:39.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d6b3ec-90d4-415c-9c1c-6fe7a464c7cd
12:05:39.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:39.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:39.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:39.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:39.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:39.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc8533a3-b440-481f-9bb5-c90bb7b79855
12:05:39.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9b9eb3-9b95-45f8-bb38-6e6a3edf0954
12:05:40.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1c6ca1-f560-4efe-b61b-d3ad86048a6c
12:05:40.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb4dec62-acef-4afa-931e-d6ba6e34b447
12:05:40.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a96d8076-79ed-4afe-a6f7-9567fb4f7dbb
12:05:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d1d06b-fed7-4b12-aeec-5e79a7be873f
12:05:40.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0e0bd32-0b19-4b05-bc84-39da0205ea29
12:05:40.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160fb902-de2b-4e84-aa5b-8f267faade1d
12:05:40.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ece641d-03a5-44b1-8c5b-9eea044b1308
12:05:40.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0195040-df71-46db-a870-4ceede76e822
12:05:40.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7803c7da-26b9-471d-8754-b763bf999f0d
12:05:40.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aba1c15b-09a3-44d0-8109-fdd77edf6076
12:05:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1494336e-022f-4e40-bc47-1c5b0b484479
12:05:40.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=712c8bf4-a4e0-4f5b-a648-9587607dab74
12:05:40.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=380103fc-40c6-4667-9a25-8419007e9a46
12:05:40.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4584c4-49d6-4e3d-9fce-9ceb68976362
12:05:40.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b908c4c7-368a-4e58-be0b-8dc425f9273f
12:05:40.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d6b3ec-90d4-415c-9c1c-6fe7a464c7cd
12:05:40.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a38ec07-8c04-4779-8069-60dfcf1d0e33
12:05:40.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b9b9eb3-9b95-45f8-bb38-6e6a3edf0954
12:05:40.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b5b4be1-67fc-4d9f-a0dc-98eb672b8fc0
12:05:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb4dec62-acef-4afa-931e-d6ba6e34b447
12:05:40.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d1d06b-fed7-4b12-aeec-5e79a7be873f
12:05:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648e326-fe32-4a49-bb19-62e10e389461
12:05:40.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0e0bd32-0b19-4b05-bc84-39da0205ea29
12:05:40.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:40.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:40.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:40.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:40.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:40.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ece641d-03a5-44b1-8c5b-9eea044b1308
12:05:40.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:40.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:40.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5b9c9d-bb94-4ee5-92a2-a1cbb04630c6
12:05:41.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a770b9-5b36-4bce-ac5c-146bbd54d016
12:05:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7803c7da-26b9-471d-8754-b763bf999f0d
12:05:41.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1494336e-022f-4e40-bc47-1c5b0b484479
12:05:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca22db06-83ad-47e3-b919-b4d05e726ef9
12:05:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.235 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=380103fc-40c6-4667-9a25-8419007e9a46
12:05:41.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b296dc29-bcbd-420b-aedb-11dbe109d052
12:05:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b908c4c7-368a-4e58-be0b-8dc425f9273f
12:05:41.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a38ec07-8c04-4779-8069-60dfcf1d0e33
12:05:41.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7afb19e-ce3d-4a82-9745-7a5cd8fe15be
12:05:41.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b5b4be1-67fc-4d9f-a0dc-98eb672b8fc0
12:05:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0d865f-0696-4eb5-a450-d28bddcd46d1
12:05:41.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648e326-fe32-4a49-bb19-62e10e389461
12:05:41.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5b9c9d-bb94-4ee5-92a2-a1cbb04630c6
12:05:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b29d8c86-4483-445c-8727-035b90be3025
12:05:41.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a770b9-5b36-4bce-ac5c-146bbd54d016
12:05:41.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479a88a2-521d-41a7-9bb1-938c7d4aad53
12:05:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca22db06-83ad-47e3-b919-b4d05e726ef9
12:05:41.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c25d3de6-98a0-4227-b877-9fb08fa01bd4
12:05:41.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b296dc29-bcbd-420b-aedb-11dbe109d052
12:05:41.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7afb19e-ce3d-4a82-9745-7a5cd8fe15be
12:05:41.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a9563b-ea01-4990-867a-29a30a99dc2e
12:05:41.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81113da-2219-4f49-bc4c-a62fbe34c10b
12:05:41.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:41.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:41.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:41.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:41.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:41.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0d865f-0696-4eb5-a450-d28bddcd46d1
12:05:41.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b9f96d-849f-4a13-9f3f-35ccb7b3ce1c
12:05:42.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b29d8c86-4483-445c-8727-035b90be3025
12:05:42.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479a88a2-521d-41a7-9bb1-938c7d4aad53
12:05:42.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8ecfade-d2c6-4644-afc1-baa200b0f468
12:05:42.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c25d3de6-98a0-4227-b877-9fb08fa01bd4
12:05:42.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3e0f25-dd59-4bff-82f2-e4c7ea7a1254
12:05:42.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd6f2b4-e507-4907-993f-8ebda11db26b
12:05:42.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3a9563b-ea01-4990-867a-29a30a99dc2e
12:05:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.439 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a81113da-2219-4f49-bc4c-a62fbe34c10b
12:05:42.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ebf5ee1-37cb-47f8-bc32-540e76ddcfeb
12:05:42.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b9f96d-849f-4a13-9f3f-35ccb7b3ce1c
12:05:42.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99594f13-0e3b-4a6c-8ca0-a071f6073961
12:05:42.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f090bfdc-512b-471d-809e-f0fb0f3419c8
12:05:42.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8ecfade-d2c6-4644-afc1-baa200b0f468
12:05:42.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd3e0f25-dd59-4bff-82f2-e4c7ea7a1254
12:05:42.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e210d0-3825-456b-a61d-a7a354c3967b
12:05:42.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e88a96-e950-4796-b350-bda58b4295ce
12:05:42.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd6f2b4-e507-4907-993f-8ebda11db26b
12:05:42.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdb8efb9-7628-433b-949e-9905b77b8940
12:05:42.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db0fb93b-4385-4b6b-90bb-801838e85848
12:05:42.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ebf5ee1-37cb-47f8-bc32-540e76ddcfeb
12:05:42.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:42.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:42.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:42.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c4fbeb3-d453-46ab-8b91-4d29925eb234
12:05:42.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99594f13-0e3b-4a6c-8ca0-a071f6073961
12:05:43.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e96a552-ae3a-44a7-b2be-94d47b5cc4b0
12:05:43.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f090bfdc-512b-471d-809e-f0fb0f3419c8
12:05:43.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=939e4a56-d59d-497e-90dc-c56cd83f9e17
12:05:43.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2e210d0-3825-456b-a61d-a7a354c3967b
12:05:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dbd4e60-0e32-4ba9-9a37-da2c4b540970
12:05:43.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e88a96-e950-4796-b350-bda58b4295ce
12:05:43.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43340ccd-4b01-4ae5-93db-372cb770b485
12:05:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdb8efb9-7628-433b-949e-9905b77b8940
12:05:43.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebadd3a3-6241-441c-9148-c4e08a289551
12:05:43.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db0fb93b-4385-4b6b-90bb-801838e85848
12:05:43.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ad59f6-a522-4e0f-9ce3-cba041978fc1
12:05:43.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c4fbeb3-d453-46ab-8b91-4d29925eb234
12:05:43.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d114ddc-301b-4c3a-8b43-4a4a7ab06719
12:05:43.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e96a552-ae3a-44a7-b2be-94d47b5cc4b0
12:05:43.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1627eaf5-ff1d-4ba4-a85e-a2bc9ab6e7e2
12:05:43.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=939e4a56-d59d-497e-90dc-c56cd83f9e17
12:05:43.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1664669-2c69-40d3-84e7-1a8ec0a647a2
12:05:43.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dbd4e60-0e32-4ba9-9a37-da2c4b540970
12:05:43.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b9f965c-ed97-4269-bd71-eefb268a5412
12:05:43.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43340ccd-4b01-4ae5-93db-372cb770b485
12:05:43.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:43.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537f7693-c8a9-4bf1-8840-c59166d087b4
12:05:43.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:43.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:43.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:43.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:43.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:43.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:43.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f86c609f-3187-4f0c-b52c-b2be432c57e4
12:05:44.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebadd3a3-6241-441c-9148-c4e08a289551
12:05:44.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ad59f6-a522-4e0f-9ce3-cba041978fc1
12:05:44.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b644c566-8919-49b5-9aa8-88931229276c
12:05:44.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7af2b1-e662-49d3-a18a-976bf538ecf6
12:05:44.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d114ddc-301b-4c3a-8b43-4a4a7ab06719
12:05:44.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89a19d1-590f-4c73-b5b5-91cbbffda723
12:05:44.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1627eaf5-ff1d-4ba4-a85e-a2bc9ab6e7e2
12:05:44.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f9ad0b-b642-46ac-bfb5-c87fb5254bc7
12:05:44.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1664669-2c69-40d3-84e7-1a8ec0a647a2
12:05:44.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6988bfa5-81f2-4ce8-ad1e-d222ff24e880
12:05:44.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b9f965c-ed97-4269-bd71-eefb268a5412
12:05:44.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537f7693-c8a9-4bf1-8840-c59166d087b4
12:05:44.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7878f1ff-cc23-428c-a234-8d09c3ba0280
12:05:44.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f86c609f-3187-4f0c-b52c-b2be432c57e4
12:05:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b644c566-8919-49b5-9aa8-88931229276c
12:05:44.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f26bf28-63d8-4d2f-9e8f-5b1c678f39b2
12:05:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.687 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7af2b1-e662-49d3-a18a-976bf538ecf6
12:05:44.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf376a02-12ba-4f4a-b6e1-00c0e8e7953e
12:05:44.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89a19d1-590f-4c73-b5b5-91cbbffda723
12:05:44.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f9ad0b-b642-46ac-bfb5-c87fb5254bc7
12:05:44.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc63dbd0-0093-4f7a-bd66-65acb65995b4
12:05:44.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6988bfa5-81f2-4ce8-ad1e-d222ff24e880
12:05:44.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a519c2-a51b-4746-be37-b6ebdbe90d66
12:05:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:44.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:44.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:44.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:44.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7878f1ff-cc23-428c-a234-8d09c3ba0280
12:05:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be93fc4-fc6f-41ec-912b-002decdc6176
12:05:45.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f26bf28-63d8-4d2f-9e8f-5b1c678f39b2
12:05:45.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42990c12-51d4-4df4-bb1e-1907a3324bbf
12:05:45.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf376a02-12ba-4f4a-b6e1-00c0e8e7953e
12:05:45.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac15ff2e-accd-49b2-9c6b-6d4675e068a1
12:05:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc63dbd0-0093-4f7a-bd66-65acb65995b4
12:05:45.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f803a2d-5069-4baf-846a-9aa3d860221d
12:05:45.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a519c2-a51b-4746-be37-b6ebdbe90d66
12:05:45.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31b1acc9-e2ea-4da8-b125-6ca57b41f0b5
12:05:45.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be93fc4-fc6f-41ec-912b-002decdc6176
12:05:45.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c9d656-8292-45de-bdbc-38eb9b8da2ee
12:05:45.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42990c12-51d4-4df4-bb1e-1907a3324bbf
12:05:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9050c7-3d48-4e52-8df9-c68f244fcb7b
12:05:45.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac15ff2e-accd-49b2-9c6b-6d4675e068a1
12:05:45.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1938a51f-ced7-45e9-ae1d-88e072082428
12:05:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f803a2d-5069-4baf-846a-9aa3d860221d
12:05:45.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fcd748-44f8-42b9-b1d5-c6320be34775
12:05:45.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86633684-f8f9-4b58-b49a-cd17c703f7e2
12:05:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31b1acc9-e2ea-4da8-b125-6ca57b41f0b5
12:05:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c12521-5c0b-4c5b-8301-3d4fece9c908
12:05:45.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:45.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c9d656-8292-45de-bdbc-38eb9b8da2ee
12:05:45.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:45.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:45.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:45.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:45.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:45.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2d29ef-cdd1-48b1-9526-22aa51684a38
12:05:46.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9050c7-3d48-4e52-8df9-c68f244fcb7b
12:05:46.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ac9997-46b3-4806-b02c-fec392117775
12:05:46.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1938a51f-ced7-45e9-ae1d-88e072082428
12:05:46.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cba5755e-bffb-46ee-b66f-81e00fe0778e
12:05:46.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18fcd748-44f8-42b9-b1d5-c6320be34775
12:05:46.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=761e73e4-ebea-472a-808f-865191e47506
12:05:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86633684-f8f9-4b58-b49a-cd17c703f7e2
12:05:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce9737a-e50d-48b3-beb7-edb70dddcb3a
12:05:46.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c12521-5c0b-4c5b-8301-3d4fece9c908
12:05:46.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a56ab8-324a-4966-9910-0f4717e72e4e
12:05:46.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89f1144e-4c34-49f0-a5ab-7f3550d89bcd
12:05:46.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2d29ef-cdd1-48b1-9526-22aa51684a38
12:05:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ac9997-46b3-4806-b02c-fec392117775
12:05:46.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d55f01-5a00-473b-bf3f-66d4a5d1f2ea
12:05:46.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cba5755e-bffb-46ee-b66f-81e00fe0778e
12:05:46.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20e0b9aa-da91-4d7a-a6e6-1eb0e6b272ca
12:05:46.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=761e73e4-ebea-472a-808f-865191e47506
12:05:46.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b066a3c-6019-4ffc-8129-e20e21653ffa
12:05:46.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca71757-c7d8-444f-9521-4cfd037ecf94
12:05:46.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce9737a-e50d-48b3-beb7-edb70dddcb3a
12:05:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6668ecad-b664-4cdb-801b-c14eb63f52db
12:05:46.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a56ab8-324a-4966-9910-0f4717e72e4e
12:05:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:46.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:46.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:46.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:46.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:46.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89f1144e-4c34-49f0-a5ab-7f3550d89bcd
12:05:47.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3364614c-fe4e-43d1-a22e-0d88c07abf63
12:05:47.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d55f01-5a00-473b-bf3f-66d4a5d1f2ea
12:05:47.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b83f9460-d80d-4a55-83fb-2b5fbadaa480
12:05:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20e0b9aa-da91-4d7a-a6e6-1eb0e6b272ca
12:05:47.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186e9c09-a8fd-4298-8c22-018309d392c1
12:05:47.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.237 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b066a3c-6019-4ffc-8129-e20e21653ffa
12:05:47.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c14cc9d8-aca4-4c9b-8079-acd35ce6b17e
12:05:47.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca71757-c7d8-444f-9521-4cfd037ecf94
12:05:47.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de4b0bf2-a863-4e35-b303-35b26749feef
12:05:47.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6668ecad-b664-4cdb-801b-c14eb63f52db
12:05:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d75b4e1-595f-4db6-8a94-bb6781a42bbb
12:05:47.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3364614c-fe4e-43d1-a22e-0d88c07abf63
12:05:47.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b83f9460-d80d-4a55-83fb-2b5fbadaa480
12:05:47.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a454ff46-7a84-4185-907c-db66cc689382
12:05:47.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186e9c09-a8fd-4298-8c22-018309d392c1
12:05:47.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c14cc9d8-aca4-4c9b-8079-acd35ce6b17e
12:05:47.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ca73f2-c01e-4638-be8b-4a1087ac1e74
12:05:47.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de4b0bf2-a863-4e35-b303-35b26749feef
12:05:47.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2edf3dd-26d0-428c-b43d-14ea9e4fc0c1
12:05:47.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d75b4e1-595f-4db6-8a94-bb6781a42bbb
12:05:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f06a37-5aae-406a-9c4e-ec460059111a
12:05:47.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a454ff46-7a84-4185-907c-db66cc689382
12:05:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:47.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b5b6b4-ad46-472c-bce2-2280f4fc530c
12:05:47.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:47.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:47.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:47.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:47.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3ca73f2-c01e-4638-be8b-4a1087ac1e74
12:05:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2edf3dd-26d0-428c-b43d-14ea9e4fc0c1
12:05:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557cc3ef-9758-403f-b6ac-4aedc1e45a86
12:05:48.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f06a37-5aae-406a-9c4e-ec460059111a
12:05:48.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.225 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e673631a-b214-40cf-86a3-75841bed5ce6
12:05:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b5b6b4-ad46-472c-bce2-2280f4fc530c
12:05:48.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557cc3ef-9758-403f-b6ac-4aedc1e45a86
12:05:48.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d16e853-bc03-4d02-8765-c29cc4f8da2d
12:05:48.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e673631a-b214-40cf-86a3-75841bed5ce6
12:05:48.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08275f09-b468-4edd-b94c-4510deeeeb4e
12:05:48.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d16e853-bc03-4d02-8765-c29cc4f8da2d
12:05:48.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ba656f-246e-46fe-8f17-33dc7e196538
12:05:48.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.542 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08275f09-b468-4edd-b94c-4510deeeeb4e
12:05:48.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2efdac-5361-42bc-95d4-a087193e7284
12:05:48.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ba656f-246e-46fe-8f17-33dc7e196538
12:05:48.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8f39738-a681-4201-96fc-25bb29feeaae
12:05:48.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b2a7979-e3ec-4237-8d33-3658ca8e2466
12:05:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2efdac-5361-42bc-95d4-a087193e7284
12:05:48.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4411350f-bdff-411c-acf4-9a7f88409eb5
12:05:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8f39738-a681-4201-96fc-25bb29feeaae
12:05:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ef6311a-d790-4683-b4a3-8377d9c1012b
12:05:48.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b2a7979-e3ec-4237-8d33-3658ca8e2466
12:05:48.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:48.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da593260-1ca5-4e41-8516-78bc7057e112
12:05:48.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:48.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:48.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:48.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:48.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:48.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:48.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4411350f-bdff-411c-acf4-9a7f88409eb5
12:05:49.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98fcc2a0-0b67-42db-9a3d-86d36e07e905
12:05:49.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb79045e-2ad3-4a5b-904e-c8e4f7e1fabe
12:05:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ef6311a-d790-4683-b4a3-8377d9c1012b
12:05:49.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1dddc68-1a01-41b4-8a15-87a9f989dc9f
12:05:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da593260-1ca5-4e41-8516-78bc7057e112
12:05:49.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92775114-8113-4cba-9807-152125ee312e
12:05:49.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98fcc2a0-0b67-42db-9a3d-86d36e07e905
12:05:49.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb79045e-2ad3-4a5b-904e-c8e4f7e1fabe
12:05:49.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20c2d1df-8a2a-45e9-9e99-d7999ea528b2
12:05:49.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1dddc68-1a01-41b4-8a15-87a9f989dc9f
12:05:49.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e58287d-4f99-467b-bc5f-ae8f0e37473a
12:05:49.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92775114-8113-4cba-9807-152125ee312e
12:05:49.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=634d7d0a-7e9e-4e29-9d3b-f8876d49ecf5
12:05:49.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20c2d1df-8a2a-45e9-9e99-d7999ea528b2
12:05:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d9ea80-5fc7-47fb-9c69-a974a2ef5ac2
12:05:49.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76dcd2bd-9d3d-4b7f-b239-0ba0b9e89b22
12:05:49.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e58287d-4f99-467b-bc5f-ae8f0e37473a
12:05:49.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf2386d9-2ff0-41c2-b6ba-848913a9d09b
12:05:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=634d7d0a-7e9e-4e29-9d3b-f8876d49ecf5
12:05:49.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a67d5b2-50ea-4f6d-8324-36e2c7bb82f7
12:05:49.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d9ea80-5fc7-47fb-9c69-a974a2ef5ac2
12:05:49.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:49.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:49.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:49.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:49.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:49.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:49.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a4c0d4-e063-4d9d-9dc3-21de2b26b952
12:05:49.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1aae50-53ac-4858-a4a3-37aad19a8ed3
12:05:50.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76dcd2bd-9d3d-4b7f-b239-0ba0b9e89b22
12:05:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf2386d9-2ff0-41c2-b6ba-848913a9d09b
12:05:50.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2ca23e2-c431-4235-8215-605a3e53feed
12:05:50.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a67d5b2-50ea-4f6d-8324-36e2c7bb82f7
12:05:50.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89c0bcf8-f2eb-43a4-8a2e-8baae9f407b7
12:05:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a4c0d4-e063-4d9d-9dc3-21de2b26b952
12:05:50.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b585f850-1f21-4e25-bd41-1990ee6b89a0
12:05:50.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1aae50-53ac-4858-a4a3-37aad19a8ed3
12:05:50.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2ca23e2-c431-4235-8215-605a3e53feed
12:05:50.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e80e09ce-a1eb-41c9-a482-963413fa1cd7
12:05:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89c0bcf8-f2eb-43a4-8a2e-8baae9f407b7
12:05:50.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cb2cf84-3878-4a89-9e5a-2e0a6f6e8368
12:05:50.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b585f850-1f21-4e25-bd41-1990ee6b89a0
12:05:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e80e09ce-a1eb-41c9-a482-963413fa1cd7
12:05:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fd8eea-f79d-473b-bb09-77d18c7582bd
12:05:50.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0ddf1b-3a7b-4e81-84ae-7cf3732a821f
12:05:50.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cb2cf84-3878-4a89-9e5a-2e0a6f6e8368
12:05:50.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c499f9f-b907-4b2b-b615-b84ec5b770ec
12:05:50.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fd8eea-f79d-473b-bb09-77d18c7582bd
12:05:50.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fed04164-dae5-4f21-9f2b-e9195b10a84d
12:05:50.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:50.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0ddf1b-3a7b-4e81-84ae-7cf3732a821f
12:05:50.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:50.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:50.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:50.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:50.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3360c65d-0f8e-4cf1-bf6a-2c989a58141f
12:05:50.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c499f9f-b907-4b2b-b615-b84ec5b770ec
12:05:51.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d0ee697-90af-42fb-8461-845a9be9a644
12:05:51.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fed04164-dae5-4f21-9f2b-e9195b10a84d
12:05:51.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd7dbc28-d577-4d79-85fd-0c92eff3ee16
12:05:51.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3360c65d-0f8e-4cf1-bf6a-2c989a58141f
12:05:51.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ca656c-6188-46f0-b6f2-29ae19c0a712
12:05:51.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d0ee697-90af-42fb-8461-845a9be9a644
12:05:51.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd7dbc28-d577-4d79-85fd-0c92eff3ee16
12:05:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8ea45f7-063a-49d6-8bd4-a8a98cb4a52c
12:05:51.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3ca656c-6188-46f0-b6f2-29ae19c0a712
12:05:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4969c829-ac2c-4309-9bea-d14e33f5233e
12:05:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8ea45f7-063a-49d6-8bd4-a8a98cb4a52c
12:05:51.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341e48d0-809c-4a7b-b29b-beaf8bb5a1c5
12:05:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4969c829-ac2c-4309-9bea-d14e33f5233e
12:05:51.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db756b06-c0fc-4add-853e-bee7c6639801
12:05:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=341e48d0-809c-4a7b-b29b-beaf8bb5a1c5
12:05:51.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f95cc0e8-03df-4243-a37f-38ccdd83cb0b
12:05:51.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db756b06-c0fc-4add-853e-bee7c6639801
12:05:51.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40046aaf-4bf3-47c2-91cc-56ee056e44d3
12:05:51.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f95cc0e8-03df-4243-a37f-38ccdd83cb0b
12:05:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708a04e4-2d48-4476-bc57-9ee64f457def
12:05:51.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:51.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:51.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:51.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:51.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:51.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd7b8a50-7036-4cc0-af08-0ecf021814b6
12:05:51.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:51.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:51.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40046aaf-4bf3-47c2-91cc-56ee056e44d3
12:05:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708a04e4-2d48-4476-bc57-9ee64f457def
12:05:52.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846ee743-90a0-4da5-83a2-2d1c790f5293
12:05:52.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd7b8a50-7036-4cc0-af08-0ecf021814b6
12:05:52.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f00cc002-dbe8-48e6-9025-e00c90da46fd
12:05:52.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846ee743-90a0-4da5-83a2-2d1c790f5293
12:05:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=595f6cef-c162-4acc-b318-cbda412d2d41
12:05:52.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f00cc002-dbe8-48e6-9025-e00c90da46fd
12:05:52.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db62d39-4eb3-4c7b-bd74-e5dd78715715
12:05:52.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=595f6cef-c162-4acc-b318-cbda412d2d41
12:05:52.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad586a1e-8dce-4dfb-b850-de3e78f4e424
12:05:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db62d39-4eb3-4c7b-bd74-e5dd78715715
12:05:52.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad586a1e-8dce-4dfb-b850-de3e78f4e424
12:05:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4bd89db-eae7-4873-bf36-b47e49c28cb8
12:05:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaf12d92-45d4-4c2b-b189-32db5526c923
12:05:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4bd89db-eae7-4873-bf36-b47e49c28cb8
12:05:52.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624475a0-9228-4eb6-a36e-29a640796431
12:05:52.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaf12d92-45d4-4c2b-b189-32db5526c923
12:05:52.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f103621e-c1ef-4b8e-88aa-e911549d0602
12:05:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624475a0-9228-4eb6-a36e-29a640796431
12:05:52.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=801cbfa6-94ff-4b21-864b-879e6a3ab16f
12:05:52.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:52.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:52.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:52.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:52.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:52.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:52.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:52.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f103621e-c1ef-4b8e-88aa-e911549d0602
12:05:52.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c00fcef9-cd40-4465-9795-db9eb30b996e
12:05:53.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=801cbfa6-94ff-4b21-864b-879e6a3ab16f
12:05:53.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac53b95-cb3a-48ff-be16-59a7479aab0d
12:05:53.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c00fcef9-cd40-4465-9795-db9eb30b996e
12:05:53.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=781e70a8-fdcd-4eed-9fc7-aae066513e55
12:05:53.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ac53b95-cb3a-48ff-be16-59a7479aab0d
12:05:53.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1343969-46c4-4d9b-bda3-d962e4e0d47e
12:05:53.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=781e70a8-fdcd-4eed-9fc7-aae066513e55
12:05:53.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50f0391-dbbc-4818-b1d5-621b6078d6a3
12:05:53.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a46da0-8c57-45de-9d28-73f0e16c3c54
12:05:53.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1343969-46c4-4d9b-bda3-d962e4e0d47e
12:05:53.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50f0391-dbbc-4818-b1d5-621b6078d6a3
12:05:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1eb654-9374-4481-88db-13fa490479df
12:05:53.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92559e58-b932-4a3e-885d-d7dc91abb1a2
12:05:53.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a46da0-8c57-45de-9d28-73f0e16c3c54
12:05:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b53e9d44-d450-4623-a9a0-1431791b76dc
12:05:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1eb654-9374-4481-88db-13fa490479df
12:05:53.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dc01224-556c-4344-a60e-1c9d7a7672de
12:05:53.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92559e58-b932-4a3e-885d-d7dc91abb1a2
12:05:53.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37b927b7-4477-4132-9b0a-9d6f2ff90938
12:05:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b53e9d44-d450-4623-a9a0-1431791b76dc
12:05:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:53.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:53.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fabf81a2-8cd9-4f51-a3de-33c33d48d67b
12:05:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:53.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:53.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:53.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:53.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dc01224-556c-4344-a60e-1c9d7a7672de
12:05:53.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6febf17f-5cd8-4c4e-87af-6a8bf5aa48ad
12:05:54.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37b927b7-4477-4132-9b0a-9d6f2ff90938
12:05:54.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fabf81a2-8cd9-4f51-a3de-33c33d48d67b
12:05:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fe793e-5cc3-42f8-88be-9883c5eaeab8
12:05:54.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6febf17f-5cd8-4c4e-87af-6a8bf5aa48ad
12:05:54.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0f4d07e-6ab0-4f34-a23d-164eb2bc35c2
12:05:54.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49fe793e-5cc3-42f8-88be-9883c5eaeab8
12:05:54.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0f4d07e-6ab0-4f34-a23d-164eb2bc35c2
12:05:54.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aaf8e73-9fb2-4901-be84-060a71bcc6ac
12:05:54.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31fb2a02-6c55-4197-861f-4db7ec66bb37
12:05:54.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aaf8e73-9fb2-4901-be84-060a71bcc6ac
12:05:54.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40b5480-bf09-496e-ac4e-b57a630e4026
12:05:54.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31fb2a02-6c55-4197-861f-4db7ec66bb37
12:05:54.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17852a50-ea44-40b5-8453-3f83da479ae2
12:05:54.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40b5480-bf09-496e-ac4e-b57a630e4026
12:05:54.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c669c5e-0c09-4db2-b2b9-bda793eba28e
12:05:54.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17852a50-ea44-40b5-8453-3f83da479ae2
12:05:54.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cdf134-8c2d-4bab-b9a6-7bd88deab32c
12:05:54.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c669c5e-0c09-4db2-b2b9-bda793eba28e
12:05:54.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac57b3f-b90a-4f80-a226-d0753a55294b
12:05:54.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75cdf134-8c2d-4bab-b9a6-7bd88deab32c
12:05:54.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31fc80c7-0c42-4bd1-ab57-c29f2c9a5715
12:05:54.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac57b3f-b90a-4f80-a226-d0753a55294b
12:05:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=253d9e01-1a57-4f25-887f-3f2b49bdcd0c
12:05:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:54.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:54.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:54.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:54.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:54.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31fc80c7-0c42-4bd1-ab57-c29f2c9a5715
12:05:54.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88657932-95b6-4070-95f9-d88d451a20ad
12:05:55.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=253d9e01-1a57-4f25-887f-3f2b49bdcd0c
12:05:55.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54001c25-2efb-4328-813e-172e79329cb5
12:05:55.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88657932-95b6-4070-95f9-d88d451a20ad
12:05:55.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef0120f-4797-4e0c-826d-99323e32516f
12:05:55.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54001c25-2efb-4328-813e-172e79329cb5
12:05:55.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a6d320-0c41-4abb-998e-53a6e1f8b356
12:05:55.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef0120f-4797-4e0c-826d-99323e32516f
12:05:55.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e66eac-7e4d-4c0a-8d6d-360fff3a3eed
12:05:55.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a6d320-0c41-4abb-998e-53a6e1f8b356
12:05:55.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db7f7a9-7228-45d2-a56c-9079ceaea744
12:05:55.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50e66eac-7e4d-4c0a-8d6d-360fff3a3eed
12:05:55.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9bbb22-1b5a-4336-9439-0d02774338fa
12:05:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0db7f7a9-7228-45d2-a56c-9079ceaea744
12:05:55.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b10f47b-51b8-40d2-aaf8-a784e76348c6
12:05:55.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d9bbb22-1b5a-4336-9439-0d02774338fa
12:05:55.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2bd1ec-c9b7-4b70-8d0d-9a054f38e0ab
12:05:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b10f47b-51b8-40d2-aaf8-a784e76348c6
12:05:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c211c4d-24db-4a83-89a4-e29ffb33b549
12:05:55.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50c7b07b-305f-450b-85c9-4c59d6a04e90
12:05:55.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d2bd1ec-c9b7-4b70-8d0d-9a054f38e0ab
12:05:55.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb000c5-5419-48fc-a836-5c9bf8cbb47c
12:05:55.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.948 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:55.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c211c4d-24db-4a83-89a4-e29ffb33b549
12:05:55.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:55.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:55.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:55.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:55.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:55.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:55.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272a58f4-beb5-43ec-bd44-bcff2a553f98
12:05:56.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50c7b07b-305f-450b-85c9-4c59d6a04e90
12:05:56.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328d4bfe-1e83-45eb-b7c3-3107f1a8e1fb
12:05:56.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aeb000c5-5419-48fc-a836-5c9bf8cbb47c
12:05:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce4e518-4311-4f38-8892-9ae0a3b3ce94
12:05:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272a58f4-beb5-43ec-bd44-bcff2a553f98
12:05:56.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85f9786-d5c1-448d-b810-70d30ceb70cc
12:05:56.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328d4bfe-1e83-45eb-b7c3-3107f1a8e1fb
12:05:56.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72745b51-7f20-4121-b514-210e8a68ce01
12:05:56.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ce4e518-4311-4f38-8892-9ae0a3b3ce94
12:05:56.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6262d1-73e2-409c-a5a6-8205d2f8df01
12:05:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85f9786-d5c1-448d-b810-70d30ceb70cc
12:05:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd44438-1590-474f-970a-09f0f3626f63
12:05:56.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72745b51-7f20-4121-b514-210e8a68ce01
12:05:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f96c18-0f4f-4ee2-bce1-986d29d20f4b
12:05:56.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6262d1-73e2-409c-a5a6-8205d2f8df01
12:05:56.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f95718c5-29d4-4081-9472-673e0b666ef3
12:05:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd44438-1590-474f-970a-09f0f3626f63
12:05:56.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d12f458-b2df-4eee-9534-0000cce6e501
12:05:56.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42f96c18-0f4f-4ee2-bce1-986d29d20f4b
12:05:56.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:56.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:56.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f95718c5-29d4-4081-9472-673e0b666ef3
12:05:56.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:56.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:56.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:56.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:56.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:56.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6cf013d-1e9c-405f-8cc0-c8a23cbb1a37
12:05:56.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d12f458-b2df-4eee-9534-0000cce6e501
12:05:57.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8ccada0-c5c3-40af-afad-99fadf50c47a
12:05:57.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6cf013d-1e9c-405f-8cc0-c8a23cbb1a37
12:05:57.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36dd1105-9f94-4a3a-8792-5bfd5a848ab6
12:05:57.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8ccada0-c5c3-40af-afad-99fadf50c47a
12:05:57.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=609f4550-9f8d-4f37-87f0-76aaa38a298d
12:05:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.262 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36dd1105-9f94-4a3a-8792-5bfd5a848ab6
12:05:57.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b329759-3140-4c70-ba8d-98a47b6dcf33
12:05:57.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63305657-581c-4195-9701-a9b7f7b3747d
12:05:57.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=609f4550-9f8d-4f37-87f0-76aaa38a298d
12:05:57.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b329759-3140-4c70-ba8d-98a47b6dcf33
12:05:57.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db63d172-37b7-4812-8540-b2b3726ba8c6
12:05:57.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63305657-581c-4195-9701-a9b7f7b3747d
12:05:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8dd6ee-240c-46b3-9691-f0bef4c58c8b
12:05:57.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db63d172-37b7-4812-8540-b2b3726ba8c6
12:05:57.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e5a8658-fa8c-422f-a962-f0fda652abc8
12:05:57.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab8dd6ee-240c-46b3-9691-f0bef4c58c8b
12:05:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a1659d3-bdba-4635-85dd-4662e07f9cbc
12:05:57.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e5a8658-fa8c-422f-a962-f0fda652abc8
12:05:57.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6c0117-0ebc-4141-b356-122c1d6de7f8
12:05:57.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a1659d3-bdba-4635-85dd-4662e07f9cbc
12:05:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2107b9b-b65e-473f-b956-4a4ca374d3d4
12:05:57.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6c0117-0ebc-4141-b356-122c1d6de7f8
12:05:57.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:57.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:57.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:57.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:57.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:57.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:57.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ab45d9-a174-408a-a71e-b8d93e6da8d3
12:05:57.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2107b9b-b65e-473f-b956-4a4ca374d3d4
12:05:58.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7dbcb1-0efe-44fc-9d6d-be49c1261907
12:05:58.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.122 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8ab45d9-a174-408a-a71e-b8d93e6da8d3
12:05:58.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69122814-8085-45ee-b893-8ea8d2f0acbb
12:05:58.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b7dbcb1-0efe-44fc-9d6d-be49c1261907
12:05:58.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49d062f7-8530-4add-af57-964cb499b2f5
12:05:58.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69122814-8085-45ee-b893-8ea8d2f0acbb
12:05:58.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49d062f7-8530-4add-af57-964cb499b2f5
12:05:58.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b00a615-0bc8-48b5-ab36-99cedc8d8ca6
12:05:58.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b00a615-0bc8-48b5-ab36-99cedc8d8ca6
12:05:58.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523fd513-6f10-4531-aba7-4be3d41178e6
12:05:58.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efd72c59-a912-4bec-8412-67cad8546801
12:05:58.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=523fd513-6f10-4531-aba7-4be3d41178e6
12:05:58.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e63efc6d-8d56-46c3-933b-b327ea103d1d
12:05:58.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efd72c59-a912-4bec-8412-67cad8546801
12:05:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13beae8-f8cc-4f2c-a1a4-2a990617ce0c
12:05:58.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e63efc6d-8d56-46c3-933b-b327ea103d1d
12:05:58.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86583699-77dd-4bb1-8c45-ccfdb8ba430f
12:05:58.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13beae8-f8cc-4f2c-a1a4-2a990617ce0c
12:05:58.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6141a6c1-94a4-40af-a6ed-6785c7613510
12:05:58.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:58.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86583699-77dd-4bb1-8c45-ccfdb8ba430f
12:05:58.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:58.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:58.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:58.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:58.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:58.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6141a6c1-94a4-40af-a6ed-6785c7613510
12:05:59.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=364304d6-6bb7-4ed9-898b-8cbe4bc2e13d
12:05:59.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=364304d6-6bb7-4ed9-898b-8cbe4bc2e13d
12:05:59.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b35008-801e-4374-bf86-da2b6eedb3b9
12:05:59.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b35008-801e-4374-bf86-da2b6eedb3b9
12:05:59.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb671536-a26a-4683-b51e-360e0595fd88
12:05:59.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb671536-a26a-4683-b51e-360e0595fd88
12:05:59.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc3edc14-7edb-451d-946e-7a266d4a5246
12:05:59.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc3edc14-7edb-451d-946e-7a266d4a5246
12:05:59.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=030620de-e2cc-4cdf-af9f-29a302441aa2
12:05:59.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=030620de-e2cc-4cdf-af9f-29a302441aa2
12:05:59.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df45f300-cf0f-49cd-bb8e-ef0e1f2dd30e
12:05:59.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a30f489-6507-4c3c-8546-9f56f60e04ba
12:05:59.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df45f300-cf0f-49cd-bb8e-ef0e1f2dd30e
12:05:59.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2fd28b2-eb05-415e-920b-e0d0a4afabf2
12:05:59.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a30f489-6507-4c3c-8546-9f56f60e04ba
12:05:59.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5cb4e7-dfe2-4f43-93ad-3e6309b1bae6
12:05:59.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2fd28b2-eb05-415e-920b-e0d0a4afabf2
12:05:59.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a410a15-7cbc-4c4f-9f56-da9f346d80e0
12:05:59.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a5cb4e7-dfe2-4f43-93ad-3e6309b1bae6
12:05:59.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e7821c-9f83-42e5-9884-a1c9f9d543e3
12:05:59.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a410a15-7cbc-4c4f-9f56-da9f346d80e0
12:05:59.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a40a10-b64b-48dd-b9d5-7a72883854e2
12:05:59.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:05:59.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:05:59.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:05:59.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:05:59.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:05:59.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:05:59.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:05:59.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56e7821c-9f83-42e5-9884-a1c9f9d543e3
12:05:59.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53d5435d-cd71-42d8-9512-4a4be2410293
12:06:00.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a40a10-b64b-48dd-b9d5-7a72883854e2
12:06:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c31538e8-f4f7-4dd3-8256-6ffd5c18b4f1
12:06:00.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05c79f09-38af-45b4-af6c-20f3d15d2c82
12:06:00.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53d5435d-cd71-42d8-9512-4a4be2410293
12:06:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e13ae5-893d-4484-98e9-887c425d2ce3
12:06:00.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c31538e8-f4f7-4dd3-8256-6ffd5c18b4f1
12:06:00.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d271c813-d06f-45b5-bd96-44dc95c1db17
12:06:00.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=660e981d-9347-47f9-bb10-0d4b509fe60d
12:06:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05c79f09-38af-45b4-af6c-20f3d15d2c82
12:06:00.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f303de6-484d-419e-9deb-d4cf4ac0d0e4
12:06:00.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e13ae5-893d-4484-98e9-887c425d2ce3
12:06:00.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d271c813-d06f-45b5-bd96-44dc95c1db17
12:06:00.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028f1509-4c86-46f3-8c0d-8886093046ed
12:06:00.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=660e981d-9347-47f9-bb10-0d4b509fe60d
12:06:00.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd063ad6-3eeb-415f-8eef-a6959d284dc5
12:06:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f303de6-484d-419e-9deb-d4cf4ac0d0e4
12:06:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed5e2938-79c0-4451-8d81-24b84c2eae74
12:06:00.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028f1509-4c86-46f3-8c0d-8886093046ed
12:06:00.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8621016d-af4f-4960-a127-710528915d11
12:06:00.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd063ad6-3eeb-415f-8eef-a6959d284dc5
12:06:00.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e624643-ac4b-4713-ac05-e0cb0506a406
12:06:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:00.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f87cf98-1f85-489d-812d-806bb1228259
12:06:00.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:00.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:00.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed5e2938-79c0-4451-8d81-24b84c2eae74
12:06:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115c9e92-ce4d-456f-a864-e91e0eeb864f
12:06:01.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8621016d-af4f-4960-a127-710528915d11
12:06:01.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=532c64e5-91a5-43a7-9912-9531275c6021
12:06:01.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e624643-ac4b-4713-ac05-e0cb0506a406
12:06:01.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09205ad-d1f3-43cc-a472-abdba28d7ae5
12:06:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f87cf98-1f85-489d-812d-806bb1228259
12:06:01.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc3eec1-792e-4b47-a3dc-7c71d2af80c2
12:06:01.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a59b0e-60c4-47a9-ab9d-55791e405af4
12:06:01.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=115c9e92-ce4d-456f-a864-e91e0eeb864f
12:06:01.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bfa598-afc5-428c-9c04-470aced41cfb
12:06:01.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=532c64e5-91a5-43a7-9912-9531275c6021
12:06:01.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09205ad-d1f3-43cc-a472-abdba28d7ae5
12:06:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b05b4ecf-dbcb-4bcd-b87c-32282dc88b20
12:06:01.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d239ff-8faf-4eeb-88c0-49dc56dacd04
12:06:01.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc3eec1-792e-4b47-a3dc-7c71d2af80c2
12:06:01.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dac9228-4380-4cda-ac7b-e6bce7715f88
12:06:01.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a59b0e-60c4-47a9-ab9d-55791e405af4
12:06:01.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9bdfea2-6f0c-4fef-9c76-29f76a5b02f3
12:06:01.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bfa598-afc5-428c-9c04-470aced41cfb
12:06:01.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edbd7e73-1b09-43c3-9b37-5ca870a3823f
12:06:01.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b05b4ecf-dbcb-4bcd-b87c-32282dc88b20
12:06:01.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88eba0fc-3d0d-41e1-9b16-6d34817fa4ae
12:06:01.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d239ff-8faf-4eeb-88c0-49dc56dacd04
12:06:01.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d4b24a-8bd9-4e6d-99d4-15ebbd3e2530
12:06:01.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:01.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:01.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:01.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:01.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:01.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dac9228-4380-4cda-ac7b-e6bce7715f88
12:06:01.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9bdfea2-6f0c-4fef-9c76-29f76a5b02f3
12:06:02.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd721c73-c354-4c9e-9b7d-f4db086a645a
12:06:02.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edbd7e73-1b09-43c3-9b37-5ca870a3823f
12:06:02.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1a5bc8f-f754-4886-a8a3-bde253b03e8e
12:06:02.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88eba0fc-3d0d-41e1-9b16-6d34817fa4ae
12:06:02.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2ef93e-629a-4178-b64b-6887ba322fbc
12:06:02.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d4b24a-8bd9-4e6d-99d4-15ebbd3e2530
12:06:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd721c73-c354-4c9e-9b7d-f4db086a645a
12:06:02.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a29847-c280-4e9a-bceb-52a489e8914a
12:06:02.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1292458-8f3f-4333-9fe2-4823f1dab118
12:06:02.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1a5bc8f-f754-4886-a8a3-bde253b03e8e
12:06:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=894175c4-275e-4daf-aa91-b425b4d4361f
12:06:02.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c2ef93e-629a-4178-b64b-6887ba322fbc
12:06:02.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb8ba45-ada1-40e7-a215-92f13efdd997
12:06:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30a29847-c280-4e9a-bceb-52a489e8914a
12:06:02.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63bffe27-7de7-49b0-8c71-7b66f868e2bd
12:06:02.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b65117b-2bf7-4eb5-b851-16a8ea2f89c8
12:06:02.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1292458-8f3f-4333-9fe2-4823f1dab118
12:06:02.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8405ab5e-f40e-4bcd-b478-2add5eef58ee
12:06:02.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=894175c4-275e-4daf-aa91-b425b4d4361f
12:06:02.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:02.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:02.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:02.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb8ba45-ada1-40e7-a215-92f13efdd997
12:06:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:02.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:02.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:02.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:02.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67265846-a87e-4479-96f7-8af28ccb28db
12:06:02.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af05c61d-6a91-4cff-b94b-30453020dda1
12:06:03.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63bffe27-7de7-49b0-8c71-7b66f868e2bd
12:06:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=000112a1-960a-438c-bd5a-f80f4243afea
12:06:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b65117b-2bf7-4eb5-b851-16a8ea2f89c8
12:06:03.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8405ab5e-f40e-4bcd-b478-2add5eef58ee
12:06:03.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332bc55d-74fd-4e21-9b69-ac253d39ddba
12:06:03.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67265846-a87e-4479-96f7-8af28ccb28db
12:06:03.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c971b4a7-5e19-488e-96e1-6f08fc80ccbb
12:06:03.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af05c61d-6a91-4cff-b94b-30453020dda1
12:06:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42b3c05-cd36-4586-b9e9-a52175b3393b
12:06:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=000112a1-960a-438c-bd5a-f80f4243afea
12:06:03.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de930526-e584-4518-9d87-7d4602c71ec6
12:06:03.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=332bc55d-74fd-4e21-9b69-ac253d39ddba
12:06:03.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c139df-6238-4112-b991-8ca97c14e4d0
12:06:03.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.616 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c971b4a7-5e19-488e-96e1-6f08fc80ccbb
12:06:03.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a87b9794-147b-4a6b-81f8-0a065a7b6eb0
12:06:03.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42b3c05-cd36-4586-b9e9-a52175b3393b
12:06:03.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ba0ea4-145c-4401-bd8d-7577e3aa66b9
12:06:03.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de930526-e584-4518-9d87-7d4602c71ec6
12:06:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a6f22c9-b3a7-4eb8-90dd-18d362377996
12:06:03.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c139df-6238-4112-b991-8ca97c14e4d0
12:06:03.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:03.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f25807-106a-4d57-ab4d-f326c001d4ab
12:06:03.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:03.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:03.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:03.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:03.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:03.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:03.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a87b9794-147b-4a6b-81f8-0a065a7b6eb0
12:06:04.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5241e70-bc62-40d2-a88e-3deaa48ed34e
12:06:04.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ba0ea4-145c-4401-bd8d-7577e3aa66b9
12:06:04.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a6f22c9-b3a7-4eb8-90dd-18d362377996
12:06:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3d2ef81-77c2-46a9-b5ec-149d77ba84b4
12:06:04.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329eaf67-d53f-4be2-a849-b8851e526207
12:06:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19f25807-106a-4d57-ab4d-f326c001d4ab
12:06:04.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fdcef47-efcb-4819-affa-b662deb2d688
12:06:04.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5241e70-bc62-40d2-a88e-3deaa48ed34e
12:06:04.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3f03-1514-4dc9-8ea1-8d618d95f5b6
12:06:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3d2ef81-77c2-46a9-b5ec-149d77ba84b4
12:06:04.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329eaf67-d53f-4be2-a849-b8851e526207
12:06:04.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f29000c6-331d-40f0-a12f-3c093bb30a14
12:06:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fdcef47-efcb-4819-affa-b662deb2d688
12:06:04.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08283261-f7d7-4431-a884-5dd8da73efd3
12:06:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7532b0eb-f9e8-4065-8786-d7947119d346
12:06:04.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3f03-1514-4dc9-8ea1-8d618d95f5b6
12:06:04.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f29000c6-331d-40f0-a12f-3c093bb30a14
12:06:04.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=983cf1ad-ad4c-43f8-9c2d-f5ee5ec8adba
12:06:04.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:04.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:04.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08283261-f7d7-4431-a884-5dd8da73efd3
12:06:04.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:04.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:04.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:04.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:04.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134f826d-e9fc-428b-839a-de89f1545388
12:06:04.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6763eb7-2fb0-41e7-a5de-74243d0a8a2c
12:06:05.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7532b0eb-f9e8-4065-8786-d7947119d346
12:06:05.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffadc518-44de-47e8-afec-5a0b28539ce6
12:06:05.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f412fa-a197-4fa4-a3cb-07574ba61ac7
12:06:05.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=983cf1ad-ad4c-43f8-9c2d-f5ee5ec8adba
12:06:05.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ac5ef1c-4f0c-466b-bd32-9b67362c851a
12:06:05.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134f826d-e9fc-428b-839a-de89f1545388
12:06:05.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83442abd-932f-465d-83ff-27cabf5040c7
12:06:05.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6763eb7-2fb0-41e7-a5de-74243d0a8a2c
12:06:05.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d54073-6520-4970-b5b3-00f0b2a2c5a2
12:06:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffadc518-44de-47e8-afec-5a0b28539ce6
12:06:05.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f4efca-040b-4a41-8af7-c4ed98ac31ab
12:06:05.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f412fa-a197-4fa4-a3cb-07574ba61ac7
12:06:05.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea21b6a4-4e21-454c-87ad-e588397640b6
12:06:05.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ac5ef1c-4f0c-466b-bd32-9b67362c851a
12:06:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a63f41-953d-438f-b133-b22d68342d74
12:06:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83442abd-932f-465d-83ff-27cabf5040c7
12:06:05.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e945279d-6f48-4fc5-b9f4-602901f374ab
12:06:05.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8d6b654-c0e0-4a7d-87f5-06f21ca7f965
12:06:05.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50d54073-6520-4970-b5b3-00f0b2a2c5a2
12:06:05.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c46e5d-7ec2-431a-9c94-87c8efea0b35
12:06:05.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f4efca-040b-4a41-8af7-c4ed98ac31ab
12:06:05.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:05.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:05.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:05.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:05.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:05.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:05.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:05.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381ec713-11cf-4058-9ab1-b17f1789a91d
12:06:05.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea21b6a4-4e21-454c-87ad-e588397640b6
12:06:06.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a720a859-b183-48bf-b4da-dc845f317b49
12:06:06.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a63f41-953d-438f-b133-b22d68342d74
12:06:06.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb42463-568e-4c7a-8d34-1e93c8c5bc32
12:06:06.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e945279d-6f48-4fc5-b9f4-602901f374ab
12:06:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbb99d4-2b9c-4ff6-8b9d-20c368747a43
12:06:06.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5430533-bc70-47fb-be63-462e7aa34727
12:06:06.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8d6b654-c0e0-4a7d-87f5-06f21ca7f965
12:06:06.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2acecc16-10fa-49d5-83fd-90dc8fcd5bc2
12:06:06.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c232bede-a6a8-4be3-b521-caf6aa544493
12:06:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c46e5d-7ec2-431a-9c94-87c8efea0b35
12:06:06.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec601c54-37b8-49ec-af72-8a4decf91318
12:06:06.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=381ec713-11cf-4058-9ab1-b17f1789a91d
12:06:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cf247c3-5df3-4ffc-9e9c-0c6bc5009cb7
12:06:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a720a859-b183-48bf-b4da-dc845f317b49
12:06:06.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f93d368c-2c38-450b-9fdd-0e534f5ae53a
12:06:06.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccb42463-568e-4c7a-8d34-1e93c8c5bc32
12:06:06.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c6dc580-aafc-44a6-9aa3-9611ff72277f
12:06:06.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbb99d4-2b9c-4ff6-8b9d-20c368747a43
12:06:06.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2297fc60-d896-4e47-bac8-e5564864791e
12:06:06.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:06.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5430533-bc70-47fb-be63-462e7aa34727
12:06:06.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:06.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:06.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:06.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:06.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:06.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=294b372a-8521-4534-91ef-36558d17deca
12:06:06.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ecc603-fa09-4bb2-82cf-dd9c9d55afce
12:06:07.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2acecc16-10fa-49d5-83fd-90dc8fcd5bc2
12:06:07.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d6e85d-ee6f-41f2-9634-c6c63c68e8fa
12:06:07.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c232bede-a6a8-4be3-b521-caf6aa544493
12:06:07.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=650a295c-0248-43d1-b190-b5b12ed03b49
12:06:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec601c54-37b8-49ec-af72-8a4decf91318
12:06:07.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cf247c3-5df3-4ffc-9e9c-0c6bc5009cb7
12:06:07.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f91484b-4ff4-4079-b181-ac92f0da5406
12:06:07.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f93d368c-2c38-450b-9fdd-0e534f5ae53a
12:06:07.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2336902-06fe-436e-98de-1f4b11264c9b
12:06:07.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c6dc580-aafc-44a6-9aa3-9611ff72277f
12:06:07.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb8fb896-c6f8-4142-86b2-1b7db7d59473
12:06:07.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2297fc60-d896-4e47-bac8-e5564864791e
12:06:07.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f50d76c0-a442-4f6d-851f-2ba53ea7b256
12:06:07.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77964eef-6002-41f7-a5d0-abdb34b69164
12:06:07.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=294b372a-8521-4534-91ef-36558d17deca
12:06:07.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e93f2dd0-948c-4ec2-93ed-cc2982ffa43f
12:06:07.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ecc603-fa09-4bb2-82cf-dd9c9d55afce
12:06:07.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72d6e85d-ee6f-41f2-9634-c6c63c68e8fa
12:06:07.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e54467f4-1238-4311-a49c-de6b804833e1
12:06:07.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=650a295c-0248-43d1-b190-b5b12ed03b49
12:06:07.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:07.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1b6dec-bd2e-4a5a-9ac5-e92e7a709036
12:06:07.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:07.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:07.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:07.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:07.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:07.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:07.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f91484b-4ff4-4079-b181-ac92f0da5406
12:06:08.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186610ac-a8c1-4dfe-9c9f-927b7a56d1f0
12:06:08.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2336902-06fe-436e-98de-1f4b11264c9b
12:06:08.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ccd669-8d90-4f3f-a9ef-70a766124eaf
12:06:08.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb8fb896-c6f8-4142-86b2-1b7db7d59473
12:06:08.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4471c607-090a-4e90-a6ea-32d4abfb92c7
12:06:08.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f50d76c0-a442-4f6d-851f-2ba53ea7b256
12:06:08.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=626087dc-3533-4518-8fdc-c17df55c86ef
12:06:08.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568ec89a-c343-415c-b03f-c38eefbb4f0d
12:06:08.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77964eef-6002-41f7-a5d0-abdb34b69164
12:06:08.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cac453b-d4ab-425a-84d3-700e8920847f
12:06:08.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca51bb14-d033-4b7c-827c-d63ddbfc451f
12:06:08.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e93f2dd0-948c-4ec2-93ed-cc2982ffa43f
12:06:08.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9c45b24-d196-426a-81c1-5edc17a163ea
12:06:08.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e54467f4-1238-4311-a49c-de6b804833e1
12:06:08.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07665474-fe06-496e-bedd-0265967accb3
12:06:08.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1b6dec-bd2e-4a5a-9ac5-e92e7a709036
12:06:08.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56b87cf7-caee-42b2-9f52-e3496da49f3d
12:06:08.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186610ac-a8c1-4dfe-9c9f-927b7a56d1f0
12:06:08.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ccd669-8d90-4f3f-a9ef-70a766124eaf
12:06:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec769049-1494-477d-a495-7cc5fe2843de
12:06:08.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4471c607-090a-4e90-a6ea-32d4abfb92c7
12:06:08.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19e6878f-099a-4660-92a6-a33bd7935fe3
12:06:08.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:08.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:08.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:08.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:08.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=626087dc-3533-4518-8fdc-c17df55c86ef
12:06:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a08c57-b4fa-4b78-9750-94d228dfa12f
12:06:09.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=568ec89a-c343-415c-b03f-c38eefbb4f0d
12:06:09.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cac453b-d4ab-425a-84d3-700e8920847f
12:06:09.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ea2b48-717e-4906-a23a-83ab7b26021c
12:06:09.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca51bb14-d033-4b7c-827c-d63ddbfc451f
12:06:09.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=476456b6-8f20-45f0-9434-fcab5b321686
12:06:09.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b378bbf-da4c-4108-b8d5-7c10f877b0a9
12:06:09.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9c45b24-d196-426a-81c1-5edc17a163ea
12:06:09.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bfb509-544f-458a-a4fb-7040b5f04cf7
12:06:09.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07665474-fe06-496e-bedd-0265967accb3
12:06:09.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b19a6767-4073-43ac-b13e-e7fe53faee93
12:06:09.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56b87cf7-caee-42b2-9f52-e3496da49f3d
12:06:09.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a0bb868-612b-47d0-8c90-af41ba0fa7d9
12:06:09.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec769049-1494-477d-a495-7cc5fe2843de
12:06:09.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4999051a-b6bd-44d6-b65b-ffcee2b74b88
12:06:09.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19e6878f-099a-4660-92a6-a33bd7935fe3
12:06:09.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a08c57-b4fa-4b78-9750-94d228dfa12f
12:06:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dee6a61-5500-41b3-9c7f-d0564ad29914
12:06:09.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6ea2b48-717e-4906-a23a-83ab7b26021c
12:06:09.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b0fcd-5cb6-473d-9eb4-72e2ecac6c46
12:06:09.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=476456b6-8f20-45f0-9434-fcab5b321686
12:06:09.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=947b0ed6-7a80-4412-846f-776ac3f6de3d
12:06:09.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:09.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:09.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:09.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:09.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:09.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b378bbf-da4c-4108-b8d5-7c10f877b0a9
12:06:09.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bfb509-544f-458a-a4fb-7040b5f04cf7
12:06:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427262b3-c1fa-4cd7-8195-e3646db92cd9
12:06:10.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b19a6767-4073-43ac-b13e-e7fe53faee93
12:06:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba840e8e-2b1e-4aec-ba8a-45a5a80f9808
12:06:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a0bb868-612b-47d0-8c90-af41ba0fa7d9
12:06:10.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cd6c09d-e696-48f6-a95d-ebcf7da2d87f
12:06:10.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4999051a-b6bd-44d6-b65b-ffcee2b74b88
12:06:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75c151ef-e2cf-4280-be85-0c2a3bfa879a
12:06:10.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dee6a61-5500-41b3-9c7f-d0564ad29914
12:06:10.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2364ce26-b00b-471a-ba86-db1167274d10
12:06:10.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763b0fcd-5cb6-473d-9eb4-72e2ecac6c46
12:06:10.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f76110-a3b1-4a96-bc25-7643e426f5c2
12:06:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad41c4b0-d5a5-463c-8b10-f0d386018c94
12:06:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=947b0ed6-7a80-4412-846f-776ac3f6de3d
12:06:10.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427262b3-c1fa-4cd7-8195-e3646db92cd9
12:06:10.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd85d5e-c527-4377-aa1c-5189b0f8922e
12:06:10.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba840e8e-2b1e-4aec-ba8a-45a5a80f9808
12:06:10.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f90ac9e1-c812-48fc-8358-c0a93847410b
12:06:10.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cd6c09d-e696-48f6-a95d-ebcf7da2d87f
12:06:10.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e51097c1-b8f0-4054-90bb-1c7918383ac8
12:06:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75c151ef-e2cf-4280-be85-0c2a3bfa879a
12:06:10.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6b1726-98f5-463e-be32-18ea11ad5f10
12:06:10.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2364ce26-b00b-471a-ba86-db1167274d10
12:06:10.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:10.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:10.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:10.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:10.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:10.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be62c2cb-98d0-4c5b-99fc-d44a0ab681c4
12:06:10.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18f76110-a3b1-4a96-bc25-7643e426f5c2
12:06:11.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20fd1878-3e60-4672-a9ab-5971ed7fb718
12:06:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad41c4b0-d5a5-463c-8b10-f0d386018c94
12:06:11.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac19017d-3256-4c92-b1f8-5e297dba4b02
12:06:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdd85d5e-c527-4377-aa1c-5189b0f8922e
12:06:11.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e0c9d4f-a9c8-4b8d-a8fd-402c79f1ce41
12:06:11.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f90ac9e1-c812-48fc-8358-c0a93847410b
12:06:11.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ba78dc-45bb-48ba-9e41-423d1eea31bf
12:06:11.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e51097c1-b8f0-4054-90bb-1c7918383ac8
12:06:11.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a67b05b-6fa1-4bb4-a3e1-53f261aac7e2
12:06:11.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f1c544f-39a1-4be5-b823-c8ecfd07f45c
12:06:11.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6b1726-98f5-463e-be32-18ea11ad5f10
12:06:11.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98994183-e257-4c71-9ff8-a65e4980a791
12:06:11.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be62c2cb-98d0-4c5b-99fc-d44a0ab681c4
12:06:11.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a93da11-d7f7-40bb-ab57-8ee2fede3ed7
12:06:11.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20fd1878-3e60-4672-a9ab-5971ed7fb718
12:06:11.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f5d1445-848b-4c49-ae4c-cc25bce3749d
12:06:11.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac19017d-3256-4c92-b1f8-5e297dba4b02
12:06:11.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448d0723-3954-4b06-8b82-343f30a78dc0
12:06:11.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e0c9d4f-a9c8-4b8d-a8fd-402c79f1ce41
12:06:11.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11129950-34c9-4b2f-8f1a-e6b990c8e6c4
12:06:11.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ba78dc-45bb-48ba-9e41-423d1eea31bf
12:06:11.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:11.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:11.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:11.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:11.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:11.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:11.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4cef3d9-a5c0-4271-844b-ebabdaba8ec6
12:06:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a67b05b-6fa1-4bb4-a3e1-53f261aac7e2
12:06:12.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91b7bf53-822e-4220-b18a-b5dec467a0a7
12:06:12.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62079bc1-8f65-4a41-8a11-e306b9511086
12:06:12.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f1c544f-39a1-4be5-b823-c8ecfd07f45c
12:06:12.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38b1e02b-628c-4e8f-81e0-44b66be41ba4
12:06:12.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98994183-e257-4c71-9ff8-a65e4980a791
12:06:12.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5c73f11-85a5-405f-899c-96d853ec4c57
12:06:12.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a93da11-d7f7-40bb-ab57-8ee2fede3ed7
12:06:12.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57f4068e-ecc2-4b59-9b89-a9a2028ea890
12:06:12.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f5d1445-848b-4c49-ae4c-cc25bce3749d
12:06:12.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b428d9a-954a-4584-9316-42928ec48b80
12:06:12.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448d0723-3954-4b06-8b82-343f30a78dc0
12:06:12.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a240bd7-3186-465a-94a3-c61c1cd5e156
12:06:12.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11129950-34c9-4b2f-8f1a-e6b990c8e6c4
12:06:12.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4cef3d9-a5c0-4271-844b-ebabdaba8ec6
12:06:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d334c225-aed2-4f41-b9da-ba02276c1a9a
12:06:12.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91b7bf53-822e-4220-b18a-b5dec467a0a7
12:06:12.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6a426cd-e07c-45c5-989c-861a215447b0
12:06:12.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62079bc1-8f65-4a41-8a11-e306b9511086
12:06:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8404d902-5a7c-4388-b8cf-44af56c073ab
12:06:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a55c448-735f-4ff9-a1b8-34c06925f127
12:06:12.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38b1e02b-628c-4e8f-81e0-44b66be41ba4
12:06:12.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:12.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5c73f11-85a5-405f-899c-96d853ec4c57
12:06:12.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:12.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:12.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:12.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:12.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:12.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:12.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f165da2-1617-4473-a586-bb76a54183be
12:06:13.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a22ea006-91ee-4de6-904a-4809c7650ab0
12:06:13.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57f4068e-ecc2-4b59-9b89-a9a2028ea890
12:06:13.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b428d9a-954a-4584-9316-42928ec48b80
12:06:13.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846ec1fb-4a37-43f5-9d0f-7bcc37eef910
12:06:13.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a240bd7-3186-465a-94a3-c61c1cd5e156
12:06:13.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77453bc5-e8f7-4175-b753-8cc5a714b772
12:06:13.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d334c225-aed2-4f41-b9da-ba02276c1a9a
12:06:13.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6715ea4-d390-4121-9d76-dd86bfcc2e66
12:06:13.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6a426cd-e07c-45c5-989c-861a215447b0
12:06:13.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cefc5188-2de2-4be6-b597-ca6bf13d1a4f
12:06:13.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dcf628-36be-497f-be1e-4b236b53840c
12:06:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8404d902-5a7c-4388-b8cf-44af56c073ab
12:06:13.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db6e8a37-aea1-465a-adbe-960baa7d791b
12:06:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a55c448-735f-4ff9-a1b8-34c06925f127
12:06:13.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87e1bae0-7050-4650-aca7-13d05cbd0cac
12:06:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f165da2-1617-4473-a586-bb76a54183be
12:06:13.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d34bc61-e447-4cea-9e2c-4c41b48e3a74
12:06:13.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a22ea006-91ee-4de6-904a-4809c7650ab0
12:06:13.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37cb85d1-30af-468f-a8de-03138e856328
12:06:13.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846ec1fb-4a37-43f5-9d0f-7bcc37eef910
12:06:13.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77453bc5-e8f7-4175-b753-8cc5a714b772
12:06:13.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54a17dab-7d4c-4f5d-97cf-88ef17de9671
12:06:13.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6715ea4-d390-4121-9d76-dd86bfcc2e66
12:06:13.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:13.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:13.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:13.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:13.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:13.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:13.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:13.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6091c0e8-8b55-46fb-9381-e85905b80ef3
12:06:13.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cefc5188-2de2-4be6-b597-ca6bf13d1a4f
12:06:14.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b5c2f5-26a7-477e-bbe7-6a9b29017bd3
12:06:14.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2dcf628-36be-497f-be1e-4b236b53840c
12:06:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06fbf808-1e74-4d95-a501-8e518dc35930
12:06:14.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db6e8a37-aea1-465a-adbe-960baa7d791b
12:06:14.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90d4682-96bc-47c4-9933-cf5b5ac4ce4b
12:06:14.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87e1bae0-7050-4650-aca7-13d05cbd0cac
12:06:14.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40cbc67d-63b6-4f16-adcf-eb9e13da4c7b
12:06:14.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d34bc61-e447-4cea-9e2c-4c41b48e3a74
12:06:14.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a24d499f-6034-49a4-834f-1da3867cf39f
12:06:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37cb85d1-30af-468f-a8de-03138e856328
12:06:14.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bab69d-a51a-4c8c-9759-83193fedac21
12:06:14.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54a17dab-7d4c-4f5d-97cf-88ef17de9671
12:06:14.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f034e78-bcf7-4c20-9a00-121735a11147
12:06:14.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6091c0e8-8b55-46fb-9381-e85905b80ef3
12:06:14.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f01695-1a1d-4bee-aedb-503c321860da
12:06:14.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06776c47-aca9-4492-bf33-c782597f3046
12:06:14.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b5c2f5-26a7-477e-bbe7-6a9b29017bd3
12:06:14.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c88ac0-668b-42b2-96a7-b24f671e4551
12:06:14.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06fbf808-1e74-4d95-a501-8e518dc35930
12:06:14.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:14.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:14.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:14.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90d4682-96bc-47c4-9933-cf5b5ac4ce4b
12:06:14.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:14.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:14.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:14.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d2d253-62e5-4287-a51f-c2997f68134d
12:06:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40cbc67d-63b6-4f16-adcf-eb9e13da4c7b
12:06:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8633d7-7e3b-465b-83b6-9c1d088889a6
12:06:15.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a24d499f-6034-49a4-834f-1da3867cf39f
12:06:15.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f023ea6e-f499-45d7-a37d-60c1f4f82e20
12:06:15.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bab69d-a51a-4c8c-9759-83193fedac21
12:06:15.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e77b46cc-6109-4d3e-9519-326a28c86550
12:06:15.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f034e78-bcf7-4c20-9a00-121735a11147
12:06:15.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d676a3-058f-4a88-8140-93d72bebbdf2
12:06:15.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00f01695-1a1d-4bee-aedb-503c321860da
12:06:15.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa32b3d-0f53-41d4-b255-9976b9752e6a
12:06:15.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06776c47-aca9-4492-bf33-c782597f3046
12:06:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b40bc851-9575-4c05-a705-a4d30e2cb5b7
12:06:15.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c88ac0-668b-42b2-96a7-b24f671e4551
12:06:15.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd0f440-b40d-45ac-a9c5-78b9cbb0602f
12:06:15.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d2d253-62e5-4287-a51f-c2997f68134d
12:06:15.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5816dbf1-a3ac-4a0a-a934-3f7fd39f4da8
12:06:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e8633d7-7e3b-465b-83b6-9c1d088889a6
12:06:15.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec2d27a-7873-4252-a4b3-dd081208fec4
12:06:15.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f023ea6e-f499-45d7-a37d-60c1f4f82e20
12:06:15.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:15.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:15.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:15.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb6a83f-a79c-414e-8062-9dc94e5439e4
12:06:15.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:15.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:15.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e77b46cc-6109-4d3e-9519-326a28c86550
12:06:15.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a518f8d4-75a1-46d8-9570-27825b5dcd85
12:06:16.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d676a3-058f-4a88-8140-93d72bebbdf2
12:06:16.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba49401b-f6e3-4d3f-9f18-eed4036f645b
12:06:16.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fa32b3d-0f53-41d4-b255-9976b9752e6a
12:06:16.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04d89929-22c5-46e9-b195-b26c3f5a290b
12:06:16.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b40bc851-9575-4c05-a705-a4d30e2cb5b7
12:06:16.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6b9f6d3-5c6d-42ab-b056-ce691aaa4620
12:06:16.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd0f440-b40d-45ac-a9c5-78b9cbb0602f
12:06:16.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35ba7554-6c57-4562-8857-4dd88778c33c
12:06:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5816dbf1-a3ac-4a0a-a934-3f7fd39f4da8
12:06:16.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=872c0bbd-9ad9-42d6-b007-0c4e67339ccf
12:06:16.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec2d27a-7873-4252-a4b3-dd081208fec4
12:06:16.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152d3ae0-de64-43ba-a195-64a502e0404e
12:06:16.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb6a83f-a79c-414e-8062-9dc94e5439e4
12:06:16.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389f055f-6065-4469-8456-d58c6144a04f
12:06:16.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a518f8d4-75a1-46d8-9570-27825b5dcd85
12:06:16.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5d64b08-0fe0-45e2-b452-05b5f4568af4
12:06:16.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba49401b-f6e3-4d3f-9f18-eed4036f645b
12:06:16.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722321b7-62ba-4a06-bf0b-01b7d809b233
12:06:16.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04d89929-22c5-46e9-b195-b26c3f5a290b
12:06:16.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a17d8fb-a090-4d50-82e9-3a6007a8103b
12:06:16.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6b9f6d3-5c6d-42ab-b056-ce691aaa4620
12:06:16.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b66125-df2c-4582-b422-2174e9843345
12:06:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35ba7554-6c57-4562-8857-4dd88778c33c
12:06:16.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a4eaaf-1e63-4eab-9f42-a28e2c8d37bc
12:06:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:16.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:16.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:16.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:16.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:16.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=872c0bbd-9ad9-42d6-b007-0c4e67339ccf
12:06:16.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e7f2302-3faf-48e1-a250-8ac5e5e8d37e
12:06:17.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d7127c1-bffc-4373-81c7-4a52b1a69000
12:06:17.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152d3ae0-de64-43ba-a195-64a502e0404e
12:06:17.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cfc1da7-d2ef-46fb-8ae8-d377772ef761
12:06:17.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389f055f-6065-4469-8456-d58c6144a04f
12:06:17.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e617078f-276b-411a-9aa0-711efbfad4c3
12:06:17.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5d64b08-0fe0-45e2-b452-05b5f4568af4
12:06:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d31365-2273-44b2-a543-c0a84d6998fa
12:06:17.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.339 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722321b7-62ba-4a06-bf0b-01b7d809b233
12:06:17.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eab5b13-e545-4000-a6fa-8489c94e6b27
12:06:17.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a17d8fb-a090-4d50-82e9-3a6007a8103b
12:06:17.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60f2224-8216-47b8-9a31-bf854f2dbc5a
12:06:17.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b66125-df2c-4582-b422-2174e9843345
12:06:17.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a4eaaf-1e63-4eab-9f42-a28e2c8d37bc
12:06:17.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c4bedca-eee1-475d-9a81-934a73bce2e7
12:06:17.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e7f2302-3faf-48e1-a250-8ac5e5e8d37e
12:06:17.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b73141b-1db7-4d64-b0a3-096d999726f0
12:06:17.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d7127c1-bffc-4373-81c7-4a52b1a69000
12:06:17.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e532ccf7-c8da-4845-a0bb-5456827ef56d
12:06:17.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cfc1da7-d2ef-46fb-8ae8-d377772ef761
12:06:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21ff8c07-7d53-4029-9be1-161828f3e7b7
12:06:17.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e617078f-276b-411a-9aa0-711efbfad4c3
12:06:17.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a59e38e-9b57-40c0-a4bf-83a1cc9f3a1d
12:06:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d31365-2273-44b2-a543-c0a84d6998fa
12:06:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:17.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:17.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:17.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:17.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:17.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:17.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d5ef6d-a45e-4ab4-bb60-54d22aa7d428
12:06:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7eab5b13-e545-4000-a6fa-8489c94e6b27
12:06:18.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de637acc-6458-4261-9abe-31fbd97e956a
12:06:18.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a60f2224-8216-47b8-9a31-bf854f2dbc5a
12:06:18.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75d9145-2336-4ffe-b60c-5b6174f9fc43
12:06:18.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c4bedca-eee1-475d-9a81-934a73bce2e7
12:06:18.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=121b80e3-8324-439b-a44c-6fdb914d3f57
12:06:18.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c983d4-ac97-4318-bffc-e6ed1d31c067
12:06:18.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b73141b-1db7-4d64-b0a3-096d999726f0
12:06:18.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a3b9a31-ee93-4fd8-9af0-a2560334f98b
12:06:18.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e532ccf7-c8da-4845-a0bb-5456827ef56d
12:06:18.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da912730-9e9f-4f78-a2e3-10e00a4de909
12:06:18.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21ff8c07-7d53-4029-9be1-161828f3e7b7
12:06:18.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39ee1138-2b19-4121-8b5d-432770ced3f7
12:06:18.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a59e38e-9b57-40c0-a4bf-83a1cc9f3a1d
12:06:18.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d5ef6d-a45e-4ab4-bb60-54d22aa7d428
12:06:18.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a213eca-c315-4154-8bf1-b2bf4023ef10
12:06:18.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de637acc-6458-4261-9abe-31fbd97e956a
12:06:18.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b56f03-ac88-4149-8d69-5233833ac6f9
12:06:18.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75d9145-2336-4ffe-b60c-5b6174f9fc43
12:06:18.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be16745-bd85-449e-880d-68b244ba7d1e
12:06:18.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:18.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:18.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54362b62-43eb-4d37-abb3-11ab2f26443f
12:06:18.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:18.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:18.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:18.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=121b80e3-8324-439b-a44c-6fdb914d3f57
12:06:18.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1980c598-4dc8-4aa7-b751-da06d2efa3a2
12:06:19.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62c983d4-ac97-4318-bffc-e6ed1d31c067
12:06:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7703d90-e5cc-41c9-8872-68c565a8b9d2
12:06:19.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a3b9a31-ee93-4fd8-9af0-a2560334f98b
12:06:19.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af8d45e6-0382-470d-8d6f-75a14c1a9032
12:06:19.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da912730-9e9f-4f78-a2e3-10e00a4de909
12:06:19.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3420aec7-ae5e-4ed5-9053-13dac5026edf
12:06:19.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39ee1138-2b19-4121-8b5d-432770ced3f7
12:06:19.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb2d91d6-dd03-4e87-b506-3ceb725d04a7
12:06:19.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a213eca-c315-4154-8bf1-b2bf4023ef10
12:06:19.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ba0f092-5eee-4b20-b17f-b67ed1ed7a8e
12:06:19.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32b56f03-ac88-4149-8d69-5233833ac6f9
12:06:19.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be16745-bd85-449e-880d-68b244ba7d1e
12:06:19.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd04c4ad-1bd5-4213-ae59-fca39aba88ec
12:06:19.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=919c959e-5326-4d7a-8376-a8ff0f4af2cb
12:06:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54362b62-43eb-4d37-abb3-11ab2f26443f
12:06:19.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba18b9c7-be6c-46b8-8b14-5274b2b29810
12:06:19.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1980c598-4dc8-4aa7-b751-da06d2efa3a2
12:06:19.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae93e193-72cf-4487-91cb-710bece40845
12:06:19.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7703d90-e5cc-41c9-8872-68c565a8b9d2
12:06:19.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702d3af0-7bc9-4143-81f6-253bde3701b1
12:06:19.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:19.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af8d45e6-0382-470d-8d6f-75a14c1a9032
12:06:19.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:19.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:19.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:19.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:19.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:19.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:19.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810bec3b-50eb-4210-9704-570fe906f939
12:06:20.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3420aec7-ae5e-4ed5-9053-13dac5026edf
12:06:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0397c4-5356-4325-8b5c-837e86ede42d
12:06:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb2d91d6-dd03-4e87-b506-3ceb725d04a7
12:06:20.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bca9ac7c-f823-4b79-8d33-183837dd92c8
12:06:20.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ba0f092-5eee-4b20-b17f-b67ed1ed7a8e
12:06:20.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5643ae63-1053-43ea-a49d-b4df3171b8fa
12:06:20.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd04c4ad-1bd5-4213-ae59-fca39aba88ec
12:06:20.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1357a404-dd5d-4ad7-84db-85c19963b7ab
12:06:20.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=919c959e-5326-4d7a-8376-a8ff0f4af2cb
12:06:20.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba18b9c7-be6c-46b8-8b14-5274b2b29810
12:06:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde33a9d-20f1-433a-9494-b54af8a91971
12:06:20.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae93e193-72cf-4487-91cb-710bece40845
12:06:20.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45b24325-62d4-446b-80da-c8f3d289dbb8
12:06:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702d3af0-7bc9-4143-81f6-253bde3701b1
12:06:20.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1f38b4-1988-4ebc-b1d6-cd1fae3bdeaa
12:06:20.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d0bb78-a6d6-4300-b5dd-8d05dd4f8898
12:06:20.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810bec3b-50eb-4210-9704-570fe906f939
12:06:20.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0552415a-3ceb-4dee-ae9f-acdf03e7b8f0
12:06:20.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0397c4-5356-4325-8b5c-837e86ede42d
12:06:20.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bca9ac7c-f823-4b79-8d33-183837dd92c8
12:06:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01cc0751-6d04-4026-87ca-9178cdb5fe7f
12:06:20.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5643ae63-1053-43ea-a49d-b4df3171b8fa
12:06:20.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef9f283-7895-47ab-941f-d7d8422fe21b
12:06:20.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1357a404-dd5d-4ad7-84db-85c19963b7ab
12:06:20.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:20.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:20.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:20.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:20.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:20.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:20.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:20.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58016485-318f-4c0a-962a-3d2a1b3d5a7b
12:06:20.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dde33a9d-20f1-433a-9494-b54af8a91971
12:06:21.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd7b811-6df0-419e-83a1-5714bacb622e
12:06:21.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5482632-0e90-41e3-acd6-83ea78dca008
12:06:21.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45b24325-62d4-446b-80da-c8f3d289dbb8
12:06:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a633faf-6f14-419a-ab63-d07f96616a24
12:06:21.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1f38b4-1988-4ebc-b1d6-cd1fae3bdeaa
12:06:21.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef08e07d-ba3e-41ae-a95d-62c1a275bcf4
12:06:21.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85d0bb78-a6d6-4300-b5dd-8d05dd4f8898
12:06:21.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0552415a-3ceb-4dee-ae9f-acdf03e7b8f0
12:06:21.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbfdf312-faa2-4e33-b5b1-0afff5a333b4
12:06:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911c4a81-ebb6-43da-b71c-c1bfb1267b58
12:06:21.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01cc0751-6d04-4026-87ca-9178cdb5fe7f
12:06:21.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef9f283-7895-47ab-941f-d7d8422fe21b
12:06:21.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48efa30f-c595-4887-b0ee-99cabb94d251
12:06:21.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f44e75b-6b98-4b9d-b40c-744c898efbb0
12:06:21.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58016485-318f-4c0a-962a-3d2a1b3d5a7b
12:06:21.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d614c6-adcb-4fe2-bad6-a78e328143d9
12:06:21.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbd7b811-6df0-419e-83a1-5714bacb622e
12:06:21.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ee73672-cdc6-456a-b622-88c2031650a7
12:06:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5482632-0e90-41e3-acd6-83ea78dca008
12:06:21.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:21.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:21.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:21.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47f0e71-f934-4845-8b0e-177010bfcdf4
12:06:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:21.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:21.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:21.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:21.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a633faf-6f14-419a-ab63-d07f96616a24
12:06:21.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=280ec5b3-a5e1-4015-af06-bfb15d93a5d7
12:06:22.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef08e07d-ba3e-41ae-a95d-62c1a275bcf4
12:06:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=444847b0-d72a-4609-a296-1a171f14fc5c
12:06:22.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbfdf312-faa2-4e33-b5b1-0afff5a333b4
12:06:22.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f145de7-8a7c-4b77-a008-0769c19662fe
12:06:22.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=911c4a81-ebb6-43da-b71c-c1bfb1267b58
12:06:22.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eb8535d-15af-44b1-9125-7bbf0773001a
12:06:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48efa30f-c595-4887-b0ee-99cabb94d251
12:06:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f44e75b-6b98-4b9d-b40c-744c898efbb0
12:06:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=884ca614-88c0-4990-aa4e-9d37b256ae1e
12:06:22.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0d614c6-adcb-4fe2-bad6-a78e328143d9
12:06:22.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72b11630-8214-4b75-855d-6844cf392a51
12:06:22.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ee73672-cdc6-456a-b622-88c2031650a7
12:06:22.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47f0e71-f934-4845-8b0e-177010bfcdf4
12:06:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0870bb4-bcd8-43a2-ba33-e75da2ddeb4e
12:06:22.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=280ec5b3-a5e1-4015-af06-bfb15d93a5d7
12:06:22.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=403b2c6a-f84e-43de-9497-47154e81502f
12:06:22.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922c0eb2-664c-4acc-8dd3-3940846e6689
12:06:22.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=444847b0-d72a-4609-a296-1a171f14fc5c
12:06:22.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720d74b8-0cc7-480c-b800-7c7561f4caa5
12:06:22.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:22.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f145de7-8a7c-4b77-a008-0769c19662fe
12:06:22.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:22.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:22.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:22.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f729e042-2416-444d-b421-4d5761c92336
12:06:23.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eb8535d-15af-44b1-9125-7bbf0773001a
12:06:23.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2faeaa40-9e96-4b28-a846-a041b70cc8a3
12:06:23.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=884ca614-88c0-4990-aa4e-9d37b256ae1e
12:06:23.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=182abc0a-7a3f-4407-8bd9-c10189b4418d
12:06:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72b11630-8214-4b75-855d-6844cf392a51
12:06:23.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae05d64-34af-462e-b30f-186536f89d4a
12:06:23.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0870bb4-bcd8-43a2-ba33-e75da2ddeb4e
12:06:23.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8837e2-fffd-49bc-bcd7-9f835ca3a521
12:06:23.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=403b2c6a-f84e-43de-9497-47154e81502f
12:06:23.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec0084f-cad5-4b8c-b40a-25b1f8ac3dee
12:06:23.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=922c0eb2-664c-4acc-8dd3-3940846e6689
12:06:23.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=720d74b8-0cc7-480c-b800-7c7561f4caa5
12:06:23.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8836d881-890d-4974-8309-bec73c262f3c
12:06:23.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5e8324-c5c1-4b76-9d27-4fbf8c306d2c
12:06:23.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f729e042-2416-444d-b421-4d5761c92336
12:06:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d5f24e-2828-4849-a95e-92b6b251b455
12:06:23.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2faeaa40-9e96-4b28-a846-a041b70cc8a3
12:06:23.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf05fb1-f320-4751-9738-d965b900fd32
12:06:23.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=182abc0a-7a3f-4407-8bd9-c10189b4418d
12:06:23.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae05d64-34af-462e-b30f-186536f89d4a
12:06:23.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2bf6a4d-7f94-4722-b538-a6aa5436bc9f
12:06:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a319f8dd-3ae3-40f7-92d2-1b5634ff0a82
12:06:23.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8837e2-fffd-49bc-bcd7-9f835ca3a521
12:06:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:23.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:23.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:23.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:23.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:23.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:23.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:23.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6398df67-daf8-4731-a23b-ce256b4cb982
12:06:23.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec0084f-cad5-4b8c-b40a-25b1f8ac3dee
12:06:24.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd17db4c-a3b7-42d1-8fee-f7fea3495cc0
12:06:24.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8836d881-890d-4974-8309-bec73c262f3c
12:06:24.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af9e30c6-ea0f-4035-88a5-0f4dc0af20cf
12:06:24.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5e8324-c5c1-4b76-9d27-4fbf8c306d2c
12:06:24.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36e570a-1921-4764-9ffa-4a0f6461360e
12:06:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d5f24e-2828-4849-a95e-92b6b251b455
12:06:24.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59746537-40a1-4713-9f74-04294ff4c531
12:06:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf05fb1-f320-4751-9738-d965b900fd32
12:06:24.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3659dbf1-653a-49eb-bb99-2b257bde563c
12:06:24.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2bf6a4d-7f94-4722-b538-a6aa5436bc9f
12:06:24.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f186416-e67b-4a40-ad54-90539b662674
12:06:24.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a319f8dd-3ae3-40f7-92d2-1b5634ff0a82
12:06:24.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6398df67-daf8-4731-a23b-ce256b4cb982
12:06:24.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faf5e616-462c-4599-b31e-9bfa301b5a1d
12:06:24.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd17db4c-a3b7-42d1-8fee-f7fea3495cc0
12:06:24.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c9ec7e2-1a67-4f0d-8a32-ae9d7a6e3cdf
12:06:24.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af9e30c6-ea0f-4035-88a5-0f4dc0af20cf
12:06:24.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d87651-b129-43cf-9ae0-ce57737d02b1
12:06:24.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36e570a-1921-4764-9ffa-4a0f6461360e
12:06:24.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aac2dc0-9663-4686-8d75-e346ae821679
12:06:24.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:24.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:24.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40da65f4-1d1e-4681-ae71-5daeba9b226c
12:06:24.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:24.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:24.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:24.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:24.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:24.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59746537-40a1-4713-9f74-04294ff4c531
12:06:24.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3659dbf1-653a-49eb-bb99-2b257bde563c
12:06:25.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce07b7d2-fc79-4a07-8ef0-3f4ea6ca2e14
12:06:25.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c9cafe-d26c-49e8-95aa-247682ccf5e3
12:06:25.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f186416-e67b-4a40-ad54-90539b662674
12:06:25.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef7a32ef-dfef-4629-8e79-1a2b795d80e6
12:06:25.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faf5e616-462c-4599-b31e-9bfa301b5a1d
12:06:25.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5354384c-a6af-44b9-9f37-eb4008954ce9
12:06:25.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c9ec7e2-1a67-4f0d-8a32-ae9d7a6e3cdf
12:06:25.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8624b69f-7f2a-47a9-93f3-7fb390fffdf1
12:06:25.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82d87651-b129-43cf-9ae0-ce57737d02b1
12:06:25.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aac2dc0-9663-4686-8d75-e346ae821679
12:06:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffe64f59-acf7-4ae9-abd0-cd3e9f631f94
12:06:25.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74cfdc5-0753-4cc4-a744-298f01426a67
12:06:25.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40da65f4-1d1e-4681-ae71-5daeba9b226c
12:06:25.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce07b7d2-fc79-4a07-8ef0-3f4ea6ca2e14
12:06:25.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0a53cfc-6cb5-40a0-9622-0ad5f59892b6
12:06:25.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c9cafe-d26c-49e8-95aa-247682ccf5e3
12:06:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2b3631-4852-4f95-9715-c35cca9047a6
12:06:25.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef7a32ef-dfef-4629-8e79-1a2b795d80e6
12:06:25.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60bc861f-9562-4754-acde-0598d04acf60
12:06:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:25.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:25.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5354384c-a6af-44b9-9f37-eb4008954ce9
12:06:25.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:25.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:25.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38992b54-21c4-4ed2-b0a3-d8e72b1c2a53
12:06:25.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8624b69f-7f2a-47a9-93f3-7fb390fffdf1
12:06:26.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e192a325-8058-4b15-ad6e-9e7a9737fcba
12:06:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffe64f59-acf7-4ae9-abd0-cd3e9f631f94
12:06:26.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eccccf8-697c-41ef-90ed-7d1bf6dfb631
12:06:26.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74cfdc5-0753-4cc4-a744-298f01426a67
12:06:26.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0a53cfc-6cb5-40a0-9622-0ad5f59892b6
12:06:26.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6842df-f30b-4d25-8aec-b40ad2b678a3
12:06:26.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2b3631-4852-4f95-9715-c35cca9047a6
12:06:26.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f3d272-5edf-48e7-8c25-e94d1ceba415
12:06:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60bc861f-9562-4754-acde-0598d04acf60
12:06:26.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85834cea-49c4-4aa4-8d47-493f4cf4139a
12:06:26.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38992b54-21c4-4ed2-b0a3-d8e72b1c2a53
12:06:26.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776002eb-e249-4763-91a5-b8041d37e81b
12:06:26.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e192a325-8058-4b15-ad6e-9e7a9737fcba
12:06:26.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eccccf8-697c-41ef-90ed-7d1bf6dfb631
12:06:26.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49290692-8b2a-40ff-825b-eeaeeaa9199f
12:06:26.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f6842df-f30b-4d25-8aec-b40ad2b678a3
12:06:26.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1699d75-d4b7-4f08-bf76-1ec47eebd682
12:06:26.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.762 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1f3d272-5edf-48e7-8c25-e94d1ceba415
12:06:26.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0b168c-bd76-468a-a84c-79a154e151aa
12:06:26.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17099d0-1684-4569-bc18-407c0e7080e1
12:06:26.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85834cea-49c4-4aa4-8d47-493f4cf4139a
12:06:26.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba85f33e-bd35-4bbe-97af-1e3bc3aa3235
12:06:26.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:26.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:26.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:26.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:26.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:26.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:26.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:26.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776002eb-e249-4763-91a5-b8041d37e81b
12:06:26.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19414f62-30d9-4a64-bf08-fd8ed8c35b26
12:06:27.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49290692-8b2a-40ff-825b-eeaeeaa9199f
12:06:27.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1699d75-d4b7-4f08-bf76-1ec47eebd682
12:06:27.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb3a9eb-1ca5-48d3-b745-31c8381f9a2f
12:06:27.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0b168c-bd76-468a-a84c-79a154e151aa
12:06:27.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d05c7292-cbb5-42bd-9f5b-0ccc14c540dc
12:06:27.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17099d0-1684-4569-bc18-407c0e7080e1
12:06:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc56857e-1809-49bf-9fc2-d4f290d5403b
12:06:27.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba85f33e-bd35-4bbe-97af-1e3bc3aa3235
12:06:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7192be2d-3584-43b1-b8b2-f322898d328f
12:06:27.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19414f62-30d9-4a64-bf08-fd8ed8c35b26
12:06:27.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd82c2c3-fbbd-458e-9ec7-d9718ed310f1
12:06:27.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fb3a9eb-1ca5-48d3-b745-31c8381f9a2f
12:06:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dfe8ed8-d5c8-41c8-a7ce-0148dc405761
12:06:27.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d05c7292-cbb5-42bd-9f5b-0ccc14c540dc
12:06:27.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d71da3-00c6-4245-b38c-699d16eaaa41
12:06:27.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc56857e-1809-49bf-9fc2-d4f290d5403b
12:06:27.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a5347d-2794-463a-b559-119422adbb53
12:06:27.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7192be2d-3584-43b1-b8b2-f322898d328f
12:06:27.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=543cb1ac-b00c-488e-8c01-83f29aae7080
12:06:27.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd82c2c3-fbbd-458e-9ec7-d9718ed310f1
12:06:27.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743c97cf-808a-42b7-8ff2-d5d4951bce12
12:06:27.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dfe8ed8-d5c8-41c8-a7ce-0148dc405761
12:06:27.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:27.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2ea69fd-b2c2-400f-9151-d7fb6b0ae33e
12:06:27.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:27.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:27.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:27.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:27.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:27.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:27.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55d71da3-00c6-4245-b38c-699d16eaaa41
12:06:28.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b6c99a0-6631-4a5a-bf5e-1e9c27be3401
12:06:28.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a5347d-2794-463a-b559-119422adbb53
12:06:28.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd51b22-98bf-4691-96e8-31a976e10b98
12:06:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=543cb1ac-b00c-488e-8c01-83f29aae7080
12:06:28.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0704c753-3c5f-4a73-bc24-99ca77cb2f21
12:06:28.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743c97cf-808a-42b7-8ff2-d5d4951bce12
12:06:28.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9114677-fcd8-412b-b850-a6921b55dfe8
12:06:28.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2ea69fd-b2c2-400f-9151-d7fb6b0ae33e
12:06:28.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c886ba1a-0754-4ca8-a9a6-875a96bd177b
12:06:28.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b6c99a0-6631-4a5a-bf5e-1e9c27be3401
12:06:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=795ac3cd-7662-4616-ab9b-64af757ed58d
12:06:28.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bd51b22-98bf-4691-96e8-31a976e10b98
12:06:28.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0704c753-3c5f-4a73-bc24-99ca77cb2f21
12:06:28.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ffc9ff-3fc2-4ed5-946e-776172e57a1d
12:06:28.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9114677-fcd8-412b-b850-a6921b55dfe8
12:06:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18a63302-a023-4a7d-bf6c-c76fc942d376
12:06:28.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd672265-e7e1-4052-a73d-ed9664006ebd
12:06:28.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c886ba1a-0754-4ca8-a9a6-875a96bd177b
12:06:28.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e25a655-0b74-41b4-b28e-ffd2c1a575a2
12:06:28.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=795ac3cd-7662-4616-ab9b-64af757ed58d
12:06:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:28.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:28.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:28.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:28.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:28.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:28.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:28.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=905cec48-1cba-42e4-a437-de1e21557bf2
12:06:28.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9ffc9ff-3fc2-4ed5-946e-776172e57a1d
12:06:29.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953af499-2324-473e-bdd2-0402a940643b
12:06:29.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18a63302-a023-4a7d-bf6c-c76fc942d376
12:06:29.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad12b633-723c-4318-b719-41b5127bf3f5
12:06:29.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd672265-e7e1-4052-a73d-ed9664006ebd
12:06:29.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e25a655-0b74-41b4-b28e-ffd2c1a575a2
12:06:29.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad7b7001-8a57-4203-a24c-83d899218a8d
12:06:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=905cec48-1cba-42e4-a437-de1e21557bf2
12:06:29.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce78b56-2aac-466d-81d3-2c33f4c20b25
12:06:29.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953af499-2324-473e-bdd2-0402a940643b
12:06:29.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ec81759-0d75-43c3-a083-8a681cf30e55
12:06:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad12b633-723c-4318-b719-41b5127bf3f5
12:06:29.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad7b7001-8a57-4203-a24c-83d899218a8d
12:06:29.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39cc371c-83dd-4276-9a87-3fbb03e9c795
12:06:29.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ce78b56-2aac-466d-81d3-2c33f4c20b25
12:06:29.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08afab9d-5ce2-4e06-bab1-4c61ac3c5595
12:06:29.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ec81759-0d75-43c3-a083-8a681cf30e55
12:06:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769108f2-72b6-435d-8c2e-041c1147904d
12:06:29.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39cc371c-83dd-4276-9a87-3fbb03e9c795
12:06:29.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:29.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:29.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:29.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac84c70-aa21-40a8-a140-d38d2e29b79f
12:06:29.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:29.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:29.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08afab9d-5ce2-4e06-bab1-4c61ac3c5595
12:06:29.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953cb5c5-eee3-42d9-9595-e8eb0c3362ef
12:06:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769108f2-72b6-435d-8c2e-041c1147904d
12:06:30.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec21b7f8-ffd1-416d-aaef-af517d95d7e2
12:06:30.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac84c70-aa21-40a8-a140-d38d2e29b79f
12:06:30.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0e6e6f-3917-49ce-8e68-4bb16196ef8f
12:06:30.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953cb5c5-eee3-42d9-9595-e8eb0c3362ef
12:06:30.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104731e8-bf22-4640-9264-436ee14f8cd0
12:06:30.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec21b7f8-ffd1-416d-aaef-af517d95d7e2
12:06:30.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad85f0e-efec-43f0-bcee-da1848983b2e
12:06:30.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff09ea74-00e0-4dd9-88e2-6998490198bf
12:06:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0e6e6f-3917-49ce-8e68-4bb16196ef8f
12:06:30.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104731e8-bf22-4640-9264-436ee14f8cd0
12:06:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9911bf-612e-4894-b85e-84910898578f
12:06:30.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dad85f0e-efec-43f0-bcee-da1848983b2e
12:06:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=046d849e-386b-4c2f-b4da-7466763f93a6
12:06:30.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff09ea74-00e0-4dd9-88e2-6998490198bf
12:06:30.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5dae032-bd43-454b-a223-6be1c1e3f96f
12:06:30.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9911bf-612e-4894-b85e-84910898578f
12:06:30.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a96c07-15ae-4a36-9417-97f048aa2a7d
12:06:30.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=046d849e-386b-4c2f-b4da-7466763f93a6
12:06:30.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6c5788-3e55-47f4-a2e6-4436b5063e68
12:06:30.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5dae032-bd43-454b-a223-6be1c1e3f96f
12:06:30.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:30.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:30.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:30.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:30.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:30.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:30.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:30.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1f20e5-b5f4-4229-8c81-aa3f3ae10764
12:06:30.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=010e0bf6-0b70-4d1e-853b-36dddcf01b89
12:06:31.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36a96c07-15ae-4a36-9417-97f048aa2a7d
12:06:31.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10af799-093b-45b2-a397-115bd835f1b7
12:06:31.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6c5788-3e55-47f4-a2e6-4436b5063e68
12:06:31.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5eeffe2-b605-49f3-923d-580c4fbf8073
12:06:31.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a1f20e5-b5f4-4229-8c81-aa3f3ae10764
12:06:31.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30b359a5-9699-450a-b7ed-0d5e4e9d8ad7
12:06:31.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=010e0bf6-0b70-4d1e-853b-36dddcf01b89
12:06:31.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10af799-093b-45b2-a397-115bd835f1b7
12:06:31.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bc97f0b-619b-490e-b928-a29e94fcf4c8
12:06:31.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5eeffe2-b605-49f3-923d-580c4fbf8073
12:06:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad22c80-b1ba-49ea-951a-81866ec0553b
12:06:31.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30b359a5-9699-450a-b7ed-0d5e4e9d8ad7
12:06:31.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab7fedd-1b60-4138-b2de-429a9bb59cd8
12:06:31.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bc97f0b-619b-490e-b928-a29e94fcf4c8
12:06:31.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c063b5-5431-4431-a3a7-c890edabfc94
12:06:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:31.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:31.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad22c80-b1ba-49ea-951a-81866ec0553b
12:06:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:31.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:31.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:31.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:31.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:31.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189fe00f-460d-4cd8-a876-0e8243ba9287
12:06:31.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab7fedd-1b60-4138-b2de-429a9bb59cd8
12:06:32.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7eaade-0a7c-4bae-a05f-7e1c4b5b03d6
12:06:32.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c063b5-5431-4431-a3a7-c890edabfc94
12:06:32.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5f160-d3ad-4579-b861-98f31c41daa4
12:06:32.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b27c4c95-5e0a-4c2d-a315-0c5c1856d53a
12:06:32.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=189fe00f-460d-4cd8-a876-0e8243ba9287
12:06:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a8c103-0eb1-4b95-9c6d-1177f807440f
12:06:32.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.324 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7eaade-0a7c-4bae-a05f-7e1c4b5b03d6
12:06:32.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84e5f160-d3ad-4579-b861-98f31c41daa4
12:06:32.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=278c0079-f9f5-4206-8640-c95396d5db5d
12:06:32.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a455ff64-1e81-417f-b524-8292f72198c2
12:06:32.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b27c4c95-5e0a-4c2d-a315-0c5c1856d53a
12:06:32.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d4d26e4-d3ce-42b7-bdd5-08f5f89a9468
12:06:32.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38a8c103-0eb1-4b95-9c6d-1177f807440f
12:06:32.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131c62d7-6489-4bee-8799-8edd8c7d64a5
12:06:32.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=278c0079-f9f5-4206-8640-c95396d5db5d
12:06:32.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=209de268-8896-4ac0-a15d-ea205dd96417
12:06:32.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a455ff64-1e81-417f-b524-8292f72198c2
12:06:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd03db4d-1a82-4b5d-8dc9-1e4600363013
12:06:32.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d4d26e4-d3ce-42b7-bdd5-08f5f89a9468
12:06:32.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d66058-ee87-4bbc-b8cd-145e98a76507
12:06:32.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:32.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131c62d7-6489-4bee-8799-8edd8c7d64a5
12:06:32.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:32.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:32.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:32.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:32.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:32.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:32.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=209de268-8896-4ac0-a15d-ea205dd96417
12:06:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5824a596-2e97-4fa7-b75e-fb2fe40b035b
12:06:33.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd03db4d-1a82-4b5d-8dc9-1e4600363013
12:06:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31a5b3f-965f-4083-999b-f29d7035b7b1
12:06:33.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d66058-ee87-4bbc-b8cd-145e98a76507
12:06:33.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcb5a25c-b11e-468e-8308-904bc52271bf
12:06:33.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5824a596-2e97-4fa7-b75e-fb2fe40b035b
12:06:33.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973e9a16-4799-45bd-b478-aaf7986d9ad8
12:06:33.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5378c107-3215-45d6-99a4-68864023cc4d
12:06:33.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b31a5b3f-965f-4083-999b-f29d7035b7b1
12:06:33.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4523c9b-64d5-4baa-9659-a3a5533f9d9b
12:06:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcb5a25c-b11e-468e-8308-904bc52271bf
12:06:33.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01f6b948-1caf-411e-bf5f-8c7451f968c7
12:06:33.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=973e9a16-4799-45bd-b478-aaf7986d9ad8
12:06:33.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5899335c-4933-475c-a847-a2b1b72669c4
12:06:33.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5378c107-3215-45d6-99a4-68864023cc4d
12:06:33.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=727f8838-cb12-4ee4-89cd-a10b13722aad
12:06:33.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4523c9b-64d5-4baa-9659-a3a5533f9d9b
12:06:33.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a39a00db-abc9-41a9-ba78-110f1adfbd7c
12:06:33.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.923 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01f6b948-1caf-411e-bf5f-8c7451f968c7
12:06:33.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad291deb-4fc8-4319-94b0-ab9d625e5fd7
12:06:33.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:33.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:33.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:33.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:33.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:33.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:33.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:33.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5899335c-4933-475c-a847-a2b1b72669c4
12:06:33.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=727f8838-cb12-4ee4-89cd-a10b13722aad
12:06:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6902763-5b8a-4e18-8397-3594b1199258
12:06:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a39a00db-abc9-41a9-ba78-110f1adfbd7c
12:06:34.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf41545-ab29-403d-b206-6364de648dd1
12:06:34.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad291deb-4fc8-4319-94b0-ab9d625e5fd7
12:06:34.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c974938a-eea5-4fd6-8eff-8c78c1ac3d7c
12:06:34.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6902763-5b8a-4e18-8397-3594b1199258
12:06:34.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf41545-ab29-403d-b206-6364de648dd1
12:06:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa60e51-7285-47ba-b845-bf5023e9ad9c
12:06:34.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c974938a-eea5-4fd6-8eff-8c78c1ac3d7c
12:06:34.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39987de5-c7c2-4175-a872-9e64d5a0fd9b
12:06:34.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa60e51-7285-47ba-b845-bf5023e9ad9c
12:06:34.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae31fd22-1dec-40f9-a5f2-400fbd08a0d8
12:06:34.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39987de5-c7c2-4175-a872-9e64d5a0fd9b
12:06:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae31fd22-1dec-40f9-a5f2-400fbd08a0d8
12:06:34.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427f4d53-cc5f-4054-ace3-4ff3a1cb982d
12:06:34.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4666e2a8-496c-4809-9bc0-5fe5c88d41bd
12:06:34.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=427f4d53-cc5f-4054-ace3-4ff3a1cb982d
12:06:34.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa8a6ab-52f4-483a-8ccf-7184f31365b9
12:06:34.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4666e2a8-496c-4809-9bc0-5fe5c88d41bd
12:06:34.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:34.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:34.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:34.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:34.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:34.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=841315f3-beb8-4307-a65c-7d6d17ccc149
12:06:34.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fa8a6ab-52f4-483a-8ccf-7184f31365b9
12:06:35.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e2f824d-a807-4dad-810f-5259b76d714d
12:06:35.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=841315f3-beb8-4307-a65c-7d6d17ccc149
12:06:35.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098570b1-f6c5-4e85-b07c-267065d487e3
12:06:35.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e84310-b4cc-4ef3-8c8c-726de76af40d
12:06:35.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e2f824d-a807-4dad-810f-5259b76d714d
12:06:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b89c4908-1080-48e0-be15-f2af4db7e7cd
12:06:35.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098570b1-f6c5-4e85-b07c-267065d487e3
12:06:35.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e84310-b4cc-4ef3-8c8c-726de76af40d
12:06:35.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56a681bb-acd4-434e-a277-d1b577ea62e1
12:06:35.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b89c4908-1080-48e0-be15-f2af4db7e7cd
12:06:35.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f33c1924-e374-4346-b2bb-3f3f115a5bf4
12:06:35.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b28d87b-639b-4270-b4be-65bd31eee384
12:06:35.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56a681bb-acd4-434e-a277-d1b577ea62e1
12:06:35.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c81025ac-20a7-4922-8b2d-7cbbb6365663
12:06:35.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f33c1924-e374-4346-b2bb-3f3f115a5bf4
12:06:35.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6324c20c-d9b4-4a89-b8b6-98a52f11a4b4
12:06:35.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b28d87b-639b-4270-b4be-65bd31eee384
12:06:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce6c6571-cd78-45a3-b027-ef4606e9adae
12:06:35.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c81025ac-20a7-4922-8b2d-7cbbb6365663
12:06:35.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6324c20c-d9b4-4a89-b8b6-98a52f11a4b4
12:06:35.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=297e7e0e-f9f8-4c55-841b-486ad613e027
12:06:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:35.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c807a79f-e8ae-4c85-85fb-cfdf86735131
12:06:35.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:35.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:35.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:35.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce6c6571-cd78-45a3-b027-ef4606e9adae
12:06:36.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b1af23-4d90-4894-8755-e3b0424e1aa8
12:06:36.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=297e7e0e-f9f8-4c55-841b-486ad613e027
12:06:36.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db74575c-5e88-42f4-82f2-e630e461c407
12:06:36.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c807a79f-e8ae-4c85-85fb-cfdf86735131
12:06:36.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16c7db5e-fbe8-4c18-9acf-3f2eebc625cc
12:06:36.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7b1af23-4d90-4894-8755-e3b0424e1aa8
12:06:36.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab031d76-f232-4aa5-82c9-0ff66a8e7a85
12:06:36.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db74575c-5e88-42f4-82f2-e630e461c407
12:06:36.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=728196bd-1d89-4723-abf8-3182fd038332
12:06:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16c7db5e-fbe8-4c18-9acf-3f2eebc625cc
12:06:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab031d76-f232-4aa5-82c9-0ff66a8e7a85
12:06:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb87ff36-c8af-493e-87b3-47c164aad300
12:06:36.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=898454ca-7eb4-4491-9349-a14b5e7404a6
12:06:36.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=728196bd-1d89-4723-abf8-3182fd038332
12:06:36.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb87ff36-c8af-493e-87b3-47c164aad300
12:06:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8eab13-1c22-4121-b84d-159c0203ce59
12:06:36.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=898454ca-7eb4-4491-9349-a14b5e7404a6
12:06:36.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b362ab5-fc47-4af3-a2f1-9f89b97b07e0
12:06:36.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8eab13-1c22-4121-b84d-159c0203ce59
12:06:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b362ab5-fc47-4af3-a2f1-9f89b97b07e0
12:06:36.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d57063-c9ca-4484-937b-733c12bda4e2
12:06:36.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:36.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86d57063-c9ca-4484-937b-733c12bda4e2
12:06:36.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:36.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:36.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571593bd-3820-4ad2-9c3f-e4cbbc29ae40
12:06:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571593bd-3820-4ad2-9c3f-e4cbbc29ae40
12:06:37.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a781208d-042b-4653-81d0-eb55aea34457
12:06:37.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8780094-63dc-4b7e-9217-7b2bc72296fc
12:06:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a781208d-042b-4653-81d0-eb55aea34457
12:06:37.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.273 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8780094-63dc-4b7e-9217-7b2bc72296fc
12:06:37.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b90fd5-9114-4fda-bcd8-ea218be988a0
12:06:37.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b90fd5-9114-4fda-bcd8-ea218be988a0
12:06:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be50bd4-5e26-41c3-8b43-0ec3b3c1f7bd
12:06:37.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be50bd4-5e26-41c3-8b43-0ec3b3c1f7bd
12:06:37.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f612f4-eb31-4455-b587-5c93b0173b4b
12:06:37.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f612f4-eb31-4455-b587-5c93b0173b4b
12:06:37.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fed0dbc-3169-40a8-90c6-2e6e8b08d34f
12:06:37.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fed0dbc-3169-40a8-90c6-2e6e8b08d34f
12:06:37.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d880cf83-d562-4488-a5e7-c8a308212478
12:06:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d880cf83-d562-4488-a5e7-c8a308212478
12:06:37.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7da35877-023a-4b9c-b4cf-fa5e344babbb
12:06:37.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7da35877-023a-4b9c-b4cf-fa5e344babbb
12:06:37.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc561e5f-715f-40c7-b72d-b7ddcb0fe8b2
12:06:37.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:37.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc561e5f-715f-40c7-b72d-b7ddcb0fe8b2
12:06:37.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:37.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:37.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:37.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:37.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:37.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e4d3974-a749-4ea6-a1eb-a6924c2aa417
12:06:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e4d3974-a749-4ea6-a1eb-a6924c2aa417
12:06:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94431d9e-0acb-4040-99c0-fe2f128b36f5
12:06:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94431d9e-0acb-4040-99c0-fe2f128b36f5
12:06:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22eef80c-3b75-4521-bedd-abb2dcc805fe
12:06:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22eef80c-3b75-4521-bedd-abb2dcc805fe
12:06:38.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21c118a6-1001-421d-a547-8d74cc8b2f3a
12:06:38.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21c118a6-1001-421d-a547-8d74cc8b2f3a
12:06:38.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4aa6ea2-9b97-4c8b-9933-e1b08ac5c82c
12:06:38.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4aa6ea2-9b97-4c8b-9933-e1b08ac5c82c
12:06:38.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f18f2868-c7e5-400e-884e-5c5aca6e8cdc
12:06:38.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.546 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f18f2868-c7e5-400e-884e-5c5aca6e8cdc
12:06:38.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48456005-52c5-4e1e-a4fc-4ba718b2bc8e
12:06:38.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48456005-52c5-4e1e-a4fc-4ba718b2bc8e
12:06:38.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8755d2c-a7a9-44ea-a630-7977f06a9a50
12:06:38.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8755d2c-a7a9-44ea-a630-7977f06a9a50
12:06:38.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0f33dc-ba2c-4adb-97a6-8e8955311cc7
12:06:38.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0f33dc-ba2c-4adb-97a6-8e8955311cc7
12:06:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735f2b5b-4de1-4879-90f3-671451ebde6c
12:06:38.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=735f2b5b-4de1-4879-90f3-671451ebde6c
12:06:38.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=294fa0db-c998-43b9-9314-0574d60aca58
12:06:38.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:38.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:38.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:38.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:38.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:38.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:38.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:38.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=294fa0db-c998-43b9-9314-0574d60aca58
12:06:38.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d47fa25a-68e4-4fba-b8fa-c4ea8b753789
12:06:39.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d47fa25a-68e4-4fba-b8fa-c4ea8b753789
12:06:39.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d231c6e2-a4de-4968-a749-ff3b174bb449
12:06:39.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d231c6e2-a4de-4968-a749-ff3b174bb449
12:06:39.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f05f869f-3cfa-495e-9596-defb88f891bf
12:06:39.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b5893-c2b6-42c2-b138-33128af099e9
12:06:39.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f05f869f-3cfa-495e-9596-defb88f891bf
12:06:39.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06a4cc05-46e2-43c1-810e-bf42c019995a
12:06:39.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68b5893-c2b6-42c2-b138-33128af099e9
12:06:39.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=498e67e7-490a-49c2-9011-a7455e1e8259
12:06:39.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06a4cc05-46e2-43c1-810e-bf42c019995a
12:06:39.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf71f87f-af75-4b3d-85ef-c4b0ddd659da
12:06:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=498e67e7-490a-49c2-9011-a7455e1e8259
12:06:39.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8244f81-f67f-4fe1-8e3a-e6504328d70b
12:06:39.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=357b4a70-3c78-4f30-be1c-c56a86fb499e
12:06:39.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf71f87f-af75-4b3d-85ef-c4b0ddd659da
12:06:39.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8244f81-f67f-4fe1-8e3a-e6504328d70b
12:06:39.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11a1ae95-e557-481d-9408-9ae3318882ec
12:06:39.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=357b4a70-3c78-4f30-be1c-c56a86fb499e
12:06:39.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ba1223-b144-4c6b-9504-6087bed12a58
12:06:39.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b420337f-ceb4-4822-9535-8de7de294f84
12:06:39.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11a1ae95-e557-481d-9408-9ae3318882ec
12:06:39.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:39.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:39.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:39.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94737afc-3aea-425e-a977-aeb204ddff84
12:06:40.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0ba1223-b144-4c6b-9504-6087bed12a58
12:06:40.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b420337f-ceb4-4822-9535-8de7de294f84
12:06:40.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3997bb25-b55c-408a-b436-a2b07e115563
12:06:40.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94737afc-3aea-425e-a977-aeb204ddff84
12:06:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d5edf6-5d35-429c-8d00-937333eda4b7
12:06:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0361693-2b2c-4aa6-9da7-8f2b741ffff6
12:06:40.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3997bb25-b55c-408a-b436-a2b07e115563
12:06:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=900bd0f2-15f2-4dbc-83e5-c641c2834c5e
12:06:40.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47d5edf6-5d35-429c-8d00-937333eda4b7
12:06:40.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7de775-d957-43be-a639-d6c2d312d76b
12:06:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0361693-2b2c-4aa6-9da7-8f2b741ffff6
12:06:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39540438-cb91-4aab-86d2-009686f30135
12:06:40.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aba9025-1743-40fc-99b2-1ba692d13827
12:06:40.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=900bd0f2-15f2-4dbc-83e5-c641c2834c5e
12:06:40.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3bc530-8854-464b-b7ac-53bf7e4f56ee
12:06:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.626 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.640 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7de775-d957-43be-a639-d6c2d312d76b
12:06:40.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09b89502-401b-46a0-a41f-15f70a3b4f69
12:06:40.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39540438-cb91-4aab-86d2-009686f30135
12:06:40.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31e630f-1a67-41be-9420-a42c048956fb
12:06:40.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a34700-3718-45fd-9a5a-062206784d30
12:06:40.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aba9025-1743-40fc-99b2-1ba692d13827
12:06:40.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:40.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f3bc530-8854-464b-b7ac-53bf7e4f56ee
12:06:40.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:40.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:40.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:40.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5acea5b-cfe6-43dc-84f2-527e54cad785
12:06:40.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09b89502-401b-46a0-a41f-15f70a3b4f69
12:06:41.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5524765-532f-45c0-84ae-7b0a8e5042af
12:06:41.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a31e630f-1a67-41be-9420-a42c048956fb
12:06:41.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca675b4c-4d50-4ad9-b199-e299559820fb
12:06:41.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a34700-3718-45fd-9a5a-062206784d30
12:06:41.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97231bd2-950e-476d-8af3-7b397dbfd531
12:06:41.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624f65f6-305b-4085-b6c6-b31b13cd8689
12:06:41.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5acea5b-cfe6-43dc-84f2-527e54cad785
12:06:41.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a820d189-0beb-4f7c-af89-a3167a5dda11
12:06:41.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5524765-532f-45c0-84ae-7b0a8e5042af
12:06:41.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d3145cd-d6d4-4cd0-8e5c-63efb151bdbe
12:06:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca675b4c-4d50-4ad9-b199-e299559820fb
12:06:41.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07cf815f-a580-4d0c-a2ba-3f3b31d72321
12:06:41.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97231bd2-950e-476d-8af3-7b397dbfd531
12:06:41.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=624f65f6-305b-4085-b6c6-b31b13cd8689
12:06:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08ad812d-559d-4b5f-9557-b9bc63ead991
12:06:41.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a820d189-0beb-4f7c-af89-a3167a5dda11
12:06:41.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fc4d00-3433-472a-af25-f600427c7f8d
12:06:41.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d3145cd-d6d4-4cd0-8e5c-63efb151bdbe
12:06:41.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31861c49-0c9d-4c40-99d0-0eb3bc4d440a
12:06:41.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07cf815f-a580-4d0c-a2ba-3f3b31d72321
12:06:41.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef887df9-9b97-4163-9659-5e45aa8e4611
12:06:41.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:41.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:41.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:41.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:41.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:41.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08ad812d-559d-4b5f-9557-b9bc63ead991
12:06:41.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eaecaa7-0107-48c9-88ff-915797cad8a8
12:06:42.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60fc4d00-3433-472a-af25-f600427c7f8d
12:06:42.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5696bf7-82ee-4ce3-93b4-d4f22a96415b
12:06:42.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31861c49-0c9d-4c40-99d0-0eb3bc4d440a
12:06:42.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efa77d6-b37f-4988-85d3-de6b79ec3301
12:06:42.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef887df9-9b97-4163-9659-5e45aa8e4611
12:06:42.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb01cc0a-dbcf-49f5-8b4a-0060de370fa4
12:06:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eaecaa7-0107-48c9-88ff-915797cad8a8
12:06:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f12a89c2-1f3d-45db-b847-9edb4b41c032
12:06:42.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5696bf7-82ee-4ce3-93b4-d4f22a96415b
12:06:42.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b548828-2920-4af9-b4ee-5ecdbe2bf98c
12:06:42.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efa77d6-b37f-4988-85d3-de6b79ec3301
12:06:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb01cc0a-dbcf-49f5-8b4a-0060de370fa4
12:06:42.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5afa784-481f-4faf-9491-89b36789dc3b
12:06:42.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f12a89c2-1f3d-45db-b847-9edb4b41c032
12:06:42.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=778defed-97c3-41c9-917e-4d6571b064eb
12:06:42.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b548828-2920-4af9-b4ee-5ecdbe2bf98c
12:06:42.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c4c39a8-dd81-48e1-9cc7-b3c19bcbd0c8
12:06:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5afa784-481f-4faf-9491-89b36789dc3b
12:06:42.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6025a2f9-0de1-4b93-928d-a7f8831fb93d
12:06:42.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=778defed-97c3-41c9-917e-4d6571b064eb
12:06:42.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=295c6e44-af8a-466f-a608-32aadf41c8be
12:06:42.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:42.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:42.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:42.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:42.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:42.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c4c39a8-dd81-48e1-9cc7-b3c19bcbd0c8
12:06:42.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0be5f9da-db1a-4eaf-9921-546c4e59961d
12:06:43.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6025a2f9-0de1-4b93-928d-a7f8831fb93d
12:06:43.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461b4035-60a5-4ecd-b1e1-a5262a815873
12:06:43.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=295c6e44-af8a-466f-a608-32aadf41c8be
12:06:43.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bedad6-85cf-4c62-8173-f1476da93d8f
12:06:43.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0be5f9da-db1a-4eaf-9921-546c4e59961d
12:06:43.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461b4035-60a5-4ecd-b1e1-a5262a815873
12:06:43.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af4c94d-0bb5-4ddf-b97f-45067b47756b
12:06:43.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bedad6-85cf-4c62-8173-f1476da93d8f
12:06:43.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e50c68-118e-4f1d-b343-921ef8b37cc8
12:06:43.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7af4c94d-0bb5-4ddf-b97f-45067b47756b
12:06:43.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=802b1b6e-0974-4d94-92a6-5334e46dbdc8
12:06:43.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b113273a-3c24-4eaa-9598-ed4aa1d50817
12:06:43.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3e50c68-118e-4f1d-b343-921ef8b37cc8
12:06:43.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb89af1d-9b41-43ff-b2bc-ef6908266bc2
12:06:43.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=802b1b6e-0974-4d94-92a6-5334e46dbdc8
12:06:43.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b9f4a43-80cb-4797-9f21-aa588962821a
12:06:43.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b113273a-3c24-4eaa-9598-ed4aa1d50817
12:06:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913d4ddd-861b-4da1-b411-51466e0389ba
12:06:43.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb89af1d-9b41-43ff-b2bc-ef6908266bc2
12:06:43.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:43.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:43.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:43.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:43.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92ad1146-805d-4d4f-bb85-beabe33ae05a
12:06:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b9f4a43-80cb-4797-9f21-aa588962821a
12:06:44.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8e888b-c94b-4084-8f8e-e7399249a4a8
12:06:44.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913d4ddd-861b-4da1-b411-51466e0389ba
12:06:44.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e92a3c-711a-4f86-8cdc-69b30b9d6a00
12:06:44.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92ad1146-805d-4d4f-bb85-beabe33ae05a
12:06:44.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3d80cda-8fbe-456a-8a8f-05295f0913b2
12:06:44.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8e888b-c94b-4084-8f8e-e7399249a4a8
12:06:44.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e92a3c-711a-4f86-8cdc-69b30b9d6a00
12:06:44.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16db4779-30bb-43a5-8e02-9bdc2f07251a
12:06:44.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3d80cda-8fbe-456a-8a8f-05295f0913b2
12:06:44.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288be92b-1aec-40ed-903b-6c6f0cc8228d
12:06:44.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16db4779-30bb-43a5-8e02-9bdc2f07251a
12:06:44.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=550a707b-2585-483b-80d9-76c4d446601e
12:06:44.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288be92b-1aec-40ed-903b-6c6f0cc8228d
12:06:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a00c8e0-5086-4d48-84f9-f8435e92cbf8
12:06:44.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=550a707b-2585-483b-80d9-76c4d446601e
12:06:44.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c44b5b-1688-4d76-a045-de75057a10ce
12:06:44.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a00c8e0-5086-4d48-84f9-f8435e92cbf8
12:06:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3cad46-4839-41c2-a346-16821ff86c83
12:06:44.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c44b5b-1688-4d76-a045-de75057a10ce
12:06:44.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c912ce-2dcb-45dd-a114-ee4622b92d3b
12:06:44.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3cad46-4839-41c2-a346-16821ff86c83
12:06:44.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:44.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:44.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:44.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:44.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:44.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c912ce-2dcb-45dd-a114-ee4622b92d3b
12:06:44.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04bf433-0cfe-4a97-907f-96aeb8041598
12:06:45.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a04bf433-0cfe-4a97-907f-96aeb8041598
12:06:45.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76f31b88-19f3-4990-9d08-d76ce351e2c9
12:06:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76f31b88-19f3-4990-9d08-d76ce351e2c9
12:06:45.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=900b7e62-727b-48ac-b0c2-4904c94d93f6
12:06:45.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=900b7e62-727b-48ac-b0c2-4904c94d93f6
12:06:45.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d532ff-28ca-4804-93d3-4377893c96af
12:06:45.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d532ff-28ca-4804-93d3-4377893c96af
12:06:45.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9d0dedc-0b7c-453d-a688-c7bb98ab5537
12:06:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9d0dedc-0b7c-453d-a688-c7bb98ab5537
12:06:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f21c87-d92d-4371-a231-318239799cb2
12:06:45.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f21c87-d92d-4371-a231-318239799cb2
12:06:45.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34bb594a-b19d-46ea-945a-b64fe24cd464
12:06:45.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34bb594a-b19d-46ea-945a-b64fe24cd464
12:06:45.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa687d6-5a98-4618-b7ad-484b178b1151
12:06:45.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa687d6-5a98-4618-b7ad-484b178b1151
12:06:45.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0531dd-ee9e-4ff0-beb7-8749c6ea7446
12:06:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d0531dd-ee9e-4ff0-beb7-8749c6ea7446
12:06:45.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c455015-a65a-481b-9c9e-53635ea1cc23
12:06:45.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c455015-a65a-481b-9c9e-53635ea1cc23
12:06:45.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0a3a7e-da96-4d6f-8316-3c530f684a69
12:06:45.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e0a3a7e-da96-4d6f-8316-3c530f684a69
12:06:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da0e3655-1338-494e-ad81-4d03bba60373
12:06:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da0e3655-1338-494e-ad81-4d03bba60373
12:06:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:45.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:45.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:45.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:45.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248f41a1-1dd4-432c-9b6b-6daddb54375f
12:06:46.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=937e2e4e-410e-4a4a-bace-bbfb67aee0dd
12:06:46.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248f41a1-1dd4-432c-9b6b-6daddb54375f
12:06:46.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657a41ba-0abc-48e4-8242-7482cd4cb39c
12:06:46.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=937e2e4e-410e-4a4a-bace-bbfb67aee0dd
12:06:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=981f8474-bcc7-4f2b-914a-7c66a759b511
12:06:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657a41ba-0abc-48e4-8242-7482cd4cb39c
12:06:46.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12680b91-747a-47f4-a69e-ff5bf597ce48
12:06:46.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=981f8474-bcc7-4f2b-914a-7c66a759b511
12:06:46.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e789f08f-87cd-45cf-a19e-95aaafaf0362
12:06:46.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6d60a6c-c68e-475e-b6da-af01faa92910
12:06:46.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12680b91-747a-47f4-a69e-ff5bf597ce48
12:06:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272481b9-3c5f-475a-a38d-5e7ef98302e2
12:06:46.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c96b34ff-2ac6-47dc-a1a8-bfebab4143e8
12:06:46.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e789f08f-87cd-45cf-a19e-95aaafaf0362
12:06:46.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fed76777-db4b-49b6-914c-989f809ac92d
12:06:46.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6d60a6c-c68e-475e-b6da-af01faa92910
12:06:46.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcdedb0b-c293-48b4-b76a-0b4a990dbe53
12:06:46.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=272481b9-3c5f-475a-a38d-5e7ef98302e2
12:06:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c96b34ff-2ac6-47dc-a1a8-bfebab4143e8
12:06:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e77bf21-3d31-448d-a9e9-ef0a4a24fbf2
12:06:46.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc7b93c-1cdf-40d5-a681-8cbd7b9d7390
12:06:46.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fed76777-db4b-49b6-914c-989f809ac92d
12:06:46.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cbb0516-7867-40bf-adca-58b9bef15cc5
12:06:46.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcdedb0b-c293-48b4-b76a-0b4a990dbe53
12:06:46.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:46.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:46.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:46.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:46.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:46.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:46.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94ee89fa-80e7-4ac5-8621-4131a3a46f78
12:06:47.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e77bf21-3d31-448d-a9e9-ef0a4a24fbf2
12:06:47.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79e8e45c-382a-4087-9203-1405566a89bc
12:06:47.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc7b93c-1cdf-40d5-a681-8cbd7b9d7390
12:06:47.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bfc8134-fc25-49e9-a674-42150695189e
12:06:47.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cbb0516-7867-40bf-adca-58b9bef15cc5
12:06:47.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a54fdf-bba3-4f29-b499-5363f74e3a69
12:06:47.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94ee89fa-80e7-4ac5-8621-4131a3a46f78
12:06:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1f3e6d-2cba-45aa-a5fc-e67591ea5b03
12:06:47.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79e8e45c-382a-4087-9203-1405566a89bc
12:06:47.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=510f76d5-04f7-4f0d-b571-9a04c07d7bea
12:06:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f9e35f-2069-4ea2-8d65-8a3d87237763
12:06:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bfc8134-fc25-49e9-a674-42150695189e
12:06:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe100fc4-7aff-4e28-b0b9-faeb89f7b151
12:06:47.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10a54fdf-bba3-4f29-b499-5363f74e3a69
12:06:47.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2275912d-b203-49fe-9e8d-5abdd6d42fa4
12:06:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1f3e6d-2cba-45aa-a5fc-e67591ea5b03
12:06:47.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=018814a5-e937-4942-88af-c774297d4b04
12:06:47.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=510f76d5-04f7-4f0d-b571-9a04c07d7bea
12:06:47.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5f9e35f-2069-4ea2-8d65-8a3d87237763
12:06:47.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:47.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e70f503c-cbbd-4808-9d43-2959a606ffe3
12:06:47.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:47.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:47.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:47.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:47.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:47.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:47.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fd2bcb4-6804-4517-9cf9-c10f0ec4dd62
12:06:48.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe100fc4-7aff-4e28-b0b9-faeb89f7b151
12:06:48.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2275912d-b203-49fe-9e8d-5abdd6d42fa4
12:06:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ecdddfb-52d0-4ca9-94eb-e25157ad2d54
12:06:48.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=018814a5-e937-4942-88af-c774297d4b04
12:06:48.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584bbeb7-2497-447d-b961-e9bb2e5c415e
12:06:48.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e70f503c-cbbd-4808-9d43-2959a606ffe3
12:06:48.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72cc860a-f927-414d-9c90-5c9127b658c1
12:06:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65fa0e01-eb45-4f22-8f8f-3797773f5888
12:06:48.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fd2bcb4-6804-4517-9cf9-c10f0ec4dd62
12:06:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49ba54e1-f685-46e0-bd39-b5fdf3da27a3
12:06:48.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ecdddfb-52d0-4ca9-94eb-e25157ad2d54
12:06:48.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c0b79f-54de-4efe-9288-c3b0616d4218
12:06:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584bbeb7-2497-447d-b961-e9bb2e5c415e
12:06:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13c10093-7f5c-4765-8d9e-843a0a4b69af
12:06:48.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72cc860a-f927-414d-9c90-5c9127b658c1
12:06:48.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae95d91-5fa9-4158-9098-e27f8d645c33
12:06:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65fa0e01-eb45-4f22-8f8f-3797773f5888
12:06:48.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49ba54e1-f685-46e0-bd39-b5fdf3da27a3
12:06:48.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7752134-8a6b-400a-8902-61c2fd840ceb
12:06:48.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=021c28a0-5a5d-4c57-a783-67d9e0b0a979
12:06:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86c0b79f-54de-4efe-9288-c3b0616d4218
12:06:48.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:48.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:48.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13c10093-7f5c-4765-8d9e-843a0a4b69af
12:06:48.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:48.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:48.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:48.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:48.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:48.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7046be0f-6ca4-4cc0-82a9-78032fb8c67a
12:06:48.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae95d91-5fa9-4158-9098-e27f8d645c33
12:06:49.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04bc9e17-4b67-47d8-87b6-d11c29a26643
12:06:49.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=237bfb24-51d4-41fe-9daf-581f5a6d283e
12:06:49.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7752134-8a6b-400a-8902-61c2fd840ceb
12:06:49.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e800891-5919-405a-8386-8df858e573da
12:06:49.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=021c28a0-5a5d-4c57-a783-67d9e0b0a979
12:06:49.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7046be0f-6ca4-4cc0-82a9-78032fb8c67a
12:06:49.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=996f73d2-2384-405e-9660-3afd94f10741
12:06:49.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79b34dc7-c7db-4dba-bf2f-c29c20073d32
12:06:49.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04bc9e17-4b67-47d8-87b6-d11c29a26643
12:06:49.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa4c8bfe-5048-407a-9303-e3ac3dc8aa24
12:06:49.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=237bfb24-51d4-41fe-9daf-581f5a6d283e
12:06:49.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2062ad-a017-4d6d-84fa-77abc151a767
12:06:49.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e800891-5919-405a-8386-8df858e573da
12:06:49.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a7784e-7f3d-42cc-ac5c-3a194932db96
12:06:49.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=996f73d2-2384-405e-9660-3afd94f10741
12:06:49.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79b34dc7-c7db-4dba-bf2f-c29c20073d32
12:06:49.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bcac45-1d02-4809-bdd8-fb2ffea12b84
12:06:49.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa4c8bfe-5048-407a-9303-e3ac3dc8aa24
12:06:49.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d346f7e-042f-4cb0-88cc-67eecfd3b739
12:06:49.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e2062ad-a017-4d6d-84fa-77abc151a767
12:06:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a92dc5d-1c73-4db5-94ef-45f2b3c508d0
12:06:49.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:49.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a7784e-7f3d-42cc-ac5c-3a194932db96
12:06:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:49.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:49.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:49.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:49.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dcd96a2-61ab-494c-b4e8-982f92482528
12:06:49.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bcac45-1d02-4809-bdd8-fb2ffea12b84
12:06:50.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bca69a-397f-4957-a8cb-b7ed99abef56
12:06:50.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d346f7e-042f-4cb0-88cc-67eecfd3b739
12:06:50.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62f197cb-7c2d-4935-8b0c-35afa1b3e431
12:06:50.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a92dc5d-1c73-4db5-94ef-45f2b3c508d0
12:06:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dcd96a2-61ab-494c-b4e8-982f92482528
12:06:50.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd48b8a-71e5-480c-8114-afd6759b940b
12:06:50.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6bca69a-397f-4957-a8cb-b7ed99abef56
12:06:50.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2891d6da-0411-4359-b360-9de5c003c5eb
12:06:50.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62f197cb-7c2d-4935-8b0c-35afa1b3e431
12:06:50.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dece3fa0-82cb-4de8-a592-2de9fbd5ca34
12:06:50.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5aafc6-8308-43d4-b7b4-bc99ec6081ae
12:06:50.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd48b8a-71e5-480c-8114-afd6759b940b
12:06:50.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2891d6da-0411-4359-b360-9de5c003c5eb
12:06:50.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e7c813-71cd-4307-9618-1b95409b3075
12:06:50.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dece3fa0-82cb-4de8-a592-2de9fbd5ca34
12:06:50.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608cc636-46a7-4e9f-831b-cb0a152ac491
12:06:50.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5aafc6-8308-43d4-b7b4-bc99ec6081ae
12:06:50.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf9ff839-55d1-4bf9-a64c-7a689e1fe23c
12:06:50.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e7c813-71cd-4307-9618-1b95409b3075
12:06:50.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28850f8-1856-4a6a-9940-df02c2caf7bf
12:06:50.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608cc636-46a7-4e9f-831b-cb0a152ac491
12:06:50.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d6eaae-8921-4d36-a1db-143fa363cb5f
12:06:50.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:50.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:50.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:50.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:50.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:50.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:50.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf9ff839-55d1-4bf9-a64c-7a689e1fe23c
12:06:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb26f17f-d929-4a5a-9224-b802a5180cd7
12:06:51.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a28850f8-1856-4a6a-9940-df02c2caf7bf
12:06:51.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d5a3b8-b6e8-4f2e-8da6-cb4a400fe10b
12:06:51.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9d6eaae-8921-4d36-a1db-143fa363cb5f
12:06:51.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e109ef48-7ae6-4654-b9f9-a5a8c2f2fd0e
12:06:51.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb26f17f-d929-4a5a-9224-b802a5180cd7
12:06:51.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff921836-5959-4fae-b9d1-05e71fcb959d
12:06:51.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83d5a3b8-b6e8-4f2e-8da6-cb4a400fe10b
12:06:51.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9007b49f-c725-4e5c-8850-918753e320b0
12:06:51.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e109ef48-7ae6-4654-b9f9-a5a8c2f2fd0e
12:06:51.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dcb394-a751-4452-9064-7903375b2667
12:06:51.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff921836-5959-4fae-b9d1-05e71fcb959d
12:06:51.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1824629b-ae7d-472a-82a3-e2c7c864968a
12:06:51.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9007b49f-c725-4e5c-8850-918753e320b0
12:06:51.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b61ad7-6a9d-4e33-a679-584bdadbb716
12:06:51.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dcb394-a751-4452-9064-7903375b2667
12:06:51.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d765c3-6630-400e-a844-aaec7c8b1e3a
12:06:51.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1824629b-ae7d-472a-82a3-e2c7c864968a
12:06:51.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70bd98d-c7c9-478d-801a-f468812cae6a
12:06:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b61ad7-6a9d-4e33-a679-584bdadbb716
12:06:51.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=007debd9-4769-4c96-9837-a73ba46b67e9
12:06:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:51.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:51.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:51.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:51.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d765c3-6630-400e-a844-aaec7c8b1e3a
12:06:52.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6852d3c8-a69b-4c80-b0c3-86cbef67a2c1
12:06:52.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b70bd98d-c7c9-478d-801a-f468812cae6a
12:06:52.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853c7a61-9eff-483d-9cb6-fa09009770b0
12:06:52.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=007debd9-4769-4c96-9837-a73ba46b67e9
12:06:52.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb2f9ca-51ab-4d99-9f98-39c25cbc4947
12:06:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6852d3c8-a69b-4c80-b0c3-86cbef67a2c1
12:06:52.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d4f459-8c0a-4adb-9f27-c5f4da03441f
12:06:52.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=853c7a61-9eff-483d-9cb6-fa09009770b0
12:06:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff4727c-49f4-4a9f-b6bb-40a84828f02c
12:06:52.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cb2f9ca-51ab-4d99-9f98-39c25cbc4947
12:06:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6699a159-05a4-42a7-aaaa-7db28e082e28
12:06:52.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d4f459-8c0a-4adb-9f27-c5f4da03441f
12:06:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23179ce2-5312-4df2-925c-bfe367d27dc8
12:06:52.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aff4727c-49f4-4a9f-b6bb-40a84828f02c
12:06:52.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037c65a1-d055-4f61-a65c-fa831e87e744
12:06:52.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d107e610-71b6-4499-8f30-a5fbb00a15db
12:06:52.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6699a159-05a4-42a7-aaaa-7db28e082e28
12:06:52.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23179ce2-5312-4df2-925c-bfe367d27dc8
12:06:52.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb7db29d-aab6-4416-bb69-0b990ee9e446
12:06:52.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b0aa17-da3d-4718-8521-3edf50bf0e1f
12:06:52.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037c65a1-d055-4f61-a65c-fa831e87e744
12:06:52.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d107e610-71b6-4499-8f30-a5fbb00a15db
12:06:52.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fa70e5-d469-4367-8829-e16b48bd7043
12:06:52.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:52.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:52.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:52.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:52.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:52.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:52.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:52.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb7db29d-aab6-4416-bb69-0b990ee9e446
12:06:52.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557e640e-98f2-4602-badc-9d3b3f01c6ef
12:06:53.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b0aa17-da3d-4718-8521-3edf50bf0e1f
12:06:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643dd7d7-e75b-4ae6-ba28-5b89d4a377bc
12:06:53.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fa70e5-d469-4367-8829-e16b48bd7043
12:06:53.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3697d3b3-b2b3-4b74-b002-0be787276699
12:06:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dee878d-4059-492c-b2db-ce122f2c7dc0
12:06:53.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557e640e-98f2-4602-badc-9d3b3f01c6ef
12:06:53.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80e0cd68-e766-4b18-a072-ce3a350ef28e
12:06:53.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643dd7d7-e75b-4ae6-ba28-5b89d4a377bc
12:06:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226fe09f-2bfc-4d41-bd98-f35c4ce907d6
12:06:53.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb61a1f8-7be3-4188-8cae-781046b0d913
12:06:53.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3697d3b3-b2b3-4b74-b002-0be787276699
12:06:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dee878d-4059-492c-b2db-ce122f2c7dc0
12:06:53.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e56e9d-8269-4eb1-91bf-e703fd374c09
12:06:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80e0cd68-e766-4b18-a072-ce3a350ef28e
12:06:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8ef26d-e7fc-4fa9-b71c-4010b4031a85
12:06:53.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226fe09f-2bfc-4d41-bd98-f35c4ce907d6
12:06:53.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdce9e94-6822-4636-b5e4-8d3c4b686d72
12:06:53.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb61a1f8-7be3-4188-8cae-781046b0d913
12:06:53.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=218a61a3-dae7-4cb8-94ba-ec1006066cee
12:06:53.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05e56e9d-8269-4eb1-91bf-e703fd374c09
12:06:53.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc088a6-8736-48e8-92d5-25ef13361b35
12:06:53.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a8ef26d-e7fc-4fa9-b71c-4010b4031a85
12:06:53.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1add1414-a62b-4da3-b893-2ab5ff158029
12:06:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:53.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:53.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:53.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:53.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:53.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:53.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdce9e94-6822-4636-b5e4-8d3c4b686d72
12:06:54.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=218a61a3-dae7-4cb8-94ba-ec1006066cee
12:06:54.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c36ba86-7c42-49f2-95b1-ee2077cdd658
12:06:54.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc088a6-8736-48e8-92d5-25ef13361b35
12:06:54.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8693273f-9276-4cd1-931b-d0cfceb1857c
12:06:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=345dffa8-0968-4ab6-9778-e92394e35233
12:06:54.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1add1414-a62b-4da3-b893-2ab5ff158029
12:06:54.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f63a97cf-d75c-4687-ae8e-e48dc19ef9e3
12:06:54.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c36ba86-7c42-49f2-95b1-ee2077cdd658
12:06:54.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c12ccbdc-db63-49ab-86e8-bb308fd251a4
12:06:54.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8693273f-9276-4cd1-931b-d0cfceb1857c
12:06:54.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=345dffa8-0968-4ab6-9778-e92394e35233
12:06:54.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6e726ef-1d15-4f58-a11a-8299138f1a0d
12:06:54.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f63a97cf-d75c-4687-ae8e-e48dc19ef9e3
12:06:54.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c12ccbdc-db63-49ab-86e8-bb308fd251a4
12:06:54.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dabf293-332b-4c5b-9bb3-e044309b63ed
12:06:54.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.786 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642e0daa-302e-46cb-98af-7d916fc68846
12:06:54.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6e726ef-1d15-4f58-a11a-8299138f1a0d
12:06:54.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=715d4d04-df99-4a09-ad8b-084b86b0bb6e
12:06:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dabf293-332b-4c5b-9bb3-e044309b63ed
12:06:54.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:54.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:54.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:54.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:54.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:54.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:54.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:54.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d01a10-5613-43f7-bca0-530958f03c39
12:06:54.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=642e0daa-302e-46cb-98af-7d916fc68846
12:06:55.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e089112a-da99-4ec8-a919-ca433e551134
12:06:55.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=715d4d04-df99-4a09-ad8b-084b86b0bb6e
12:06:55.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.145 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb22609-f33b-4b1a-aa5e-8da3a1f299d0
12:06:55.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec0b6525-61ec-4512-ad0b-416c049723b2
12:06:55.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d01a10-5613-43f7-bca0-530958f03c39
12:06:55.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.273 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90ea27db-bf90-4590-a500-1596f88a5233
12:06:55.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e089112a-da99-4ec8-a919-ca433e551134
12:06:55.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb22609-f33b-4b1a-aa5e-8da3a1f299d0
12:06:55.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f5b988b-ce77-4c78-a2aa-bb592233b14f
12:06:55.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec0b6525-61ec-4512-ad0b-416c049723b2
12:06:55.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.424 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=482d9025-882d-4a9e-998c-fe41eca30d3b
12:06:55.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90ea27db-bf90-4590-a500-1596f88a5233
12:06:55.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cc1c86-23a6-4431-b3a1-62925950d12e
12:06:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be10cfca-c1b0-406f-b533-f7936804bf8b
12:06:55.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f5b988b-ce77-4c78-a2aa-bb592233b14f
12:06:55.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6c01a27-af6f-4505-b821-304dae6a2f28
12:06:55.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=482d9025-882d-4a9e-998c-fe41eca30d3b
12:06:55.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4cc1c86-23a6-4431-b3a1-62925950d12e
12:06:55.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d750a3-31a6-4a27-b6c0-4a536cd7637d
12:06:55.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be10cfca-c1b0-406f-b533-f7936804bf8b
12:06:55.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d38d8135-3b64-4b2f-918e-e8f875a23de7
12:06:55.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6c01a27-af6f-4505-b821-304dae6a2f28
12:06:55.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:55.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:55.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:55.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:55.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:55.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:55.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:55.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472fb44c-22b9-4be8-a6ca-2682933d14fa
12:06:55.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73d750a3-31a6-4a27-b6c0-4a536cd7637d
12:06:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01e6e56c-4533-4df3-abe9-44854abd33bb
12:06:56.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cf7548b-d317-47fd-8b04-6ac1dbb5c1a4
12:06:56.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d38d8135-3b64-4b2f-918e-e8f875a23de7
12:06:56.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=472fb44c-22b9-4be8-a6ca-2682933d14fa
12:06:56.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=379955b5-416b-462a-9d2c-865df1b7e077
12:06:56.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01e6e56c-4533-4df3-abe9-44854abd33bb
12:06:56.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6759579-dd70-49f9-bace-d5a70f7a07a1
12:06:56.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cf7548b-d317-47fd-8b04-6ac1dbb5c1a4
12:06:56.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2246829-8642-4031-9b7a-07c479c3bd5c
12:06:56.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=379955b5-416b-462a-9d2c-865df1b7e077
12:06:56.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=666ab79c-bd56-432a-bff5-138c2f8fc2be
12:06:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6759579-dd70-49f9-bace-d5a70f7a07a1
12:06:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2246829-8642-4031-9b7a-07c479c3bd5c
12:06:56.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5354a0-944a-4623-8faf-15cf05336246
12:06:56.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff2777cf-2406-4ef6-a38e-80cd6dc355df
12:06:56.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=666ab79c-bd56-432a-bff5-138c2f8fc2be
12:06:56.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5354a0-944a-4623-8faf-15cf05336246
12:06:56.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7c51186-7d22-473f-8b3c-d17fdfb1f389
12:06:56.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff2777cf-2406-4ef6-a38e-80cd6dc355df
12:06:56.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b973ef-c8c0-43c2-9daa-c6ce69dc07d4
12:06:56.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51daa83f-1a6f-4a97-96a5-c5b5230eaf08
12:06:56.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7c51186-7d22-473f-8b3c-d17fdfb1f389
12:06:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.919 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:56.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00d6b426-d59a-43d6-8efd-146dfa6fecdb
12:06:56.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:56.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:56.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:56.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:56.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:56.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:56.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b973ef-c8c0-43c2-9daa-c6ce69dc07d4
12:06:57.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc4a5ef5-4e78-44fc-9a55-4feae6a68241
12:06:57.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e902f2-e740-4c85-9dcc-09d66617dcc5
12:06:57.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51daa83f-1a6f-4a97-96a5-c5b5230eaf08
12:06:57.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00d6b426-d59a-43d6-8efd-146dfa6fecdb
12:06:57.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c981cf-dcfd-4dd2-a639-5dd4fb481dec
12:06:57.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc4a5ef5-4e78-44fc-9a55-4feae6a68241
12:06:57.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55eff8ec-f36b-462a-890f-0e67383b2990
12:06:57.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e902f2-e740-4c85-9dcc-09d66617dcc5
12:06:57.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbead888-eaf7-48a7-9538-8022fcd92945
12:06:57.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c981cf-dcfd-4dd2-a639-5dd4fb481dec
12:06:57.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7f42bcd-6694-4696-90e0-b352b82be937
12:06:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55eff8ec-f36b-462a-890f-0e67383b2990
12:06:57.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbed83e6-ffa0-4d00-af93-3ea5413bcac1
12:06:57.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbead888-eaf7-48a7-9538-8022fcd92945
12:06:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d314191-7f2f-4715-ad90-bf2d97f67be4
12:06:57.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7f42bcd-6694-4696-90e0-b352b82be937
12:06:57.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58c63fa4-4f74-4269-8d96-22cd38e0359b
12:06:57.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbed83e6-ffa0-4d00-af93-3ea5413bcac1
12:06:57.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec4e5088-3eb4-4c0e-9ec5-26a193249d46
12:06:57.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d314191-7f2f-4715-ad90-bf2d97f67be4
12:06:57.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58c63fa4-4f74-4269-8d96-22cd38e0359b
12:06:57.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:57.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:57.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:57.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:57.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:57.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:57.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:57.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da78ed27-f1ae-4fad-b7b8-d119005a50ca
12:06:57.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec4e5088-3eb4-4c0e-9ec5-26a193249d46
12:06:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d48d09f1-73c4-472e-8c3e-752152eeb584
12:06:58.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c655c9e0-7ef4-4f54-9722-8efbce9aea59
12:06:58.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da78ed27-f1ae-4fad-b7b8-d119005a50ca
12:06:58.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24bed607-2de2-46e1-9da0-13afb778ba25
12:06:58.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d48d09f1-73c4-472e-8c3e-752152eeb584
12:06:58.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd3e132-e809-4b86-902c-7144ea43a777
12:06:58.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c655c9e0-7ef4-4f54-9722-8efbce9aea59
12:06:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1932892-f461-4743-b5b6-8bff86d1594b
12:06:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24bed607-2de2-46e1-9da0-13afb778ba25
12:06:58.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.463 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffeb23c5-dc06-47f9-9f28-366dbf3a5899
12:06:58.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd3e132-e809-4b86-902c-7144ea43a777
12:06:58.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=081b5e8a-1a55-4482-a0e0-6556ea0c28f0
12:06:58.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1932892-f461-4743-b5b6-8bff86d1594b
12:06:58.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=693404f8-7767-4278-a1f7-b841219f2bc7
12:06:58.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffeb23c5-dc06-47f9-9f28-366dbf3a5899
12:06:58.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9adcba35-da5c-4f20-924b-fa6b510a148d
12:06:58.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=081b5e8a-1a55-4482-a0e0-6556ea0c28f0
12:06:58.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d96b02a-85e7-45a1-8d1a-480893c0fecd
12:06:58.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=693404f8-7767-4278-a1f7-b841219f2bc7
12:06:58.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f183d58-69fa-4667-b881-22dd7586dc0c
12:06:58.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9adcba35-da5c-4f20-924b-fa6b510a148d
12:06:58.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:58.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:58.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:58.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:58.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:58.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:58.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c393341-820e-4479-98bd-1b15fa83d00c
12:06:58.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d96b02a-85e7-45a1-8d1a-480893c0fecd
12:06:59.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87384ca1-6583-4600-8a98-393e99d52dd1
12:06:59.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f183d58-69fa-4667-b881-22dd7586dc0c
12:06:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f2d1d6-804a-4382-b0db-5ce1c41340a5
12:06:59.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c393341-820e-4479-98bd-1b15fa83d00c
12:06:59.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90e488e4-38b7-4b26-862f-763eb3683503
12:06:59.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87384ca1-6583-4600-8a98-393e99d52dd1
12:06:59.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29651dc-d7b3-4897-bf87-77869e5ea6ca
12:06:59.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16f2d1d6-804a-4382-b0db-5ce1c41340a5
12:06:59.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00bf8df-8294-4cc9-a954-506fb4dc931e
12:06:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90e488e4-38b7-4b26-862f-763eb3683503
12:06:59.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dff8f1c-93b9-4b60-b9de-1773f2de8221
12:06:59.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61f71830-1dc9-44dd-b9d6-00d57efa6083
12:06:59.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29651dc-d7b3-4897-bf87-77869e5ea6ca
12:06:59.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98667c59-e435-44e6-abaa-e588b1340e46
12:06:59.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00bf8df-8294-4cc9-a954-506fb4dc931e
12:06:59.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d8fe87-2aef-475a-8998-fd3c5a9c05d9
12:06:59.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dff8f1c-93b9-4b60-b9de-1773f2de8221
12:06:59.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99dd4c4e-c337-4a7f-974c-04dc3f1d3672
12:06:59.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61f71830-1dc9-44dd-b9d6-00d57efa6083
12:06:59.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef61252-1bab-4664-963f-f27bd9f64279
12:06:59.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:06:59.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:06:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98667c59-e435-44e6-abaa-e588b1340e46
12:06:59.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:06:59.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:06:59.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:06:59.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:06:59.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:06:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30681e0f-f511-4bf2-a574-46e5afa8bb39
12:06:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d8fe87-2aef-475a-8998-fd3c5a9c05d9
12:07:00.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf1b184-55e5-42e6-af07-3954bc4a7261
12:07:00.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99dd4c4e-c337-4a7f-974c-04dc3f1d3672
12:07:00.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d048050c-9f8a-45d6-af07-a8aab415ce72
12:07:00.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef61252-1bab-4664-963f-f27bd9f64279
12:07:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791f1d96-283d-4864-b334-b8fef9e7f90b
12:07:00.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30681e0f-f511-4bf2-a574-46e5afa8bb39
12:07:00.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b40532cb-e45d-4f91-9a9f-232cee0ff25a
12:07:00.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cf1b184-55e5-42e6-af07-3954bc4a7261
12:07:00.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa047be4-49b9-41e1-a5dd-ca6bfb6cc5fe
12:07:00.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d048050c-9f8a-45d6-af07-a8aab415ce72
12:07:00.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786c2d46-2f8d-46be-a642-761fcffdbc48
12:07:00.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791f1d96-283d-4864-b334-b8fef9e7f90b
12:07:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c36e296-588b-4f2d-ba15-d6fdae33292c
12:07:00.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b40532cb-e45d-4f91-9a9f-232cee0ff25a
12:07:00.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa047be4-49b9-41e1-a5dd-ca6bfb6cc5fe
12:07:00.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2370391-6967-4715-a1c9-112fb7056413
12:07:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786c2d46-2f8d-46be-a642-761fcffdbc48
12:07:00.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46fceecf-ead7-450e-9cd0-4ec93393a6c9
12:07:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c36e296-588b-4f2d-ba15-d6fdae33292c
12:07:00.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d08eda-8619-467f-8b09-da66925005d2
12:07:00.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2370391-6967-4715-a1c9-112fb7056413
12:07:00.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:00.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:00.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:00.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:00.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:00.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:00.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:00.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4da877a6-dbdd-4d8e-b07a-b5bf7f88a39e
12:07:00.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ca10d8-c155-4c43-9970-15484e5bfd91
12:07:01.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46fceecf-ead7-450e-9cd0-4ec93393a6c9
12:07:01.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83377045-4654-4848-b0ae-55d2974530a5
12:07:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d08eda-8619-467f-8b09-da66925005d2
12:07:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae040bc-e039-4fbd-acc3-5216b0afbb8e
12:07:01.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4da877a6-dbdd-4d8e-b07a-b5bf7f88a39e
12:07:01.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5d136e-901d-4159-a0c8-a45f0d532ec0
12:07:01.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ca10d8-c155-4c43-9970-15484e5bfd91
12:07:01.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83377045-4654-4848-b0ae-55d2974530a5
12:07:01.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8907f48b-9cbf-4e51-b280-1a79d4da8486
12:07:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5dd20a4-f9b1-4dd2-b16b-3c309998b682
12:07:01.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cae040bc-e039-4fbd-acc3-5216b0afbb8e
12:07:01.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0e66d18-a037-4b4a-b936-7801aee6ac7f
12:07:01.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c5d136e-901d-4159-a0c8-a45f0d532ec0
12:07:01.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b56e170c-a670-43eb-b498-b8098bbf2949
12:07:01.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8907f48b-9cbf-4e51-b280-1a79d4da8486
12:07:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c79fc1da-ae92-475a-83d5-02628af10bd9
12:07:01.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5dd20a4-f9b1-4dd2-b16b-3c309998b682
12:07:01.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cfbceb3-0621-4abd-9638-47e2b62c15d5
12:07:01.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0e66d18-a037-4b4a-b936-7801aee6ac7f
12:07:01.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f795aee-2872-4fee-8a7f-b9682fd75f49
12:07:01.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b56e170c-a670-43eb-b498-b8098bbf2949
12:07:01.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:01.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:01.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:01.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:01.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:01.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:01.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f872bf49-6b0e-4fd1-bd07-da849583388f
12:07:02.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c79fc1da-ae92-475a-83d5-02628af10bd9
12:07:02.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584d29b2-73b2-43a4-88b6-054cf5cfb9e5
12:07:02.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cfbceb3-0621-4abd-9638-47e2b62c15d5
12:07:02.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f795aee-2872-4fee-8a7f-b9682fd75f49
12:07:02.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f27364a2-becd-4274-b1c7-057261b8cdc7
12:07:02.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c09ef2-509d-4019-8874-de3b307ddaae
12:07:02.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f872bf49-6b0e-4fd1-bd07-da849583388f
12:07:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028f83af-4dd2-4017-9ad4-3675119d4e0c
12:07:02.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584d29b2-73b2-43a4-88b6-054cf5cfb9e5
12:07:02.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac149296-3bd7-4929-9297-d16380e046b1
12:07:02.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f27364a2-becd-4274-b1c7-057261b8cdc7
12:07:02.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=944d2a97-4cbd-4814-b6cc-cbc2814d6952
12:07:02.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c09ef2-509d-4019-8874-de3b307ddaae
12:07:02.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f222ced6-8068-41df-9aac-c4401590a72f
12:07:02.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=028f83af-4dd2-4017-9ad4-3675119d4e0c
12:07:02.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1351a2e0-2fbd-49a1-bdc1-8b40f620e99b
12:07:02.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac149296-3bd7-4929-9297-d16380e046b1
12:07:02.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf5a5dd-abb7-4fdf-86a6-aecf3edbee58
12:07:02.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=944d2a97-4cbd-4814-b6cc-cbc2814d6952
12:07:02.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5d5b5d2-0159-44f3-b158-9fedffac08f6
12:07:02.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:02.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:02.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:02.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:02.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:02.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:02.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:02.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f222ced6-8068-41df-9aac-c4401590a72f
12:07:02.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3813752d-ff92-40f0-93c8-db98d034f3b3
12:07:03.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1351a2e0-2fbd-49a1-bdc1-8b40f620e99b
12:07:03.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1febfcf4-9469-4505-96c7-d3d8bf6d1d87
12:07:03.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cf5a5dd-abb7-4fdf-86a6-aecf3edbee58
12:07:03.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33118307-16e3-447e-bd2f-2ebade58e129
12:07:03.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd4b5ffd-64f1-4919-b533-3e7b789a6a06
12:07:03.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5d5b5d2-0159-44f3-b158-9fedffac08f6
12:07:03.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639a68bb-becd-451f-8aec-5d06a6f594d6
12:07:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3813752d-ff92-40f0-93c8-db98d034f3b3
12:07:03.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1eff93-c652-4983-a356-052581403171
12:07:03.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1febfcf4-9469-4505-96c7-d3d8bf6d1d87
12:07:03.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63dfad4c-be14-46f4-99bb-95b17c8eb694
12:07:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33118307-16e3-447e-bd2f-2ebade58e129
12:07:03.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c52408d-5329-415c-a561-9d356e415ae0
12:07:03.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6cb776-5a8b-47b0-835f-d07db9fde13d
12:07:03.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd4b5ffd-64f1-4919-b533-3e7b789a6a06
12:07:03.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=639a68bb-becd-451f-8aec-5d06a6f594d6
12:07:03.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f79538-502d-4a69-af30-10ffe6770482
12:07:03.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1eff93-c652-4983-a356-052581403171
12:07:03.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d1c50d8-4a7b-4b9e-a3e1-12e3f0e97f72
12:07:03.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63dfad4c-be14-46f4-99bb-95b17c8eb694
12:07:03.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e877988-405d-4d5b-8826-7befeb561105
12:07:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c52408d-5329-415c-a561-9d356e415ae0
12:07:03.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:03.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:03.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:03.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:03.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7df2c1a8-6958-4d12-a4fd-395576cb8ee6
12:07:03.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf6cb776-5a8b-47b0-835f-d07db9fde13d
12:07:04.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7170454-8b51-4d0d-a84f-95e7657d6c84
12:07:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f79538-502d-4a69-af30-10ffe6770482
12:07:04.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b63046-2d61-474d-a74e-162009333661
12:07:04.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d1c50d8-4a7b-4b9e-a3e1-12e3f0e97f72
12:07:04.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48848f0c-216e-4e46-9588-a50733bc57ce
12:07:04.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e877988-405d-4d5b-8826-7befeb561105
12:07:04.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1455f013-5489-47c3-8793-65e6c1f77f60
12:07:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7df2c1a8-6958-4d12-a4fd-395576cb8ee6
12:07:04.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.367 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd44bb03-075b-4a66-b7e8-4b21424972fd
12:07:04.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7170454-8b51-4d0d-a84f-95e7657d6c84
12:07:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b63046-2d61-474d-a74e-162009333661
12:07:04.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e184ec77-3315-4fa5-b0a8-67025944c640
12:07:04.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48848f0c-216e-4e46-9588-a50733bc57ce
12:07:04.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=809615ad-fc5a-433c-a228-906ad94ff99b
12:07:04.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1455f013-5489-47c3-8793-65e6c1f77f60
12:07:04.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd44bb03-075b-4a66-b7e8-4b21424972fd
12:07:04.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fab30004-3247-4580-bd39-9daaa817d177
12:07:04.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e184ec77-3315-4fa5-b0a8-67025944c640
12:07:04.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f920aeae-57d9-45be-b459-dc811d68ed87
12:07:04.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=809615ad-fc5a-433c-a228-906ad94ff99b
12:07:04.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ec5008a-7a9b-41bd-8113-cb880ac5681a
12:07:04.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fab30004-3247-4580-bd39-9daaa817d177
12:07:04.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:04.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56f8dc3-343c-4d3e-b03a-77e1a5c76cd1
12:07:04.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:04.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:04.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:04.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:04.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f920aeae-57d9-45be-b459-dc811d68ed87
12:07:05.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a6a8e1a-ef61-480c-8476-0a3cff83df3f
12:07:05.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ec5008a-7a9b-41bd-8113-cb880ac5681a
12:07:05.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff2699f-a85e-452f-a69c-a23bee8202bb
12:07:05.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56f8dc3-343c-4d3e-b03a-77e1a5c76cd1
12:07:05.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fa4c102-50af-4950-a11f-ba9b35e7766c
12:07:05.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a6a8e1a-ef61-480c-8476-0a3cff83df3f
12:07:05.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4680c85d-0c94-4958-bc71-a7e1bdbe0060
12:07:05.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff2699f-a85e-452f-a69c-a23bee8202bb
12:07:05.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb613cc2-9b5f-4750-9028-1f88046a47c5
12:07:05.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fa4c102-50af-4950-a11f-ba9b35e7766c
12:07:05.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7392f5ab-03a6-4275-921d-5952ceabd410
12:07:05.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0eb75be-2664-4f7f-bb73-5c3dc15bb98b
12:07:05.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4680c85d-0c94-4958-bc71-a7e1bdbe0060
12:07:05.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ca75a4-cb88-46bd-811b-250b221d656a
12:07:05.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb613cc2-9b5f-4750-9028-1f88046a47c5
12:07:05.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d01903ff-a260-4cee-b98f-92aa903ccae0
12:07:05.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7392f5ab-03a6-4275-921d-5952ceabd410
12:07:05.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0eb75be-2664-4f7f-bb73-5c3dc15bb98b
12:07:05.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326d2609-9743-4b5b-9ac3-6646ea163621
12:07:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ca75a4-cb88-46bd-811b-250b221d656a
12:07:05.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c85de76-544a-4a41-a882-c286213f8d2d
12:07:05.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:05.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:05.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:05.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:05.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:05.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed48cd1-fbce-436a-a410-3d659f39e420
12:07:06.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d01903ff-a260-4cee-b98f-92aa903ccae0
12:07:06.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a52151-b4f0-4480-84c7-a6ec98c56553
12:07:06.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326d2609-9743-4b5b-9ac3-6646ea163621
12:07:06.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129c15e7-5808-435d-8da0-8cf8e38e296e
12:07:06.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c85de76-544a-4a41-a882-c286213f8d2d
12:07:06.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed48cd1-fbce-436a-a410-3d659f39e420
12:07:06.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2c62ed9-ff79-422b-a3ac-6adde8fac37b
12:07:06.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64105c97-56f5-47f4-9dee-5734c2f29da5
12:07:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a52151-b4f0-4480-84c7-a6ec98c56553
12:07:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31619862-e5bd-4eaa-bb05-25e6fa9d9ac7
12:07:06.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129c15e7-5808-435d-8da0-8cf8e38e296e
12:07:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78184de9-64c9-4708-9172-bb307eaba903
12:07:06.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2c62ed9-ff79-422b-a3ac-6adde8fac37b
12:07:06.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a20610-1d9b-4c35-9f9c-286122c467b4
12:07:06.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64105c97-56f5-47f4-9dee-5734c2f29da5
12:07:06.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a08fcc22-7c78-4aea-8672-a3b7441380c2
12:07:06.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31619862-e5bd-4eaa-bb05-25e6fa9d9ac7
12:07:06.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc444f7-9df1-4e97-b107-c85dafb0b9a1
12:07:06.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ace5fb09-3cde-4f73-a7f5-0bf9511f88ec
12:07:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78184de9-64c9-4708-9172-bb307eaba903
12:07:06.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb55d031-3728-49c2-ac41-43af3659b99e
12:07:06.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a20610-1d9b-4c35-9f9c-286122c467b4
12:07:06.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:06.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:06.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:06.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:06.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:06.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:06.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:06.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a357cdd7-bf53-47ab-8eed-230571374a20
12:07:06.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a011fc8-af46-43d8-b209-83aaab135754
12:07:07.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a08fcc22-7c78-4aea-8672-a3b7441380c2
12:07:07.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e67b749-7947-4fe5-8d3e-eb6ccd842645
12:07:07.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcc444f7-9df1-4e97-b107-c85dafb0b9a1
12:07:07.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a93daa2-2292-46ec-8000-a1ad100454cd
12:07:07.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ace5fb09-3cde-4f73-a7f5-0bf9511f88ec
12:07:07.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb55d031-3728-49c2-ac41-43af3659b99e
12:07:07.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366e0848-8eec-458f-9cb1-c9d27c2f98c8
12:07:07.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849643b5-a2af-4bdd-8175-725ec2256b38
12:07:07.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a357cdd7-bf53-47ab-8eed-230571374a20
12:07:07.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9fc2cd9-db9f-4777-9dd4-511c3bc7f9ab
12:07:07.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a011fc8-af46-43d8-b209-83aaab135754
12:07:07.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38908d54-9c42-4039-8b1e-9f9272d62f71
12:07:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e67b749-7947-4fe5-8d3e-eb6ccd842645
12:07:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81a7629a-a040-426d-b7ce-b38405298a28
12:07:07.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a93daa2-2292-46ec-8000-a1ad100454cd
12:07:07.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee0901ca-5568-4dca-826a-9f80074c2fce
12:07:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366e0848-8eec-458f-9cb1-c9d27c2f98c8
12:07:07.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8293ba22-7643-4f82-aae6-3df8f59ad244
12:07:07.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849643b5-a2af-4bdd-8175-725ec2256b38
12:07:07.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:07.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0e459e-b3fe-4557-9675-92a51e8dc823
12:07:07.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:07.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:07.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:07.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9fc2cd9-db9f-4777-9dd4-511c3bc7f9ab
12:07:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0ec7ad-24ba-470c-bf6d-43a2d27ad0b8
12:07:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38908d54-9c42-4039-8b1e-9f9272d62f71
12:07:08.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0428e0-9011-42a3-b73e-ca0cd54531bc
12:07:08.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81a7629a-a040-426d-b7ce-b38405298a28
12:07:08.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0810f782-a6d9-4b97-b4b6-2910694a251c
12:07:08.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee0901ca-5568-4dca-826a-9f80074c2fce
12:07:08.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec6a481-8991-4536-accf-0368a0680d7d
12:07:08.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8293ba22-7643-4f82-aae6-3df8f59ad244
12:07:08.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a248db-aca3-4161-9e61-dc6573f92de6
12:07:08.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d0e459e-b3fe-4557-9675-92a51e8dc823
12:07:08.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b0ec7ad-24ba-470c-bf6d-43a2d27ad0b8
12:07:08.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6becc88b-99ee-4827-a51a-1281bb774921
12:07:08.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95b1304-9e74-45d0-98a4-f3a2b86800d9
12:07:08.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0428e0-9011-42a3-b73e-ca0cd54531bc
12:07:08.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0810f782-a6d9-4b97-b4b6-2910694a251c
12:07:08.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c3f747-11eb-466d-9fe8-0bded7b44399
12:07:08.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec6a481-8991-4536-accf-0368a0680d7d
12:07:08.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329326f5-9cb9-410b-9e12-5a2de801cf30
12:07:08.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a248db-aca3-4161-9e61-dc6573f92de6
12:07:08.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77842a46-6b41-4c31-a948-cef59ed00f7e
12:07:08.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6becc88b-99ee-4827-a51a-1281bb774921
12:07:08.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:08.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:08.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95b1304-9e74-45d0-98a4-f3a2b86800d9
12:07:08.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:08.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:08.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53256a1b-0e7c-491b-99df-0298dc78cfcb
12:07:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52c3f747-11eb-466d-9fe8-0bded7b44399
12:07:09.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fe7e10-04bb-425e-8145-1c0d0182df82
12:07:09.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=329326f5-9cb9-410b-9e12-5a2de801cf30
12:07:09.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80009e9b-2b05-420c-b20f-ba9428620eac
12:07:09.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77842a46-6b41-4c31-a948-cef59ed00f7e
12:07:09.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5e59b2f-281b-4198-8abc-b3db41ebcf1e
12:07:09.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53256a1b-0e7c-491b-99df-0298dc78cfcb
12:07:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee7820a7-1fd6-4829-8a81-cf28122d4198
12:07:09.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74fe7e10-04bb-425e-8145-1c0d0182df82
12:07:09.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ac83d99-ec7c-4b02-a3b7-99c72ef0574b
12:07:09.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80009e9b-2b05-420c-b20f-ba9428620eac
12:07:09.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818ae246-e90a-4b30-9e94-7ae1063ea56d
12:07:09.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5e59b2f-281b-4198-8abc-b3db41ebcf1e
12:07:09.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbedc158-7461-41fc-9430-6adec896f010
12:07:09.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf0f92-37bc-46d5-a8f4-b9e1e53fcbb3
12:07:09.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee7820a7-1fd6-4829-8a81-cf28122d4198
12:07:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ac83d99-ec7c-4b02-a3b7-99c72ef0574b
12:07:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8683ffc4-533b-4b4b-a55c-8b629ef5f356
12:07:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818ae246-e90a-4b30-9e94-7ae1063ea56d
12:07:09.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88716512-efb0-4bbf-847f-379f5a5c41db
12:07:09.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbedc158-7461-41fc-9430-6adec896f010
12:07:09.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:09.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32c99b0-503f-4e28-8fd9-a6fad57bc7c9
12:07:09.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:09.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:09.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:09.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:09.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:09.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6c173a-67c8-41c2-9e8a-9b23a0d9fc3e
12:07:10.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf0f92-37bc-46d5-a8f4-b9e1e53fcbb3
12:07:10.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94190623-fbb3-4d49-9325-80aa8090cbbd
12:07:10.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8683ffc4-533b-4b4b-a55c-8b629ef5f356
12:07:10.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88716512-efb0-4bbf-847f-379f5a5c41db
12:07:10.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.209 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52193845-9257-4c12-b308-588d73776d9c
12:07:10.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32c99b0-503f-4e28-8fd9-a6fad57bc7c9
12:07:10.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c596086-1030-4b07-851b-c7f927222615
12:07:10.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6c173a-67c8-41c2-9e8a-9b23a0d9fc3e
12:07:10.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94190623-fbb3-4d49-9325-80aa8090cbbd
12:07:10.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aef6f4b-f943-4816-bd1a-0da8afafca86
12:07:10.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c2528e-4512-42ea-8f57-9654df4e940c
12:07:10.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52193845-9257-4c12-b308-588d73776d9c
12:07:10.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.545 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f0a15f-827c-4258-b0df-a60c87f0ec0a
12:07:10.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c596086-1030-4b07-851b-c7f927222615
12:07:10.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=768d8d54-d1bb-4fce-9731-29835aa16792
12:07:10.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aef6f4b-f943-4816-bd1a-0da8afafca86
12:07:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72cb978e-e82b-4231-8079-f67bf81bacd9
12:07:10.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcc33af-d7a7-4de1-ad90-de0ac2dee548
12:07:10.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c2528e-4512-42ea-8f57-9654df4e940c
12:07:10.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde5f678-6395-459f-b853-232438cdd23f
12:07:10.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f0a15f-827c-4258-b0df-a60c87f0ec0a
12:07:10.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f91077-7c3b-4b94-8f8d-fc4ade9bc162
12:07:10.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=768d8d54-d1bb-4fce-9731-29835aa16792
12:07:10.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:10.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:10.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:10.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:10.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:10.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f76bdf-4f7b-4447-8b61-69c5b32751e4
12:07:10.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72cb978e-e82b-4231-8079-f67bf81bacd9
12:07:11.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0422480c-4812-42a4-b96d-7eb842befef6
12:07:11.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edcc33af-d7a7-4de1-ad90-de0ac2dee548
12:07:11.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=672a1f39-919b-4c10-9673-369bab72114d
12:07:11.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde5f678-6395-459f-b853-232438cdd23f
12:07:11.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6313a7c8-1969-49d1-ae1b-3ac1122c5032
12:07:11.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81f91077-7c3b-4b94-8f8d-fc4ade9bc162
12:07:11.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad0b6e4-f649-4ac0-b944-f687226549b9
12:07:11.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786fa952-75be-4512-81fa-cb860be0efaf
12:07:11.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f76bdf-4f7b-4447-8b61-69c5b32751e4
12:07:11.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0521fc6b-4296-4a7e-9f83-598ccff628fd
12:07:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0422480c-4812-42a4-b96d-7eb842befef6
12:07:11.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d51235-a80c-460a-aa3a-7aa673ca632e
12:07:11.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=672a1f39-919b-4c10-9673-369bab72114d
12:07:11.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f82e805-7111-4aa9-bfea-fe2b9b0c5f81
12:07:11.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6313a7c8-1969-49d1-ae1b-3ac1122c5032
12:07:11.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=645a569c-c7cf-4fc3-98da-4bd3eb4d9fd5
12:07:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad0b6e4-f649-4ac0-b944-f687226549b9
12:07:11.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2019d82-7f53-46d3-8240-450c0d5a3a0d
12:07:11.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786fa952-75be-4512-81fa-cb860be0efaf
12:07:11.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94673cf9-daa2-415f-a0c5-2b81309f6945
12:07:11.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3abc71f-46e9-47e9-8b34-d581bc6e9794
12:07:11.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:11.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:11.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:11.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0521fc6b-4296-4a7e-9f83-598ccff628fd
12:07:11.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d790aa-fbe0-4152-b51d-bef50389efaa
12:07:12.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d51235-a80c-460a-aa3a-7aa673ca632e
12:07:12.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f071a70f-e810-41c6-af4f-70a66ae70080
12:07:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f82e805-7111-4aa9-bfea-fe2b9b0c5f81
12:07:12.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43c221f5-d5c5-462f-b4af-ce4b6a9c0bc2
12:07:12.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=645a569c-c7cf-4fc3-98da-4bd3eb4d9fd5
12:07:12.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a79bcd21-5160-4618-a7f4-775d1fbedae4
12:07:12.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2019d82-7f53-46d3-8240-450c0d5a3a0d
12:07:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f7c4f2-af31-484d-91a9-33b95ce5d0d7
12:07:12.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=183f939b-ed44-4cd0-8daa-56dbd043daef
12:07:12.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94673cf9-daa2-415f-a0c5-2b81309f6945
12:07:12.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c308b6-330e-4cb0-acc5-257c73b9e409
12:07:12.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3abc71f-46e9-47e9-8b34-d581bc6e9794
12:07:12.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eff7c52-7f14-411f-acbb-7c983f54a895
12:07:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d790aa-fbe0-4152-b51d-bef50389efaa
12:07:12.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556fc3e8-60e5-4484-930e-71997d8dac76
12:07:12.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f071a70f-e810-41c6-af4f-70a66ae70080
12:07:12.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.734 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463c6f7b-3b09-4ee3-b1b3-544fd83a87b3
12:07:12.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9810584-d092-4b94-a140-652e31b34019
12:07:12.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43c221f5-d5c5-462f-b4af-ce4b6a9c0bc2
12:07:12.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484ae5e3-3305-4f75-acce-d96833019583
12:07:12.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a79bcd21-5160-4618-a7f4-775d1fbedae4
12:07:12.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f49c7fc-a368-418b-a5f4-8c7f74cc511e
12:07:12.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:12.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:12.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:12.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:12.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:12.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:12.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79f7c4f2-af31-484d-91a9-33b95ce5d0d7
12:07:12.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=183f939b-ed44-4cd0-8daa-56dbd043daef
12:07:13.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50601e20-7597-4e66-8cf3-abd6b03020c3
12:07:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c308b6-330e-4cb0-acc5-257c73b9e409
12:07:13.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4833a916-8a72-4f76-88cb-4e20c4c13ee3
12:07:13.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eff7c52-7f14-411f-acbb-7c983f54a895
12:07:13.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=541e5efa-7886-40b5-a081-cbc0e8b0839d
12:07:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b12960-0357-4d57-9efc-bea7c8b234dc
12:07:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556fc3e8-60e5-4484-930e-71997d8dac76
12:07:13.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463c6f7b-3b09-4ee3-b1b3-544fd83a87b3
12:07:13.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2985a9fd-d43c-49c7-ae71-b1c90e277930
12:07:13.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9810584-d092-4b94-a140-652e31b34019
12:07:13.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b9d0d3-9120-4668-a57d-c2c7e88a6ce2
12:07:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484ae5e3-3305-4f75-acce-d96833019583
12:07:13.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be59a784-917b-4e99-a01b-4c210eeccbc9
12:07:13.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f49c7fc-a368-418b-a5f4-8c7f74cc511e
12:07:13.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffbe2786-77d8-46b7-b6cf-eeebe4061247
12:07:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168463f0-1cbe-4f1c-8241-65a516904e2d
12:07:13.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50601e20-7597-4e66-8cf3-abd6b03020c3
12:07:13.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edd5c66-cb0a-4fb2-8ba8-bc955c39b5ec
12:07:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4833a916-8a72-4f76-88cb-4e20c4c13ee3
12:07:13.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f7cf04-2b47-4f91-8692-10fceafe8b83
12:07:13.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=541e5efa-7886-40b5-a081-cbc0e8b0839d
12:07:13.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:13.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:13.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:13.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:13.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:13.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:13.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=837b44b8-1755-4727-9526-b4349c4c786f
12:07:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b12960-0357-4d57-9efc-bea7c8b234dc
12:07:14.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8dab94-d2d8-4517-9e48-571568d0df9c
12:07:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2985a9fd-d43c-49c7-ae71-b1c90e277930
12:07:14.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5dd33f9-8da5-4abf-b55b-658f70a25354
12:07:14.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b9d0d3-9120-4668-a57d-c2c7e88a6ce2
12:07:14.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bee02f1-736a-4224-b576-beadf6dcf290
12:07:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be59a784-917b-4e99-a01b-4c210eeccbc9
12:07:14.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffbe2786-77d8-46b7-b6cf-eeebe4061247
12:07:14.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc931d7a-8586-4306-8c95-25c62cd696c8
12:07:14.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168463f0-1cbe-4f1c-8241-65a516904e2d
12:07:14.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff3cd6a-3d75-4ed8-bb09-c3f04a6f56f1
12:07:14.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2edd5c66-cb0a-4fb2-8ba8-bc955c39b5ec
12:07:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a06403b-c490-4a2a-b6be-6cf4d04c02e0
12:07:14.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f7cf04-2b47-4f91-8692-10fceafe8b83
12:07:14.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d1026a-79fd-48d4-93d1-bef25cf5ae41
12:07:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=837b44b8-1755-4727-9526-b4349c4c786f
12:07:14.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5d924e-f4e2-4f7a-8f15-3a622b9bcaa2
12:07:14.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa8dab94-d2d8-4517-9e48-571568d0df9c
12:07:14.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11104d68-a1c9-425d-929e-c39f37da4164
12:07:14.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5dd33f9-8da5-4abf-b55b-658f70a25354
12:07:14.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d291d43-254d-4e12-af2e-b3b3ac3e490c
12:07:14.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:14.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:14.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:14.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:14.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:14.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:14.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:14.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bee02f1-736a-4224-b576-beadf6dcf290
12:07:14.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca362c06-4b4e-4031-b1a2-bddb5bcccf8c
12:07:15.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc931d7a-8586-4306-8c95-25c62cd696c8
12:07:15.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a28a035-76d2-4819-8249-db78310095bd
12:07:15.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fff3cd6a-3d75-4ed8-bb09-c3f04a6f56f1
12:07:15.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d26801c-ad56-44b8-92f8-649237687dd3
12:07:15.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a06403b-c490-4a2a-b6be-6cf4d04c02e0
12:07:15.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2088bbd5-f0b4-4f46-b311-cb080d545e3d
12:07:15.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0d1026a-79fd-48d4-93d1-bef25cf5ae41
12:07:15.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc11c24-f8e6-4065-a417-9378fba029c2
12:07:15.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5d924e-f4e2-4f7a-8f15-3a622b9bcaa2
12:07:15.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e52bd131-9b84-43c5-beab-332297c29784
12:07:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11104d68-a1c9-425d-929e-c39f37da4164
12:07:15.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50a85285-07aa-4526-900f-22094b35d2fa
12:07:15.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d291d43-254d-4e12-af2e-b3b3ac3e490c
12:07:15.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8d2890-7841-4583-9253-e2e67a244468
12:07:15.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca362c06-4b4e-4031-b1a2-bddb5bcccf8c
12:07:15.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bcb31d-ad57-4a81-b077-edd9056c654c
12:07:15.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76e0e294-30fc-4c7f-bd12-ff61319d63de
12:07:15.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a28a035-76d2-4819-8249-db78310095bd
12:07:15.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b367b4c7-c8f7-4756-803a-c3167a945f78
12:07:15.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d26801c-ad56-44b8-92f8-649237687dd3
12:07:15.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f048b1-97e0-4a0b-8e99-f874e43520c9
12:07:15.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2088bbd5-f0b4-4f46-b311-cb080d545e3d
12:07:15.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c802cd2-4f02-4524-a758-36765febef0b
12:07:15.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:15.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc11c24-f8e6-4065-a417-9378fba029c2
12:07:15.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:15.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:15.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:15.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:15.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:15.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:15.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30c45a7-6452-4098-ae98-7ceb7289af72
12:07:16.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e52bd131-9b84-43c5-beab-332297c29784
12:07:16.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d59db98d-6973-435b-bde9-1875922b0e2c
12:07:16.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50a85285-07aa-4526-900f-22094b35d2fa
12:07:16.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b795f88-d86f-4718-95f9-66936f22c734
12:07:16.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8d2890-7841-4583-9253-e2e67a244468
12:07:16.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1550a76c-18d4-49cf-a33f-4f5ca3440bd5
12:07:16.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9bcb31d-ad57-4a81-b077-edd9056c654c
12:07:16.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.329 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c88cb18-5f62-4205-a32a-bb4a7539e698
12:07:16.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76e0e294-30fc-4c7f-bd12-ff61319d63de
12:07:16.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b367b4c7-c8f7-4756-803a-c3167a945f78
12:07:16.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37e39862-8de3-4aa0-b22f-c0830a43d7d8
12:07:16.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2940506-319b-446c-aadd-82703b284817
12:07:16.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86f048b1-97e0-4a0b-8e99-f874e43520c9
12:07:16.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c802cd2-4f02-4524-a758-36765febef0b
12:07:16.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b696634-9ced-44d1-84d7-818106e12726
12:07:16.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d07db26-f139-4cf4-a141-c3a7187eb2c7
12:07:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30c45a7-6452-4098-ae98-7ceb7289af72
12:07:16.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6017a22-972c-41b0-8d09-b2ef8b8f8a25
12:07:16.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d59db98d-6973-435b-bde9-1875922b0e2c
12:07:16.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2615cb52-1ca2-4b58-8cea-e1b1101b5734
12:07:16.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:16.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b795f88-d86f-4718-95f9-66936f22c734
12:07:16.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:16.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:16.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:16.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:16.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:16.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:16.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.006 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55c7c20-916d-48fe-8103-60cb6318025d
12:07:17.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1550a76c-18d4-49cf-a33f-4f5ca3440bd5
12:07:17.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b63643d3-40f2-4445-9873-a16a3681fe0f
12:07:17.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c88cb18-5f62-4205-a32a-bb4a7539e698
12:07:17.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37e39862-8de3-4aa0-b22f-c0830a43d7d8
12:07:17.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa234f9a-e9d2-455d-8a67-aac9534dfc91
12:07:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b5b2a2-998f-4a5f-b974-3b36e4a5cc5b
12:07:17.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2940506-319b-446c-aadd-82703b284817
12:07:17.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.315 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78df2959-30e6-4bf2-bc23-5833a5513931
12:07:17.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b696634-9ced-44d1-84d7-818106e12726
12:07:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97047e90-5fa6-4b1f-bc51-d62b82313675
12:07:17.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a478992-758d-4dd0-a730-969e31450224
12:07:17.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d07db26-f139-4cf4-a141-c3a7187eb2c7
12:07:17.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6017a22-972c-41b0-8d09-b2ef8b8f8a25
12:07:17.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b236bcb9-ce57-40b7-8896-2d7fd08a1c37
12:07:17.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2615cb52-1ca2-4b58-8cea-e1b1101b5734
12:07:17.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8383257-8f59-4ab7-9dcf-06f6cc07a8e6
12:07:17.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b55c7c20-916d-48fe-8103-60cb6318025d
12:07:17.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e443c40-dea6-4058-841a-35fd95c3743d
12:07:17.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b63643d3-40f2-4445-9873-a16a3681fe0f
12:07:17.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4165791c-de0b-4b63-8657-46bab9c12788
12:07:17.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa234f9a-e9d2-455d-8a67-aac9534dfc91
12:07:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44d6e8b-dfc1-4099-adda-bf47130e954d
12:07:17.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b5b2a2-998f-4a5f-b974-3b36e4a5cc5b
12:07:17.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:17.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb52bedf-e636-4dc9-be39-b998142f6b0e
12:07:17.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:17.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:17.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:17.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:17.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:17.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:17.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78df2959-30e6-4bf2-bc23-5833a5513931
12:07:18.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74b1f722-a915-4cd6-b12f-860a3a23f14b
12:07:18.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97047e90-5fa6-4b1f-bc51-d62b82313675
12:07:18.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b637bf06-a781-4f17-8b54-692d4f1c3fef
12:07:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a478992-758d-4dd0-a730-969e31450224
12:07:18.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.190 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d48444-61e5-4401-84cd-496066ff492f
12:07:18.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b236bcb9-ce57-40b7-8896-2d7fd08a1c37
12:07:18.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcf6ed3-7d35-4a16-8c88-095737197d2c
12:07:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8383257-8f59-4ab7-9dcf-06f6cc07a8e6
12:07:18.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763e9ddf-2155-4fa1-9ec1-eb217b53c174
12:07:18.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d550fd-602e-4352-861b-432fccbadb69
12:07:18.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e443c40-dea6-4058-841a-35fd95c3743d
12:07:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=906da710-96b0-4733-9432-81a9e3e1bf05
12:07:18.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4165791c-de0b-4b63-8657-46bab9c12788
12:07:18.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fa08758-b023-4951-9482-614110214ca9
12:07:18.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44d6e8b-dfc1-4099-adda-bf47130e954d
12:07:18.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb52bedf-e636-4dc9-be39-b998142f6b0e
12:07:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc434ac0-912a-4bfd-9a56-b1dee259f08d
12:07:18.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74b1f722-a915-4cd6-b12f-860a3a23f14b
12:07:18.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb7a387-b7ac-4d9b-b331-29afe7b94d66
12:07:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=531fb441-fab8-4419-a4be-19ede1d5501a
12:07:18.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b637bf06-a781-4f17-8b54-692d4f1c3fef
12:07:18.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f7b7387-59ea-4140-90e1-e66c42d377d6
12:07:18.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d48444-61e5-4401-84cd-496066ff492f
12:07:18.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:18.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:18.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:18.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:18.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:18.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:18.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:18.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb43a20c-f438-4e9a-97de-ea2e7d004a19
12:07:18.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfc39e15-d6fd-4711-9c32-57e6a8919db0
12:07:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcf6ed3-7d35-4a16-8c88-095737197d2c
12:07:19.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a054e6-2aac-462b-b865-5d04bd65b49b
12:07:19.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=763e9ddf-2155-4fa1-9ec1-eb217b53c174
12:07:19.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c23de483-b85c-4a54-9479-b916a804f998
12:07:19.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d550fd-602e-4352-861b-432fccbadb69
12:07:19.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc8d07e8-1a32-4348-9bbd-c9cd256b5423
12:07:19.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=906da710-96b0-4733-9432-81a9e3e1bf05
12:07:19.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f2bb6c-dc90-4953-9757-6cfb9e3a1f54
12:07:19.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fa08758-b023-4951-9482-614110214ca9
12:07:19.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d88d78e-4cd7-4235-9755-7c184e638b42
12:07:19.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc434ac0-912a-4bfd-9a56-b1dee259f08d
12:07:19.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a5d320-0c2e-415b-9a19-6b17a8b849d4
12:07:19.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bb7a387-b7ac-4d9b-b331-29afe7b94d66
12:07:19.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc43490-a263-4f61-9a1e-c7372c4b418b
12:07:19.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=531fb441-fab8-4419-a4be-19ede1d5501a
12:07:19.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f4498b-d561-4095-afe7-271dfe28ef28
12:07:19.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f7b7387-59ea-4140-90e1-e66c42d377d6
12:07:19.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c5a048-68d3-4d72-b129-79f3b90b078e
12:07:19.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=488bbfba-53f1-438e-8796-18d9d7caef77
12:07:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:19.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb43a20c-f438-4e9a-97de-ea2e7d004a19
12:07:19.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:19.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:19.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:19.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:19.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:19.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:19.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=629eba8d-b5b7-44cd-a44e-07b86481dd2c
12:07:20.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfc39e15-d6fd-4711-9c32-57e6a8919db0
12:07:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03a054e6-2aac-462b-b865-5d04bd65b49b
12:07:20.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825064a0-838b-40f3-911e-c02654991116
12:07:20.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59e387-054b-4817-bece-a4294fd9d6bb
12:07:20.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c23de483-b85c-4a54-9479-b916a804f998
12:07:20.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227cba6a-7de9-4282-8cff-4adfa8e76829
12:07:20.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc8d07e8-1a32-4348-9bbd-c9cd256b5423
12:07:20.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=321d23f3-dd63-44ef-b4ae-0c058243361b
12:07:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95f2bb6c-dc90-4953-9757-6cfb9e3a1f54
12:07:20.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55f241ca-8c8e-436e-af83-2601fa76e219
12:07:20.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d88d78e-4cd7-4235-9755-7c184e638b42
12:07:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be77ff67-11da-4b79-98ec-f8f07e3f88f0
12:07:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65a5d320-0c2e-415b-9a19-6b17a8b849d4
12:07:20.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b5e9060-880e-473b-a39a-c72679dc6ec6
12:07:20.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc43490-a263-4f61-9a1e-c7372c4b418b
12:07:20.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4bafc89-c705-4bd4-b37e-dfadc41f0674
12:07:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f4498b-d561-4095-afe7-271dfe28ef28
12:07:20.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc76aa1-56c8-4f18-b4b7-8e89a6328d09
12:07:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65c5a048-68d3-4d72-b129-79f3b90b078e
12:07:20.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:20.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:20.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28135be5-7896-49da-94ea-a8e040ff2b6b
12:07:20.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:20.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:20.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:20.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:20.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:20.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=488bbfba-53f1-438e-8796-18d9d7caef77
12:07:20.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=629eba8d-b5b7-44cd-a44e-07b86481dd2c
12:07:21.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d30b1d52-67ca-4c13-80fe-4e2cd88eabc1
12:07:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=825064a0-838b-40f3-911e-c02654991116
12:07:21.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba0c97c-d397-43af-9209-1264f61ec368
12:07:21.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd59e387-054b-4817-bece-a4294fd9d6bb
12:07:21.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5a78b0-be52-43d8-909b-850d4379c2a3
12:07:21.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=227cba6a-7de9-4282-8cff-4adfa8e76829
12:07:21.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93296b80-a3f9-4e2a-8881-ee1325fb15e4
12:07:21.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=321d23f3-dd63-44ef-b4ae-0c058243361b
12:07:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39543c77-c42f-4a6f-9afa-c0effda7cf2a
12:07:21.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55f241ca-8c8e-436e-af83-2601fa76e219
12:07:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be77ff67-11da-4b79-98ec-f8f07e3f88f0
12:07:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4729496d-635d-4cb0-a45f-917deae37ef8
12:07:21.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b5e9060-880e-473b-a39a-c72679dc6ec6
12:07:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b77712-757e-461c-9c41-ed1c493b7513
12:07:21.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4bafc89-c705-4bd4-b37e-dfadc41f0674
12:07:21.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=225cd9b7-222b-432f-b578-53b5b06838a4
12:07:21.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc76aa1-56c8-4f18-b4b7-8e89a6328d09
12:07:21.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28135be5-7896-49da-94ea-a8e040ff2b6b
12:07:21.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584439be-e401-4a85-942b-4ab7ddd7eb6e
12:07:21.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:21.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:21.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d30b1d52-67ca-4c13-80fe-4e2cd88eabc1
12:07:21.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:21.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:21.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:21.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:21.957 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:21.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dbc577-1a61-40e6-b70b-9449fc8ca896
12:07:21.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba0c97c-d397-43af-9209-1264f61ec368
12:07:22.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b97b1a-5332-4f55-81f9-e1b4309cc07d
12:07:22.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.116 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d173f69c-2370-44c5-b08b-ad943daed063
12:07:22.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5a78b0-be52-43d8-909b-850d4379c2a3
12:07:22.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad91332-0d5d-4300-9341-9dd3db84ecca
12:07:22.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93296b80-a3f9-4e2a-8881-ee1325fb15e4
12:07:22.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3e46079-f13a-401d-80f2-df520ba60b8c
12:07:22.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39543c77-c42f-4a6f-9afa-c0effda7cf2a
12:07:22.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f65d8f8-5598-4f00-b8b5-616aa9fb003d
12:07:22.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4729496d-635d-4cb0-a45f-917deae37ef8
12:07:22.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88457531-571f-480d-a8a4-584518e359df
12:07:22.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b77712-757e-461c-9c41-ed1c493b7513
12:07:22.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16788aa6-f612-4b66-b36f-93a87193b24f
12:07:22.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=225cd9b7-222b-432f-b578-53b5b06838a4
12:07:22.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa9b24fd-86a6-4a20-b152-2e955c9cdae5
12:07:22.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=584439be-e401-4a85-942b-4ab7ddd7eb6e
12:07:22.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479ef48d-55a3-4be9-9c8e-fca65bd13985
12:07:22.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dbc577-1a61-40e6-b70b-9449fc8ca896
12:07:22.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75278e4-5eab-4e8f-8b79-75ab00b73e87
12:07:22.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b97b1a-5332-4f55-81f9-e1b4309cc07d
12:07:22.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b58cff1-8023-430d-aa76-f99e826ca5a2
12:07:22.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:22.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:22.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:22.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:22.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d173f69c-2370-44c5-b08b-ad943daed063
12:07:22.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:22.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:22.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b471d58-3c3a-4bb6-9afc-f9b4bcaf42e7
12:07:23.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17aedf93-0074-42ad-9b83-112f6bb063f4
12:07:23.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad91332-0d5d-4300-9341-9dd3db84ecca
12:07:23.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e2f87ed-8ac4-4cdd-8ba2-eddbcb833778
12:07:23.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3e46079-f13a-401d-80f2-df520ba60b8c
12:07:23.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef50489c-aefd-4945-bde0-5ffab5901d12
12:07:23.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f65d8f8-5598-4f00-b8b5-616aa9fb003d
12:07:23.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acea7542-7f37-4f8c-bea5-c28c375ee381
12:07:23.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88457531-571f-480d-a8a4-584518e359df
12:07:23.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16788aa6-f612-4b66-b36f-93a87193b24f
12:07:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4af777c-99a0-44d5-9afa-cd91a907bd08
12:07:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa9b24fd-86a6-4a20-b152-2e955c9cdae5
12:07:23.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b54dc821-94d8-4a5f-9cec-4b6084997abf
12:07:23.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479ef48d-55a3-4be9-9c8e-fca65bd13985
12:07:23.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f106291-69e4-416d-8a50-e4383edd19c5
12:07:23.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f75278e4-5eab-4e8f-8b79-75ab00b73e87
12:07:23.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9770a7-4e7b-4409-a8dc-6c222961662a
12:07:23.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b58cff1-8023-430d-aa76-f99e826ca5a2
12:07:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b729c7e3-c224-430f-8b95-8e823d6e5aa7
12:07:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b471d58-3c3a-4bb6-9afc-f9b4bcaf42e7
12:07:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.837 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8b76f2f-0f21-42a7-a2e8-99e2579bb550
12:07:23.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17aedf93-0074-42ad-9b83-112f6bb063f4
12:07:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4855c514-5cd0-41d9-9feb-a633780c4357
12:07:23.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:23.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:23.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d3b15e1-8fe7-4327-923f-7f6ea991390e
12:07:23.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:23.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:23.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:23.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:23.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e2f87ed-8ac4-4cdd-8ba2-eddbcb833778
12:07:23.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef50489c-aefd-4945-bde0-5ffab5901d12
12:07:24.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df01c62e-7604-4483-8972-97ae3e6ba56b
12:07:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acea7542-7f37-4f8c-bea5-c28c375ee381
12:07:24.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6f6a35-a334-4e78-9d31-073fcfac2d18
12:07:24.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d2fe901-342b-4697-b119-e30a6fbeba37
12:07:24.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4af777c-99a0-44d5-9afa-cd91a907bd08
12:07:24.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94ee38be-ed66-4d2a-b396-873f068cf949
12:07:24.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b54dc821-94d8-4a5f-9cec-4b6084997abf
12:07:24.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2e2bd60-77e3-4cad-8f43-d9dd59e2a39b
12:07:24.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f106291-69e4-416d-8a50-e4383edd19c5
12:07:24.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b28c77f-c4b3-4006-9594-4d286679bce9
12:07:24.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf6b57-47a2-44de-8e6d-7f80317f9baa
12:07:24.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9770a7-4e7b-4409-a8dc-6c222961662a
12:07:24.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1683c8-00a6-412e-ac9c-11d152fa4035
12:07:24.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b729c7e3-c224-430f-8b95-8e823d6e5aa7
12:07:24.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e518c0-17b6-4208-9a74-2ca34cd9aeb2
12:07:24.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8b76f2f-0f21-42a7-a2e8-99e2579bb550
12:07:24.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16651f98-a950-473b-8b04-cfe7e463bc78
12:07:24.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4855c514-5cd0-41d9-9feb-a633780c4357
12:07:24.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102a63b5-8c0e-4122-a764-cc5196638fc4
12:07:24.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:24.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:24.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efa69227-7c42-4952-a0dc-d0f02f2a8d43
12:07:24.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:24.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:24.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:24.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:24.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d3b15e1-8fe7-4327-923f-7f6ea991390e
12:07:24.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df01c62e-7604-4483-8972-97ae3e6ba56b
12:07:25.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=521d8d45-2666-444c-a9b1-328f64ff6187
12:07:25.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6f6a35-a334-4e78-9d31-073fcfac2d18
12:07:25.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303799f9-a87c-4925-80b1-f441828b0003
12:07:25.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d2fe901-342b-4697-b119-e30a6fbeba37
12:07:25.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=376ec0ad-99b4-4ff5-8a5e-858a05bc0c57
12:07:25.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94ee38be-ed66-4d2a-b396-873f068cf949
12:07:25.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2e2bd60-77e3-4cad-8f43-d9dd59e2a39b
12:07:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9ed8d4-2fb1-43f4-b46e-e3ce6a9219e9
12:07:25.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f1c543-a9fa-4f78-9058-4e6496732815
12:07:25.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b28c77f-c4b3-4006-9594-4d286679bce9
12:07:25.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.561 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2f3adf5-ab57-4cf4-be7d-d893b4669507
12:07:25.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02cf6b57-47a2-44de-8e6d-7f80317f9baa
12:07:25.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f1683c8-00a6-412e-ac9c-11d152fa4035
12:07:25.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6e74b7-5ba3-441b-a983-0582ad3e1e2d
12:07:25.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e518c0-17b6-4208-9a74-2ca34cd9aeb2
12:07:25.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a08c5dc-42b5-478e-9e6f-a37dcb39f387
12:07:25.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16651f98-a950-473b-8b04-cfe7e463bc78
12:07:25.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4012ddd-2e74-4204-9ee8-1e18bb2eb080
12:07:25.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102a63b5-8c0e-4122-a764-cc5196638fc4
12:07:25.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85405b5b-df50-4aec-96e6-fb708841a00d
12:07:25.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:25.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:25.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:25.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:25.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:25.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:25.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efa69227-7c42-4952-a0dc-d0f02f2a8d43
12:07:25.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02d0bc9e-54af-4cbb-bec6-69761b0a1c12
12:07:26.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=521d8d45-2666-444c-a9b1-328f64ff6187
12:07:26.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d93a8fd8-e19f-4551-bb4a-a3ef3ba3255d
12:07:26.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303799f9-a87c-4925-80b1-f441828b0003
12:07:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73afa5c1-54f2-444c-b44c-50b2823353a0
12:07:26.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=376ec0ad-99b4-4ff5-8a5e-858a05bc0c57
12:07:26.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b73f0678-30be-4f1f-b54e-072f8847ce94
12:07:26.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9ed8d4-2fb1-43f4-b46e-e3ce6a9219e9
12:07:26.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99eab1dd-6300-4d8c-98b9-05510ef0fa20
12:07:26.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3f1c543-a9fa-4f78-9058-4e6496732815
12:07:26.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2f3adf5-ab57-4cf4-be7d-d893b4669507
12:07:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4825e106-346d-48ba-a103-2b71ac45aa24
12:07:26.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6e74b7-5ba3-441b-a983-0582ad3e1e2d
12:07:26.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eace4e0-580b-4a30-846c-0a2b69fa60ff
12:07:26.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a08c5dc-42b5-478e-9e6f-a37dcb39f387
12:07:26.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812432c4-0df9-40e2-88ef-ea13b8fe6e49
12:07:26.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4012ddd-2e74-4204-9ee8-1e18bb2eb080
12:07:26.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3809572-4f83-4a66-8e63-4d9cadc35626
12:07:26.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85405b5b-df50-4aec-96e6-fb708841a00d
12:07:26.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=661e7df0-9d4d-4e69-a939-f843f0f50f7b
12:07:26.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02d0bc9e-54af-4cbb-bec6-69761b0a1c12
12:07:26.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.855 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed932dd1-db2a-4d82-8e9e-426af8340f53
12:07:26.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d93a8fd8-e19f-4551-bb4a-a3ef3ba3255d
12:07:26.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73afa5c1-54f2-444c-b44c-50b2823353a0
12:07:26.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:26.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:26.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:26.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:26.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:26.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:26.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:26.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d746a5d-b1e2-4e0d-8b5d-c6c467844bbd
12:07:26.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b73f0678-30be-4f1f-b54e-072f8847ce94
12:07:27.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288c9ac0-5afc-4940-bc77-9e8a453b5709
12:07:27.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99eab1dd-6300-4d8c-98b9-05510ef0fa20
12:07:27.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8e289f9-714e-4fdf-941b-587409a0f0dc
12:07:27.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6836caa1-7b5d-4c27-91a4-16c613ef5dc2
12:07:27.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4825e106-346d-48ba-a103-2b71ac45aa24
12:07:27.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7848c3-06f7-4fe5-a91c-d65450b21cf6
12:07:27.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eace4e0-580b-4a30-846c-0a2b69fa60ff
12:07:27.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c78aa4-3bee-4ddb-beed-a55234fad202
12:07:27.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812432c4-0df9-40e2-88ef-ea13b8fe6e49
12:07:27.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31d492-78e7-47f1-b96f-a871a45dc796
12:07:27.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3809572-4f83-4a66-8e63-4d9cadc35626
12:07:27.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c3c8a2e-204c-4105-a723-2527b9c88d09
12:07:27.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46691f96-4b30-4b6b-aba4-513024c2a3fc
12:07:27.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=661e7df0-9d4d-4e69-a939-f843f0f50f7b
12:07:27.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be28314-9a7b-4c08-893f-c51ab9793159
12:07:27.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed932dd1-db2a-4d82-8e9e-426af8340f53
12:07:27.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07914607-01f5-4f58-9ef9-e565b4f821dc
12:07:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d746a5d-b1e2-4e0d-8b5d-c6c467844bbd
12:07:27.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fa55d9-0ed8-4769-801e-276f1cd63416
12:07:27.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:27.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=288c9ac0-5afc-4940-bc77-9e8a453b5709
12:07:27.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:27.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:27.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:27.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:27.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70dd85fb-82a0-457a-b96d-5813aec81bf9
12:07:28.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8e289f9-714e-4fdf-941b-587409a0f0dc
12:07:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68b5617b-eac6-4fb3-93fa-e4cc7e195be6
12:07:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6836caa1-7b5d-4c27-91a4-16c613ef5dc2
12:07:28.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68949c4-315a-497f-86f0-9d4a7422a3f1
12:07:28.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7848c3-06f7-4fe5-a91c-d65450b21cf6
12:07:28.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.301 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0190d1e8-69d4-4d08-83c8-b83bcefe5447
12:07:28.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c78aa4-3bee-4ddb-beed-a55234fad202
12:07:28.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31d492-78e7-47f1-b96f-a871a45dc796
12:07:28.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5939b7-74a8-4375-af6e-c9a3705113a1
12:07:28.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c3c8a2e-204c-4105-a723-2527b9c88d09
12:07:28.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913eec2f-505a-4298-9d5d-4bd98e628f14
12:07:28.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46691f96-4b30-4b6b-aba4-513024c2a3fc
12:07:28.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9be28314-9a7b-4c08-893f-c51ab9793159
12:07:28.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0df27f6-cac5-4ca0-9a12-ab47f6b193da
12:07:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07914607-01f5-4f58-9ef9-e565b4f821dc
12:07:28.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d1796b8-0e01-4306-9fd7-cd4ee43e13b1
12:07:28.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8fa55d9-0ed8-4769-801e-276f1cd63416
12:07:28.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d64fe4e6-83b4-4789-8416-5d49e3b8b345
12:07:28.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae60fc8-f573-42f4-b4f9-274b78f35124
12:07:28.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:28.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:28.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:28.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:28.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:28.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:28.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70dd85fb-82a0-457a-b96d-5813aec81bf9
12:07:28.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68b5617b-eac6-4fb3-93fa-e4cc7e195be6
12:07:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a80c636b-2607-40dc-b1fb-82da818355d4
12:07:29.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68949c4-315a-497f-86f0-9d4a7422a3f1
12:07:29.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0190d1e8-69d4-4d08-83c8-b83bcefe5447
12:07:29.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7569e1-77ab-43d0-93f3-536857baf2d1
12:07:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7965e168-3ffa-485e-bf89-8532c408bd11
12:07:29.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df5939b7-74a8-4375-af6e-c9a3705113a1
12:07:29.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba6f159f-4e83-4bea-8d3c-be292069b160
12:07:29.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=913eec2f-505a-4298-9d5d-4bd98e628f14
12:07:29.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b42c5ff-5097-454b-9b80-1985d4dbfd12
12:07:29.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0df27f6-cac5-4ca0-9a12-ab47f6b193da
12:07:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcc809d-56de-4930-99e5-d80a16f66895
12:07:29.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d1796b8-0e01-4306-9fd7-cd4ee43e13b1
12:07:29.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.574 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e63edc25-d56c-476f-a9bd-ddf483a76be6
12:07:29.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72dd3ab0-5c90-4013-8533-d41562181230
12:07:29.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d64fe4e6-83b4-4789-8416-5d49e3b8b345
12:07:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abc7d04b-08db-45c9-b068-b5b57c638a0f
12:07:29.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae60fc8-f573-42f4-b4f9-274b78f35124
12:07:29.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=718aab3d-ec5b-416e-892c-4b8ac961466d
12:07:29.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a80c636b-2607-40dc-b1fb-82da818355d4
12:07:29.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04feaded-f450-41cc-a11d-8ae483ed2de2
12:07:29.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db7569e1-77ab-43d0-93f3-536857baf2d1
12:07:29.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:29.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:29.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:29.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:29.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:29.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:29.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7c41c5a-d269-4163-b0ef-c1382565ed6d
12:07:29.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7965e168-3ffa-485e-bf89-8532c408bd11
12:07:30.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba6f159f-4e83-4bea-8d3c-be292069b160
12:07:30.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a548b33-d533-4125-b0f1-460fcbad0ac7
12:07:30.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b42c5ff-5097-454b-9b80-1985d4dbfd12
12:07:30.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088dcf53-3dbe-40d9-bf7e-f3253f2b6a04
12:07:30.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bcc809d-56de-4930-99e5-d80a16f66895
12:07:30.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd9834d-42a1-4970-9de9-4c93ec43089e
12:07:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e63edc25-d56c-476f-a9bd-ddf483a76be6
12:07:30.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1a67416-aa44-4885-9731-fd95656c73cf
12:07:30.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72dd3ab0-5c90-4013-8533-d41562181230
12:07:30.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d9ba35-d5fc-4661-a139-679ae17fef36
12:07:30.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abc7d04b-08db-45c9-b068-b5b57c638a0f
12:07:30.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee29dfe-0e4d-4f3e-b3ca-d3f136927ebe
12:07:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=718aab3d-ec5b-416e-892c-4b8ac961466d
12:07:30.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=419a01f3-63c9-467e-945d-e0c4c1422aa9
12:07:30.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04feaded-f450-41cc-a11d-8ae483ed2de2
12:07:30.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7621b4b8-be47-4510-a32a-950ef2966c8a
12:07:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bafdfac6-8213-43f1-9a94-836e2093947b
12:07:30.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7c41c5a-d269-4163-b0ef-c1382565ed6d
12:07:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a548b33-d533-4125-b0f1-460fcbad0ac7
12:07:30.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2491a40c-5611-4cdb-aebf-6579bb63c32d
12:07:30.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:30.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:30.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:30.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:30.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:30.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=088dcf53-3dbe-40d9-bf7e-f3253f2b6a04
12:07:30.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43d9b28-26e4-4abc-bf14-56002ec0ed9b
12:07:31.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd9834d-42a1-4970-9de9-4c93ec43089e
12:07:31.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d11fc6d2-809e-4664-804e-c57456975bb3
12:07:31.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ce53c4-31a4-485e-bfd1-b20073240553
12:07:31.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1a67416-aa44-4885-9731-fd95656c73cf
12:07:31.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b826b0-f418-49e7-8bf2-6269fb8bacfe
12:07:31.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b6c7cf-efb7-49d8-9997-dcc5b2464041
12:07:31.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d9ba35-d5fc-4661-a139-679ae17fef36
12:07:31.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee29dfe-0e4d-4f3e-b3ca-d3f136927ebe
12:07:31.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=415b3d4e-bb5d-4d53-9c3c-5203191f306a
12:07:31.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=419a01f3-63c9-467e-945d-e0c4c1422aa9
12:07:31.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d6c4eb-b51b-4d79-982a-c87c93e83d5a
12:07:31.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7621b4b8-be47-4510-a32a-950ef2966c8a
12:07:31.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d895602-b229-42bd-bec7-6fe9f9d68573
12:07:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bafdfac6-8213-43f1-9a94-836e2093947b
12:07:31.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=923896de-2673-4d32-be63-f08b5efa72e0
12:07:31.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2491a40c-5611-4cdb-aebf-6579bb63c32d
12:07:31.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d96047-5159-42be-8706-5d4a56f01669
12:07:31.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43d9b28-26e4-4abc-bf14-56002ec0ed9b
12:07:31.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9591fca0-9155-4b7d-89ad-6b97188c29f7
12:07:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d11fc6d2-809e-4664-804e-c57456975bb3
12:07:31.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb1d6a-ea8c-4117-a099-5ca814187304
12:07:31.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ce53c4-31a4-485e-bfd1-b20073240553
12:07:31.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:31.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:31.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:31.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:31.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:31.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0047a58-661d-4c25-8e9d-53d9b1831d95
12:07:31.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6b826b0-f418-49e7-8bf2-6269fb8bacfe
12:07:32.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.044 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bf3955-e1db-45cc-bcab-d3127a85d686
12:07:32.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b6c7cf-efb7-49d8-9997-dcc5b2464041
12:07:32.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=415b3d4e-bb5d-4d53-9c3c-5203191f306a
12:07:32.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446c5a58-6827-4248-8ce5-090053ddd5ca
12:07:32.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d6c4eb-b51b-4d79-982a-c87c93e83d5a
12:07:32.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b58e8fc-34f8-4d77-bccb-7fec372c28d7
12:07:32.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d895602-b229-42bd-bec7-6fe9f9d68573
12:07:32.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.399 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7294aa96-2f2f-45b3-a798-2f6b5ee19639
12:07:32.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c39fb78-5e2d-4702-a04f-5dbcb62af40d
12:07:32.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=923896de-2673-4d32-be63-f08b5efa72e0
12:07:32.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8273ddc-8f92-4538-a7f7-177d29819ac6
12:07:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2d96047-5159-42be-8706-5d4a56f01669
12:07:32.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5141f911-da39-49a1-8e5b-26822e32a9b0
12:07:32.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9591fca0-9155-4b7d-89ad-6b97188c29f7
12:07:32.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d66d6e-791a-4383-a280-49c8ee6678fd
12:07:32.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8eb1d6a-ea8c-4117-a099-5ca814187304
12:07:32.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61b00e89-d739-409e-9d6c-b0740b239c2e
12:07:32.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0047a58-661d-4c25-8e9d-53d9b1831d95
12:07:32.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:32.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:32.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:32.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:32.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:32.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96fbd0e7-6247-4dc6-8bc9-3aa95aa9ad09
12:07:32.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bf3955-e1db-45cc-bcab-d3127a85d686
12:07:33.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb33e99-83f4-4681-83e6-a88ba39461ec
12:07:33.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446c5a58-6827-4248-8ce5-090053ddd5ca
12:07:33.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99bff79a-82f7-4eb9-9757-99e8b16a287d
12:07:33.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b58e8fc-34f8-4d77-bccb-7fec372c28d7
12:07:33.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2996c341-8451-4daf-9db3-1b92724f42fb
12:07:33.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7294aa96-2f2f-45b3-a798-2f6b5ee19639
12:07:33.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.344 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b629f496-8139-43b2-904a-86f2aa62a18f
12:07:33.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c39fb78-5e2d-4702-a04f-5dbcb62af40d
12:07:33.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8273ddc-8f92-4538-a7f7-177d29819ac6
12:07:33.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac22f63d-f115-4266-bd57-363a59ca1620
12:07:33.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5141f911-da39-49a1-8e5b-26822e32a9b0
12:07:33.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=628e09d2-af31-49f3-9691-17910d53ac77
12:07:33.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d66d6e-791a-4383-a280-49c8ee6678fd
12:07:33.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=876d9383-fcb4-413d-971e-503f09e50593
12:07:33.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61b00e89-d739-409e-9d6c-b0740b239c2e
12:07:33.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96fbd0e7-6247-4dc6-8bc9-3aa95aa9ad09
12:07:33.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f889aa15-3e8e-498a-878c-1c0841b5117b
12:07:33.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cb33e99-83f4-4681-83e6-a88ba39461ec
12:07:33.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27c26db-0309-4b94-aaee-f2e591309603
12:07:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:33.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:33.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:33.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:33.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99bff79a-82f7-4eb9-9757-99e8b16a287d
12:07:33.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:33.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:33.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:33.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baaac16b-614c-471a-a217-15cb356ad28e
12:07:34.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f84d4100-9694-4385-9806-2afdfac6fbdf
12:07:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2996c341-8451-4daf-9db3-1b92724f42fb
12:07:34.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=216a5571-967f-4b6f-b426-72d53b171cde
12:07:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b629f496-8139-43b2-904a-86f2aa62a18f
12:07:34.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77fb64b7-f150-44e3-946a-992c03a950a5
12:07:34.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac22f63d-f115-4266-bd57-363a59ca1620
12:07:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64300581-36a0-4757-80b3-08dc4178ba35
12:07:34.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=628e09d2-af31-49f3-9691-17910d53ac77
12:07:34.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=876d9383-fcb4-413d-971e-503f09e50593
12:07:34.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec6d134-852d-4159-a328-b258f11c1336
12:07:34.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f889aa15-3e8e-498a-878c-1c0841b5117b
12:07:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7089287-06e5-4014-a7ca-4a6587a2e485
12:07:34.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64b5afd-36b6-48e5-a3d7-3e1ffcce055d
12:07:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27c26db-0309-4b94-aaee-f2e591309603
12:07:34.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baaac16b-614c-471a-a217-15cb356ad28e
12:07:34.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9df440-2b65-446f-b4de-9f922f6ea53e
12:07:34.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f84d4100-9694-4385-9806-2afdfac6fbdf
12:07:34.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd8e6db-c750-4d84-8a43-ba23d9b39799
12:07:34.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:34.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:34.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30f4f31f-af34-4dca-aad0-a091e2ca3bb6
12:07:34.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:34.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=216a5571-967f-4b6f-b426-72d53b171cde
12:07:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43083b1-4170-4e8f-80e9-76d3bc959f8f
12:07:35.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77fb64b7-f150-44e3-946a-992c03a950a5
12:07:35.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e34b71ce-20b7-4d4e-81ae-28b37a5415f1
12:07:35.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64300581-36a0-4757-80b3-08dc4178ba35
12:07:35.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9732152-6d07-4c76-9c5e-fa7f990bd717
12:07:35.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec6d134-852d-4159-a328-b258f11c1336
12:07:35.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643da4e3-bff4-4377-997c-8f7577bb656a
12:07:35.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7089287-06e5-4014-a7ca-4a6587a2e485
12:07:35.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e14d8c85-4f9a-4d5a-a6ef-5d2df78f8aa8
12:07:35.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a64b5afd-36b6-48e5-a3d7-3e1ffcce055d
12:07:35.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b89098c-e11d-498a-a5d4-14e8ecfd0fdb
12:07:35.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb9df440-2b65-446f-b4de-9f922f6ea53e
12:07:35.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d3f897-3ec6-40df-8abe-f58a01e840a2
12:07:35.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7445d411-458c-440b-bc00-40fea4a3bcd0
12:07:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd8e6db-c750-4d84-8a43-ba23d9b39799
12:07:35.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085c1b0f-7072-4662-a038-5e9e1cd95c79
12:07:35.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30f4f31f-af34-4dca-aad0-a091e2ca3bb6
12:07:35.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e780f74a-8541-4d27-b1e3-bfaa4c9f7391
12:07:35.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43083b1-4170-4e8f-80e9-76d3bc959f8f
12:07:35.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef86936-02ee-475b-9e7a-8ee01f33470a
12:07:35.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41ec6930-2829-4f46-8e8d-5fca1ecf5f03
12:07:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e34b71ce-20b7-4d4e-81ae-28b37a5415f1
12:07:35.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:35.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:35.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:35.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:35.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:35.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:35.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9732152-6d07-4c76-9c5e-fa7f990bd717
12:07:36.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f6aaa2-e583-4edf-b0a0-229d1661cc3a
12:07:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643da4e3-bff4-4377-997c-8f7577bb656a
12:07:36.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a053082-9804-4332-ac0c-7182e91f6eab
12:07:36.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e14d8c85-4f9a-4d5a-a6ef-5d2df78f8aa8
12:07:36.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab6ff0b4-d81f-458f-bb41-0163ef76fc50
12:07:36.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47512d35-53ab-4878-8a02-19f520e073d5
12:07:36.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b89098c-e11d-498a-a5d4-14e8ecfd0fdb
12:07:36.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.324 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd15817f-7a51-4c79-8f60-d7d83c23ea0d
12:07:36.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d3f897-3ec6-40df-8abe-f58a01e840a2
12:07:36.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7445d411-458c-440b-bc00-40fea4a3bcd0
12:07:36.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0308ddbe-5f2c-49bc-a39a-4f166a415bde
12:07:36.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=085c1b0f-7072-4662-a038-5e9e1cd95c79
12:07:36.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e780f74a-8541-4d27-b1e3-bfaa4c9f7391
12:07:36.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=284c8d8f-85a6-4de8-9a71-988ce37b5f5f
12:07:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef86936-02ee-475b-9e7a-8ee01f33470a
12:07:36.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b893e946-84ca-4ad1-ad8a-c53bace0a9c5
12:07:36.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41ec6930-2829-4f46-8e8d-5fca1ecf5f03
12:07:36.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.755 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8cda255-d871-4874-8aaa-b4ade247d741
12:07:36.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48f6aaa2-e583-4edf-b0a0-229d1661cc3a
12:07:36.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a053082-9804-4332-ac0c-7182e91f6eab
12:07:36.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d76228f-40cb-4903-b640-4efe4a3f52f7
12:07:36.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:36.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:36.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa10b6c1-214f-4720-a581-5e3ec9944cdd
12:07:36.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:36.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:36.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:36.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab6ff0b4-d81f-458f-bb41-0163ef76fc50
12:07:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47512d35-53ab-4878-8a02-19f520e073d5
12:07:37.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d8db83-2b0f-4ed2-8914-1c8b5d36d8fd
12:07:37.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd15817f-7a51-4c79-8f60-d7d83c23ea0d
12:07:37.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c427d9b-0820-487d-9275-275b23fe9a43
12:07:37.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f720d3c0-6f83-4fd4-95cf-423fe53362cb
12:07:37.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0308ddbe-5f2c-49bc-a39a-4f166a415bde
12:07:37.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e629ec6-5e80-489a-a563-a0c58a5bd1a9
12:07:37.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=284c8d8f-85a6-4de8-9a71-988ce37b5f5f
12:07:37.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5318ce-805f-4d23-9520-1cbc65ae9802
12:07:37.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b893e946-84ca-4ad1-ad8a-c53bace0a9c5
12:07:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8cda255-d871-4874-8aaa-b4ade247d741
12:07:37.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818f3088-0b45-4cee-93bb-2838f039545b
12:07:37.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbac49ba-2205-4af7-ad41-de6fe455e838
12:07:37.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d76228f-40cb-4903-b640-4efe4a3f52f7
12:07:37.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13a1037e-15cb-42c0-9595-0f11ace31a1b
12:07:37.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa10b6c1-214f-4720-a581-5e3ec9944cdd
12:07:37.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221cee5f-4925-4a6f-8350-2680c6605a2c
12:07:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1d8db83-2b0f-4ed2-8914-1c8b5d36d8fd
12:07:37.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:37.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:37.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c1b845-c750-4cd8-a628-30ba00ff0d11
12:07:37.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:37.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:37.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c427d9b-0820-487d-9275-275b23fe9a43
12:07:37.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e393bd04-6eb5-4a1e-83a0-3702013359fc
12:07:38.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f720d3c0-6f83-4fd4-95cf-423fe53362cb
12:07:38.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c41ac0f1-6f81-4e22-93ce-8bf79fac504d
12:07:38.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e629ec6-5e80-489a-a563-a0c58a5bd1a9
12:07:38.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5318ce-805f-4d23-9520-1cbc65ae9802
12:07:38.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fa92f4-e9f1-4553-bcd5-2cc8e75ee747
12:07:38.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f186773-ff1a-44ae-8fd0-6b61521ea7c6
12:07:38.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=818f3088-0b45-4cee-93bb-2838f039545b
12:07:38.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a115b2-d53d-40af-a3b1-fc272633db17
12:07:38.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbac49ba-2205-4af7-ad41-de6fe455e838
12:07:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a3f2f9-e4b8-45d2-82e8-89b9d17ab01c
12:07:38.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13a1037e-15cb-42c0-9595-0f11ace31a1b
12:07:38.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3053b50-54e8-437c-8592-33e84243ec96
12:07:38.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221cee5f-4925-4a6f-8350-2680c6605a2c
12:07:38.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c1b845-c750-4cd8-a628-30ba00ff0d11
12:07:38.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69ceb725-93db-4d00-b655-ec65409fbfea
12:07:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e393bd04-6eb5-4a1e-83a0-3702013359fc
12:07:38.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c41ac0f1-6f81-4e22-93ce-8bf79fac504d
12:07:38.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d6c0b5b-6ae2-449d-bb10-05c34ac2fe9c
12:07:38.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fa92f4-e9f1-4553-bcd5-2cc8e75ee747
12:07:38.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46b234f9-7939-4618-8062-932204748ded
12:07:38.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f186773-ff1a-44ae-8fd0-6b61521ea7c6
12:07:38.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:38.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:38.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:38.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:38.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:38.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:38.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21806b34-1488-4d6b-9ecc-a5e41b1cdbb1
12:07:38.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47a115b2-d53d-40af-a3b1-fc272633db17
12:07:39.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=539b631c-ba96-4f49-836c-c5a51aaa595c
12:07:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45a3f2f9-e4b8-45d2-82e8-89b9d17ab01c
12:07:39.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c5ed963-9ffa-4db5-8213-c2646ccfd01f
12:07:39.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3053b50-54e8-437c-8592-33e84243ec96
12:07:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac258e57-43f2-48a1-982f-6475e92692f7
12:07:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69ceb725-93db-4d00-b655-ec65409fbfea
12:07:39.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d6c0b5b-6ae2-449d-bb10-05c34ac2fe9c
12:07:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd8e637-2322-4a05-b81a-88996d4d8736
12:07:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46b234f9-7939-4618-8062-932204748ded
12:07:39.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42622199-bda5-444b-9009-bb69388cc57f
12:07:39.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21806b34-1488-4d6b-9ecc-a5e41b1cdbb1
12:07:39.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e37dbd2-e2a3-4bec-bea4-1fef6936431c
12:07:39.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb780b2-69b2-4c31-9faa-4dd56529732d
12:07:39.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=539b631c-ba96-4f49-836c-c5a51aaa595c
12:07:39.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50ba736b-ec2a-44ba-b8d5-00dc2639b9c7
12:07:39.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c5ed963-9ffa-4db5-8213-c2646ccfd01f
12:07:39.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186ef53f-41a7-48c8-a6e0-9ce710d14c8f
12:07:39.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac258e57-43f2-48a1-982f-6475e92692f7
12:07:39.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0cde682-4841-4436-acef-2a1b15aa5559
12:07:39.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd8e637-2322-4a05-b81a-88996d4d8736
12:07:39.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:39.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c869c621-7032-4557-8a8e-9a85dc5fda89
12:07:39.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:39.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:39.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:39.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:39.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:39.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:39.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42622199-bda5-444b-9009-bb69388cc57f
12:07:40.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce768dd4-25b0-4a9e-b656-7f741a443572
12:07:40.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e37dbd2-e2a3-4bec-bea4-1fef6936431c
12:07:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c60f883-7248-4be8-8a49-509923901bab
12:07:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb780b2-69b2-4c31-9faa-4dd56529732d
12:07:40.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=156013e8-3257-42af-a0d8-f1f9fc95d4db
12:07:40.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50ba736b-ec2a-44ba-b8d5-00dc2639b9c7
12:07:40.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba5615d-ea2f-4886-b5f7-d519afc1a5b5
12:07:40.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fdb3160-4707-4c66-ab82-1dfad28ac851
12:07:40.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186ef53f-41a7-48c8-a6e0-9ce710d14c8f
12:07:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e0fb6d-9e2e-472a-80d6-ba4d2e565ed3
12:07:40.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0cde682-4841-4436-acef-2a1b15aa5559
12:07:40.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c869c621-7032-4557-8a8e-9a85dc5fda89
12:07:40.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec83ab48-6948-407c-969a-485de49d5b10
12:07:40.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d44bd894-a7d5-4d77-8ac1-04d2b7298e07
12:07:40.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce768dd4-25b0-4a9e-b656-7f741a443572
12:07:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38647298-2677-4eef-a104-2345011a0580
12:07:40.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c60f883-7248-4be8-8a49-509923901bab
12:07:40.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2254dc2e-7e80-467a-a464-2beaabe0c884
12:07:40.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=156013e8-3257-42af-a0d8-f1f9fc95d4db
12:07:40.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e75e88-f599-498a-872c-7e7363d21970
12:07:40.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ba5615d-ea2f-4886-b5f7-d519afc1a5b5
12:07:40.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=345c60a2-bd0b-4b53-b94c-34f0fc710f1f
12:07:40.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fdb3160-4707-4c66-ab82-1dfad28ac851
12:07:40.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c288ff-1c2a-4ee5-93be-148a578a2bec
12:07:40.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:40.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:40.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:40.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:40.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:40.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:40.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:40.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9e0fb6d-9e2e-472a-80d6-ba4d2e565ed3
12:07:40.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac197f72-e257-4541-a5ee-5f78776c6c57
12:07:41.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec83ab48-6948-407c-969a-485de49d5b10
12:07:41.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10de3172-0cae-497d-83b2-de24830a2591
12:07:41.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d44bd894-a7d5-4d77-8ac1-04d2b7298e07
12:07:41.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b5fcbe-c620-4bfb-b67f-64005280442d
12:07:41.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38647298-2677-4eef-a104-2345011a0580
12:07:41.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e5f9517-d388-44ab-9eb3-6382c94c4551
12:07:41.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2254dc2e-7e80-467a-a464-2beaabe0c884
12:07:41.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e0465c-c710-434c-9609-56b7a1a7387d
12:07:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e75e88-f599-498a-872c-7e7363d21970
12:07:41.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.431 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8dda31-9f8f-4384-b1e2-00d2282389f6
12:07:41.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91e401d4-865a-4b20-b730-c2f19a45c502
12:07:41.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=345c60a2-bd0b-4b53-b94c-34f0fc710f1f
12:07:41.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37c288ff-1c2a-4ee5-93be-148a578a2bec
12:07:41.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50228dea-dbff-4493-8fe5-80f03f6fadff
12:07:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac197f72-e257-4541-a5ee-5f78776c6c57
12:07:41.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=945e90bd-4b6a-4f50-9440-0baebb08b7a0
12:07:41.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10de3172-0cae-497d-83b2-de24830a2591
12:07:41.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c250276f-a077-48bd-870a-05d4847e47e4
12:07:41.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1b5fcbe-c620-4bfb-b67f-64005280442d
12:07:41.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c7d9bb0-0dcf-4451-8b2a-9dfbcf5b0590
12:07:41.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e5f9517-d388-44ab-9eb3-6382c94c4551
12:07:41.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:41.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:41.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe61d9d-e9f6-4b5c-a233-6bde68518bda
12:07:41.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:41.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:41.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:41.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:41.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:41.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e0465c-c710-434c-9609-56b7a1a7387d
12:07:41.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4014a60a-322f-48a4-859d-febd8c586856
12:07:42.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca8dda31-9f8f-4384-b1e2-00d2282389f6
12:07:42.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91e401d4-865a-4b20-b730-c2f19a45c502
12:07:42.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd48967-07c2-4679-b638-a52b1cce53b8
12:07:42.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50228dea-dbff-4493-8fe5-80f03f6fadff
12:07:42.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fc65f8-0aca-41a4-aa51-3062689feddf
12:07:42.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=945e90bd-4b6a-4f50-9440-0baebb08b7a0
12:07:42.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020f963d-e2a9-4250-8670-d06582838be9
12:07:42.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c250276f-a077-48bd-870a-05d4847e47e4
12:07:42.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208ac9a1-cdee-42ed-82e6-c120731c0a1a
12:07:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c7d9bb0-0dcf-4451-8b2a-9dfbcf5b0590
12:07:42.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b2939fa-1f73-4afa-8c3b-6d425adba121
12:07:42.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afe61d9d-e9f6-4b5c-a233-6bde68518bda
12:07:42.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d2defc-e0bf-46df-9454-9b483c3206b1
12:07:42.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4014a60a-322f-48a4-859d-febd8c586856
12:07:42.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03bddc2d-34d8-4869-8a69-268f402ea353
12:07:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fd48967-07c2-4679-b638-a52b1cce53b8
12:07:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62290510-0a12-4a89-9452-97a560e9ca70
12:07:42.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5fc65f8-0aca-41a4-aa51-3062689feddf
12:07:42.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=081a6f3b-06cd-45dd-b592-5c1db5de452f
12:07:42.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=020f963d-e2a9-4250-8670-d06582838be9
12:07:42.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111152e5-c29e-41b2-9928-c59f76dc5a16
12:07:42.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:42.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:42.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:42.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:42.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:42.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:42.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:42.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208ac9a1-cdee-42ed-82e6-c120731c0a1a
12:07:42.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a61a5217-7f81-4a15-8e94-4a74ff87bbdd
12:07:43.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b2939fa-1f73-4afa-8c3b-6d425adba121
12:07:43.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7479d77-79de-495b-848c-15e16d3f08a3
12:07:43.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d2defc-e0bf-46df-9454-9b483c3206b1
12:07:43.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3251d982-3ae1-44fc-9bde-af5e07d8f858
12:07:43.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03bddc2d-34d8-4869-8a69-268f402ea353
12:07:43.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f63d5ea-6240-4dd7-99b6-6224660ddbb2
12:07:43.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62290510-0a12-4a89-9452-97a560e9ca70
12:07:43.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da28e4cd-45ee-4981-9022-0447d9794d59
12:07:43.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=081a6f3b-06cd-45dd-b592-5c1db5de452f
12:07:43.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643da29c-7ec4-4923-bda7-17d34242f373
12:07:43.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111152e5-c29e-41b2-9928-c59f76dc5a16
12:07:43.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ed3427c-d648-4451-b8b6-cc55444bd469
12:07:43.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a61a5217-7f81-4a15-8e94-4a74ff87bbdd
12:07:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac86fce6-baa0-4131-b78d-855b8d21dd2f
12:07:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7479d77-79de-495b-848c-15e16d3f08a3
12:07:43.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a88131-ed63-405b-8989-32ab813725a5
12:07:43.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3251d982-3ae1-44fc-9bde-af5e07d8f858
12:07:43.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f63d5ea-6240-4dd7-99b6-6224660ddbb2
12:07:43.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac8059f5-1d86-4195-a916-3204add70e9b
12:07:43.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d2e3c8-2e89-4467-90e2-c306d3b2989c
12:07:43.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da28e4cd-45ee-4981-9022-0447d9794d59
12:07:43.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:43.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:43.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:43.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:43.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:43.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:43.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:43.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39337be1-910a-46b9-893d-1ee86b331b1a
12:07:43.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=643da29c-7ec4-4923-bda7-17d34242f373
12:07:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9cfd3e-eba7-466b-9236-504919e0dc77
12:07:44.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ed3427c-d648-4451-b8b6-cc55444bd469
12:07:44.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3320b53e-9550-4ae4-bf64-cf59cd6d2267
12:07:44.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac86fce6-baa0-4131-b78d-855b8d21dd2f
12:07:44.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43b0219-6a24-4bbb-af83-228e47bf4661
12:07:44.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a88131-ed63-405b-8989-32ab813725a5
12:07:44.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322ed16-6fcb-455c-8620-859a2c15d7c8
12:07:44.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1447c7-cc14-43a4-8c6f-da6f014849e0
12:07:44.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac8059f5-1d86-4195-a916-3204add70e9b
12:07:44.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7d2e3c8-2e89-4467-90e2-c306d3b2989c
12:07:44.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005fd6eb-2f3c-45d2-8b44-5b6f590d79ce
12:07:44.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39337be1-910a-46b9-893d-1ee86b331b1a
12:07:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c053182-4364-45ad-8be8-30fb25405bff
12:07:44.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e9cfd3e-eba7-466b-9236-504919e0dc77
12:07:44.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d936d331-22d7-42d4-83c9-8d9161035627
12:07:44.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b668cef3-34a4-4c02-9d6f-3998a6406497
12:07:44.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3320b53e-9550-4ae4-bf64-cf59cd6d2267
12:07:44.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4d8674-e6d1-44b4-98b5-70888b8a0500
12:07:44.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43b0219-6a24-4bbb-af83-228e47bf4661
12:07:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d91323-a652-456f-b8e9-9c13818b43a1
12:07:44.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5322ed16-6fcb-455c-8620-859a2c15d7c8
12:07:44.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:44.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:44.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:44.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:44.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:44.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=582b387d-5aca-4015-bc8e-08504b68da5e
12:07:44.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86b0e092-1d1b-432b-b26f-ff022a03235d
12:07:45.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1447c7-cc14-43a4-8c6f-da6f014849e0
12:07:45.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=005fd6eb-2f3c-45d2-8b44-5b6f590d79ce
12:07:45.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e2f7b71-392f-4a70-9340-fd8c337a7749
12:07:45.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c053182-4364-45ad-8be8-30fb25405bff
12:07:45.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.202 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55c48438-51cf-4506-9636-4a3b853bab69
12:07:45.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d936d331-22d7-42d4-83c9-8d9161035627
12:07:45.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8349eb8-d9a1-4c0d-95e1-c451f635eebd
12:07:45.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b668cef3-34a4-4c02-9d6f-3998a6406497
12:07:45.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652c8152-23f3-463b-869b-06288c4495a4
12:07:45.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c4d8674-e6d1-44b4-98b5-70888b8a0500
12:07:45.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab4e098-1a33-4e8b-8f3d-55ba54b16230
12:07:45.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d91323-a652-456f-b8e9-9c13818b43a1
12:07:45.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.499 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a04925-69e4-422a-8d17-935ee5a5aabd
12:07:45.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=582b387d-5aca-4015-bc8e-08504b68da5e
12:07:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab542a32-1432-4683-93db-6543a66ab41f
12:07:45.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86b0e092-1d1b-432b-b26f-ff022a03235d
12:07:45.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dea64c2e-1416-4fdf-acc8-e290fd0002c4
12:07:45.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e2f7b71-392f-4a70-9340-fd8c337a7749
12:07:45.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55c48438-51cf-4506-9636-4a3b853bab69
12:07:45.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ed7556f-1752-4959-a9e3-a51612d24814
12:07:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8349eb8-d9a1-4c0d-95e1-c451f635eebd
12:07:45.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.845 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c944b30d-8700-4f49-9a05-d4be7a81a47c
12:07:45.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652c8152-23f3-463b-869b-06288c4495a4
12:07:45.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f856eec6-d3e1-4213-aeef-2cd07212980c
12:07:45.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:45.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:45.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:45.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab4e098-1a33-4e8b-8f3d-55ba54b16230
12:07:45.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd918733-d895-4dc3-b916-5dcc35a36da3
12:07:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a04925-69e4-422a-8d17-935ee5a5aabd
12:07:46.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7cfe2b8-6a1a-4d54-96a9-db2a83be2515
12:07:46.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab542a32-1432-4683-93db-6543a66ab41f
12:07:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec17b40f-bcec-40ba-ade3-0f676a9d6472
12:07:46.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dea64c2e-1416-4fdf-acc8-e290fd0002c4
12:07:46.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=967b85c6-44e0-49d5-b00d-f6a7d47d706a
12:07:46.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ed7556f-1752-4959-a9e3-a51612d24814
12:07:46.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36a0171-e0a7-4f77-b73d-207646675a9c
12:07:46.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c944b30d-8700-4f49-9a05-d4be7a81a47c
12:07:46.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=268a1b0c-f454-4f81-ba8a-bbaf5f67d1fc
12:07:46.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f856eec6-d3e1-4213-aeef-2cd07212980c
12:07:46.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd918733-d895-4dc3-b916-5dcc35a36da3
12:07:46.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc7067e8-b401-4fa2-b14a-85a85fa8ec11
12:07:46.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7cfe2b8-6a1a-4d54-96a9-db2a83be2515
12:07:46.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec17b40f-bcec-40ba-ade3-0f676a9d6472
12:07:46.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcc64301-177f-4d86-9c9b-85422dea8f3c
12:07:46.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=967b85c6-44e0-49d5-b00d-f6a7d47d706a
12:07:46.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1e59b6-400c-49bd-9f47-55ad17c64ca6
12:07:46.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c36a0171-e0a7-4f77-b73d-207646675a9c
12:07:46.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=268a1b0c-f454-4f81-ba8a-bbaf5f67d1fc
12:07:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23917fca-7dde-4703-8a38-891e862ae541
12:07:46.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:46.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:46.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:46.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:46.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:46.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:46.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:46.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc7067e8-b401-4fa2-b14a-85a85fa8ec11
12:07:46.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa1d920-88c6-42bf-8956-40b1b9937ea0
12:07:47.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcc64301-177f-4d86-9c9b-85422dea8f3c
12:07:47.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a607fa-24a4-4e34-a42d-1395ffc270f4
12:07:47.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1e59b6-400c-49bd-9f47-55ad17c64ca6
12:07:47.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4db839-1577-41af-ab1a-cfaee0b856f5
12:07:47.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23917fca-7dde-4703-8a38-891e862ae541
12:07:47.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa1d920-88c6-42bf-8956-40b1b9937ea0
12:07:47.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad126a92-c01a-4997-b6a0-16c6b8a4db33
12:07:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20ed24f2-3702-40b7-9c84-084ff041c001
12:07:47.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a607fa-24a4-4e34-a42d-1395ffc270f4
12:07:47.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c1f2fd5-3c18-4edd-8199-88b5098af4f9
12:07:47.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea4db839-1577-41af-ab1a-cfaee0b856f5
12:07:47.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d1f2e3-3f4f-4f88-910f-c90fafe455fb
12:07:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad126a92-c01a-4997-b6a0-16c6b8a4db33
12:07:47.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.703 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20ed24f2-3702-40b7-9c84-084ff041c001
12:07:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02648af0-6b15-469d-bfd9-a95a88a29984
12:07:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c1f2fd5-3c18-4edd-8199-88b5098af4f9
12:07:47.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79534a6-c5ba-4385-a206-8e8fd12f2c4b
12:07:47.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56855b2a-8a1d-4bc0-b456-a8009b913493
12:07:47.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:47.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03d1f2e3-3f4f-4f88-910f-c90fafe455fb
12:07:47.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:47.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:47.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:47.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02648af0-6b15-469d-bfd9-a95a88a29984
12:07:48.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91320af7-1142-4c42-b26a-8dd7fb511beb
12:07:48.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e79534a6-c5ba-4385-a206-8e8fd12f2c4b
12:07:48.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd43279-f2e1-49e9-81aa-5c3e36863ae0
12:07:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56855b2a-8a1d-4bc0-b456-a8009b913493
12:07:48.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0e080b-41ed-44a9-a7e6-a462360af2c6
12:07:48.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d0c88f-53ab-4660-a6d8-81c4b4bc4ea1
12:07:48.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91320af7-1142-4c42-b26a-8dd7fb511beb
12:07:48.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b207f5d-b62d-4620-86e5-4d6f740e40ee
12:07:48.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dd43279-f2e1-49e9-81aa-5c3e36863ae0
12:07:48.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a0e080b-41ed-44a9-a7e6-a462360af2c6
12:07:48.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3b3869-d447-4e7e-b4b6-42065c51d2ee
12:07:48.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f10baa1-83ac-4206-b1d9-f1241d42b619
12:07:48.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6d0c88f-53ab-4660-a6d8-81c4b4bc4ea1
12:07:48.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd69dae5-96ed-4a07-a446-852e76c3862b
12:07:48.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b207f5d-b62d-4620-86e5-4d6f740e40ee
12:07:48.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2dff93-7dc6-487f-84cd-7cb805943fa1
12:07:48.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee3b3869-d447-4e7e-b4b6-42065c51d2ee
12:07:48.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e612fef4-5ed5-46ef-8950-82504bffed08
12:07:48.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f10baa1-83ac-4206-b1d9-f1241d42b619
12:07:48.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7cb536-0b60-438c-8787-1ead8a6f0240
12:07:48.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:48.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd69dae5-96ed-4a07-a446-852e76c3862b
12:07:48.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:48.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:48.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:48.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:48.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:48.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:48.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce2dff93-7dc6-487f-84cd-7cb805943fa1
12:07:49.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745d7617-547c-48ef-9509-451f5f00455d
12:07:49.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e612fef4-5ed5-46ef-8950-82504bffed08
12:07:49.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=361afd19-7a1f-423a-9534-b5fcc05db254
12:07:49.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97a836f5-0200-45f0-9c9a-51f1a07f6ac8
12:07:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f7cb536-0b60-438c-8787-1ead8a6f0240
12:07:49.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.268 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6dff982-e1e7-4f51-b32a-1355b566952d
12:07:49.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=745d7617-547c-48ef-9509-451f5f00455d
12:07:49.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc4905e6-7e89-41a5-8ea6-4d731ab71257
12:07:49.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7586f14f-c9e6-4889-9698-41193872c11b
12:07:49.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=361afd19-7a1f-423a-9534-b5fcc05db254
12:07:49.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc50170-6c9a-47ed-9cbd-cf60897cf405
12:07:49.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97a836f5-0200-45f0-9c9a-51f1a07f6ac8
12:07:49.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c5649f-072a-4b2c-ad0f-f8c5c29aad9f
12:07:49.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6dff982-e1e7-4f51-b32a-1355b566952d
12:07:49.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d307b4e-8648-4547-9beb-b8b13a5dd486
12:07:49.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc4905e6-7e89-41a5-8ea6-4d731ab71257
12:07:49.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a46cbe1c-88df-4a35-9b1e-20e6a7487f82
12:07:49.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7586f14f-c9e6-4889-9698-41193872c11b
12:07:49.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7810229-620a-494e-9b38-3e69116fc85c
12:07:49.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebc50170-6c9a-47ed-9cbd-cf60897cf405
12:07:49.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446adea0-08a2-4c3c-9bcb-5950774d4166
12:07:49.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:49.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:49.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:49.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ecd152-406a-4772-8075-41dd34a1df19
12:07:49.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:49.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:49.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c5649f-072a-4b2c-ad0f-f8c5c29aad9f
12:07:50.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=216e2f5e-a1c5-4802-8564-fec25f787c9e
12:07:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d307b4e-8648-4547-9beb-b8b13a5dd486
12:07:50.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2138b40-68f5-41ae-84c1-ce1ba29e6c6b
12:07:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a46cbe1c-88df-4a35-9b1e-20e6a7487f82
12:07:50.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e15eed7-f082-410b-b747-38c59a8a186f
12:07:50.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7810229-620a-494e-9b38-3e69116fc85c
12:07:50.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9390b06-0d22-4ae4-82ea-3ac581870e63
12:07:50.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=446adea0-08a2-4c3c-9bcb-5950774d4166
12:07:50.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20046dc9-f124-4cc8-a68d-f76c9d9a51cd
12:07:50.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ecd152-406a-4772-8075-41dd34a1df19
12:07:50.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a93bcd01-02bd-48bb-92be-1c3f3b90e6c3
12:07:50.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=216e2f5e-a1c5-4802-8564-fec25f787c9e
12:07:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2138b40-68f5-41ae-84c1-ce1ba29e6c6b
12:07:50.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb7590c0-b2fa-4517-8921-4e34819e0414
12:07:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e15eed7-f082-410b-b747-38c59a8a186f
12:07:50.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3107b8bf-eaea-4828-8c48-9d097f68923b
12:07:50.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9390b06-0d22-4ae4-82ea-3ac581870e63
12:07:50.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=560a0041-4561-4123-b276-968da4a00964
12:07:50.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65d4598e-793c-49c8-8ed4-b982bb021b82
12:07:50.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20046dc9-f124-4cc8-a68d-f76c9d9a51cd
12:07:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd23ff34-adeb-4b34-932d-0ba40fa7f3ee
12:07:50.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:50.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a93bcd01-02bd-48bb-92be-1c3f3b90e6c3
12:07:50.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:50.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:50.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:50.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:50.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:50.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:50.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c94043c-b8d8-46ef-b782-5bcbd1255c5d
12:07:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb7590c0-b2fa-4517-8921-4e34819e0414
12:07:51.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb1c3d7d-5f1a-4604-84bd-2f00b9017a56
12:07:51.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3107b8bf-eaea-4828-8c48-9d097f68923b
12:07:51.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12773f89-0a34-4306-a591-6b86c529ab05
12:07:51.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=560a0041-4561-4123-b276-968da4a00964
12:07:51.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54679789-30ed-4586-82ee-947f47c008fb
12:07:51.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65d4598e-793c-49c8-8ed4-b982bb021b82
12:07:51.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b486b2-a96a-477a-8eed-669b81cc7aed
12:07:51.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd23ff34-adeb-4b34-932d-0ba40fa7f3ee
12:07:51.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad92e76-de8d-49f3-85b7-4018644b8335
12:07:51.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c94043c-b8d8-46ef-b782-5bcbd1255c5d
12:07:51.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=856c0a6e-68ce-4604-b106-18c629e05096
12:07:51.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb1c3d7d-5f1a-4604-84bd-2f00b9017a56
12:07:51.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c11f1b0d-f614-4e88-8c4d-1ff0f1a40e7a
12:07:51.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51b7ba21-3cc7-484f-b16d-63cb0c88f7df
12:07:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12773f89-0a34-4306-a591-6b86c529ab05
12:07:51.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ccd0d4-4777-485e-8711-a647988d44ff
12:07:51.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54679789-30ed-4586-82ee-947f47c008fb
12:07:51.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fff2c46-e555-423a-8384-147619b3a3c8
12:07:51.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53b486b2-a96a-477a-8eed-669b81cc7aed
12:07:51.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=705d7bb7-c791-4346-9257-cefd854fd4da
12:07:51.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:51.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:51.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:51.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:51.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:51.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:51.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad92e76-de8d-49f3-85b7-4018644b8335
12:07:51.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=856c0a6e-68ce-4604-b106-18c629e05096
12:07:52.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e108d3d3-d1bd-4f2f-8130-522559429bcd
12:07:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c11f1b0d-f614-4e88-8c4d-1ff0f1a40e7a
12:07:52.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707605a4-6d1e-4737-8c58-b93f3b7fd4cc
12:07:52.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51b7ba21-3cc7-484f-b16d-63cb0c88f7df
12:07:52.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10ccd0d4-4777-485e-8711-a647988d44ff
12:07:52.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95ff2250-bfe5-4491-a637-ded068fe77ac
12:07:52.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fff2c46-e555-423a-8384-147619b3a3c8
12:07:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44835fdd-5854-4630-83d4-aee2b82840a6
12:07:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52925e4-ccf6-4247-9685-c788e3d0db5e
12:07:52.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=705d7bb7-c791-4346-9257-cefd854fd4da
12:07:52.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b358cb7d-3a67-4a45-881d-989a7a899f76
12:07:52.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e108d3d3-d1bd-4f2f-8130-522559429bcd
12:07:52.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f52346-85d5-4caa-ac4f-62ca5a4bb80b
12:07:52.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=707605a4-6d1e-4737-8c58-b93f3b7fd4cc
12:07:52.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95ff2250-bfe5-4491-a637-ded068fe77ac
12:07:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=790d2c83-c0e9-4593-99ef-a01e6154a989
12:07:52.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44835fdd-5854-4630-83d4-aee2b82840a6
12:07:52.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a13dc14-3061-4c10-8f69-18fa9ecb320f
12:07:52.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d52925e4-ccf6-4247-9685-c788e3d0db5e
12:07:52.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcebc1c-121c-486c-af61-f61c1ce19b8d
12:07:52.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b358cb7d-3a67-4a45-881d-989a7a899f76
12:07:52.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:52.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:52.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f52346-85d5-4caa-ac4f-62ca5a4bb80b
12:07:52.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:52.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:52.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd48d3c3-58c6-4cf8-b1bc-230d7621b86a
12:07:53.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=790d2c83-c0e9-4593-99ef-a01e6154a989
12:07:53.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45bdea02-8742-4f50-9820-d44905087dfd
12:07:53.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a13dc14-3061-4c10-8f69-18fa9ecb320f
12:07:53.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8805b77b-ecaa-4c91-99d5-f69d2d3734f8
12:07:53.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcebc1c-121c-486c-af61-f61c1ce19b8d
12:07:53.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=422fe61e-f47b-4fcc-899b-14f516312cf7
12:07:53.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5b1c70-d82e-42db-a6c7-facf47bddab2
12:07:53.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd48d3c3-58c6-4cf8-b1bc-230d7621b86a
12:07:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5ccb3e0-5081-454c-9126-745f4175ec6f
12:07:53.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45bdea02-8742-4f50-9820-d44905087dfd
12:07:53.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8805b77b-ecaa-4c91-99d5-f69d2d3734f8
12:07:53.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18868476-ad76-40c1-97c6-fedbc41e31af
12:07:53.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=422fe61e-f47b-4fcc-899b-14f516312cf7
12:07:53.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f03bb06-9eec-4e5f-9798-897bc1a6e602
12:07:53.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5b1c70-d82e-42db-a6c7-facf47bddab2
12:07:53.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decf12fd-85e7-45a5-bbc4-6f5b85fa26e0
12:07:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5ccb3e0-5081-454c-9126-745f4175ec6f
12:07:53.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c5ad9db-da23-4e1b-ba24-fb0ee718b7a4
12:07:53.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18868476-ad76-40c1-97c6-fedbc41e31af
12:07:53.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00b2cf70-931c-49eb-a093-eb337456a642
12:07:53.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f03bb06-9eec-4e5f-9798-897bc1a6e602
12:07:53.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:53.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efabd0c2-2869-45b2-86e5-42d4bd6ae60a
12:07:53.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:53.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:53.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:53.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:53.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decf12fd-85e7-45a5-bbc4-6f5b85fa26e0
12:07:53.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1e1bf9-ea28-4bdd-967b-9d35b435d71e
12:07:54.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c5ad9db-da23-4e1b-ba24-fb0ee718b7a4
12:07:54.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83635670-e9ad-4fe5-85ef-31b97a40ab8d
12:07:54.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00b2cf70-931c-49eb-a093-eb337456a642
12:07:54.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d3c876d-d07a-4721-aa31-8ef4ccd5511b
12:07:54.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efabd0c2-2869-45b2-86e5-42d4bd6ae60a
12:07:54.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.282 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1500003c-f3ae-4631-9073-68e7140b29bb
12:07:54.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94498b24-022e-4ed0-9dda-b5982374100f
12:07:54.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c1e1bf9-ea28-4bdd-967b-9d35b435d71e
12:07:54.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1709220e-4534-454c-ab05-d5cb711cacd8
12:07:54.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83635670-e9ad-4fe5-85ef-31b97a40ab8d
12:07:54.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b1f206b-17f8-43e6-b768-1cc6e690c18c
12:07:54.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d1c186a-92fe-41a3-8951-b0d6e530e852
12:07:54.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d3c876d-d07a-4721-aa31-8ef4ccd5511b
12:07:54.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a08123c9-f5e7-410b-ac23-fbd1f7996ddd
12:07:54.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1500003c-f3ae-4631-9073-68e7140b29bb
12:07:54.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161e5a60-7272-4370-ae82-96d9e50fc395
12:07:54.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94498b24-022e-4ed0-9dda-b5982374100f
12:07:54.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6028770-0fcd-4852-95d0-df43ac5aaab6
12:07:54.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1709220e-4534-454c-ab05-d5cb711cacd8
12:07:54.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbbad675-1054-4b25-8df3-51fb92dc535b
12:07:54.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:54.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b1f206b-17f8-43e6-b768-1cc6e690c18c
12:07:54.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:54.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:54.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:54.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:54.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:54.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b6234d-e7e2-4bc5-a302-d0cd68b6996b
12:07:55.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d1c186a-92fe-41a3-8951-b0d6e530e852
12:07:55.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f2e4b6-bf37-4db4-aeb0-4a4b9dbbbb57
12:07:55.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a08123c9-f5e7-410b-ac23-fbd1f7996ddd
12:07:55.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=161e5a60-7272-4370-ae82-96d9e50fc395
12:07:55.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4841c8f-07d7-402b-a280-bbc89a154636
12:07:55.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6028770-0fcd-4852-95d0-df43ac5aaab6
12:07:55.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d2c09d-f074-4121-93c9-04fb2a05f71e
12:07:55.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbbad675-1054-4b25-8df3-51fb92dc535b
12:07:55.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5413978d-d68f-4578-b86e-8071ed9427ae
12:07:55.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0b6234d-e7e2-4bc5-a302-d0cd68b6996b
12:07:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4bbb3a0-1a3f-4156-bb16-980e8828d351
12:07:55.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dfa074f-8eeb-4f63-8ade-22e26562b0b9
12:07:55.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f2e4b6-bf37-4db4-aeb0-4a4b9dbbbb57
12:07:55.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4841c8f-07d7-402b-a280-bbc89a154636
12:07:55.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963e8d77-8dff-4e5d-84c7-7badbd9d4406
12:07:55.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d2c09d-f074-4121-93c9-04fb2a05f71e
12:07:55.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d44b1f56-1f26-4655-ae5a-337dfaed24dc
12:07:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5413978d-d68f-4578-b86e-8071ed9427ae
12:07:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c5df1f5-b71c-4ed3-9ca9-2eb416ca66a0
12:07:55.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4bbb3a0-1a3f-4156-bb16-980e8828d351
12:07:55.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38567fc6-d9b3-4e6f-b973-6591ccb2fd0c
12:07:55.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:55.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:55.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:55.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:55.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:55.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dfa074f-8eeb-4f63-8ade-22e26562b0b9
12:07:55.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74e0b69-ffe9-431f-8dc8-fdc877e630d4
12:07:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963e8d77-8dff-4e5d-84c7-7badbd9d4406
12:07:56.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67593832-90a0-4385-a5f0-dcc583444efd
12:07:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d44b1f56-1f26-4655-ae5a-337dfaed24dc
12:07:56.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb76696-5b68-46b6-821f-8b7613ba379e
12:07:56.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c5df1f5-b71c-4ed3-9ca9-2eb416ca66a0
12:07:56.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c16e295-beb8-4ad7-b409-442d801da807
12:07:56.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925068f0-0e0f-4862-a776-15e80a7550c2
12:07:56.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38567fc6-d9b3-4e6f-b973-6591ccb2fd0c
12:07:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d71d32d8-b7ed-43b7-8e43-78c0cfac260c
12:07:56.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74e0b69-ffe9-431f-8dc8-fdc877e630d4
12:07:56.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd4fa2ed-7632-4778-8bc1-25b215fec3df
12:07:56.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67593832-90a0-4385-a5f0-dcc583444efd
12:07:56.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dbbbdf0-6aa8-489d-ad48-d1f251367806
12:07:56.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb76696-5b68-46b6-821f-8b7613ba379e
12:07:56.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19906128-ccae-4d4d-8b90-af934fe75de8
12:07:56.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c16e295-beb8-4ad7-b409-442d801da807
12:07:56.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=060fa810-39f9-48dd-a256-6013943e430d
12:07:56.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925068f0-0e0f-4862-a776-15e80a7550c2
12:07:56.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2d4eea-f36b-4d5c-adc9-96800391c690
12:07:56.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d71d32d8-b7ed-43b7-8e43-78c0cfac260c
12:07:56.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:56.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:56.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:56.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:56.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:56.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afb9f8c-4351-412d-b5ff-c350129aec35
12:07:56.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd4fa2ed-7632-4778-8bc1-25b215fec3df
12:07:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.090 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d93018-a71c-462a-962b-9585df5d7c6a
12:07:57.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dbbbdf0-6aa8-489d-ad48-d1f251367806
12:07:57.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11225dbe-5a9e-4593-adf7-66e11444a4d1
12:07:57.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19906128-ccae-4d4d-8b90-af934fe75de8
12:07:57.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564f2bd-0834-4fc0-aa22-d30413280761
12:07:57.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7103014f-6d37-4265-99cb-652effcf7553
12:07:57.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=060fa810-39f9-48dd-a256-6013943e430d
12:07:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd8c8fb-a44b-4381-bd59-1836851cb4ad
12:07:57.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.423 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2d4eea-f36b-4d5c-adc9-96800391c690
12:07:57.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5933c928-fb37-436d-b369-40f0bad414fb
12:07:57.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afb9f8c-4351-412d-b5ff-c350129aec35
12:07:57.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d93018-a71c-462a-962b-9585df5d7c6a
12:07:57.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcee5f0a-adcd-4d27-8ce3-604a5c11cb58
12:07:57.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11225dbe-5a9e-4593-adf7-66e11444a4d1
12:07:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee0101ad-8a70-42ab-bb73-c7266289a1fc
12:07:57.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956a0175-dc10-4ee5-ae0b-931c4df9187e
12:07:57.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564f2bd-0834-4fc0-aa22-d30413280761
12:07:57.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.891 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24cec711-a332-490b-b350-0c9aaac6164b
12:07:57.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7103014f-6d37-4265-99cb-652effcf7553
12:07:57.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:57.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:57.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:57.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:57.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f7e80c9-bfcd-4999-a9c6-aab1c0e31e82
12:07:57.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcd8c8fb-a44b-4381-bd59-1836851cb4ad
12:07:58.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1c557de-8121-44a4-bb80-7f914bdf8ec6
12:07:58.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5933c928-fb37-436d-b369-40f0bad414fb
12:07:58.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c8dd50d-e18a-4ce5-8934-d4c705d1c881
12:07:58.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcee5f0a-adcd-4d27-8ce3-604a5c11cb58
12:07:58.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87791e40-91d3-40dd-9ae4-91af4b3420f9
12:07:58.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee0101ad-8a70-42ab-bb73-c7266289a1fc
12:07:58.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956a0175-dc10-4ee5-ae0b-931c4df9187e
12:07:58.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74218576-f13c-44c4-a800-30a72812c0be
12:07:58.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24cec711-a332-490b-b350-0c9aaac6164b
12:07:58.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.564 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d826d95-9431-41f1-a18a-7ae92c6b2d47
12:07:58.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f7e80c9-bfcd-4999-a9c6-aab1c0e31e82
12:07:58.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1c557de-8121-44a4-bb80-7f914bdf8ec6
12:07:58.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68a572d9-7da1-4f9c-8d80-8dcb8ab093d8
12:07:58.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c8dd50d-e18a-4ce5-8934-d4c705d1c881
12:07:58.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e85b06-bd54-41ce-bda1-92ee6cc2ab1c
12:07:58.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87791e40-91d3-40dd-9ae4-91af4b3420f9
12:07:58.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b054ac4-3749-409e-8d93-e4b8122aca35
12:07:58.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74218576-f13c-44c4-a800-30a72812c0be
12:07:58.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d826d95-9431-41f1-a18a-7ae92c6b2d47
12:07:58.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=339f7ea1-308e-4e0b-83a9-730ecb7ee8be
12:07:58.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:58.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:58.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:58.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:58.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484760ae-3c92-4c31-b345-ae4695920d39
12:07:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:58.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:58.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68a572d9-7da1-4f9c-8d80-8dcb8ab093d8
12:07:59.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810566fb-3ec1-48d1-ada5-162abbdb4f56
12:07:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e85b06-bd54-41ce-bda1-92ee6cc2ab1c
12:07:59.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=749e6d37-ec52-43d1-8b9f-691c4273df7c
12:07:59.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b054ac4-3749-409e-8d93-e4b8122aca35
12:07:59.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88d26c91-ef47-49e4-908d-5a1e406ce8a4
12:07:59.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=339f7ea1-308e-4e0b-83a9-730ecb7ee8be
12:07:59.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1569efa0-d077-49eb-81b5-a9149c8a1fd6
12:07:59.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=484760ae-3c92-4c31-b345-ae4695920d39
12:07:59.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c7a455-7c04-4ca2-8ed5-524a8061941a
12:07:59.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a5acd5c-703e-411a-9d08-222eceb87acc
12:07:59.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810566fb-3ec1-48d1-ada5-162abbdb4f56
12:07:59.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a838e3c-e562-4660-86d3-696b5858edf3
12:07:59.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=749e6d37-ec52-43d1-8b9f-691c4273df7c
12:07:59.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88d26c91-ef47-49e4-908d-5a1e406ce8a4
12:07:59.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4881744c-50e0-492d-adfa-09d707b2a36a
12:07:59.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1569efa0-d077-49eb-81b5-a9149c8a1fd6
12:07:59.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b9948b0-36eb-4049-bbed-7890d226898d
12:07:59.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c7a455-7c04-4ca2-8ed5-524a8061941a
12:07:59.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e42f97f-cd4e-453e-a34b-81e4181bcf7d
12:07:59.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a5acd5c-703e-411a-9d08-222eceb87acc
12:07:59.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c952f4e3-2afe-4e9f-8b58-a435beb14410
12:07:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:07:59.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:07:59.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:07:59.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:07:59.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:07:59.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a838e3c-e562-4660-86d3-696b5858edf3
12:07:59.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:07:59.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:07:59.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5346ef43-e5dd-48a4-bf7f-208886ef447c
12:08:00.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bf8d5d-123d-4b27-b55d-89469aee654f
12:08:00.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4881744c-50e0-492d-adfa-09d707b2a36a
12:08:00.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c96751-494e-4609-a5ef-f26cffddb5e2
12:08:00.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b9948b0-36eb-4049-bbed-7890d226898d
12:08:00.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d750fc42-48b2-44ee-be97-323a6fec0209
12:08:00.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e42f97f-cd4e-453e-a34b-81e4181bcf7d
12:08:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c952f4e3-2afe-4e9f-8b58-a435beb14410
12:08:00.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6ab79d5-5f79-431f-a904-af0f2a7ccb0e
12:08:00.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9440e05f-e676-445c-8d77-b9865d800127
12:08:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5346ef43-e5dd-48a4-bf7f-208886ef447c
12:08:00.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a05b86-1501-4323-a7ea-55d0e0052ecc
12:08:00.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bf8d5d-123d-4b27-b55d-89469aee654f
12:08:00.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c96751-494e-4609-a5ef-f26cffddb5e2
12:08:00.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f2a4c8d-2142-4036-993a-458f42c4c120
12:08:00.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d750fc42-48b2-44ee-be97-323a6fec0209
12:08:00.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.868 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e49f5ae7-6f67-40e6-8a23-94117d16faa5
12:08:00.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6ab79d5-5f79-431f-a904-af0f2a7ccb0e
12:08:00.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140b2624-7530-4b09-9e9c-34b10d54c314
12:08:00.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9440e05f-e676-445c-8d77-b9865d800127
12:08:00.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:00.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:00.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:00.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:00.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:00.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:00.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dce9b09-0ef9-449f-8c41-7b6564b7dbf7
12:08:01.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a05b86-1501-4323-a7ea-55d0e0052ecc
12:08:01.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f2a4c8d-2142-4036-993a-458f42c4c120
12:08:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b93fab7-162b-4816-bd3f-a8a90c3b2ce5
12:08:01.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e49f5ae7-6f67-40e6-8a23-94117d16faa5
12:08:01.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a115c2-f6f8-428c-8fdf-8f104b7db8a0
12:08:01.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140b2624-7530-4b09-9e9c-34b10d54c314
12:08:01.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a915db9-cce3-46f2-a0c2-f0231a971f69
12:08:01.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dce9b09-0ef9-449f-8c41-7b6564b7dbf7
12:08:01.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792d3904-0e3a-46a3-a7d0-18521456f06d
12:08:01.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b93fab7-162b-4816-bd3f-a8a90c3b2ce5
12:08:01.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb1ec394-8b1f-4821-b599-9058df1277f4
12:08:01.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a115c2-f6f8-428c-8fdf-8f104b7db8a0
12:08:01.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5a2700-0962-425c-b60d-8fa7a983fcf6
12:08:01.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a915db9-cce3-46f2-a0c2-f0231a971f69
12:08:01.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792d3904-0e3a-46a3-a7d0-18521456f06d
12:08:01.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e4c3b87-3f0e-4aff-b6ba-998f4622482b
12:08:01.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb1ec394-8b1f-4821-b599-9058df1277f4
12:08:01.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5b9833f-2482-44bc-a5a0-14d8aafba809
12:08:01.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33b34a41-d33e-47a8-afa2-074a993fd0a0
12:08:01.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e5a2700-0962-425c-b60d-8fa7a983fcf6
12:08:01.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e4c3b87-3f0e-4aff-b6ba-998f4622482b
12:08:01.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:01.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:01.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:01.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5dcbab-323b-47be-b390-86f45e0148fb
12:08:01.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:01.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:01.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:01.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:01.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5b9833f-2482-44bc-a5a0-14d8aafba809
12:08:01.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d307d8df-03ed-4702-96d5-81f972754024
12:08:02.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33b34a41-d33e-47a8-afa2-074a993fd0a0
12:08:02.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bf4ee6-2e9e-4ec5-b3e5-5ef44a8e90e6
12:08:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d5dcbab-323b-47be-b390-86f45e0148fb
12:08:02.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b93b5e0-1c86-4168-becf-3a432302074a
12:08:02.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5f8e08-7f55-4a41-935e-eb28c828792a
12:08:02.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d307d8df-03ed-4702-96d5-81f972754024
12:08:02.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc37b8d-a5c9-4360-a851-d1f1766bfb6d
12:08:02.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.390 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04b75ad-fb66-4ed4-b81f-c96a51ae1cba
12:08:02.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bf4ee6-2e9e-4ec5-b3e5-5ef44a8e90e6
12:08:02.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba5f943-9e6e-4c56-a3d7-823c3fa65ecf
12:08:02.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e0d72d6-46cf-4ec6-8b16-2962a1844991
12:08:02.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b93b5e0-1c86-4168-becf-3a432302074a
12:08:02.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3838e9-dcbb-49b6-84bf-3416f7ee8a01
12:08:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e5f8e08-7f55-4a41-935e-eb28c828792a
12:08:02.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc37b8d-a5c9-4360-a851-d1f1766bfb6d
12:08:02.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf70497-8c98-4558-a388-7fbdf7e376a7
12:08:02.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04b75ad-fb66-4ed4-b81f-c96a51ae1cba
12:08:02.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be3d34ff-1246-4cd5-8fe9-3b5e1103dcb2
12:08:02.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ba5f943-9e6e-4c56-a3d7-823c3fa65ecf
12:08:02.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:02.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8c4909f-d535-4ac5-9535-36c4aaa019a3
12:08:02.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:02.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:02.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:02.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:02.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:02.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:02.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e0d72d6-46cf-4ec6-8b16-2962a1844991
12:08:03.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ffa87e7-c542-45c7-a1bb-5062725756fb
12:08:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a3838e9-dcbb-49b6-84bf-3416f7ee8a01
12:08:03.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43fe453-68a2-4377-9d20-f592ee8a6d00
12:08:03.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddf70497-8c98-4558-a388-7fbdf7e376a7
12:08:03.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.186 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=924d3889-091b-44f2-9af6-41ec6438206c
12:08:03.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be3d34ff-1246-4cd5-8fe9-3b5e1103dcb2
12:08:03.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89511acc-7208-4fd9-ae2b-b49725d0e126
12:08:03.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5de6e98f-69fc-44eb-a5d4-414d2f9494af
12:08:03.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8c4909f-d535-4ac5-9535-36c4aaa019a3
12:08:03.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64eb7759-eb80-412c-8a2a-bb42b6ac08e7
12:08:03.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ffa87e7-c542-45c7-a1bb-5062725756fb
12:08:03.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff687c8-e6f0-4a31-902d-dd17d5943ff4
12:08:03.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43fe453-68a2-4377-9d20-f592ee8a6d00
12:08:03.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=924d3889-091b-44f2-9af6-41ec6438206c
12:08:03.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e1ee747-c8ca-4252-a69e-320c502a824b
12:08:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89511acc-7208-4fd9-ae2b-b49725d0e126
12:08:03.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb87660c-feda-4f81-9cd7-feee3e164299
12:08:03.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=478034a4-ab7d-44a7-a809-51639edfa291
12:08:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5de6e98f-69fc-44eb-a5d4-414d2f9494af
12:08:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64eb7759-eb80-412c-8a2a-bb42b6ac08e7
12:08:03.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90eda6cf-096c-46b5-bd78-95f1be47ded5
12:08:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ff687c8-e6f0-4a31-902d-dd17d5943ff4
12:08:03.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:03.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d00be97-186c-47f5-b7c8-8cd4a05bba56
12:08:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:03.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:03.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:03.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:03.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e1ee747-c8ca-4252-a69e-320c502a824b
12:08:03.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=390b82a3-cf7a-4449-bd6d-8356bd47e720
12:08:04.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb87660c-feda-4f81-9cd7-feee3e164299
12:08:04.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a99d8d45-88b1-4885-a988-2d6c93ea5a20
12:08:04.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=478034a4-ab7d-44a7-a809-51639edfa291
12:08:04.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.192 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5a07887-3e3f-43df-910d-5ad22e611c16
12:08:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90eda6cf-096c-46b5-bd78-95f1be47ded5
12:08:04.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914dd8bb-fae2-41bd-961c-59b7d35a7490
12:08:04.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d00be97-186c-47f5-b7c8-8cd4a05bba56
12:08:04.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c239c50-37a9-4f11-8203-f11a6132d245
12:08:04.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5c2f0e-ce72-4c9b-ba2c-d02a4447115a
12:08:04.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=390b82a3-cf7a-4449-bd6d-8356bd47e720
12:08:04.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a99d8d45-88b1-4885-a988-2d6c93ea5a20
12:08:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae26e2e0-a2d8-468c-a02d-42f0816c3bd7
12:08:04.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5a07887-3e3f-43df-910d-5ad22e611c16
12:08:04.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db5e878b-a999-4661-975e-356b45b787ee
12:08:04.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8bc3a24-de2f-4bb8-bd41-36950db48cd4
12:08:04.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=914dd8bb-fae2-41bd-961c-59b7d35a7490
12:08:04.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fed33ab-5e84-4a97-b719-f2630cf79327
12:08:04.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c239c50-37a9-4f11-8203-f11a6132d245
12:08:04.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b4d060-17d0-43e7-a249-76a4ef926fd1
12:08:04.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5c2f0e-ce72-4c9b-ba2c-d02a4447115a
12:08:04.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:04.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:04.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:04.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad69cdf3-80df-4885-893a-8480cf36d572
12:08:04.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:04.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae26e2e0-a2d8-468c-a02d-42f0816c3bd7
12:08:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39fd71fd-547d-4cd8-b98e-76a6c6e9d4f4
12:08:05.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db5e878b-a999-4661-975e-356b45b787ee
12:08:05.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed3a3cb-9dee-401e-b3ec-18f97bdd5ccc
12:08:05.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8bc3a24-de2f-4bb8-bd41-36950db48cd4
12:08:05.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87792135-b576-4e85-b749-662bdf50354d
12:08:05.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fed33ab-5e84-4a97-b719-f2630cf79327
12:08:05.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc84f14-4b79-454d-b40b-663a454acb44
12:08:05.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9b4d060-17d0-43e7-a249-76a4ef926fd1
12:08:05.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a282df-2b66-44ee-8297-7e33880ea11d
12:08:05.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad69cdf3-80df-4885-893a-8480cf36d572
12:08:05.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39fd71fd-547d-4cd8-b98e-76a6c6e9d4f4
12:08:05.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ae85cf-a57c-4c10-8517-92be586df387
12:08:05.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed3a3cb-9dee-401e-b3ec-18f97bdd5ccc
12:08:05.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4eb927-da72-4d58-9a19-befaa01cb1c6
12:08:05.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87792135-b576-4e85-b749-662bdf50354d
12:08:05.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfde93dc-7cb5-4e18-83d5-c2e2ba752e74
12:08:05.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc84f14-4b79-454d-b40b-663a454acb44
12:08:05.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba75e206-8adf-4047-bd1a-acc3afc9c783
12:08:05.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71a282df-2b66-44ee-8297-7e33880ea11d
12:08:05.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77270c30-aebc-45d1-a3ba-a3e737d40498
12:08:05.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:05.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:05.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:05.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:05.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:05.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:05.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2ae85cf-a57c-4c10-8517-92be586df387
12:08:05.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203f474a-0b50-4319-b6f6-5b46e0247560
12:08:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4eb927-da72-4d58-9a19-befaa01cb1c6
12:08:06.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e09a75e-2c62-4fbc-93ae-03ae648a10ea
12:08:06.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfde93dc-7cb5-4e18-83d5-c2e2ba752e74
12:08:06.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd13a76f-bf1b-44f7-b9cc-f26a7e06308b
12:08:06.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba75e206-8adf-4047-bd1a-acc3afc9c783
12:08:06.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77270c30-aebc-45d1-a3ba-a3e737d40498
12:08:06.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f6b9a1-fcf0-42bf-83fa-4ce333b4288b
12:08:06.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203f474a-0b50-4319-b6f6-5b46e0247560
12:08:06.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e09a75e-2c62-4fbc-93ae-03ae648a10ea
12:08:06.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306b573e-1e01-4517-857f-6ccdfc1abea4
12:08:06.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd13a76f-bf1b-44f7-b9cc-f26a7e06308b
12:08:06.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3888be61-a4d2-4799-ac07-1e2fdda08fe9
12:08:06.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f6b9a1-fcf0-42bf-83fa-4ce333b4288b
12:08:06.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e824655-ead9-4e84-b165-e9e0929c06a8
12:08:06.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=306b573e-1e01-4517-857f-6ccdfc1abea4
12:08:06.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb67f0ae-dadf-4a89-b71d-e73f99f2844d
12:08:06.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3888be61-a4d2-4799-ac07-1e2fdda08fe9
12:08:06.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c07d6fe-5dce-4726-8372-e4e20855257e
12:08:06.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=057b478a-7da2-43d9-9589-182ecd834e0c
12:08:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e824655-ead9-4e84-b165-e9e0929c06a8
12:08:06.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:06.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:06.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98e2bee-1116-410e-a0e2-7223f8f72a34
12:08:06.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:06.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:06.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:06.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:06.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb67f0ae-dadf-4a89-b71d-e73f99f2844d
12:08:06.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e4bd607-334e-4d69-a3a4-f50217bdc6ec
12:08:07.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c07d6fe-5dce-4726-8372-e4e20855257e
12:08:07.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5baf729d-aa44-4d92-89e9-19b07971350c
12:08:07.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1c51def-d3da-43e3-8bfe-6990f977cd0e
12:08:07.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=057b478a-7da2-43d9-9589-182ecd834e0c
12:08:07.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7ce86c-6b96-4160-86aa-c1a1a4482a7c
12:08:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98e2bee-1116-410e-a0e2-7223f8f72a34
12:08:07.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e4bd607-334e-4d69-a3a4-f50217bdc6ec
12:08:07.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e2679ce-145a-4fde-9191-df98b1a39d20
12:08:07.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22311993-d7ce-41ab-91c4-23a3f7d08c02
12:08:07.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5baf729d-aa44-4d92-89e9-19b07971350c
12:08:07.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d94950e-939e-4be7-a0e8-6fc62285adf3
12:08:07.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1c51def-d3da-43e3-8bfe-6990f977cd0e
12:08:07.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89a72c88-c75f-4407-8827-c21800e9174f
12:08:07.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f7ce86c-6b96-4160-86aa-c1a1a4482a7c
12:08:07.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3bca5a-1f52-42a5-93b7-14c4577e22fc
12:08:07.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e2679ce-145a-4fde-9191-df98b1a39d20
12:08:07.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c595c4-381e-413e-9244-7b476fc40269
12:08:07.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22311993-d7ce-41ab-91c4-23a3f7d08c02
12:08:07.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:07.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:07.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:07.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=007f3ff4-d765-4dfd-8198-b75ce4016a87
12:08:07.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:07.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:07.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d94950e-939e-4be7-a0e8-6fc62285adf3
12:08:08.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37d72c6-a7f5-4289-a540-1ebc53fec374
12:08:08.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89a72c88-c75f-4407-8827-c21800e9174f
12:08:08.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70412054-d4c9-4dd1-b0ee-aef9d8d08dc8
12:08:08.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b3bca5a-1f52-42a5-93b7-14c4577e22fc
12:08:08.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24f5a7f2-97fe-44e3-9370-3658f4ef6413
12:08:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c595c4-381e-413e-9244-7b476fc40269
12:08:08.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.305 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d843acbd-fb1f-4644-bb3f-383377d0cecb
12:08:08.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=007f3ff4-d765-4dfd-8198-b75ce4016a87
12:08:08.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e6f26ed-6df6-42e7-ae98-4d6a97567ef6
12:08:08.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37d72c6-a7f5-4289-a540-1ebc53fec374
12:08:08.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c5577a-633d-43d6-809d-5508d9eb91c8
12:08:08.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70412054-d4c9-4dd1-b0ee-aef9d8d08dc8
12:08:08.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4cee8f8-fc9c-4e18-bdd1-ea7480db049c
12:08:08.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24f5a7f2-97fe-44e3-9370-3658f4ef6413
12:08:08.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45114f52-d630-4942-ae07-9ef88206de58
12:08:08.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d843acbd-fb1f-4644-bb3f-383377d0cecb
12:08:08.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.775 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2e6730-589e-46cd-899c-87c2d4764522
12:08:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e6f26ed-6df6-42e7-ae98-4d6a97567ef6
12:08:08.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7c8ef7-edc9-4d04-aa3a-38a8edff3a47
12:08:08.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c5577a-633d-43d6-809d-5508d9eb91c8
12:08:08.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:08.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae97485-99ea-4e5e-955a-57b4660362ca
12:08:08.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:08.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:08.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9dbee38-8526-44bf-b002-6e272d34fed7
12:08:09.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4cee8f8-fc9c-4e18-bdd1-ea7480db049c
12:08:09.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4934202-8010-490e-91ad-b0737f33c8a4
12:08:09.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45114f52-d630-4942-ae07-9ef88206de58
12:08:09.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.183 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a71e2cf-7178-40be-90e1-d7e741f284f7
12:08:09.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2e6730-589e-46cd-899c-87c2d4764522
12:08:09.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c32dd3-b066-4a95-a60f-a45d2cfc0fbc
12:08:09.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a571c70-528b-4238-b8cd-817748931420
12:08:09.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7c8ef7-edc9-4d04-aa3a-38a8edff3a47
12:08:09.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6333debf-759b-43f7-9f13-6a75b283519c
12:08:09.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ae97485-99ea-4e5e-955a-57b4660362ca
12:08:09.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=405964e0-5bb2-48d1-a4eb-b2d5ce24e0b2
12:08:09.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9dbee38-8526-44bf-b002-6e272d34fed7
12:08:09.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2a49c4-aafc-4846-8725-900b0a20e537
12:08:09.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4934202-8010-490e-91ad-b0737f33c8a4
12:08:09.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abe267e-7fbf-4fea-9692-43abe46df2de
12:08:09.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a71e2cf-7178-40be-90e1-d7e741f284f7
12:08:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3ad679-0c63-4439-a027-a5d5aaf90db2
12:08:09.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c32dd3-b066-4a95-a60f-a45d2cfc0fbc
12:08:09.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b0cf37-d351-4a77-aa73-e1db4a37b109
12:08:09.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a571c70-528b-4238-b8cd-817748931420
12:08:09.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4148b0f7-9017-45b0-990a-ee694738bb65
12:08:09.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:09.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:09.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:09.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:09.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6333debf-759b-43f7-9f13-6a75b283519c
12:08:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a1f4ae-18bb-4306-9cd0-37d5c236ab55
12:08:10.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=405964e0-5bb2-48d1-a4eb-b2d5ce24e0b2
12:08:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.097 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4568afc1-4aff-4411-8664-891c4f58f691
12:08:10.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea5fbc4-5061-4288-b460-111c7acd72e0
12:08:10.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2a49c4-aafc-4846-8725-900b0a20e537
12:08:10.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2a1ab9-a7bd-474f-b2af-10dabd25b8c3
12:08:10.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5abe267e-7fbf-4fea-9692-43abe46df2de
12:08:10.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff4e5960-de1d-45a2-90ae-232a1a177e06
12:08:10.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3ad679-0c63-4439-a027-a5d5aaf90db2
12:08:10.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43fd93b-4e77-461f-b980-9a2167c6d796
12:08:10.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b0cf37-d351-4a77-aa73-e1db4a37b109
12:08:10.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.508 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2241dba4-6773-4054-ad70-56841de26352
12:08:10.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4148b0f7-9017-45b0-990a-ee694738bb65
12:08:10.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1a0263d-1709-496e-8752-544915539000
12:08:10.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a1f4ae-18bb-4306-9cd0-37d5c236ab55
12:08:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56142c2-34be-452e-9419-f6a4a5aee95f
12:08:10.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4568afc1-4aff-4411-8664-891c4f58f691
12:08:10.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9dc809-1c1b-49e8-9ced-ee828a6b897d
12:08:10.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea5fbc4-5061-4288-b460-111c7acd72e0
12:08:10.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88af64d4-bccd-4a2c-bd28-907255f41a04
12:08:10.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:10.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:10.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:10.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:10.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:10.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2a1ab9-a7bd-474f-b2af-10dabd25b8c3
12:08:10.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b50e921-0aa7-4725-928b-87831eee2457
12:08:11.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff4e5960-de1d-45a2-90ae-232a1a177e06
12:08:11.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c43fd93b-4e77-461f-b980-9a2167c6d796
12:08:11.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae2bf62-69b2-435b-8d33-1108af077d6b
12:08:11.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2241dba4-6773-4054-ad70-56841de26352
12:08:11.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1a0263d-1709-496e-8752-544915539000
12:08:11.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df503107-0ced-488e-9ec1-bc5c4bb1fbb4
12:08:11.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56142c2-34be-452e-9419-f6a4a5aee95f
12:08:11.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.323 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beb77a1a-02b1-43a5-92de-dba571316b42
12:08:11.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f9dc809-1c1b-49e8-9ced-ee828a6b897d
12:08:11.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd26254-ff87-49bf-a82c-cf546c3ab845
12:08:11.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88af64d4-bccd-4a2c-bd28-907255f41a04
12:08:11.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04157305-2576-485c-8170-069ac547b0b7
12:08:11.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b50e921-0aa7-4725-928b-87831eee2457
12:08:11.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd6f3af-3f8d-4e70-bbd4-47f10482c4b6
12:08:11.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ae2bf62-69b2-435b-8d33-1108af077d6b
12:08:11.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0725d32-15b2-4134-98ee-0dcfe99a4f3e
12:08:11.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df503107-0ced-488e-9ec1-bc5c4bb1fbb4
12:08:11.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c068c551-5db6-4680-beaf-a2af47b4f1e9
12:08:11.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beb77a1a-02b1-43a5-92de-dba571316b42
12:08:11.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bd26254-ff87-49bf-a82c-cf546c3ab845
12:08:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:11.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:11.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:11.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe9e1f3-0bff-4550-bf31-a335c84973f5
12:08:11.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:11.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:11.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:11.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04157305-2576-485c-8170-069ac547b0b7
12:08:11.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f1cbbd-0aa7-4932-8c32-41770e9f7024
12:08:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bd6f3af-3f8d-4e70-bbd4-47f10482c4b6
12:08:12.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2cfd6a9-9a52-4277-97e8-260e54360019
12:08:12.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0725d32-15b2-4134-98ee-0dcfe99a4f3e
12:08:12.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a47524-1956-45fd-a892-131c22c30cf6
12:08:12.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c068c551-5db6-4680-beaf-a2af47b4f1e9
12:08:12.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ce7b8c-46f8-4fbb-9e69-67f1e65e2428
12:08:12.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf996f9-1325-49b0-af88-312127d157cd
12:08:12.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe9e1f3-0bff-4550-bf31-a335c84973f5
12:08:12.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aee1606e-ae5b-4f46-84ce-870ddf63b64d
12:08:12.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f1cbbd-0aa7-4932-8c32-41770e9f7024
12:08:12.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad1d70bd-35bd-428b-87f0-abaa23f9f084
12:08:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2cfd6a9-9a52-4277-97e8-260e54360019
12:08:12.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5da2bb-ac43-4d0d-814b-14fc6d43ea88
12:08:12.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74a47524-1956-45fd-a892-131c22c30cf6
12:08:12.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=964444db-e702-4bab-8304-cb0887dc99c1
12:08:12.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44ce7b8c-46f8-4fbb-9e69-67f1e65e2428
12:08:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=affcf541-0d20-4ced-a1b7-e1995e689f10
12:08:12.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cf996f9-1325-49b0-af88-312127d157cd
12:08:12.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aee1606e-ae5b-4f46-84ce-870ddf63b64d
12:08:12.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.936 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3311c42d-8910-48df-89b5-0f737649a6ac
12:08:12.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:12.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:12.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:12.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:12.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:12.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:12.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:12.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad1d70bd-35bd-428b-87f0-abaa23f9f084
12:08:12.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba5da2bb-ac43-4d0d-814b-14fc6d43ea88
12:08:13.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbe6420-7bf2-4627-acee-5ceb5298a26a
12:08:13.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19165d5c-4280-4bdb-941b-84eba1c79a5a
12:08:13.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=964444db-e702-4bab-8304-cb0887dc99c1
12:08:13.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=affcf541-0d20-4ced-a1b7-e1995e689f10
12:08:13.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102e4942-1b65-46f0-854c-b322fcb22310
12:08:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bac851e-3be9-4bf9-b98d-6592aae376f4
12:08:13.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3311c42d-8910-48df-89b5-0f737649a6ac
12:08:13.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a89f23a-d7b8-4b64-a7e2-cb54d65b97ed
12:08:13.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbe6420-7bf2-4627-acee-5ceb5298a26a
12:08:13.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=774cad57-14cc-4bea-9e1d-1c5f56d52bf6
12:08:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19165d5c-4280-4bdb-941b-84eba1c79a5a
12:08:13.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b5d40d6-5d0c-425a-bdec-04e917bdebd9
12:08:13.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102e4942-1b65-46f0-854c-b322fcb22310
12:08:13.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.670 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0189cbac-ceb3-4345-90e4-5d7302482933
12:08:13.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bac851e-3be9-4bf9-b98d-6592aae376f4
12:08:13.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=153c67d9-17d0-4565-951c-5bbc7d6e33f5
12:08:13.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a89f23a-d7b8-4b64-a7e2-cb54d65b97ed
12:08:13.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed308043-bf65-4ba6-aaee-cb6055f46842
12:08:13.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddc1ead7-249b-42c3-8552-664dba1344f5
12:08:13.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=774cad57-14cc-4bea-9e1d-1c5f56d52bf6
12:08:13.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:13.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:13.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:13.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:13.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:13.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89154c5a-fdcf-4ebb-a239-df4bdc3c710c
12:08:13.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b5d40d6-5d0c-425a-bdec-04e917bdebd9
12:08:14.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98dc7b15-214b-4a7c-b4c1-2e17628d51af
12:08:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0189cbac-ceb3-4345-90e4-5d7302482933
12:08:14.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=153c67d9-17d0-4565-951c-5bbc7d6e33f5
12:08:14.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72583010-e485-44b8-9025-8065ad222a7c
12:08:14.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a2c6da-4482-4f1d-9dae-eb45dc300eff
12:08:14.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed308043-bf65-4ba6-aaee-cb6055f46842
12:08:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e71629e-9656-4ed8-a5f5-7f1770186dd6
12:08:14.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddc1ead7-249b-42c3-8552-664dba1344f5
12:08:14.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0571b471-8bcb-44ec-ae4d-8a7defe20718
12:08:14.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89154c5a-fdcf-4ebb-a239-df4bdc3c710c
12:08:14.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6180d379-b318-4386-8afb-a4aedbb3aa70
12:08:14.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98dc7b15-214b-4a7c-b4c1-2e17628d51af
12:08:14.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f305641-8344-4249-8a68-e34daece51ab
12:08:14.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72583010-e485-44b8-9025-8065ad222a7c
12:08:14.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53406686-3db0-4a79-b7e8-2465c1c5a56e
12:08:14.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:14.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:14.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a2c6da-4482-4f1d-9dae-eb45dc300eff
12:08:14.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:14.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:14.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:14.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:14.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:14.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f28cb8b5-d49c-4f92-99ab-d24a98903185
12:08:14.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e71629e-9656-4ed8-a5f5-7f1770186dd6
12:08:15.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58af18c4-2140-41ae-b02d-19ab9af3b71d
12:08:15.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0571b471-8bcb-44ec-ae4d-8a7defe20718
12:08:15.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.186 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83001161-d110-480e-a530-aeb76317bb3f
12:08:15.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6180d379-b318-4386-8afb-a4aedbb3aa70
12:08:15.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1b71d7-1f63-479b-82bc-d89014a787b8
12:08:15.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f305641-8344-4249-8a68-e34daece51ab
12:08:15.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43dbdf68-d7a3-49e8-9dd9-1dbef23910e9
12:08:15.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de3dcd3e-23ef-4a92-9415-66be5512f27e
12:08:15.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53406686-3db0-4a79-b7e8-2465c1c5a56e
12:08:15.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34123fb7-7e4b-4711-9843-8b4fa96b126c
12:08:15.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f28cb8b5-d49c-4f92-99ab-d24a98903185
12:08:15.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=116ac397-e9f8-49c5-81b0-863c73455772
12:08:15.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58af18c4-2140-41ae-b02d-19ab9af3b71d
12:08:15.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792b5427-d774-41dd-beff-a7aac2a9c0b0
12:08:15.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83001161-d110-480e-a530-aeb76317bb3f
12:08:15.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bf736c7-27e1-40bb-a8ba-2e7c6a08192e
12:08:15.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f1b71d7-1f63-479b-82bc-d89014a787b8
12:08:15.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43dbdf68-d7a3-49e8-9dd9-1dbef23910e9
12:08:15.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197c0a32-fb84-4fd4-b22f-6b2d627f83fd
12:08:15.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:15.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:15.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:15.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:15.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:15.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:15.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:15.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de3dcd3e-23ef-4a92-9415-66be5512f27e
12:08:15.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.001 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98fddb0-3040-4567-abc7-9079350b0e9a
12:08:16.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a42efa-62c0-4442-8926-a98a9876dd7a
12:08:16.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34123fb7-7e4b-4711-9843-8b4fa96b126c
12:08:16.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3facc36d-9d55-4814-a2c5-cf2e3ecbbc64
12:08:16.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=116ac397-e9f8-49c5-81b0-863c73455772
12:08:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ed2159a-7ae8-406c-9751-f08abea1bea0
12:08:16.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792b5427-d774-41dd-beff-a7aac2a9c0b0
12:08:16.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6993b343-0a7e-4385-babd-2198245086cd
12:08:16.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bf736c7-27e1-40bb-a8ba-2e7c6a08192e
12:08:16.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81e05259-95d6-4590-bc85-31ff3ffdabc1
12:08:16.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=080fc6b2-c019-4f0c-87b3-312a5f0851e5
12:08:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=197c0a32-fb84-4fd4-b22f-6b2d627f83fd
12:08:16.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be997f2b-756e-4dbe-b9a9-44507c88280a
12:08:16.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5772d317-a064-499e-a223-6c9492a8b4c2
12:08:16.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f98fddb0-3040-4567-abc7-9079350b0e9a
12:08:16.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5a42efa-62c0-4442-8926-a98a9876dd7a
12:08:16.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2252c4-281a-4fed-8896-958e07843b9c
12:08:16.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b505dc27-3f7e-4ebd-806d-32cfb0a7d13c
12:08:16.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3facc36d-9d55-4814-a2c5-cf2e3ecbbc64
12:08:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1abb7e6-af71-4507-8d46-503af1091555
12:08:16.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:16.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:16.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:16.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:16.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:16.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ed2159a-7ae8-406c-9751-f08abea1bea0
12:08:16.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6993b343-0a7e-4385-babd-2198245086cd
12:08:17.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40ea5c12-e5ef-41d8-affd-54ba66795734
12:08:17.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81e05259-95d6-4590-bc85-31ff3ffdabc1
12:08:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=428ae7d9-8790-4c60-96ce-973e806ef23c
12:08:17.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=080fc6b2-c019-4f0c-87b3-312a5f0851e5
12:08:17.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eeee986-2edb-493b-9db5-80c5934a074b
12:08:17.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be997f2b-756e-4dbe-b9a9-44507c88280a
12:08:17.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5772d317-a064-499e-a223-6c9492a8b4c2
12:08:17.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85df17c3-dda2-4177-907b-fe93ec08af21
12:08:17.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2252c4-281a-4fed-8896-958e07843b9c
12:08:17.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0b9ccf0-1e0a-4e8c-bcb8-54eacc424c2b
12:08:17.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565772f8-9bb8-49bb-a14c-49b9c4168b0b
12:08:17.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b505dc27-3f7e-4ebd-806d-32cfb0a7d13c
12:08:17.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6a7e5a2-fd33-4546-ac68-42a0695121d8
12:08:17.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1abb7e6-af71-4507-8d46-503af1091555
12:08:17.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317588e5-37d2-4eff-b608-4f79ef999058
12:08:17.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40ea5c12-e5ef-41d8-affd-54ba66795734
12:08:17.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a539bb0-12ff-4913-8b01-81cb955c53a4
12:08:17.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e75724cd-96aa-43f5-a17c-58926cce0d85
12:08:17.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=428ae7d9-8790-4c60-96ce-973e806ef23c
12:08:17.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=612a34ba-5f45-4bf2-9618-b05c86bdc524
12:08:17.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eeee986-2edb-493b-9db5-80c5934a074b
12:08:17.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:17.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:17.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:17.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:17.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:17.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:17.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:17.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c558b49a-c429-4c8f-9784-0aef8e11a9f4
12:08:17.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85df17c3-dda2-4177-907b-fe93ec08af21
12:08:18.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e99823-3c96-4a43-8a38-2669a11ca7be
12:08:18.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0b9ccf0-1e0a-4e8c-bcb8-54eacc424c2b
12:08:18.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c734197b-b4b1-41ac-938e-08ae18dca38a
12:08:18.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=565772f8-9bb8-49bb-a14c-49b9c4168b0b
12:08:18.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc32eb3-d72c-40c6-ae48-fedcb120437f
12:08:18.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3826ebc-b2b0-4bc7-9e6c-cd1a01f7d918
12:08:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6a7e5a2-fd33-4546-ac68-42a0695121d8
12:08:18.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.398 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c3a4565-4322-4bea-884a-1362f3256bef
12:08:18.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=317588e5-37d2-4eff-b608-4f79ef999058
12:08:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb843b6-39a8-42bf-9c14-8d9eea8a3a5b
12:08:18.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a539bb0-12ff-4913-8b01-81cb955c53a4
12:08:18.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.578 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cda7bd7-fd84-4597-85c8-d9842af03f97
12:08:18.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e75724cd-96aa-43f5-a17c-58926cce0d85
12:08:18.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e6a79db-ba42-4457-a6fa-940b9380f8d9
12:08:18.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=612a34ba-5f45-4bf2-9618-b05c86bdc524
12:08:18.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e55368ca-3824-4c3a-8d9f-9a335a105c78
12:08:18.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c558b49a-c429-4c8f-9784-0aef8e11a9f4
12:08:18.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221f8942-ca69-47d5-86eb-9d319398b5ff
12:08:18.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36e99823-3c96-4a43-8a38-2669a11ca7be
12:08:18.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:18.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:18.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:18.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:18.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e98bd67-ae8b-4d97-a632-f7712eb09794
12:08:18.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c734197b-b4b1-41ac-938e-08ae18dca38a
12:08:19.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e718ca-c2a6-4add-8048-db44c7ac7ebb
12:08:19.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fc32eb3-d72c-40c6-ae48-fedcb120437f
12:08:19.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6990b571-d7b7-433a-a126-8e6c1c27d03e
12:08:19.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc43bc2-96aa-4525-a592-78eacc7509ba
12:08:19.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3826ebc-b2b0-4bc7-9e6c-cd1a01f7d918
12:08:19.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38efa954-25e4-4a21-a51a-d5d201551c6f
12:08:19.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c3a4565-4322-4bea-884a-1362f3256bef
12:08:19.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d0a7b0-0162-48cb-a8f5-eb5a45762683
12:08:19.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbb843b6-39a8-42bf-9c14-8d9eea8a3a5b
12:08:19.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dd709e9-45d7-44da-a66f-4df1e286cb63
12:08:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cda7bd7-fd84-4597-85c8-d9842af03f97
12:08:19.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab45520-2d7d-4581-988a-dfbc7e69bea9
12:08:19.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e6a79db-ba42-4457-a6fa-940b9380f8d9
12:08:19.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=432607cf-9da5-4092-85b6-ba54fb0c7a43
12:08:19.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4897f98-0b5e-4a19-b92e-5a0dd6560edb
12:08:19.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e55368ca-3824-4c3a-8d9f-9a335a105c78
12:08:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.818 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7f2fa4-cce9-4006-85d9-07806e104fea
12:08:19.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221f8942-ca69-47d5-86eb-9d319398b5ff
12:08:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:19.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:19.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e98bd67-ae8b-4d97-a632-f7712eb09794
12:08:19.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:19.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:19.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:19.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:19.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5a921eb-e09b-4ba2-b0f7-de81630822d2
12:08:19.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=915f691d-bc58-4b2b-bcac-81defff65a62
12:08:20.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72e718ca-c2a6-4add-8048-db44c7ac7ebb
12:08:20.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c5e5a5-851a-4eff-9bec-9cbfb48c4c04
12:08:20.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6990b571-d7b7-433a-a126-8e6c1c27d03e
12:08:20.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d09d29e-4381-472f-9021-413de54bf5d3
12:08:20.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc43bc2-96aa-4525-a592-78eacc7509ba
12:08:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0ff9247-0c6d-4a25-9d91-288ea4dbc4fd
12:08:20.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38efa954-25e4-4a21-a51a-d5d201551c6f
12:08:20.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d0a7b0-0162-48cb-a8f5-eb5a45762683
12:08:20.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160124b3-9978-4b7a-932a-9688e84824fa
12:08:20.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dd709e9-45d7-44da-a66f-4df1e286cb63
12:08:20.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bd199b2-5be1-400d-adcd-2f806c837da1
12:08:20.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ab45520-2d7d-4581-988a-dfbc7e69bea9
12:08:20.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=432607cf-9da5-4092-85b6-ba54fb0c7a43
12:08:20.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11d9b1eb-2575-4029-a6fe-d68c4de9c72b
12:08:20.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4897f98-0b5e-4a19-b92e-5a0dd6560edb
12:08:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9698d1f-5bca-4974-814d-7d3f7c021060
12:08:20.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b7f2fa4-cce9-4006-85d9-07806e104fea
12:08:20.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d756080d-9631-408d-8dc2-599a22d6281e
12:08:20.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5a921eb-e09b-4ba2-b0f7-de81630822d2
12:08:20.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a951de32-8b94-41c0-93f1-05b68a0b8ddb
12:08:20.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:20.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:20.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:20.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:20.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:20.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:20.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:20.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=915f691d-bc58-4b2b-bcac-81defff65a62
12:08:20.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bbf8d4e-c091-409c-9d83-a960a2e14a04
12:08:21.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80c5e5a5-851a-4eff-9bec-9cbfb48c4c04
12:08:21.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1dd58c6-4455-4e65-aa14-12afa675bf49
12:08:21.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d09d29e-4381-472f-9021-413de54bf5d3
12:08:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3211f201-47d0-45f0-91f9-0fdae2d1d794
12:08:21.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50ff8d1-57f2-41c0-9366-9801b23232ee
12:08:21.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0ff9247-0c6d-4a25-9d91-288ea4dbc4fd
12:08:21.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d5e7c3-7f6a-4084-b1fb-9e462d65bd42
12:08:21.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=160124b3-9978-4b7a-932a-9688e84824fa
12:08:21.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43d612a-e56e-453b-91f5-8bcd29ba35a3
12:08:21.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bd199b2-5be1-400d-adcd-2f806c837da1
12:08:21.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88863500-fbd8-43a8-85b5-4a3a6e67d149
12:08:21.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11d9b1eb-2575-4029-a6fe-d68c4de9c72b
12:08:21.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9698d1f-5bca-4974-814d-7d3f7c021060
12:08:21.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56c2225a-80f8-4d5e-a9ce-686ec54ccdd2
12:08:21.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d756080d-9631-408d-8dc2-599a22d6281e
12:08:21.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7796e763-20d7-4564-bd94-f450ee78a355
12:08:21.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44c2af2-f127-4640-9dfd-64dc753aaed6
12:08:21.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a951de32-8b94-41c0-93f1-05b68a0b8ddb
12:08:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae8e0d4-ff06-48dc-8391-320304412ad8
12:08:21.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:21.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:21.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:21.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:21.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:21.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:21.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:21.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bbf8d4e-c091-409c-9d83-a960a2e14a04
12:08:21.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10425ccb-c207-434b-87a7-a73fb54a3be2
12:08:22.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1dd58c6-4455-4e65-aa14-12afa675bf49
12:08:22.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3211f201-47d0-45f0-91f9-0fdae2d1d794
12:08:22.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3202fec8-60cc-445d-993f-c0daa7fd4ae4
12:08:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a50ff8d1-57f2-41c0-9366-9801b23232ee
12:08:22.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f37c5135-a32c-495b-994f-859c0bd5a807
12:08:22.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d5e7c3-7f6a-4084-b1fb-9e462d65bd42
12:08:22.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea85dbf8-5ff8-41d0-9000-2e9478383adc
12:08:22.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.345 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43d612a-e56e-453b-91f5-8bcd29ba35a3
12:08:22.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2ecab66-1b8f-4766-9c2b-e5529667727d
12:08:22.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88863500-fbd8-43a8-85b5-4a3a6e67d149
12:08:22.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36af3ea7-9d48-4447-b192-677bb91bdae5
12:08:22.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56c2225a-80f8-4d5e-a9ce-686ec54ccdd2
12:08:22.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6cee764-e994-4bb5-8423-8d50c0f4969d
12:08:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7796e763-20d7-4564-bd94-f450ee78a355
12:08:22.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daed9cd9-9355-4d27-bc60-0abc21f9d3b8
12:08:22.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a44c2af2-f127-4640-9dfd-64dc753aaed6
12:08:22.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=998e1670-fbdd-41f7-89c0-e8d958923c88
12:08:22.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ae8e0d4-ff06-48dc-8391-320304412ad8
12:08:22.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10425ccb-c207-434b-87a7-a73fb54a3be2
12:08:22.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0db29bb-cf36-457a-93fd-246f303b8368
12:08:22.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893207f4-0a5e-4e05-8e82-50bd896f580c
12:08:22.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:22.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:22.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:22.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:22.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:22.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:22.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:22.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3202fec8-60cc-445d-993f-c0daa7fd4ae4
12:08:22.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.068 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b387ceb0-1cc0-4bf0-b35d-abc9e7560e56
12:08:23.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f37c5135-a32c-495b-994f-859c0bd5a807
12:08:23.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea85dbf8-5ff8-41d0-9000-2e9478383adc
12:08:23.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a9b624-0063-429c-afa2-a458602c60ef
12:08:23.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2ecab66-1b8f-4766-9c2b-e5529667727d
12:08:23.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05266331-1eae-470c-b3d5-0900247ec174
12:08:23.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e35d352d-9b1d-486b-9a0c-b1ab7595b131
12:08:23.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36af3ea7-9d48-4447-b192-677bb91bdae5
12:08:23.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c096885d-c59f-465a-a30a-1a9982271bc9
12:08:23.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6cee764-e994-4bb5-8423-8d50c0f4969d
12:08:23.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35536812-6f92-4fe0-b4bf-48fb1159c507
12:08:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daed9cd9-9355-4d27-bc60-0abc21f9d3b8
12:08:23.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44283bc-da4a-49d1-8e21-fb8f7f11391a
12:08:23.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=998e1670-fbdd-41f7-89c0-e8d958923c88
12:08:23.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17abfec7-938d-4f4a-af10-3652a3017b98
12:08:23.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0db29bb-cf36-457a-93fd-246f303b8368
12:08:23.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ffb93e6-00ed-49f1-93b8-a0e2477b59da
12:08:23.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893207f4-0a5e-4e05-8e82-50bd896f580c
12:08:23.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b4cc99-46dd-4bec-877e-ecf49827c8d5
12:08:23.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b387ceb0-1cc0-4bf0-b35d-abc9e7560e56
12:08:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:23.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:23.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:23.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1a9b624-0063-429c-afa2-a458602c60ef
12:08:23.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:23.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:23.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:23.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:23.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96daedb3-78a9-4f90-9d75-2052869d7691
12:08:23.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7171589-c849-472f-b8a5-ffac18de9ca1
12:08:24.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05266331-1eae-470c-b3d5-0900247ec174
12:08:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e3e22f-435f-4250-8483-82d60045d827
12:08:24.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e35d352d-9b1d-486b-9a0c-b1ab7595b131
12:08:24.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d87f7fb-a98e-4144-b2a4-83965857a67a
12:08:24.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c096885d-c59f-465a-a30a-1a9982271bc9
12:08:24.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35536812-6f92-4fe0-b4bf-48fb1159c507
12:08:24.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fdb42c6-3a4b-4e41-997d-cfee8d984361
12:08:24.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e44283bc-da4a-49d1-8e21-fb8f7f11391a
12:08:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5caec85a-e253-47ff-94e2-88f6a25842d0
12:08:24.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.520 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de1307cf-02da-4432-94ac-3dc986a42d3f
12:08:24.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17abfec7-938d-4f4a-af10-3652a3017b98
12:08:24.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ffb93e6-00ed-49f1-93b8-a0e2477b59da
12:08:24.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37fcc18e-b6df-45d8-a72e-bb826fe6b5f2
12:08:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f7af719-ef79-459d-b879-b69bd19af323
12:08:24.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b4cc99-46dd-4bec-877e-ecf49827c8d5
12:08:24.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96daedb3-78a9-4f90-9d75-2052869d7691
12:08:24.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b069132a-ff75-4746-a8dd-250538b0bf19
12:08:24.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7171589-c849-472f-b8a5-ffac18de9ca1
12:08:24.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.904 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=210b7c39-4868-4c50-ab44-f2bf4e4cf760
12:08:24.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e3e22f-435f-4250-8483-82d60045d827
12:08:24.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:24.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:24.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:24.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:24.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:24.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:24.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:24.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a9bb7f0-995c-4aef-af3b-b41ab8a3a30f
12:08:24.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d87f7fb-a98e-4144-b2a4-83965857a67a
12:08:25.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcb1de2f-eb06-4256-abd3-d1a26d18b872
12:08:25.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5020b14-3b8f-4566-8ac6-795c9e98aebc
12:08:25.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fdb42c6-3a4b-4e41-997d-cfee8d984361
12:08:25.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1545e232-144e-49c7-ac2f-61336ea7cded
12:08:25.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5caec85a-e253-47ff-94e2-88f6a25842d0
12:08:25.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e8aa33-2e2e-433c-b952-7803a471cfee
12:08:25.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de1307cf-02da-4432-94ac-3dc986a42d3f
12:08:25.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37fcc18e-b6df-45d8-a72e-bb826fe6b5f2
12:08:25.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=585cb4c7-7e73-4aba-86d8-20e9994161d8
12:08:25.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f7af719-ef79-459d-b879-b69bd19af323
12:08:25.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.541 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90658ebd-0747-4cdb-8b19-978dda2cce3f
12:08:25.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b069132a-ff75-4746-a8dd-250538b0bf19
12:08:25.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.652 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d64f46-9f4e-4733-a1a5-5151da99da2e
12:08:25.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=210b7c39-4868-4c50-ab44-f2bf4e4cf760
12:08:25.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53a40667-e656-4dfd-8026-544fcbc56a4c
12:08:25.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a9bb7f0-995c-4aef-af3b-b41ab8a3a30f
12:08:25.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2ad8977-0e16-4bdd-bb4f-efe77ea7feb0
12:08:25.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcb1de2f-eb06-4256-abd3-d1a26d18b872
12:08:25.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176e5d88-65ee-4684-952b-00b8df65584b
12:08:25.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:25.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:25.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:25.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:25.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:25.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:25.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:25.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5020b14-3b8f-4566-8ac6-795c9e98aebc
12:08:25.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fd0a4f-513c-490a-9e4c-19cd039a7e9b
12:08:26.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1545e232-144e-49c7-ac2f-61336ea7cded
12:08:26.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c2054c-a70d-4971-8eb4-49b2959453e8
12:08:26.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71e8aa33-2e2e-433c-b952-7803a471cfee
12:08:26.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f52dc2a6-04f5-4e00-96ff-73818bb00efb
12:08:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c0c7147-50da-455f-8e1e-27895449c2b0
12:08:26.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=585cb4c7-7e73-4aba-86d8-20e9994161d8
12:08:26.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90658ebd-0747-4cdb-8b19-978dda2cce3f
12:08:26.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d623de0-07af-49e0-a28e-b35c34307800
12:08:26.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d64f46-9f4e-4733-a1a5-5151da99da2e
12:08:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d58009cb-c500-425d-bc4d-fa0bc301e0c8
12:08:26.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53a40667-e656-4dfd-8026-544fcbc56a4c
12:08:26.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f8a0ccf-98fe-4b8a-9856-7e3da58adc1b
12:08:26.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2ad8977-0e16-4bdd-bb4f-efe77ea7feb0
12:08:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8b8d639-3c7a-4bf8-aab5-f243af0ce6ca
12:08:26.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=176e5d88-65ee-4684-952b-00b8df65584b
12:08:26.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff5cbd25-dd93-4ad0-b8d6-e554d4c4462e
12:08:26.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.767 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86fd0a4f-513c-490a-9e4c-19cd039a7e9b
12:08:26.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75349b23-aacd-4441-9865-c9a486cce3e8
12:08:26.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c2054c-a70d-4971-8eb4-49b2959453e8
12:08:26.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f52dc2a6-04f5-4e00-96ff-73818bb00efb
12:08:26.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:26.940 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:26.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:26.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:26.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:26.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:26.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9df0e05-9493-4752-9304-e70ded0f0547
12:08:26.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c0c7147-50da-455f-8e1e-27895449c2b0
12:08:27.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c37c0f9-8db3-41e2-8178-d143e4daf97e
12:08:27.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d623de0-07af-49e0-a28e-b35c34307800
12:08:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fe2ab64-f67d-483b-99c1-a146870c8212
12:08:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d58009cb-c500-425d-bc4d-fa0bc301e0c8
12:08:27.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f8a0ccf-98fe-4b8a-9856-7e3da58adc1b
12:08:27.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21e2d495-c852-491b-8204-707e2006decc
12:08:27.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8b8d639-3c7a-4bf8-aab5-f243af0ce6ca
12:08:27.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0817b9cc-e2bc-4ec3-b9c3-5de90b4bd81e
12:08:27.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff5cbd25-dd93-4ad0-b8d6-e554d4c4462e
12:08:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93161d7f-0ab5-426a-ba02-6671dd928610
12:08:27.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e58807e2-df3f-4587-b633-56a69ae5994d
12:08:27.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75349b23-aacd-4441-9865-c9a486cce3e8
12:08:27.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bebdb91-006c-44c7-a95e-e15ae7b12429
12:08:27.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9df0e05-9493-4752-9304-e70ded0f0547
12:08:27.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c664c7-bd77-43ef-95c9-fe1fc93bd305
12:08:27.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c37c0f9-8db3-41e2-8178-d143e4daf97e
12:08:27.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6354d61-3906-44bf-8b59-02b26e012df7
12:08:27.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fe2ab64-f67d-483b-99c1-a146870c8212
12:08:27.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8ddbe4e-873c-4eb2-8591-2964d1f16d03
12:08:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21e2d495-c852-491b-8204-707e2006decc
12:08:27.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:27.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:27.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:27.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=660ba9bc-8a07-4ea6-b56a-72065564141c
12:08:27.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:27.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:27.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0817b9cc-e2bc-4ec3-b9c3-5de90b4bd81e
12:08:27.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae2bb561-fede-42a1-8406-0a46b7a98a79
12:08:28.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93161d7f-0ab5-426a-ba02-6671dd928610
12:08:28.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16a098fc-4061-4d72-8ef7-90f7cf23443b
12:08:28.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e58807e2-df3f-4587-b633-56a69ae5994d
12:08:28.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27295807-bd28-47aa-a66b-cb3e74346b43
12:08:28.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bebdb91-006c-44c7-a95e-e15ae7b12429
12:08:28.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9386cf93-b974-4a6d-9706-11bf8c94eb81
12:08:28.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c664c7-bd77-43ef-95c9-fe1fc93bd305
12:08:28.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0355b6e4-4056-4a6d-b1a4-dc496c4c49a7
12:08:28.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6354d61-3906-44bf-8b59-02b26e012df7
12:08:28.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=262116ad-a630-425c-a88f-758ede3aab98
12:08:28.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8ddbe4e-873c-4eb2-8591-2964d1f16d03
12:08:28.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bfcafc0-23db-428f-873c-edbc2fcb3298
12:08:28.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=660ba9bc-8a07-4ea6-b56a-72065564141c
12:08:28.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae2bb561-fede-42a1-8406-0a46b7a98a79
12:08:28.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e2ea1ff-bc23-4ded-9b79-47c5c5db7fa8
12:08:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03886b81-c16a-45a5-b492-aacbe3b76267
12:08:28.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16a098fc-4061-4d72-8ef7-90f7cf23443b
12:08:28.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.825 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e8365e0-353c-4be9-aa2b-fd738ced9b85
12:08:28.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27295807-bd28-47aa-a66b-cb3e74346b43
12:08:28.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06d930a4-b913-4819-8fac-5aa72f845e1a
12:08:28.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:28.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:28.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:28.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:28.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:28.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:28.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:28.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9386cf93-b974-4a6d-9706-11bf8c94eb81
12:08:28.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aed7e94-a46c-41b4-b890-23dcf12d4ed3
12:08:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0355b6e4-4056-4a6d-b1a4-dc496c4c49a7
12:08:29.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.117 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faff322c-8740-4a4f-9f7b-9dccb5cdc87f
12:08:29.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=262116ad-a630-425c-a88f-758ede3aab98
12:08:29.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b44437-24f6-4c18-9838-679f43660b50
12:08:29.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bfcafc0-23db-428f-873c-edbc2fcb3298
12:08:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8813951-eec1-4213-85ff-3d15faa55c02
12:08:29.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e2ea1ff-bc23-4ded-9b79-47c5c5db7fa8
12:08:29.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dbfc59-75b2-42cb-8460-ccc00dd8a3e0
12:08:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03886b81-c16a-45a5-b492-aacbe3b76267
12:08:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013acaed-eb39-4976-9e5c-628c409f5399
12:08:29.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e8365e0-353c-4be9-aa2b-fd738ced9b85
12:08:29.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f62c8a-4852-4763-a558-fe8611fedf43
12:08:29.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2e3be2-7f33-46d7-b785-81bd940b73b0
12:08:29.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06d930a4-b913-4819-8fac-5aa72f845e1a
12:08:29.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88eadf9a-9e58-43a1-bcc7-14bb00cb7c1e
12:08:29.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aed7e94-a46c-41b4-b890-23dcf12d4ed3
12:08:29.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5d74f85-a992-4ae1-ac77-dc9a3bddbdee
12:08:29.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=faff322c-8740-4a4f-9f7b-9dccb5cdc87f
12:08:29.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37d9e33-ecdd-4ddb-a70a-883e38015db9
12:08:29.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:29.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:29.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44b44437-24f6-4c18-9838-679f43660b50
12:08:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:29.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:29.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:29.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d523e9-a909-4e58-853b-b02a4ac5982d
12:08:29.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8813951-eec1-4213-85ff-3d15faa55c02
12:08:30.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d545cd-4dea-48b5-9797-4529a3f75924
12:08:30.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dbfc59-75b2-42cb-8460-ccc00dd8a3e0
12:08:30.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013acaed-eb39-4976-9e5c-628c409f5399
12:08:30.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103eef25-d2f7-48e3-be63-02118361cad5
12:08:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28f62c8a-4852-4763-a558-fe8611fedf43
12:08:30.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c16914eb-17ad-4a0b-9102-6e2b81bf2bf2
12:08:30.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b2e3be2-7f33-46d7-b785-81bd940b73b0
12:08:30.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd62f206-940c-4cb1-a910-4c2923825902
12:08:30.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88eadf9a-9e58-43a1-bcc7-14bb00cb7c1e
12:08:30.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97953e7f-56a7-4cfb-89a1-900a25e1a760
12:08:30.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5d74f85-a992-4ae1-ac77-dc9a3bddbdee
12:08:30.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d148285f-6542-4178-87a2-f9342d1c198d
12:08:30.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b37d9e33-ecdd-4ddb-a70a-883e38015db9
12:08:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d21d03-b735-4687-b579-0a7681a4b76f
12:08:30.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d523e9-a909-4e58-853b-b02a4ac5982d
12:08:30.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389d70f0-dc1e-4578-984e-13f5f2957c70
12:08:30.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64d545cd-4dea-48b5-9797-4529a3f75924
12:08:30.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.826 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.840 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80802d46-fa8f-4604-b702-325c1c3372fe
12:08:30.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=103eef25-d2f7-48e3-be63-02118361cad5
12:08:30.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:30.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:30.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c14777a-cc38-4052-b2fa-ced088da2486
12:08:30.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:30.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:30.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:30.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:30.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:30.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c16914eb-17ad-4a0b-9102-6e2b81bf2bf2
12:08:30.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd62f206-940c-4cb1-a910-4c2923825902
12:08:31.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.048 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d613da9a-4978-4463-90bb-6a1c20c6821c
12:08:31.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97953e7f-56a7-4cfb-89a1-900a25e1a760
12:08:31.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91dbc96-c232-4c00-9389-9d5506c122b0
12:08:31.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d148285f-6542-4178-87a2-f9342d1c198d
12:08:31.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b722c8aa-7ef3-40e2-923f-3385bbeced19
12:08:31.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d21d03-b735-4687-b579-0a7681a4b76f
12:08:31.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152aa65d-a9e1-432a-8ff0-f3f38ed07818
12:08:31.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd85954d-5184-44cf-96b0-a262e43f0cc0
12:08:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389d70f0-dc1e-4578-984e-13f5f2957c70
12:08:31.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2030203e-afe3-4ebf-bc76-7196510a9d9a
12:08:31.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80802d46-fa8f-4604-b702-325c1c3372fe
12:08:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186e1194-b30d-46f9-8ce8-320081732139
12:08:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc24524-7fde-4f58-918b-17ce96a0138d
12:08:31.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c14777a-cc38-4052-b2fa-ced088da2486
12:08:31.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d613da9a-4978-4463-90bb-6a1c20c6821c
12:08:31.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d43826-622e-4c3b-8abe-52e766d30ae8
12:08:31.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91dbc96-c232-4c00-9389-9d5506c122b0
12:08:31.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1137a31-5624-4add-8c3a-9c325a1c4534
12:08:31.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:31.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:31.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b722c8aa-7ef3-40e2-923f-3385bbeced19
12:08:31.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:31.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:31.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:31.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a918a976-3682-45c8-acce-e60a2b081b32
12:08:31.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eab46a0-c633-41c8-97c6-b91411c86083
12:08:32.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152aa65d-a9e1-432a-8ff0-f3f38ed07818
12:08:32.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.146 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f00af1a-167f-41de-83f7-5e803b9334a3
12:08:32.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd85954d-5184-44cf-96b0-a262e43f0cc0
12:08:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.222 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.235 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10c562fc-8e69-4419-983d-9313636a2417
12:08:32.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2030203e-afe3-4ebf-bc76-7196510a9d9a
12:08:32.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb9a6b00-8ff0-4231-b2d2-151e27806f06
12:08:32.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=186e1194-b30d-46f9-8ce8-320081732139
12:08:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d03efbf-f857-42ec-b26d-1c274b51c7d7
12:08:32.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcc24524-7fde-4f58-918b-17ce96a0138d
12:08:32.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=534c5d34-dd11-4126-b93e-e9181e53e3d9
12:08:32.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36d43826-622e-4c3b-8abe-52e766d30ae8
12:08:32.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=087efdf0-9db4-46fe-89a9-15c11e18e263
12:08:32.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1137a31-5624-4add-8c3a-9c325a1c4534
12:08:32.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.732 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c241c1b8-9bf8-46dc-8d40-77ab5e8d0f6a
12:08:32.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a918a976-3682-45c8-acce-e60a2b081b32
12:08:32.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6f3a00-a8ae-4098-9bc1-63d7abfd5348
12:08:32.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eab46a0-c633-41c8-97c6-b91411c86083
12:08:32.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91683f53-d8a5-4ffc-9bcd-2b97c423943a
12:08:32.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:32.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:32.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:32.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:32.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:32.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:32.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f00af1a-167f-41de-83f7-5e803b9334a3
12:08:32.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a89db0-a6a2-4638-b4aa-c5fa8895ae15
12:08:33.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10c562fc-8e69-4419-983d-9313636a2417
12:08:33.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb9a6b00-8ff0-4231-b2d2-151e27806f06
12:08:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f20b66-4012-4a30-b795-d7d9f3295f6d
12:08:33.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d03efbf-f857-42ec-b26d-1c274b51c7d7
12:08:33.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a0ae28-296d-41b9-a161-fd638100fac0
12:08:33.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55ff2a55-d10e-48c7-a418-74ef90abe2d3
12:08:33.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=534c5d34-dd11-4126-b93e-e9181e53e3d9
12:08:33.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=087efdf0-9db4-46fe-89a9-15c11e18e263
12:08:33.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99caa4b3-d3ec-4a2e-8271-742c7c3c899c
12:08:33.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c241c1b8-9bf8-46dc-8d40-77ab5e8d0f6a
12:08:33.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0fa4a8-a62a-438b-b25e-f41c6ba6c90e
12:08:33.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df6f3a00-a8ae-4098-9bc1-63d7abfd5348
12:08:33.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91683f53-d8a5-4ffc-9bcd-2b97c423943a
12:08:33.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62197b2c-d708-4380-9a52-d8916635e0cc
12:08:33.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40a89db0-a6a2-4638-b4aa-c5fa8895ae15
12:08:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0363c8bb-b467-4784-89df-8b81ab8ee994
12:08:33.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f20b66-4012-4a30-b795-d7d9f3295f6d
12:08:33.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30cd14a7-e5e8-4cd9-98fc-7c91613a78bf
12:08:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a0ae28-296d-41b9-a161-fd638100fac0
12:08:33.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f7d9ee-11f6-49aa-8904-0a89f279db52
12:08:33.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55ff2a55-d10e-48c7-a418-74ef90abe2d3
12:08:33.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:33.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:33.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:33.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:33.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:33.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc797ca-74e5-4198-95fe-c4c80919a67f
12:08:33.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99caa4b3-d3ec-4a2e-8271-742c7c3c899c
12:08:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f0fa4a8-a62a-438b-b25e-f41c6ba6c90e
12:08:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c09da6ed-8b1e-4ca3-a167-d0f400de381f
12:08:34.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62197b2c-d708-4380-9a52-d8916635e0cc
12:08:34.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd4e36bf-eb9f-46d0-8df5-dc72fd63b89c
12:08:34.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac0f0a6-ee97-44d1-8024-ea6b7626984d
12:08:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0363c8bb-b467-4784-89df-8b81ab8ee994
12:08:34.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4ca262-fd67-4fa5-9d77-a4bfba6f4374
12:08:34.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30cd14a7-e5e8-4cd9-98fc-7c91613a78bf
12:08:34.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a36ed8-d0d7-42be-868d-d41cf08aad4f
12:08:34.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6f7d9ee-11f6-49aa-8904-0a89f279db52
12:08:34.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40a4930-9887-45bd-93a0-7a643c7bb1e8
12:08:34.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cc797ca-74e5-4198-95fe-c4c80919a67f
12:08:34.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e9bd5c-2e6d-49b5-80bd-5c359388e26b
12:08:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c09da6ed-8b1e-4ca3-a167-d0f400de381f
12:08:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a596a4af-67b0-4a23-b9c9-3769793621cc
12:08:34.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd4e36bf-eb9f-46d0-8df5-dc72fd63b89c
12:08:34.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77408458-1560-40f0-b36a-b3bece75f8e0
12:08:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac0f0a6-ee97-44d1-8024-ea6b7626984d
12:08:34.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f4ca262-fd67-4fa5-9d77-a4bfba6f4374
12:08:34.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e6ebb69-4c46-436d-8bcd-cf5f7288d057
12:08:34.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9a36ed8-d0d7-42be-868d-d41cf08aad4f
12:08:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:34.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:34.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:34.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:34.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:34.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:34.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04318f13-2f23-49f9-bff0-16cf4b351cc9
12:08:35.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e40a4930-9887-45bd-93a0-7a643c7bb1e8
12:08:35.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e9bd5c-2e6d-49b5-80bd-5c359388e26b
12:08:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebcc9040-e092-45f5-83ad-3c0c35e4f0f4
12:08:35.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a596a4af-67b0-4a23-b9c9-3769793621cc
12:08:35.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4d067c3-5f30-4574-a2e1-779150a8e3cd
12:08:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77408458-1560-40f0-b36a-b3bece75f8e0
12:08:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29dd3bd0-fe74-43b8-a75a-508e941370b9
12:08:35.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e6ebb69-4c46-436d-8bcd-cf5f7288d057
12:08:35.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104efb2e-a7c5-451c-ae72-c9012e29f0f6
12:08:35.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04318f13-2f23-49f9-bff0-16cf4b351cc9
12:08:35.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aae5e73-4518-4b96-9c2c-f47bbae0aa83
12:08:35.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebcc9040-e092-45f5-83ad-3c0c35e4f0f4
12:08:35.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c93a0ee-51dc-4113-960d-2f2401c5dce0
12:08:35.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c338375b-63be-4a81-95c5-979450122c22
12:08:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4d067c3-5f30-4574-a2e1-779150a8e3cd
12:08:35.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29dd3bd0-fe74-43b8-a75a-508e941370b9
12:08:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5382e72-be7f-4640-9e3e-fe24d2db30df
12:08:35.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa0b401c-2ff4-43a5-a314-30119bce11d5
12:08:35.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=104efb2e-a7c5-451c-ae72-c9012e29f0f6
12:08:35.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aae5e73-4518-4b96-9c2c-f47bbae0aa83
12:08:35.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aa32872-6112-4ac2-a68c-aa4badfafef9
12:08:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:35.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:35.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c93a0ee-51dc-4113-960d-2f2401c5dce0
12:08:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.023 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4059df5d-913b-4a56-a3f3-01aacafd8be6
12:08:36.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c338375b-63be-4a81-95c5-979450122c22
12:08:36.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.101 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=493f5bd6-cc0e-41d2-8653-b83838cc39ea
12:08:36.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5382e72-be7f-4640-9e3e-fe24d2db30df
12:08:36.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252f8cba-067b-4a93-8d63-6b0b17df1134
12:08:36.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b71cec-eadc-4905-9030-423a0aa640b2
12:08:36.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa0b401c-2ff4-43a5-a314-30119bce11d5
12:08:36.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e24782b-76cc-49cf-8179-3239d96cfd0c
12:08:36.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aa32872-6112-4ac2-a68c-aa4badfafef9
12:08:36.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a725b50b-c3f4-4dc4-bc03-ffbdb14f5741
12:08:36.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4059df5d-913b-4a56-a3f3-01aacafd8be6
12:08:36.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=255c5cbe-7e4b-4b01-86f2-ccf4e2ee5e6c
12:08:36.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=493f5bd6-cc0e-41d2-8653-b83838cc39ea
12:08:36.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252f8cba-067b-4a93-8d63-6b0b17df1134
12:08:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da05b1ac-30c1-40ef-bc3e-af06cf1e8fa1
12:08:36.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.654 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a83cce4-675a-4e31-9ebf-b0f7029e01b8
12:08:36.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b71cec-eadc-4905-9030-423a0aa640b2
12:08:36.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=952a44b4-08be-4790-a6b6-900d367fbfac
12:08:36.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e24782b-76cc-49cf-8179-3239d96cfd0c
12:08:36.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78819a85-7b70-42fc-9b26-2f3cceb7f3d0
12:08:36.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a725b50b-c3f4-4dc4-bc03-ffbdb14f5741
12:08:36.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e0253c5-2167-4e2d-84ba-19973f7387fa
12:08:36.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=255c5cbe-7e4b-4b01-86f2-ccf4e2ee5e6c
12:08:36.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:36.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:36.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:36.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:36.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:36.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:36.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:36.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=400178f8-a0f6-47b8-b1bc-9e7249e4890d
12:08:36.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da05b1ac-30c1-40ef-bc3e-af06cf1e8fa1
12:08:37.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a3f6c6d-14e2-4200-b8a5-8ba342089221
12:08:37.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a83cce4-675a-4e31-9ebf-b0f7029e01b8
12:08:37.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=952a44b4-08be-4790-a6b6-900d367fbfac
12:08:37.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d488e9-73a8-4590-975f-8e9f5e257e41
12:08:37.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78819a85-7b70-42fc-9b26-2f3cceb7f3d0
12:08:37.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce928ef6-281e-45ed-8b8d-6e382a39e0e2
12:08:37.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e0253c5-2167-4e2d-84ba-19973f7387fa
12:08:37.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e846ef3f-0523-47ed-a8bd-f4e420967318
12:08:37.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac04971-1e09-4f15-b05e-795cb5a8487c
12:08:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=400178f8-a0f6-47b8-b1bc-9e7249e4890d
12:08:37.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb35f9da-b92c-4934-8704-4f58724aaccd
12:08:37.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a3f6c6d-14e2-4200-b8a5-8ba342089221
12:08:37.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd454a0a-d612-4550-adb0-550ddd5e0b22
12:08:37.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a2025c-8da1-43b4-9a86-7158eff43ce2
12:08:37.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d488e9-73a8-4590-975f-8e9f5e257e41
12:08:37.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34709734-35c9-4acb-8775-d271e00ccf63
12:08:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce928ef6-281e-45ed-8b8d-6e382a39e0e2
12:08:37.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb13f0b-e7b7-4551-92f2-9e9450978782
12:08:37.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e846ef3f-0523-47ed-a8bd-f4e420967318
12:08:37.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1157e9c8-51bb-45f1-a839-0bc173bc4f4a
12:08:37.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bac04971-1e09-4f15-b05e-795cb5a8487c
12:08:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:37.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:37.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:37.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:37.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:37.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:37.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bbdbe68-58bf-43fd-8716-68ba17ad443e
12:08:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb35f9da-b92c-4934-8704-4f58724aaccd
12:08:38.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.073 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b989dcc7-76f8-4a86-a056-90c7db0ab57e
12:08:38.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd454a0a-d612-4550-adb0-550ddd5e0b22
12:08:38.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b1c251d-78fd-402e-8b93-08433eafc6cb
12:08:38.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a2025c-8da1-43b4-9a86-7158eff43ce2
12:08:38.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=132262fa-f8a7-4cd6-9e7e-6b9c19fe8738
12:08:38.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34709734-35c9-4acb-8775-d271e00ccf63
12:08:38.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb13f0b-e7b7-4551-92f2-9e9450978782
12:08:38.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd775876-25c5-45b1-bab8-40199ae31fb2
12:08:38.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1157e9c8-51bb-45f1-a839-0bc173bc4f4a
12:08:38.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc695e9-90b9-4c1d-bfd4-0994ec1b1473
12:08:38.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bbdbe68-58bf-43fd-8716-68ba17ad443e
12:08:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac155b22-3327-4265-aec9-dd1e406e30d4
12:08:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b989dcc7-76f8-4a86-a056-90c7db0ab57e
12:08:38.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c218acf7-18f9-4baa-8873-72a2d02f0aa8
12:08:38.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b1c251d-78fd-402e-8b93-08433eafc6cb
12:08:38.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=374caecb-b9a0-4af8-b8de-be27f6b0b14b
12:08:38.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=132262fa-f8a7-4cd6-9e7e-6b9c19fe8738
12:08:38.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c93bbdec-f27a-4c95-b618-dd6e7f69336c
12:08:38.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1238eef-078b-494a-bf4f-965faa8360ae
12:08:38.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd775876-25c5-45b1-bab8-40199ae31fb2
12:08:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:38.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:38.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:38.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:38.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.006 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04217b74-7aa3-41b5-b70f-edf72b23429a
12:08:39.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc695e9-90b9-4c1d-bfd4-0994ec1b1473
12:08:39.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30164e6c-f494-4107-856e-8b16201b1634
12:08:39.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac155b22-3327-4265-aec9-dd1e406e30d4
12:08:39.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.172 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83001246-93a5-4d98-acfd-f4dd591c3b95
12:08:39.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c218acf7-18f9-4baa-8873-72a2d02f0aa8
12:08:39.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d583199-db94-48c3-ba2d-1a7150ea01ad
12:08:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=374caecb-b9a0-4af8-b8de-be27f6b0b14b
12:08:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=875abdf5-a832-4c27-898b-c85001565c73
12:08:39.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.417 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c93bbdec-f27a-4c95-b618-dd6e7f69336c
12:08:39.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5d3234-3726-4fcc-9534-2085ad5c37d8
12:08:39.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1238eef-078b-494a-bf4f-965faa8360ae
12:08:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e00254-0ec1-4861-b836-43737a3a644f
12:08:39.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04217b74-7aa3-41b5-b70f-edf72b23429a
12:08:39.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a3872a-2ada-451c-ad69-6240de89fa29
12:08:39.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30164e6c-f494-4107-856e-8b16201b1634
12:08:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c750fd-a799-4a31-8b4d-c9a6178b450d
12:08:39.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc121a88-16f1-4528-9aa2-639e22955d35
12:08:39.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83001246-93a5-4d98-acfd-f4dd591c3b95
12:08:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a75a0c6c-f591-4cc0-b7d2-395ac9c5480a
12:08:39.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d583199-db94-48c3-ba2d-1a7150ea01ad
12:08:39.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:39.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:39.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a9bb6fa-fbb4-48dd-a62f-09134e9a41aa
12:08:39.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:39.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:39.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:39.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=875abdf5-a832-4c27-898b-c85001565c73
12:08:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e5d3234-3726-4fcc-9534-2085ad5c37d8
12:08:40.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6c760d-a2b2-416b-b762-5d084dbfe90e
12:08:40.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fffeaa75-7bc2-4522-a9b4-599e5d5ecddd
12:08:40.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e00254-0ec1-4861-b836-43737a3a644f
12:08:40.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb036a18-2e1f-4b8d-969f-76abf36b8271
12:08:40.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a3872a-2ada-451c-ad69-6240de89fa29
12:08:40.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f8f8aa4-fb54-4ace-a1b7-09aab5422a7d
12:08:40.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c750fd-a799-4a31-8b4d-c9a6178b450d
12:08:40.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68b14da8-c32b-4016-aa70-5a8d0ef4294f
12:08:40.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc121a88-16f1-4528-9aa2-639e22955d35
12:08:40.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846dee76-0d82-466d-8323-0612482c3fcc
12:08:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a75a0c6c-f591-4cc0-b7d2-395ac9c5480a
12:08:40.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f765995-32c5-4cfb-87c7-d4478f2af5c5
12:08:40.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a9bb6fa-fbb4-48dd-a62f-09134e9a41aa
12:08:40.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c439b50-d63c-4583-854a-92e1032ea4ad
12:08:40.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f6c760d-a2b2-416b-b762-5d084dbfe90e
12:08:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7624db-7989-4c2c-b648-755ca8def406
12:08:40.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a030839-6a93-4135-a66e-db9bec70b374
12:08:40.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fffeaa75-7bc2-4522-a9b4-599e5d5ecddd
12:08:40.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e8e8453-b87a-49dc-9b96-e256208e69f5
12:08:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:40.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:40.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:40.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:40.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90172adb-a85a-4bcf-b260-a76bdb288519
12:08:41.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb036a18-2e1f-4b8d-969f-76abf36b8271
12:08:41.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f8f8aa4-fb54-4ace-a1b7-09aab5422a7d
12:08:41.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.122 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ef6b5f-9960-46f8-8fa0-b8f88456fad9
12:08:41.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68b14da8-c32b-4016-aa70-5a8d0ef4294f
12:08:41.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f969c39-7c56-4373-9b7a-01d71cf1ffe9
12:08:41.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846dee76-0d82-466d-8323-0612482c3fcc
12:08:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa6f7d2-07dc-43f8-8d22-94efda9eea97
12:08:41.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f765995-32c5-4cfb-87c7-d4478f2af5c5
12:08:41.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e1db32-e92f-4007-b31e-fbf68f55f2b9
12:08:41.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c439b50-d63c-4583-854a-92e1032ea4ad
12:08:41.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e056704b-2b9b-437f-8b6c-12da91b136f2
12:08:41.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7624db-7989-4c2c-b648-755ca8def406
12:08:41.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a0d3c4-9762-415e-8fea-882cb27a8d49
12:08:41.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a030839-6a93-4135-a66e-db9bec70b374
12:08:41.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c7a59a8-ca71-425c-b563-a0403fc085d7
12:08:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e8e8453-b87a-49dc-9b96-e256208e69f5
12:08:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c152293-e90d-483f-91aa-fa7f1eaa0f21
12:08:41.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90172adb-a85a-4bcf-b260-a76bdb288519
12:08:41.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d591716b-5bae-46dd-8c51-ad542d3210c3
12:08:41.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:41.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ef6b5f-9960-46f8-8fa0-b8f88456fad9
12:08:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:41.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:41.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:41.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:41.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d081fe55-520f-4e32-b2b8-2cfb4982624e
12:08:41.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e2a005-5586-407c-bcc8-b709da3578ce
12:08:42.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f969c39-7c56-4373-9b7a-01d71cf1ffe9
12:08:42.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bbebe2-919a-4e40-963d-a1a46c6c8484
12:08:42.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa6f7d2-07dc-43f8-8d22-94efda9eea97
12:08:42.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.239 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7631a0c-67c5-430d-bba7-18fd7457f15c
12:08:42.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0e1db32-e92f-4007-b31e-fbf68f55f2b9
12:08:42.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c346e538-3ad5-4ba2-814a-98b260f0fc32
12:08:42.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed315265-7761-4200-91b3-a88bc522c9b3
12:08:42.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e056704b-2b9b-437f-8b6c-12da91b136f2
12:08:42.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2321d3-597b-4586-9c43-6f7fd050510c
12:08:42.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a0d3c4-9762-415e-8fea-882cb27a8d49
12:08:42.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401f9190-92a3-439c-afcf-2f96c5ecaa4d
12:08:42.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c7a59a8-ca71-425c-b563-a0403fc085d7
12:08:42.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b94677f-b09c-4459-a88c-a895c327e75e
12:08:42.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f6b55e8-c162-4016-9e79-4a1da27a3b96
12:08:42.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c152293-e90d-483f-91aa-fa7f1eaa0f21
12:08:42.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d591716b-5bae-46dd-8c51-ad542d3210c3
12:08:42.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252fe347-841e-4af6-884b-41e92b44fa60
12:08:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d081fe55-520f-4e32-b2b8-2cfb4982624e
12:08:42.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125c7c40-0a49-47a5-8fb7-6bbd49382b18
12:08:42.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e2a005-5586-407c-bcc8-b709da3578ce
12:08:42.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:42.937 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:42.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:42.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bbebe2-919a-4e40-963d-a1a46c6c8484
12:08:42.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:42.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b5efb9-0110-4e42-a197-b72549f8a75c
12:08:42.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7631a0c-67c5-430d-bba7-18fd7457f15c
12:08:43.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4497b0e5-fc88-43c3-85bd-7ce9c5c38dca
12:08:43.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c346e538-3ad5-4ba2-814a-98b260f0fc32
12:08:43.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db6f06cc-1491-4e31-a08e-d06a18a7c30c
12:08:43.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a333dd7-30f8-4c36-8238-060f331fba00
12:08:43.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed315265-7761-4200-91b3-a88bc522c9b3
12:08:43.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=455c0665-e1af-438d-b13d-15831d474636
12:08:43.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2321d3-597b-4586-9c43-6f7fd050510c
12:08:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.322 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401f9190-92a3-439c-afcf-2f96c5ecaa4d
12:08:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f40f5d9-67fc-463a-bb45-e1b6aea1a6d6
12:08:43.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b94677f-b09c-4459-a88c-a895c327e75e
12:08:43.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4a1183-3ec6-42fd-8a3c-71e05a5169f0
12:08:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f6b55e8-c162-4016-9e79-4a1da27a3b96
12:08:43.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c2114d-6db4-4483-bcc3-18d88f341102
12:08:43.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=252fe347-841e-4af6-884b-41e92b44fa60
12:08:43.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d7ece27-dcb8-4cff-8c0d-d9e99566e368
12:08:43.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=125c7c40-0a49-47a5-8fb7-6bbd49382b18
12:08:43.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b5efb9-0110-4e42-a197-b72549f8a75c
12:08:43.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fe10e20-29bf-4b2e-877e-acff943eb0a9
12:08:43.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d07e24e-166f-4c36-8c75-20459f5a8178
12:08:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4497b0e5-fc88-43c3-85bd-7ce9c5c38dca
12:08:43.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db6f06cc-1491-4e31-a08e-d06a18a7c30c
12:08:43.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:43.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c06e0d71-d147-451b-8c8c-94531c1b15a4
12:08:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:43.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:43.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:43.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:43.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a333dd7-30f8-4c36-8238-060f331fba00
12:08:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88760c52-fee8-44c2-a350-4340ab62701e
12:08:44.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=455c0665-e1af-438d-b13d-15831d474636
12:08:44.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4065cdc5-8c25-4372-a050-2b5814e56705
12:08:44.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f40f5d9-67fc-463a-bb45-e1b6aea1a6d6
12:08:44.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26414d9a-fe4b-445e-9a28-69ffd1b3c974
12:08:44.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c4a1183-3ec6-42fd-8a3c-71e05a5169f0
12:08:44.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e61219-0aab-4e6f-a57f-98820846e509
12:08:44.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95c2114d-6db4-4483-bcc3-18d88f341102
12:08:44.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8cda23a-ce29-4206-a84b-8a4565eddb10
12:08:44.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d7ece27-dcb8-4cff-8c0d-d9e99566e368
12:08:44.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc66a078-8d4e-45ae-afbb-5d57ba214e2d
12:08:44.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fe10e20-29bf-4b2e-877e-acff943eb0a9
12:08:44.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=555ad17b-3de8-4a48-93f4-2c85cc583296
12:08:44.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d07e24e-166f-4c36-8c75-20459f5a8178
12:08:44.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d3e417-3d29-4646-a70a-d46da906cee0
12:08:44.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c06e0d71-d147-451b-8c8c-94531c1b15a4
12:08:44.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95dba956-690a-431c-b77c-6364db5178ab
12:08:44.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88760c52-fee8-44c2-a350-4340ab62701e
12:08:44.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=540463a1-94b4-4ced-9d5f-e59a2d1b01d9
12:08:44.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0165fc38-d51a-4a86-8190-cf0c9cae8dcf
12:08:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4065cdc5-8c25-4372-a050-2b5814e56705
12:08:44.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3a58f9-d52c-40c0-80fa-dcb9208183ab
12:08:44.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:44.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:44.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:44.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:44.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:44.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:44.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26414d9a-fe4b-445e-9a28-69ffd1b3c974
12:08:44.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e61219-0aab-4e6f-a57f-98820846e509
12:08:45.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d79770-6b56-4267-ab47-c56dface2ac2
12:08:45.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8cda23a-ce29-4206-a84b-8a4565eddb10
12:08:45.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab44836b-ed27-4587-b268-b919f6f0ac92
12:08:45.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb62885-675e-450f-94bc-aae1ea89c0ee
12:08:45.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc66a078-8d4e-45ae-afbb-5d57ba214e2d
12:08:45.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=555ad17b-3de8-4a48-93f4-2c85cc583296
12:08:45.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c3cc77-ae0e-446c-86fd-e73de63f36e4
12:08:45.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d3e417-3d29-4646-a70a-d46da906cee0
12:08:45.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60a723de-e0cc-40a1-bf19-25425908e342
12:08:45.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f3d5418-02ff-461c-92ed-8b6b4f9592de
12:08:45.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95dba956-690a-431c-b77c-6364db5178ab
12:08:45.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c6a4a5-b0cf-46f2-9a4f-0a41a3f11a2f
12:08:45.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=540463a1-94b4-4ced-9d5f-e59a2d1b01d9
12:08:45.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ececef-f192-4782-b062-3013f09adbe2
12:08:45.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0165fc38-d51a-4a86-8190-cf0c9cae8dcf
12:08:45.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aa009a0-8946-4cae-9a27-6fc621086615
12:08:45.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa3a58f9-d52c-40c0-80fa-dcb9208183ab
12:08:45.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:45.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=865d57b6-3310-497a-9889-2056ae44af5e
12:08:45.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:45.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:45.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:45.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:45.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:45.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d79770-6b56-4267-ab47-c56dface2ac2
12:08:45.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab44836b-ed27-4587-b268-b919f6f0ac92
12:08:46.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce1d820-569a-49b5-bfa0-5349a81c048a
12:08:46.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb62885-675e-450f-94bc-aae1ea89c0ee
12:08:46.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d9fca6-2e3a-4da4-b272-8baf3821a638
12:08:46.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2c3cc77-ae0e-446c-86fd-e73de63f36e4
12:08:46.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3772a2d7-8415-4cbb-a6c8-6585846630d9
12:08:46.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60a723de-e0cc-40a1-bf19-25425908e342
12:08:46.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c4cdd3-8e2a-45a6-8406-057507499489
12:08:46.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f3d5418-02ff-461c-92ed-8b6b4f9592de
12:08:46.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8b467f-cbe6-417b-a4bb-bb95105df234
12:08:46.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57c6a4a5-b0cf-46f2-9a4f-0a41a3f11a2f
12:08:46.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=316c141a-81f7-4185-943d-b62e96cf07c1
12:08:46.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ececef-f192-4782-b062-3013f09adbe2
12:08:46.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73b3ddb1-7178-4ba3-b167-5044e477a5f5
12:08:46.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aa009a0-8946-4cae-9a27-6fc621086615
12:08:46.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c74df81-f67e-4ce4-b6c2-f8879aabbff5
12:08:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=865d57b6-3310-497a-9889-2056ae44af5e
12:08:46.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac4b980-e306-4b21-9b69-d53d76434830
12:08:46.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce1d820-569a-49b5-bfa0-5349a81c048a
12:08:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43305801-3f29-49c8-b3a1-e74f24eec741
12:08:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d9fca6-2e3a-4da4-b272-8baf3821a638
12:08:46.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad92fac-321b-4221-9f43-a39cbdf507f7
12:08:46.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3772a2d7-8415-4cbb-a6c8-6585846630d9
12:08:46.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dedf3259-6703-4688-b582-b150adc715ab
12:08:46.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:46.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:46.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:46.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:46.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:46.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:46.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c4cdd3-8e2a-45a6-8406-057507499489
12:08:46.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76c8f0cd-d369-47e9-83ea-5bbdc20579e9
12:08:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8b467f-cbe6-417b-a4bb-bb95105df234
12:08:47.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad69c6f-180c-484a-b948-8d846cd34ebd
12:08:47.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=316c141a-81f7-4185-943d-b62e96cf07c1
12:08:47.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c5f4589-19e5-4de0-89e3-1746b8fea519
12:08:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73b3ddb1-7178-4ba3-b167-5044e477a5f5
12:08:47.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b6ed20-fd08-4108-aabd-ea13db69800f
12:08:47.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c74df81-f67e-4ce4-b6c2-f8879aabbff5
12:08:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ac4b980-e306-4b21-9b69-d53d76434830
12:08:47.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d92341f-15a3-4ffb-a2d7-69e7619b1ee3
12:08:47.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43305801-3f29-49c8-b3a1-e74f24eec741
12:08:47.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69e4633b-d28f-42f8-975f-d9a3bb5162b6
12:08:47.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad92fac-321b-4221-9f43-a39cbdf507f7
12:08:47.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90c1a368-2ae8-4b7d-a641-ba1065a02c8d
12:08:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dedf3259-6703-4688-b582-b150adc715ab
12:08:47.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c356b5c-7ed7-45ae-a3eb-cb85df3c09fb
12:08:47.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76c8f0cd-d369-47e9-83ea-5bbdc20579e9
12:08:47.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fc2620d-83cb-4dce-a8c4-6f5359022fc8
12:08:47.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fad69c6f-180c-484a-b948-8d846cd34ebd
12:08:47.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc48040-7ce0-4dbc-adac-0b7d450a9e5a
12:08:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c5f4589-19e5-4de0-89e3-1746b8fea519
12:08:47.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:47.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:47.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:47.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:47.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:47.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:47.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbee203c-c5b9-41ad-8ee6-6c598d2c191c
12:08:47.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b6ed20-fd08-4108-aabd-ea13db69800f
12:08:48.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=615c67da-40b0-407f-84bf-0e43a43b3fab
12:08:48.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d92341f-15a3-4ffb-a2d7-69e7619b1ee3
12:08:48.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ce31af-0207-412d-8054-a3711bbf37c6
12:08:48.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69e4633b-d28f-42f8-975f-d9a3bb5162b6
12:08:48.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=861d0dbf-4437-455f-ab50-781a6ce5b398
12:08:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90c1a368-2ae8-4b7d-a641-ba1065a02c8d
12:08:48.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769af807-0fb7-4ca1-b3bb-9e037cc96ab7
12:08:48.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c356b5c-7ed7-45ae-a3eb-cb85df3c09fb
12:08:48.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fc2620d-83cb-4dce-a8c4-6f5359022fc8
12:08:48.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3851dae6-b52e-45dc-bf60-fecb712708bc
12:08:48.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9344f9d1-2121-4a21-9f33-76fe6d0456d6
12:08:48.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbc48040-7ce0-4dbc-adac-0b7d450a9e5a
12:08:48.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5472aab-43e7-4420-a380-d8e3593dce6f
12:08:48.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf9ee65-4c0b-461f-9ea7-a2add0ed2c59
12:08:48.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbee203c-c5b9-41ad-8ee6-6c598d2c191c
12:08:48.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=615c67da-40b0-407f-84bf-0e43a43b3fab
12:08:48.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17398a44-5125-4a2a-b62f-a4b227cc1b99
12:08:48.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ce31af-0207-412d-8054-a3711bbf37c6
12:08:48.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303d30cd-b641-48f4-ba16-67b04cb47edb
12:08:48.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=861d0dbf-4437-455f-ab50-781a6ce5b398
12:08:48.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d56a89-2535-4ab9-a8d2-306c5cc12b69
12:08:48.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=769af807-0fb7-4ca1-b3bb-9e037cc96ab7
12:08:48.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:48.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:48.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:48.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:48.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:48.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:48.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:48.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=358a9487-674e-4dce-be10-aa54d701dccb
12:08:48.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3851dae6-b52e-45dc-bf60-fecb712708bc
12:08:49.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da986e94-ccf1-4c09-af74-e84f8f6fa0c7
12:08:49.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7577a486-a2dd-4b99-901a-d98bc7af3001
12:08:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9344f9d1-2121-4a21-9f33-76fe6d0456d6
12:08:49.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551478a4-bee6-44c2-a00f-3b6ada0bdaf6
12:08:49.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5472aab-43e7-4420-a380-d8e3593dce6f
12:08:49.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf9ee65-4c0b-461f-9ea7-a2add0ed2c59
12:08:49.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8961c002-5d36-49e0-8f37-f1a8724dfe6e
12:08:49.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bc12d86-249b-4935-a347-66a770065988
12:08:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17398a44-5125-4a2a-b62f-a4b227cc1b99
12:08:49.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a19bf11-0094-4ed4-965b-5c4f17d2f524
12:08:49.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fdf018-0c00-45b2-9273-426c9b15f5e5
12:08:49.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=303d30cd-b641-48f4-ba16-67b04cb47edb
12:08:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10d56a89-2535-4ab9-a8d2-306c5cc12b69
12:08:49.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbf22c14-7924-4d58-a2c0-484a0f02f109
12:08:49.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d47eb7-0e7f-4280-9e09-87abbe2c924e
12:08:49.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=358a9487-674e-4dce-be10-aa54d701dccb
12:08:49.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa6f0247-55af-43c8-ab7a-c9865f99a309
12:08:49.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da986e94-ccf1-4c09-af74-e84f8f6fa0c7
12:08:49.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab8eb08-6797-4e09-ab9f-2f9d47e58b57
12:08:49.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7577a486-a2dd-4b99-901a-d98bc7af3001
12:08:49.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:49.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:49.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:49.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:49.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:49.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6fc4145-d2ea-4b50-9235-1c4d85b9fbf7
12:08:49.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7322e89-0b1d-467b-b45e-5eb2e638182d
12:08:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551478a4-bee6-44c2-a00f-3b6ada0bdaf6
12:08:50.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8961c002-5d36-49e0-8f37-f1a8724dfe6e
12:08:50.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8fdb91-be18-4e54-aafc-3b7b151c6f5a
12:08:50.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bc12d86-249b-4935-a347-66a770065988
12:08:50.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af5c6478-70c9-44ca-a9c6-8f331131b88e
12:08:50.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a19bf11-0094-4ed4-965b-5c4f17d2f524
12:08:50.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d22e16-8917-4b50-8c6f-380c8a36a066
12:08:50.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fdf018-0c00-45b2-9273-426c9b15f5e5
12:08:50.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7860d9ab-1eca-4700-93ef-fa7811906316
12:08:50.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbf22c14-7924-4d58-a2c0-484a0f02f109
12:08:50.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92e8936-b546-4b6e-a2c7-f070a31c7bc9
12:08:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9d47eb7-0e7f-4280-9e09-87abbe2c924e
12:08:50.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17945f09-6bb9-4f72-8c6b-81d470c35109
12:08:50.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa6f0247-55af-43c8-ab7a-c9865f99a309
12:08:50.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7566376e-f609-4850-a4fc-3089bc0d1439
12:08:50.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab8eb08-6797-4e09-ab9f-2f9d47e58b57
12:08:50.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7e441f4-bdc7-4fd5-ab24-3b0857ee8d49
12:08:50.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6fc4145-d2ea-4b50-9235-1c4d85b9fbf7
12:08:50.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0abc892e-bb81-4f78-a977-ada4b68181a2
12:08:50.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7322e89-0b1d-467b-b45e-5eb2e638182d
12:08:50.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:50.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cee80c3-4e2a-4343-b9f9-2a1aeec5c18a
12:08:50.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:50.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:50.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:50.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:50.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:50.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:50.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8fdb91-be18-4e54-aafc-3b7b151c6f5a
12:08:51.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af5c6478-70c9-44ca-a9c6-8f331131b88e
12:08:51.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a498b45f-6aef-4fe0-898c-3403bb35c1a8
12:08:51.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05d22e16-8917-4b50-8c6f-380c8a36a066
12:08:51.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827ed4a4-19f2-4aa6-9681-b049124e4019
12:08:51.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7860d9ab-1eca-4700-93ef-fa7811906316
12:08:51.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23dcf17-04e9-4026-8ae6-2bb5a944b671
12:08:51.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c92e8936-b546-4b6e-a2c7-f070a31c7bc9
12:08:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e1def2-d38e-4371-ab7b-19cdcfa013d8
12:08:51.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c168c1f-1295-42f1-9a16-197de47aee6c
12:08:51.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17945f09-6bb9-4f72-8c6b-81d470c35109
12:08:51.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53d35a0d-f7b7-4bf5-8c1a-42bf5cadda0c
12:08:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7566376e-f609-4850-a4fc-3089bc0d1439
12:08:51.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7e441f4-bdc7-4fd5-ab24-3b0857ee8d49
12:08:51.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30fd9203-1619-47e0-92ba-662bba063480
12:08:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0abc892e-bb81-4f78-a977-ada4b68181a2
12:08:51.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a3bb24-23b7-46a6-b601-751b92432762
12:08:51.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3827ed0d-456a-4ca3-a162-856e06fd9384
12:08:51.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cee80c3-4e2a-4343-b9f9-2a1aeec5c18a
12:08:51.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3496fd01-6f73-4377-9486-49f5c565ae2b
12:08:51.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:51.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:51.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a498b45f-6aef-4fe0-898c-3403bb35c1a8
12:08:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:51.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:51.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:51.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:51.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=591a082e-2c10-437b-88e9-77bea499adf1
12:08:51.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827ed4a4-19f2-4aa6-9681-b049124e4019
12:08:52.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810807c2-f1bf-486f-b42e-22c9ba1b7e2b
12:08:52.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b958dc4d-d40c-44c7-bc6b-fd78c3cbddba
12:08:52.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23dcf17-04e9-4026-8ae6-2bb5a944b671
12:08:52.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0e1def2-d38e-4371-ab7b-19cdcfa013d8
12:08:52.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58861ce5-fda2-4195-9d86-b717d90ce847
12:08:52.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c168c1f-1295-42f1-9a16-197de47aee6c
12:08:52.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abfa82c-b65f-4635-a4fe-ff4b0ae9f4e0
12:08:52.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53d35a0d-f7b7-4bf5-8c1a-42bf5cadda0c
12:08:52.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e9233f-3c8e-46ba-a625-dfeead5fdcbe
12:08:52.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30fd9203-1619-47e0-92ba-662bba063480
12:08:52.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60eec365-8c21-472d-b2f2-fd6f5b7a66b9
12:08:52.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25a3bb24-23b7-46a6-b601-751b92432762
12:08:52.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3827ed0d-456a-4ca3-a162-856e06fd9384
12:08:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93090a67-88ce-4608-a41a-675d57370ace
12:08:52.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3496fd01-6f73-4377-9486-49f5c565ae2b
12:08:52.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=591a082e-2c10-437b-88e9-77bea499adf1
12:08:52.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=122351b4-d24d-4ac6-bde0-1859f72be6f7
12:08:52.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810807c2-f1bf-486f-b42e-22c9ba1b7e2b
12:08:52.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59383605-6527-4c37-9ae1-3982028a844c
12:08:52.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ece636-8f83-4798-9525-06afd2e7d8bf
12:08:52.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:52.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:52.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:52.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:52.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:52.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b958dc4d-d40c-44c7-bc6b-fd78c3cbddba
12:08:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4887571-2409-43d5-aeff-75e346a6bbae
12:08:53.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58861ce5-fda2-4195-9d86-b717d90ce847
12:08:53.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c171eb1-0655-475d-a703-d518e6343eb7
12:08:53.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3abfa82c-b65f-4635-a4fe-ff4b0ae9f4e0
12:08:53.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc43b4dc-5b84-4005-97ab-a78efc2629fc
12:08:53.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07116d1c-f7e1-4fed-bd42-9e1fddf65ae2
12:08:53.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5e9233f-3c8e-46ba-a625-dfeead5fdcbe
12:08:53.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60eec365-8c21-472d-b2f2-fd6f5b7a66b9
12:08:53.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac27f00-9571-4f5a-b488-188b4efd202a
12:08:53.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c3b3d7b-d1db-47a0-a7cd-7b3bef8bed6a
12:08:53.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93090a67-88ce-4608-a41a-675d57370ace
12:08:53.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=122351b4-d24d-4ac6-bde0-1859f72be6f7
12:08:53.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a0cd79f-8abf-41b1-86f3-9dfefc0eb63c
12:08:53.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.601 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59383605-6527-4c37-9ae1-3982028a844c
12:08:53.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d97ba7ff-5a66-4d96-902f-b87658d1ab4a
12:08:53.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2a9b4b-7011-491c-b45d-093ba4f1e51e
12:08:53.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6ece636-8f83-4798-9525-06afd2e7d8bf
12:08:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4887571-2409-43d5-aeff-75e346a6bbae
12:08:53.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d7412f-8e69-404f-8dff-f11bdee9791a
12:08:53.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c171eb1-0655-475d-a703-d518e6343eb7
12:08:53.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c0fee22-a1d0-41c7-b7bf-e781933d84aa
12:08:53.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc43b4dc-5b84-4005-97ab-a78efc2629fc
12:08:53.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:53.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:53.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:53.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:53.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:53.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ec149f-e4a6-4167-b550-9e8e0a91298a
12:08:53.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07116d1c-f7e1-4fed-bd42-9e1fddf65ae2
12:08:54.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efb3899-a154-421b-aff9-2b18e2014025
12:08:54.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac27f00-9571-4f5a-b488-188b4efd202a
12:08:54.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8868700d-a59d-4c91-ad72-1d347538d2f8
12:08:54.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c3b3d7b-d1db-47a0-a7cd-7b3bef8bed6a
12:08:54.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e694760-72a6-40a9-8d24-59959c082c4b
12:08:54.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a0cd79f-8abf-41b1-86f3-9dfefc0eb63c
12:08:54.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea17d2f3-9ae6-4673-8750-00ad6d751274
12:08:54.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d97ba7ff-5a66-4d96-902f-b87658d1ab4a
12:08:54.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bf8cbed-b918-48f2-a03d-f27d03290869
12:08:54.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e2a9b4b-7011-491c-b45d-093ba4f1e51e
12:08:54.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef20059-a032-49db-bc18-84ce55e6b4a7
12:08:54.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40d7412f-8e69-404f-8dff-f11bdee9791a
12:08:54.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b593d49d-a0c1-479d-ab67-57a24f5045cb
12:08:54.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c0fee22-a1d0-41c7-b7bf-e781933d84aa
12:08:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c3b383-b561-4f79-933d-cf565d5d4969
12:08:54.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697825ee-b21f-46f4-b443-ecd1d69ec3a6
12:08:54.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ec149f-e4a6-4167-b550-9e8e0a91298a
12:08:54.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6539803-7f2f-4eef-94cc-85af2dfbcae1
12:08:54.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0efb3899-a154-421b-aff9-2b18e2014025
12:08:54.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098b61aa-66d6-41c8-aec8-7db8f0c21843
12:08:54.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:54.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:54.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:54.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc5c7da-3511-4b02-af47-a07174952d27
12:08:54.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:54.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:54.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:54.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:54.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8868700d-a59d-4c91-ad72-1d347538d2f8
12:08:54.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e694760-72a6-40a9-8d24-59959c082c4b
12:08:55.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e067aa33-8bcd-4ce0-8a66-0297fc6a01c2
12:08:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea17d2f3-9ae6-4673-8750-00ad6d751274
12:08:55.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31da8639-bee2-4c7b-9827-f96c2fda817e
12:08:55.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85c926b7-32ce-4de4-8dfb-1ce9d83136e4
12:08:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bf8cbed-b918-48f2-a03d-f27d03290869
12:08:55.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef20059-a032-49db-bc18-84ce55e6b4a7
12:08:55.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1615e0cc-a7ef-4423-b53e-757e144c94bb
12:08:55.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ab0a3ee-cd92-4424-876c-f6cf434a25f6
12:08:55.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b593d49d-a0c1-479d-ab67-57a24f5045cb
12:08:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=394dca20-d02a-47a3-b3ff-ece1a3581583
12:08:55.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5c3b383-b561-4f79-933d-cf565d5d4969
12:08:55.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67eac3c2-53a0-4aaa-abdb-4f044f72bfed
12:08:55.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697825ee-b21f-46f4-b443-ecd1d69ec3a6
12:08:55.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0a2ffc-7b1f-4716-8a3a-0ef6684a9d80
12:08:55.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6539803-7f2f-4eef-94cc-85af2dfbcae1
12:08:55.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.795 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4785e6b2-2770-4c24-baec-0470e1bcfe4c
12:08:55.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=098b61aa-66d6-41c8-aec8-7db8f0c21843
12:08:55.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3acf994-9120-4760-954d-e4d29929194d
12:08:55.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.895 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:55.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bbedf0-f275-4aca-a714-00aead884f9a
12:08:55.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc5c7da-3511-4b02-af47-a07174952d27
12:08:55.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:55.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:55.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:55.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:55.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=076643ee-385f-483d-893f-4ee58a825c70
12:08:56.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e067aa33-8bcd-4ce0-8a66-0297fc6a01c2
12:08:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.161 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31da8639-bee2-4c7b-9827-f96c2fda817e
12:08:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a24103c-7450-4021-8f03-1791eebc5b58
12:08:56.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85c926b7-32ce-4de4-8dfb-1ce9d83136e4
12:08:56.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d39e8ce-4e18-4a94-b237-143deb7774a1
12:08:56.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1615e0cc-a7ef-4423-b53e-757e144c94bb
12:08:56.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e7ed6d-f723-43af-817a-9840d531f160
12:08:56.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ab0a3ee-cd92-4424-876c-f6cf434a25f6
12:08:56.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cbd8c99-bcfe-4536-a1fd-6ca36b9bb191
12:08:56.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=394dca20-d02a-47a3-b3ff-ece1a3581583
12:08:56.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c8101b-3e2f-4ce5-9bed-4b8860adb74b
12:08:56.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67eac3c2-53a0-4aaa-abdb-4f044f72bfed
12:08:56.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45e17137-1819-4783-a1d0-436c433cbcd6
12:08:56.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0a2ffc-7b1f-4716-8a3a-0ef6684a9d80
12:08:56.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3de409f-ff0f-4e0a-a7b0-bc307046f883
12:08:56.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4785e6b2-2770-4c24-baec-0470e1bcfe4c
12:08:56.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=692ab402-7024-41e4-9e73-b7dd6a20c716
12:08:56.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3acf994-9120-4760-954d-e4d29929194d
12:08:56.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:56.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1bbedf0-f275-4aca-a714-00aead884f9a
12:08:56.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:56.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:56.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:56.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:56.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:56.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f4c3cd2-56d7-4c4e-b31d-43e07dbb39f2
12:08:57.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e3358c2-7eda-481d-b361-3ceb030df322
12:08:57.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=076643ee-385f-483d-893f-4ee58a825c70
12:08:57.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=310c5ff6-fe57-4362-a9f2-d78089b07d38
12:08:57.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a24103c-7450-4021-8f03-1791eebc5b58
12:08:57.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beb35bb4-9dee-4957-a9f6-05f9cf1f0280
12:08:57.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d39e8ce-4e18-4a94-b237-143deb7774a1
12:08:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b383a999-a3f4-4685-9663-c40927598f5b
12:08:57.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fef50b3-22cb-4c27-9fb9-b8c1f0d4227d
12:08:57.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e7ed6d-f723-43af-817a-9840d531f160
12:08:57.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cbd8c99-bcfe-4536-a1fd-6ca36b9bb191
12:08:57.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=832be889-456e-406b-ae74-6ddc04cbc34c
12:08:57.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c8101b-3e2f-4ce5-9bed-4b8860adb74b
12:08:57.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f1dfe96-e18a-481b-a2ce-0d158d8bf029
12:08:57.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce5be9f-fd58-490b-b64e-bf6a46eed524
12:08:57.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45e17137-1819-4783-a1d0-436c433cbcd6
12:08:57.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3de409f-ff0f-4e0a-a7b0-bc307046f883
12:08:57.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcced6d4-fabc-4b7a-bd48-35bf87c7a6ac
12:08:57.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=692ab402-7024-41e4-9e73-b7dd6a20c716
12:08:57.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107573ea-8056-430b-8067-fb3ac9284bf9
12:08:57.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f4c3cd2-56d7-4c4e-b31d-43e07dbb39f2
12:08:57.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9e6391-4a28-4ca7-abfb-cdf960592b60
12:08:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e3358c2-7eda-481d-b361-3ceb030df322
12:08:57.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:57.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:57.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:57.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:57.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:57.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:57.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=912c35b3-0ec2-4580-a784-948ac24f5a32
12:08:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=310c5ff6-fe57-4362-a9f2-d78089b07d38
12:08:58.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d169f5a1-ade1-4306-9832-795da4498909
12:08:58.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=beb35bb4-9dee-4957-a9f6-05f9cf1f0280
12:08:58.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf865a4-2a2b-4817-a3f2-f3010a0508fc
12:08:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b383a999-a3f4-4685-9663-c40927598f5b
12:08:58.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f862c44-3521-4c1c-8976-541382771b86
12:08:58.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fef50b3-22cb-4c27-9fb9-b8c1f0d4227d
12:08:58.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066f4985-7ac9-4602-9145-b46735b13cc7
12:08:58.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55524836-7bce-4943-9c09-9006c2f94b36
12:08:58.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=832be889-456e-406b-ae74-6ddc04cbc34c
12:08:58.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f1dfe96-e18a-481b-a2ce-0d158d8bf029
12:08:58.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4623cbd-14f7-4e87-a8ce-7acd42ec4b32
12:08:58.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ce5be9f-fd58-490b-b64e-bf6a46eed524
12:08:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5674db13-db99-4ef4-91e7-b02d50b6bcdb
12:08:58.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcced6d4-fabc-4b7a-bd48-35bf87c7a6ac
12:08:58.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=133b616a-cbd6-48ee-9793-4ae97bad4814
12:08:58.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107573ea-8056-430b-8067-fb3ac9284bf9
12:08:58.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.758 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c3837f-1430-4024-b2c7-910bb020fbf3
12:08:58.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed9ce114-855f-4fcd-a516-aab54695ed8e
12:08:58.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d9e6391-4a28-4ca7-abfb-cdf960592b60
12:08:58.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8888126a-b99c-44ed-a05d-4375701468d9
12:08:58.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:58.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=912c35b3-0ec2-4580-a784-948ac24f5a32
12:08:58.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:58.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:58.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:58.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54090917-9654-459e-a451-7dc49defdb5f
12:08:59.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d169f5a1-ade1-4306-9832-795da4498909
12:08:59.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a28b4b6-2bff-47da-807c-8237ae529ccf
12:08:59.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fcf865a4-2a2b-4817-a3f2-f3010a0508fc
12:08:59.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f862c44-3521-4c1c-8976-541382771b86
12:08:59.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9cfdf91-bc15-43b6-8d49-6895f9eb845b
12:08:59.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066f4985-7ac9-4602-9145-b46735b13cc7
12:08:59.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b23b59-d932-4d7b-82f0-bb87358ece36
12:08:59.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55524836-7bce-4943-9c09-9006c2f94b36
12:08:59.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9339da17-c53e-44f6-b94e-4c5ce795655d
12:08:59.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ea6b8f-401d-4a12-8212-82064ca7ea7c
12:08:59.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4623cbd-14f7-4e87-a8ce-7acd42ec4b32
12:08:59.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31a1d661-d013-40ec-8813-990e0223a42a
12:08:59.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4718647c-d32e-4c37-a6bb-a6095d399de2
12:08:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5674db13-db99-4ef4-91e7-b02d50b6bcdb
12:08:59.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f47991-cdce-4128-a179-8786d9a17a80
12:08:59.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.690 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=133b616a-cbd6-48ee-9793-4ae97bad4814
12:08:59.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04c3837f-1430-4024-b2c7-910bb020fbf3
12:08:59.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bac5eab-a47d-4bf3-bda5-5b09940f597e
12:08:59.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bdbbfb5-beab-4740-b1c3-e823d05813df
12:08:59.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed9ce114-855f-4fcd-a516-aab54695ed8e
12:08:59.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:08:59.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:08:59.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:08:59.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:08:59.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:08:59.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:08:59.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:08:59.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eff1a09-920f-454e-9726-1491b403734d
12:08:59.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8888126a-b99c-44ed-a05d-4375701468d9
12:09:00.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5753023-a30b-44bc-a43b-fa706741b284
12:09:00.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8869229a-5984-4846-b954-acbb2b01ebbc
12:09:00.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54090917-9654-459e-a451-7dc49defdb5f
12:09:00.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4d0560-ad65-45b8-9929-b0fdfcc3599b
12:09:00.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a28b4b6-2bff-47da-807c-8237ae529ccf
12:09:00.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f55b801-f2dd-4d58-9500-c096cd27a38a
12:09:00.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9cfdf91-bc15-43b6-8d49-6895f9eb845b
12:09:00.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d579183-ecd9-4a6a-a828-8d760ff749d2
12:09:00.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b23b59-d932-4d7b-82f0-bb87358ece36
12:09:00.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9339da17-c53e-44f6-b94e-4c5ce795655d
12:09:00.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85970ef1-385d-4159-95dd-2376cdc09f0d
12:09:00.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7ea6b8f-401d-4a12-8212-82064ca7ea7c
12:09:00.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=316b37b4-da8d-4ebf-abb6-981026315d82
12:09:00.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31a1d661-d013-40ec-8813-990e0223a42a
12:09:00.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9729ad57-5a9e-4f3c-9b47-a3529f5c02cf
12:09:00.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4718647c-d32e-4c37-a6bb-a6095d399de2
12:09:00.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d296b90-20c9-4d8d-a744-01fb87aef710
12:09:00.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f47991-cdce-4128-a179-8786d9a17a80
12:09:00.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:00.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:00.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:00.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:00.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:00.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb464287-9351-43c6-b924-fb4d5a4eaabc
12:09:00.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bac5eab-a47d-4bf3-bda5-5b09940f597e
12:09:01.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.053 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15997163-09e1-4100-a791-30f84fa8e691
12:09:01.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bdbbfb5-beab-4740-b1c3-e823d05813df
12:09:01.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f95dafc-49f0-4cf5-9eb6-5b7db40df093
12:09:01.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eff1a09-920f-454e-9726-1491b403734d
12:09:01.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1591800d-4868-4ecd-9501-55fbaa918e05
12:09:01.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5753023-a30b-44bc-a43b-fa706741b284
12:09:01.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.253 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39d66fba-1481-4d00-8c6f-f3a04ae95b20
12:09:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8869229a-5984-4846-b954-acbb2b01ebbc
12:09:01.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f2a1b5-3d4d-4c2b-ad71-78c8cfc6a053
12:09:01.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef4d0560-ad65-45b8-9929-b0fdfcc3599b
12:09:01.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f80c7366-ff2f-404b-bf95-c9c33800f7e3
12:09:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffb2d83c-ee85-4381-adb1-42c92837bc26
12:09:01.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f55b801-f2dd-4d58-9500-c096cd27a38a
12:09:01.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=191225f6-d0ba-4293-b6b9-243638f3814a
12:09:01.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d579183-ecd9-4a6a-a828-8d760ff749d2
12:09:01.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d03b35-c336-4c9b-996d-2101f1e24eb0
12:09:01.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85970ef1-385d-4159-95dd-2376cdc09f0d
12:09:01.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c440948e-6280-4cd4-b9f4-99a60983a319
12:09:01.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6b6bc7-5da6-427e-ade3-a04bc0fa32bd
12:09:01.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=316b37b4-da8d-4ebf-abb6-981026315d82
12:09:01.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9729ad57-5a9e-4f3c-9b47-a3529f5c02cf
12:09:01.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=604a290b-b5b1-4f18-911c-40e6c0283ba8
12:09:01.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:01.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:01.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:01.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:01.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:01.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:01.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d296b90-20c9-4d8d-a744-01fb87aef710
12:09:01.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6fc49dc-139e-4ed0-989c-ab0b22a9cc69
12:09:02.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb464287-9351-43c6-b924-fb4d5a4eaabc
12:09:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e69353d-7347-4365-aed9-e529855a6f44
12:09:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15997163-09e1-4100-a791-30f84fa8e691
12:09:02.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40671693-3d70-4499-aa12-a8f91b6967bf
12:09:02.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f95dafc-49f0-4cf5-9eb6-5b7db40df093
12:09:02.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bea80e9-ad59-4059-9264-1aaf9348e321
12:09:02.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1591800d-4868-4ecd-9501-55fbaa918e05
12:09:02.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8a8189-c31c-4c1a-b619-79580ffb7991
12:09:02.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c02158-b6b5-4119-95e1-7170d66875c9
12:09:02.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39d66fba-1481-4d00-8c6f-f3a04ae95b20
12:09:02.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f20c4ee0-2c59-4c04-9ebb-fa8e4895ab3d
12:09:02.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11f2a1b5-3d4d-4c2b-ad71-78c8cfc6a053
12:09:02.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f80c7366-ff2f-404b-bf95-c9c33800f7e3
12:09:02.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b7bae9-ff1a-4e9a-8fbd-df897636fe74
12:09:02.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffb2d83c-ee85-4381-adb1-42c92837bc26
12:09:02.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49374689-dac7-4fd3-9ced-27e2f8acfe4b
12:09:02.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=191225f6-d0ba-4293-b6b9-243638f3814a
12:09:02.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4686aa1-c0bf-4adf-a68c-014d85b1c617
12:09:02.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e70c1c7b-2b07-4b7b-ba11-ede61e1db61a
12:09:02.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d03b35-c336-4c9b-996d-2101f1e24eb0
12:09:02.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:02.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:02.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c440948e-6280-4cd4-b9f4-99a60983a319
12:09:02.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:02.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:02.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:02.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:02.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:02.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2723d96-98d8-4984-a909-e93fae8c63a2
12:09:02.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6b6bc7-5da6-427e-ade3-a04bc0fa32bd
12:09:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1585f48c-95fc-4b56-96d9-2f485a519cf2
12:09:03.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=604a290b-b5b1-4f18-911c-40e6c0283ba8
12:09:03.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc62b5d-bd7d-46d2-8364-ff8d9bd08280
12:09:03.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6fc49dc-139e-4ed0-989c-ab0b22a9cc69
12:09:03.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ef512a-4b4a-4b2a-a4dd-145735e4aff4
12:09:03.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e69353d-7347-4365-aed9-e529855a6f44
12:09:03.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=128aa14a-f22f-4e27-8c4a-3cfbf3f250dc
12:09:03.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40671693-3d70-4499-aa12-a8f91b6967bf
12:09:03.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2821e808-b125-45d3-958b-41d4838a0840
12:09:03.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bea80e9-ad59-4059-9264-1aaf9348e321
12:09:03.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8931c7d-a1b5-4c52-8f6b-d749ab29081d
12:09:03.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea8a8189-c31c-4c1a-b619-79580ffb7991
12:09:03.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1094bd0-cdf4-45c3-8397-dcb99809b1f1
12:09:03.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87c02158-b6b5-4119-95e1-7170d66875c9
12:09:03.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.611 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bfb6d05-769d-4890-a519-59f79ac88243
12:09:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f20c4ee0-2c59-4c04-9ebb-fa8e4895ab3d
12:09:03.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fdf0d1-9383-4f99-b74c-681271baf0f4
12:09:03.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1b7bae9-ff1a-4e9a-8fbd-df897636fe74
12:09:03.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2156fef-37af-4829-baf8-d8c80fadb0c6
12:09:03.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9e9569-2efa-4a62-9ce4-d0187a9f38b9
12:09:03.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49374689-dac7-4fd3-9ced-27e2f8acfe4b
12:09:03.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4686aa1-c0bf-4adf-a68c-014d85b1c617
12:09:03.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=117b93bf-5eb4-4324-8630-be007bdc1d12
12:09:03.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:03.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:03.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:03.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:03.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:03.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:03.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e70c1c7b-2b07-4b7b-ba11-ede61e1db61a
12:09:04.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2680bdc7-dbbb-4b75-917d-1c664ee925b7
12:09:04.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2723d96-98d8-4984-a909-e93fae8c63a2
12:09:04.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaddcd26-bec5-489a-98d0-cff546eca151
12:09:04.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1585f48c-95fc-4b56-96d9-2f485a519cf2
12:09:04.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2266f66f-1ab7-4ad3-8bd3-b1bb31abaef9
12:09:04.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc62b5d-bd7d-46d2-8364-ff8d9bd08280
12:09:04.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b41462d6-e98e-41a0-8222-81d66cd82d8f
12:09:04.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bb3d83-7d61-4b43-8147-43860d783847
12:09:04.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13ef512a-4b4a-4b2a-a4dd-145735e4aff4
12:09:04.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd791e0e-e4d7-412c-992c-e7f33b338c71
12:09:04.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=128aa14a-f22f-4e27-8c4a-3cfbf3f250dc
12:09:04.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4646421b-b2c7-48ea-ad1c-41cef56d3ee7
12:09:04.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe50289c-79f8-4caf-a27d-70183753e8c7
12:09:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2821e808-b125-45d3-958b-41d4838a0840
12:09:04.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f366a7e-6511-4dc1-8258-100ca6b7bed3
12:09:04.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8931c7d-a1b5-4c52-8f6b-d749ab29081d
12:09:04.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10240522-615b-4ea7-a280-c5c142c7e614
12:09:04.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1094bd0-cdf4-45c3-8397-dcb99809b1f1
12:09:04.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a4fcd1e-0724-45ef-92d6-6c928685f732
12:09:04.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bfb6d05-769d-4890-a519-59f79ac88243
12:09:04.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:04.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:04.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:04.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:04.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c444ef80-6f19-4a94-b4bf-6768a3d16008
12:09:04.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd96669-15d2-4319-95f9-74289e04f0c8
12:09:05.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0fdf0d1-9383-4f99-b74c-681271baf0f4
12:09:05.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90dc2435-18b1-4ecc-aa5f-0c3433ff0f2c
12:09:05.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2156fef-37af-4829-baf8-d8c80fadb0c6
12:09:05.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fcb26b-937c-4bc2-9141-8af897bdc70b
12:09:05.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa9e9569-2efa-4a62-9ce4-d0187a9f38b9
12:09:05.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c85f83c1-d3b7-4c97-9431-42f6af05d753
12:09:05.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=117b93bf-5eb4-4324-8630-be007bdc1d12
12:09:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9208d26-aed6-42d4-9907-149969cec177
12:09:05.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce1f9a1-715f-4cc7-9f51-ffc151ee489e
12:09:05.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2680bdc7-dbbb-4b75-917d-1c664ee925b7
12:09:05.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec77323-2a71-4ffe-a7fd-b18a9f20fdc6
12:09:05.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaddcd26-bec5-489a-98d0-cff546eca151
12:09:05.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2266f66f-1ab7-4ad3-8bd3-b1bb31abaef9
12:09:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f709253a-975d-459d-b4d0-d22924354970
12:09:05.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc359bd8-f7e6-476b-80b1-afc821fe8257
12:09:05.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b41462d6-e98e-41a0-8222-81d66cd82d8f
12:09:05.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20deb247-f8b6-4451-b1ff-4b4ffd20df67
12:09:05.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21bb3d83-7d61-4b43-8147-43860d783847
12:09:05.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db3008d8-792c-49d4-96ba-6d0183d5e295
12:09:05.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd791e0e-e4d7-412c-992c-e7f33b338c71
12:09:05.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254ba78a-5406-4008-bb44-224ad8d9ce8a
12:09:05.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb3a59ec-9e94-4493-9400-504582b3fe4e
12:09:05.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:05.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4646421b-b2c7-48ea-ad1c-41cef56d3ee7
12:09:05.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:05.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:05.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:05.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:05.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd0f2b8-4c82-4221-875d-3ae59f0ba4f2
12:09:06.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe50289c-79f8-4caf-a27d-70183753e8c7
12:09:06.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b1bf35-2079-4055-91ab-be065db04c54
12:09:06.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dcb87a9-e805-4f0c-8d26-e4995e9a48b7
12:09:06.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f366a7e-6511-4dc1-8258-100ca6b7bed3
12:09:06.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10240522-615b-4ea7-a280-c5c142c7e614
12:09:06.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a437b2-d5a0-441d-8845-1b799c6e58bd
12:09:06.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a4fcd1e-0724-45ef-92d6-6c928685f732
12:09:06.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfea8aac-d07b-4f08-aae8-ff77974cd588
12:09:06.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c444ef80-6f19-4a94-b4bf-6768a3d16008
12:09:06.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b20f892b-5679-4440-a663-c8d1fe79c0ca
12:09:06.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd96669-15d2-4319-95f9-74289e04f0c8
12:09:06.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6eecc325-77da-470c-a39e-5fb8cdaeee1e
12:09:06.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90dc2435-18b1-4ecc-aa5f-0c3433ff0f2c
12:09:06.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61f5d787-06c0-4e56-ad8c-448a32577d6a
12:09:06.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8fcb26b-937c-4bc2-9141-8af897bdc70b
12:09:06.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae845a41-6e9c-4924-9548-27c6635ef990
12:09:06.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c85f83c1-d3b7-4c97-9431-42f6af05d753
12:09:06.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9208d26-aed6-42d4-9907-149969cec177
12:09:06.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c55b7de-b678-475a-9861-fa669e540f43
12:09:06.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce1f9a1-715f-4cc7-9f51-ffc151ee489e
12:09:06.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daad7953-f3b8-4277-8bcf-9a1e3adefeab
12:09:06.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3e86f9-1601-41b8-b03d-91e6520a949b
12:09:06.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:06.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:06.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:06.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec77323-2a71-4ffe-a7fd-b18a9f20fdc6
12:09:06.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:06.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:06.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:06.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:06.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f709253a-975d-459d-b4d0-d22924354970
12:09:07.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b7bc0a-3a01-4bcb-b53f-470cacd10ead
12:09:07.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc359bd8-f7e6-476b-80b1-afc821fe8257
12:09:07.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f940bd-bb85-471f-a64a-c92b2581aa68
12:09:07.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20deb247-f8b6-4451-b1ff-4b4ffd20df67
12:09:07.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae030cf1-4289-498f-ae71-59d9ac5ac30c
12:09:07.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db3008d8-792c-49d4-96ba-6d0183d5e295
12:09:07.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=806ed410-89a3-4a78-b6c4-ad75fd2f32c2
12:09:07.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=254ba78a-5406-4008-bb44-224ad8d9ce8a
12:09:07.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb3a59ec-9e94-4493-9400-504582b3fe4e
12:09:07.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0afbb85e-f668-42b0-991c-87a29b8bcaf9
12:09:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bd0f2b8-4c82-4221-875d-3ae59f0ba4f2
12:09:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5599313-6e49-433c-b493-b47547f997bc
12:09:07.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69b1bf35-2079-4055-91ab-be065db04c54
12:09:07.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a38ca1-41fa-4cc3-8956-aecdcd2333d5
12:09:07.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dcb87a9-e805-4f0c-8d26-e4995e9a48b7
12:09:07.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22de6db4-6b02-41e9-9ccf-a01c78be2746
12:09:07.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a437b2-d5a0-441d-8845-1b799c6e58bd
12:09:07.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae1c0077-4026-4aa9-8536-f9c404d1db4a
12:09:07.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfea8aac-d07b-4f08-aae8-ff77974cd588
12:09:07.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45604dfd-610e-4433-b941-e0b4cbb0d706
12:09:07.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:07.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:07.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b20f892b-5679-4440-a663-c8d1fe79c0ca
12:09:07.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:07.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675aed97-1ee6-4ba4-a073-1869c60ee95b
12:09:07.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:07.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:07.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:07.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:07.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6eecc325-77da-470c-a39e-5fb8cdaeee1e
12:09:08.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0952c1c-72c1-441e-bda3-f05b62293c47
12:09:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61f5d787-06c0-4e56-ad8c-448a32577d6a
12:09:08.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0811b8-e1d5-4b9d-9294-80b7dae591b4
12:09:08.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae845a41-6e9c-4924-9548-27c6635ef990
12:09:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3c2864c-f174-4ed2-8b1d-8c7f223b40a0
12:09:08.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.256 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c55b7de-b678-475a-9861-fa669e540f43
12:09:08.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792a27e5-965e-4f1a-ade9-7c0d97a1cc68
12:09:08.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.362 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ee9ed4-ffef-4b5b-842c-316461f563ee
12:09:08.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daad7953-f3b8-4277-8bcf-9a1e3adefeab
12:09:08.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47b48ed-c9af-4b33-ae23-5a24e82d906d
12:09:08.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3e86f9-1601-41b8-b03d-91e6520a949b
12:09:08.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=802f86a1-ab50-4c95-828a-52d5cb3d8ccf
12:09:08.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b7bc0a-3a01-4bcb-b53f-470cacd10ead
12:09:08.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff808db1-c442-4364-a939-6be20206dca8
12:09:08.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f940bd-bb85-471f-a64a-c92b2581aa68
12:09:08.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598db313-8576-48ca-8dae-182192c82827
12:09:08.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae030cf1-4289-498f-ae71-59d9ac5ac30c
12:09:08.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9fd52e7-d1ab-458c-aad0-137852329639
12:09:08.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f21edd8-6628-437e-ae67-efc0981ec2a0
12:09:08.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=806ed410-89a3-4a78-b6c4-ad75fd2f32c2
12:09:08.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e21f2a2-ef92-4d27-9750-d3a50628ed62
12:09:08.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:08.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:08.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0afbb85e-f668-42b0-991c-87a29b8bcaf9
12:09:08.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:08.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:08.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:08.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925de817-f8cb-4f5c-851c-cf2128be7ea1
12:09:08.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2dafe3c-cca7-48da-a80a-78df26b577b3
12:09:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5599313-6e49-433c-b493-b47547f997bc
12:09:09.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45552183-67f1-400a-b20f-ab2e37daecfd
12:09:09.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a38ca1-41fa-4cc3-8956-aecdcd2333d5
12:09:09.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054f83b5-b808-4908-8014-6c7085a18d26
12:09:09.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22de6db4-6b02-41e9-9ccf-a01c78be2746
12:09:09.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abd6d25e-3823-4bd4-8fec-3f3e34c2a940
12:09:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae1c0077-4026-4aa9-8536-f9c404d1db4a
12:09:09.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96cd311c-4a5b-4708-83ab-8242e2fd989c
12:09:09.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45604dfd-610e-4433-b941-e0b4cbb0d706
12:09:09.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9e4bee4-93dc-4632-b73c-4ffc4c1c0035
12:09:09.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675aed97-1ee6-4ba4-a073-1869c60ee95b
12:09:09.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68ede9f4-12a9-4c58-a297-157147dfbfb2
12:09:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708d0880-ab54-4868-8af1-9dbdab442001
12:09:09.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0952c1c-72c1-441e-bda3-f05b62293c47
12:09:09.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0811b8-e1d5-4b9d-9294-80b7dae591b4
12:09:09.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.775 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b1e7ed-6e68-43f0-b4ac-4d264ae370ca
12:09:09.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a0c15d-6857-4f03-bb82-431bdcd6f7af
12:09:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3c2864c-f174-4ed2-8b1d-8c7f223b40a0
12:09:09.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e3f2fd-2bc7-492d-9d9e-57b8352665ed
12:09:09.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.911 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c5ff983-25b5-47da-969c-aff00ff1765e
12:09:09.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:09.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=792a27e5-965e-4f1a-ade9-7c0d97a1cc68
12:09:09.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:09.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:09.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:09.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ee9ed4-ffef-4b5b-842c-316461f563ee
12:09:10.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ed7c16-ef83-4549-8cf0-b594c7e724c9
12:09:10.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73faf796-df58-469a-a0a8-050a01f9d3e5
12:09:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f47b48ed-c9af-4b33-ae23-5a24e82d906d
12:09:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb549c0-9a0a-4ffc-96ed-0710554bc7e6
12:09:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=802f86a1-ab50-4c95-828a-52d5cb3d8ccf
12:09:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12a5be49-786f-4e86-80eb-7fb62202b0e6
12:09:10.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff808db1-c442-4364-a939-6be20206dca8
12:09:10.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf9f1d8-df69-4360-8c2f-0289b75586d8
12:09:10.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=598db313-8576-48ca-8dae-182192c82827
12:09:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a897ca11-bdf3-41cb-8c62-32e811110f05
12:09:10.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9fd52e7-d1ab-458c-aad0-137852329639
12:09:10.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.570 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c8f9b3-741d-40d7-8573-d9226d4b6292
12:09:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f21edd8-6628-437e-ae67-efc0981ec2a0
12:09:10.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b8994a-4cad-4de0-aa9a-c2d03d865f0c
12:09:10.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e21f2a2-ef92-4d27-9750-d3a50628ed62
12:09:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495046d9-50fc-4a29-8315-6019714c29b1
12:09:10.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=925de817-f8cb-4f5c-851c-cf2128be7ea1
12:09:10.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39cbff5-254d-4288-ae26-a07b9a26a128
12:09:10.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2dafe3c-cca7-48da-a80a-78df26b577b3
12:09:10.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da074a45-d0e3-4d10-81f3-a0905e029e23
12:09:10.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:10.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:10.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:10.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:10.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:10.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:10.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45552183-67f1-400a-b20f-ab2e37daecfd
12:09:10.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054f83b5-b808-4908-8014-6c7085a18d26
12:09:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003277cc-4c21-4758-8a5f-6a8006745b8e
12:09:11.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d89a9f-f4be-4a83-a4d9-3bc84c38c8d9
12:09:11.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abd6d25e-3823-4bd4-8fec-3f3e34c2a940
12:09:11.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2c1a65-30eb-45f8-b377-b8f51a0b459e
12:09:11.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96cd311c-4a5b-4708-83ab-8242e2fd989c
12:09:11.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99059042-5c18-4567-98a8-82f6ec852961
12:09:11.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9e4bee4-93dc-4632-b73c-4ffc4c1c0035
12:09:11.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a2ac50e-102c-4b1c-ac8f-145849e24aee
12:09:11.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68ede9f4-12a9-4c58-a297-157147dfbfb2
12:09:11.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb77cc34-fe55-40ac-88b3-eec75b1ad3b4
12:09:11.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708d0880-ab54-4868-8af1-9dbdab442001
12:09:11.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eb87f25-7236-4a02-9055-8abf841d5e37
12:09:11.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b1e7ed-6e68-43f0-b4ac-4d264ae370ca
12:09:11.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e9d09d7-b37e-4cc0-81d7-aabf681674e1
12:09:11.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7a0c15d-6857-4f03-bb82-431bdcd6f7af
12:09:11.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18199f47-12ed-42b5-a386-6cf54bfd455a
12:09:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a33d4bd-0d57-4b05-b71c-5f16b71e51d4
12:09:11.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52e3f2fd-2bc7-492d-9d9e-57b8352665ed
12:09:11.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae4d588-47bb-4394-835c-fed95c9a0b1d
12:09:11.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c5ff983-25b5-47da-969c-aff00ff1765e
12:09:11.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:11.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:11.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:11.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:11.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:11.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2bfffaa-475a-4437-a2ab-e32ceb46b9f3
12:09:11.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:11.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ed7c16-ef83-4549-8cf0-b594c7e724c9
12:09:12.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73faf796-df58-469a-a0a8-050a01f9d3e5
12:09:12.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d92d33c-f12c-40ee-9f03-bb7e1d8bfeec
12:09:12.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.119 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb549c0-9a0a-4ffc-96ed-0710554bc7e6
12:09:12.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28814881-9da2-4232-8c77-c19bda356009
12:09:12.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12a5be49-786f-4e86-80eb-7fb62202b0e6
12:09:12.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77fe47bd-098e-49e6-8b5e-813dd3a441c2
12:09:12.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bf9f1d8-df69-4360-8c2f-0289b75586d8
12:09:12.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f87a5af-b26f-4f0a-bc33-2ca3f8b708c9
12:09:12.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a897ca11-bdf3-41cb-8c62-32e811110f05
12:09:12.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a791875-0791-4e8d-b539-7a2024d8badf
12:09:12.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c8f9b3-741d-40d7-8573-d9226d4b6292
12:09:12.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=342b0d9b-fd6c-4ec5-99a8-c1c9c919e412
12:09:12.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9972743-0e3d-47bb-aa90-92d4a16affdd
12:09:12.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b8994a-4cad-4de0-aa9a-c2d03d865f0c
12:09:12.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=495046d9-50fc-4a29-8315-6019714c29b1
12:09:12.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44f1cb6d-5733-4ed2-99be-c955ea3ac0e6
12:09:12.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c39cbff5-254d-4288-ae26-a07b9a26a128
12:09:12.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ece95b0c-9443-471d-8816-26b86d5f6fd8
12:09:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da074a45-d0e3-4d10-81f3-a0905e029e23
12:09:12.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c74eed-e9f4-414f-99d7-283409843628
12:09:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=003277cc-4c21-4758-8a5f-6a8006745b8e
12:09:12.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52d89a9f-f4be-4a83-a4d9-3bc84c38c8d9
12:09:12.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:12.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:12.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:12.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:12.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:12.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:12.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5ea0c2-dc72-45fa-84bd-338656654dda
12:09:12.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8673444b-ab0d-4ed9-acc0-b082bc44d54c
12:09:13.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2c1a65-30eb-45f8-b377-b8f51a0b459e
12:09:13.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b814a75-8acc-4669-976a-4f8a2391e91a
12:09:13.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99059042-5c18-4567-98a8-82f6ec852961
12:09:13.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bf7a165-6c75-43f6-ab35-87b1d7a45543
12:09:13.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a2ac50e-102c-4b1c-ac8f-145849e24aee
12:09:13.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36ceb98-aaf3-4791-a64c-439fb9492774
12:09:13.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb77cc34-fe55-40ac-88b3-eec75b1ad3b4
12:09:13.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18042ca6-2d27-4856-afd6-0306138e5585
12:09:13.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eb87f25-7236-4a02-9055-8abf841d5e37
12:09:13.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df490b1-f8e7-415f-a80a-2d8057b6eed7
12:09:13.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e9d09d7-b37e-4cc0-81d7-aabf681674e1
12:09:13.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.603 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42758458-0a48-4750-9487-b3f018b509a3
12:09:13.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18199f47-12ed-42b5-a386-6cf54bfd455a
12:09:13.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fde03c4-5937-42b3-9e53-4f2961a88007
12:09:13.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a33d4bd-0d57-4b05-b71c-5f16b71e51d4
12:09:13.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97059232-640c-4842-9d4c-74b1bdc4982d
12:09:13.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3c3bcb-b206-4288-8f00-675b0974b329
12:09:13.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ae4d588-47bb-4394-835c-fed95c9a0b1d
12:09:13.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2bfffaa-475a-4437-a2ab-e32ceb46b9f3
12:09:13.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e7d60d-f90f-49b5-a004-934345a18369
12:09:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:13.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:13.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:13.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:13.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:13.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:13.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d92d33c-f12c-40ee-9f03-bb7e1d8bfeec
12:09:13.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7917943c-15ba-4696-a3c2-ef26f12d9821
12:09:14.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28814881-9da2-4232-8c77-c19bda356009
12:09:14.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04b17a2-6d1f-4b71-86f6-763d98e371d4
12:09:14.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1f93e0-8301-4f0c-a7f8-f972c1b49ea4
12:09:14.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77fe47bd-098e-49e6-8b5e-813dd3a441c2
12:09:14.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.262 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74ff277-4ac8-429b-b0e5-b3c3159f58f3
12:09:14.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f87a5af-b26f-4f0a-bc33-2ca3f8b708c9
12:09:14.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63998847-89c2-4713-bc15-4077c20bf2f3
12:09:14.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a791875-0791-4e8d-b539-7a2024d8badf
12:09:14.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1cb8a1c-6a4b-418e-a90f-ec762a8b878f
12:09:14.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=342b0d9b-fd6c-4ec5-99a8-c1c9c919e412
12:09:14.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.512 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9972743-0e3d-47bb-aa90-92d4a16affdd
12:09:14.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d66130-3cf4-4fb9-bec2-a6eb652b642f
12:09:14.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722b62f2-677a-424f-b4bb-b3abb43aff04
12:09:14.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44f1cb6d-5733-4ed2-99be-c955ea3ac0e6
12:09:14.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f400a10-07a1-4d70-88b9-aa88d597ca01
12:09:14.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ece95b0c-9443-471d-8816-26b86d5f6fd8
12:09:14.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=813c4a9f-e4bc-4ff5-bc11-4f7bf0871e85
12:09:14.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3c74eed-e9f4-414f-99d7-283409843628
12:09:14.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.842 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.854 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be87f1ac-1473-4e9d-9e56-34d242833b38
12:09:14.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f5ea0c2-dc72-45fa-84bd-338656654dda
12:09:14.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff51d15-f766-43d3-a527-6653249c3cdb
12:09:14.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:14.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:14.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:14.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:14.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:14.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:14.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:14.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8673444b-ab0d-4ed9-acc0-b082bc44d54c
12:09:14.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=589d1673-6c69-4d8b-89b1-dc16f896c271
12:09:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b814a75-8acc-4669-976a-4f8a2391e91a
12:09:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bf7a165-6c75-43f6-ab35-87b1d7a45543
12:09:15.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f66bfce8-5304-49a5-94dd-4e749472942f
12:09:15.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f36ceb98-aaf3-4791-a64c-439fb9492774
12:09:15.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da307c00-d45d-46ad-a728-68122d583823
12:09:15.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18042ca6-2d27-4856-afd6-0306138e5585
12:09:15.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61fccf52-a3bc-48c1-b71a-c878115a5934
12:09:15.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df490b1-f8e7-415f-a80a-2d8057b6eed7
12:09:15.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f742816f-e3c6-41a2-b629-ee04dd3d613a
12:09:15.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42758458-0a48-4750-9487-b3f018b509a3
12:09:15.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fde03c4-5937-42b3-9e53-4f2961a88007
12:09:15.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324edd5f-a76a-4b18-ad0b-95bdeb2c55d1
12:09:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97059232-640c-4842-9d4c-74b1bdc4982d
12:09:15.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55c38e0f-4dee-4fea-a588-9d563b87fd79
12:09:15.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.673 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3c3bcb-b206-4288-8f00-675b0974b329
12:09:15.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23445098-6c19-4970-813d-194d19cb2115
12:09:15.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e7d60d-f90f-49b5-a004-934345a18369
12:09:15.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bf084f1-4363-4d53-9864-f72852d0ed6d
12:09:15.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89220992-f875-48cf-8c09-d7c1e9620032
12:09:15.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7917943c-15ba-4696-a3c2-ef26f12d9821
12:09:15.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:15.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:15.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04b17a2-6d1f-4b71-86f6-763d98e371d4
12:09:15.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:15.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:15.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:15.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:15.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:15.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c5fcc96-dd0d-4b5d-acc1-8c0aa7be37c5
12:09:15.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1f93e0-8301-4f0c-a7f8-f972c1b49ea4
12:09:16.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1391218f-254b-49e8-a6cc-f80888452138
12:09:16.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e74ff277-4ac8-429b-b0e5-b3c3159f58f3
12:09:16.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63998847-89c2-4713-bc15-4077c20bf2f3
12:09:16.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8687e4f2-4e38-4b18-ae21-0296cd6b8213
12:09:16.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a0c9bff-bdcc-46b5-940c-63fc903fb4ca
12:09:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1cb8a1c-6a4b-418e-a90f-ec762a8b878f
12:09:16.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4246f2-13a0-477b-89d5-a30b6214fb9e
12:09:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90d66130-3cf4-4fb9-bec2-a6eb652b642f
12:09:16.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0506a70-b584-47e9-907e-26a1d59e04bc
12:09:16.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=722b62f2-677a-424f-b4bb-b3abb43aff04
12:09:16.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b613104a-bd45-4e14-ab25-ce9f072f2a21
12:09:16.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f400a10-07a1-4d70-88b9-aa88d597ca01
12:09:16.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=813c4a9f-e4bc-4ff5-bc11-4f7bf0871e85
12:09:16.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcac649a-c64f-469f-95a7-fefd3c14d54c
12:09:16.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be87f1ac-1473-4e9d-9e56-34d242833b38
12:09:16.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8232baa3-f7ef-493c-bfff-3ab906af46cb
12:09:16.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ff51d15-f766-43d3-a527-6653249c3cdb
12:09:16.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfe77e86-3518-4f2e-ac01-67ac0885c8b9
12:09:16.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecfd6bf7-0fc7-47ad-8618-3e11b39e1c46
12:09:16.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=589d1673-6c69-4d8b-89b1-dc16f896c271
12:09:16.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f66bfce8-5304-49a5-94dd-4e749472942f
12:09:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39af8b7-8cdf-4e95-9ed2-543d09084aa2
12:09:16.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:16.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:16.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:16.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:16.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:16.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:16.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:16.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da307c00-d45d-46ad-a728-68122d583823
12:09:16.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9696a6af-01c0-4e64-a724-55e10247b735
12:09:17.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f9aa09-8922-4f1a-8b62-15525bc65974
12:09:17.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61fccf52-a3bc-48c1-b71a-c878115a5934
12:09:17.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.135 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b296b000-6d29-4405-9374-f7035f000905
12:09:17.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f742816f-e3c6-41a2-b629-ee04dd3d613a
12:09:17.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.224 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c70f8c-25ae-4f41-9416-1fda245005a8
12:09:17.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=324edd5f-a76a-4b18-ad0b-95bdeb2c55d1
12:09:17.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40122fb5-f39f-4ee1-ab1d-bd77dca71718
12:09:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55c38e0f-4dee-4fea-a588-9d563b87fd79
12:09:17.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54a2f640-47e6-460a-a53f-01381464576f
12:09:17.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23445098-6c19-4970-813d-194d19cb2115
12:09:17.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87528967-e958-46cd-a389-ead348f99bde
12:09:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bf084f1-4363-4d53-9864-f72852d0ed6d
12:09:17.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89220992-f875-48cf-8c09-d7c1e9620032
12:09:17.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fccd2833-cb9b-4c8b-ba5f-4f94644a00ae
12:09:17.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c5fcc96-dd0d-4b5d-acc1-8c0aa7be37c5
12:09:17.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.638 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.651 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb1f439-8f09-4913-8593-bcf3442267cc
12:09:17.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14165276-d96f-4e3d-805f-7d570024043d
12:09:17.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1391218f-254b-49e8-a6cc-f80888452138
12:09:17.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b80d0a-c5b3-49e5-89e5-5d82384fc708
12:09:17.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8687e4f2-4e38-4b18-ae21-0296cd6b8213
12:09:17.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96db91c2-ef05-4224-a32f-f194956ac748
12:09:17.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a0c9bff-bdcc-46b5-940c-63fc903fb4ca
12:09:17.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:17.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:17.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:17.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:17.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b724ed0b-1772-411b-bdd1-f73fb3fb3bc2
12:09:17.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f4246f2-13a0-477b-89d5-a30b6214fb9e
12:09:18.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d4b2c41-56bc-4517-b073-7406834dd221
12:09:18.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0506a70-b584-47e9-907e-26a1d59e04bc
12:09:18.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=218fde85-35d8-419a-9e03-563931d07120
12:09:18.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b613104a-bd45-4e14-ab25-ce9f072f2a21
12:09:18.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a60a678-abd5-4cf6-9540-c76cf1075732
12:09:18.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcac649a-c64f-469f-95a7-fefd3c14d54c
12:09:18.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dbceca6-b962-44f7-849a-2d815691461c
12:09:18.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8232baa3-f7ef-493c-bfff-3ab906af46cb
12:09:18.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0018629-fcee-4ef0-bb90-0c800307ef3e
12:09:18.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5248b76f-13c4-4771-9b27-f49bcd45e71f
12:09:18.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfe77e86-3518-4f2e-ac01-67ac0885c8b9
12:09:18.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b81ebd-c9ce-478b-baec-1c972d44cf25
12:09:18.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecfd6bf7-0fc7-47ad-8618-3e11b39e1c46
12:09:18.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1988c973-fae2-4997-9db4-56610b81f4d1
12:09:18.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b39af8b7-8cdf-4e95-9ed2-543d09084aa2
12:09:18.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849e68e7-1e29-4035-b968-775c45d9a590
12:09:18.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9696a6af-01c0-4e64-a724-55e10247b735
12:09:18.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91359e1-2d68-4eb1-b965-002d60407a08
12:09:18.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c30fab-158c-4903-a7a2-3c9001b2b8b5
12:09:18.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:18.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:18.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f9aa09-8922-4f1a-8b62-15525bc65974
12:09:18.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:18.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:18.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd9c5de-53ad-491f-a47c-b27c9f1e09ab
12:09:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b296b000-6d29-4405-9374-f7035f000905
12:09:19.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25eb9d7b-1610-42d6-8db5-1988518c3c6b
12:09:19.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1c70f8c-25ae-4f41-9416-1fda245005a8
12:09:19.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.211 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40122fb5-f39f-4ee1-ab1d-bd77dca71718
12:09:19.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da98df3-e2fb-424e-8f7b-0e5c80cd4a51
12:09:19.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54a2f640-47e6-460a-a53f-01381464576f
12:09:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.359 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fdb42d-5fcb-466f-8962-415d47aba908
12:09:19.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87528967-e958-46cd-a389-ead348f99bde
12:09:19.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b47bf9-24e7-4cc5-b7d1-f22da69e3df3
12:09:19.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fccd2833-cb9b-4c8b-ba5f-4f94644a00ae
12:09:19.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceeb7d5f-650c-4bba-85cc-d7d6fb08071b
12:09:19.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acb1f439-8f09-4913-8593-bcf3442267cc
12:09:19.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4acf92a3-6bf7-4f56-8edc-a091c7f5164f
12:09:19.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14165276-d96f-4e3d-805f-7d570024043d
12:09:19.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88aa9c24-179f-489f-a52f-7cc2e187629a
12:09:19.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11b80d0a-c5b3-49e5-89e5-5d82384fc708
12:09:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02fd4e5f-dccb-4a3d-aae7-32f13facddb1
12:09:19.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96db91c2-ef05-4224-a32f-f194956ac748
12:09:19.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a75dac-3196-4851-bfca-c2572f5180c0
12:09:19.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b724ed0b-1772-411b-bdd1-f73fb3fb3bc2
12:09:19.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:19.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:19.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:19.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:19.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:19.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:19.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:19.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84ba24f-8e81-4ae1-b52d-d6acfb6fa38f
12:09:19.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d4b2c41-56bc-4517-b073-7406834dd221
12:09:20.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00e6df66-010c-4b7f-a6b0-3e5a47e09abc
12:09:20.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed7d44e-b3bf-48c0-9af8-d3cfc02fd45f
12:09:20.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=218fde85-35d8-419a-9e03-563931d07120
12:09:20.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc3a482-2796-436e-84e5-b88f056d7ba3
12:09:20.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a60a678-abd5-4cf6-9540-c76cf1075732
12:09:20.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ef9461-85bc-4599-b5d7-69187d701961
12:09:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dbceca6-b962-44f7-849a-2d815691461c
12:09:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c0ed024-67c3-43da-8dca-7ac7b05cf9fa
12:09:20.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0018629-fcee-4ef0-bb90-0c800307ef3e
12:09:20.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5248b76f-13c4-4771-9b27-f49bcd45e71f
12:09:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e53a0f5-ec47-4f95-8ae0-c96b8501d4e2
12:09:20.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82b81ebd-c9ce-478b-baec-1c972d44cf25
12:09:20.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fef4b8e7-844d-4a59-8337-223f67759e49
12:09:20.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a2fa62-7424-4171-b40b-e1ddbfe00e5e
12:09:20.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1988c973-fae2-4997-9db4-56610b81f4d1
12:09:20.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a691a998-d223-46fc-853b-ae09169b5422
12:09:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=849e68e7-1e29-4035-b968-775c45d9a590
12:09:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e49d597-a4b2-4487-841d-3afabd55130d
12:09:20.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b91359e1-2d68-4eb1-b965-002d60407a08
12:09:20.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.902 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5968c4-de92-424a-b288-c25ff9a84571
12:09:20.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:20.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c30fab-158c-4903-a7a2-3c9001b2b8b5
12:09:20.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:20.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:20.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:20.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:20.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:20.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:20.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3869554a-6d4a-42c3-af40-b3edcc8ffe49
12:09:21.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffd9c5de-53ad-491f-a47c-b27c9f1e09ab
12:09:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0e7e661-1abc-497f-8bf4-4a188e194c6b
12:09:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25eb9d7b-1610-42d6-8db5-1988518c3c6b
12:09:21.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02c7633-3ca0-401e-95e3-cb0790e3da83
12:09:21.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da98df3-e2fb-424e-8f7b-0e5c80cd4a51
12:09:21.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd14b9d1-d316-4bcc-b62e-ef70151367ab
12:09:21.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43fdb42d-5fcb-466f-8962-415d47aba908
12:09:21.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9de1d3bb-defd-4c18-a899-7d5f8ad41aa3
12:09:21.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90b47bf9-24e7-4cc5-b7d1-f22da69e3df3
12:09:21.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceeb7d5f-650c-4bba-85cc-d7d6fb08071b
12:09:21.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad377b3-8c55-4a43-9c08-0e88547afe8a
12:09:21.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4acf92a3-6bf7-4f56-8edc-a091c7f5164f
12:09:21.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ed1653-a45b-4566-b21d-6384a840c9c9
12:09:21.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed3bc9-7e37-408b-8beb-9116c5b68b94
12:09:21.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88aa9c24-179f-489f-a52f-7cc2e187629a
12:09:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c5429b-be98-4e90-84d5-77dc54885fde
12:09:21.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02fd4e5f-dccb-4a3d-aae7-32f13facddb1
12:09:21.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef82e9b6-0ce5-420b-bd77-5019bdebc011
12:09:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42a75dac-3196-4851-bfca-c2572f5180c0
12:09:21.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:21.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fddd00b1-4443-41b8-b298-c513eb989d5a
12:09:21.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:21.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:21.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:21.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:21.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:21.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:21.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8d5304c-6740-48a6-864c-4a398c8ff320
12:09:22.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a84ba24f-8e81-4ae1-b52d-d6acfb6fa38f
12:09:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00e6df66-010c-4b7f-a6b0-3e5a47e09abc
12:09:22.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d0dac4-b623-4180-80c9-6fe8d9c65b3c
12:09:22.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed7d44e-b3bf-48c0-9af8-d3cfc02fd45f
12:09:22.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.235 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7de1223b-c03a-44c8-8552-ba7dd9c5c879
12:09:22.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fc3a482-2796-436e-84e5-b88f056d7ba3
12:09:22.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a9a670-812b-4507-a565-3e0403d4c997
12:09:22.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ef9461-85bc-4599-b5d7-69187d701961
12:09:22.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c0ed024-67c3-43da-8dca-7ac7b05cf9fa
12:09:22.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cfcf0e2-1a39-422a-b5e6-969c960c4f99
12:09:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.492 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e53a0f5-ec47-4f95-8ae0-c96b8501d4e2
12:09:22.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.506 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=504cc8a2-c184-4770-813f-277d5eafa61d
12:09:22.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fef4b8e7-844d-4a59-8337-223f67759e49
12:09:22.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46af08a5-fefd-43ec-9491-83b5d4705852
12:09:22.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62a2fa62-7424-4171-b40b-e1ddbfe00e5e
12:09:22.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1ea0c2-874b-47f3-a330-5b158c445f5e
12:09:22.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a691a998-d223-46fc-853b-ae09169b5422
12:09:22.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e502a893-fb6e-4666-be4b-3c4cdd46fcbe
12:09:22.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e49d597-a4b2-4487-841d-3afabd55130d
12:09:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.862 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4a71d8-fd75-4550-a657-7d663429e46e
12:09:22.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5968c4-de92-424a-b288-c25ff9a84571
12:09:22.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:22.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:22.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:22.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:22.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:22.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:22.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:22.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46f0bbd3-56f0-498a-9b51-9be45f16ed3b
12:09:22.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3869554a-6d4a-42c3-af40-b3edcc8ffe49
12:09:23.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72035009-f346-472b-a957-2c71f4be3b43
12:09:23.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0e7e661-1abc-497f-8bf4-4a188e194c6b
12:09:23.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b14724e3-225c-4ea5-ae70-9d23470d4c71
12:09:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02c7633-3ca0-401e-95e3-cb0790e3da83
12:09:23.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4fdebfb-9983-4edd-ae05-ffb35a433045
12:09:23.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=625aff23-6b18-43b2-bf63-e740bd8ac8e4
12:09:23.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd14b9d1-d316-4bcc-b62e-ef70151367ab
12:09:23.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aab6c1aa-009b-4669-80a4-f6a702f9abb0
12:09:23.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9de1d3bb-defd-4c18-a899-7d5f8ad41aa3
12:09:23.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ad377b3-8c55-4a43-9c08-0e88547afe8a
12:09:23.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78cb2fcc-e926-43fd-b556-77e8b82122c3
12:09:23.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ed1653-a45b-4566-b21d-6384a840c9c9
12:09:23.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a90bd5-0c0d-4640-bdbb-5a487b7d74c4
12:09:23.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45ed3bc9-7e37-408b-8beb-9116c5b68b94
12:09:23.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198dcc1a-923a-4047-b167-79bda297dcc4
12:09:23.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fe411c-82a7-4119-82c4-0e184bcf8ca7
12:09:23.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8c5429b-be98-4e90-84d5-77dc54885fde
12:09:23.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f437f1c3-4b1c-49db-9332-3046edd9d348
12:09:23.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef82e9b6-0ce5-420b-bd77-5019bdebc011
12:09:23.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df299ea4-638e-4ea9-9ad9-e31b676903a9
12:09:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:23.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:23.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fddd00b1-4443-41b8-b298-c513eb989d5a
12:09:23.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:23.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:23.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:23.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:23.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d05d4e1-cb72-46b0-8215-823f26f84c6d
12:09:23.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8d5304c-6740-48a6-864c-4a398c8ff320
12:09:24.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.032 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51828700-2ee5-4ae5-a6b4-d89cf1fc6afe
12:09:24.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7d0dac4-b623-4180-80c9-6fe8d9c65b3c
12:09:24.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85fd031-5ff7-48e8-a5c5-25b0a660baad
12:09:24.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f30aa24b-d4ec-42ad-b092-8049e1f81515
12:09:24.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7de1223b-c03a-44c8-8552-ba7dd9c5c879
12:09:24.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65d68a29-a5aa-4c54-bfad-3412c20a625a
12:09:24.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a9a670-812b-4507-a565-3e0403d4c997
12:09:24.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce019aa-936d-44a4-a6af-847e1c8ede19
12:09:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cfcf0e2-1a39-422a-b5e6-969c960c4f99
12:09:24.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dba68e-1a36-4fe5-98b0-5fd7c3d60a45
12:09:24.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb97c0e0-d887-4198-8f41-3f9bc598c2c1
12:09:24.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=504cc8a2-c184-4770-813f-277d5eafa61d
12:09:24.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46af08a5-fefd-43ec-9491-83b5d4705852
12:09:24.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90d04a7-e96a-4de5-8aba-bee4c917ecb4
12:09:24.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd853b0a-1529-4a9d-a165-643f22b12546
12:09:24.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a1ea0c2-874b-47f3-a330-5b158c445f5e
12:09:24.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0155c9-a629-4603-be60-775bc9707a37
12:09:24.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e502a893-fb6e-4666-be4b-3c4cdd46fcbe
12:09:24.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfcdf3f-3be8-49ca-82a8-7c3b09cc8e41
12:09:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4a71d8-fd75-4550-a657-7d663429e46e
12:09:24.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.871 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.885 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db1ff2bc-117b-4f8a-b5d1-df87fb778c59
12:09:24.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:24.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46f0bbd3-56f0-498a-9b51-9be45f16ed3b
12:09:24.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:24.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:24.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cee08936-0909-4b3b-af50-7cb8f15d8fa8
12:09:24.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:24.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:24.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:24.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:24.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72035009-f346-472b-a957-2c71f4be3b43
12:09:25.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c6a2a3f-86d9-4f0c-b8f0-5b96a76d4402
12:09:25.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b14724e3-225c-4ea5-ae70-9d23470d4c71
12:09:25.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479c3ad5-5b5a-417a-8d3d-12dbd540b021
12:09:25.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4fdebfb-9983-4edd-ae05-ffb35a433045
12:09:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c86d9265-ecf4-40f9-90b5-4b1b43d333c5
12:09:25.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=625aff23-6b18-43b2-bf63-e740bd8ac8e4
12:09:25.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef405c08-6410-4e4a-98ee-1bf92fdadae9
12:09:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aab6c1aa-009b-4669-80a4-f6a702f9abb0
12:09:25.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2957f126-6a27-4bae-8912-becd1fed2fa6
12:09:25.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78cb2fcc-e926-43fd-b556-77e8b82122c3
12:09:25.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6cf21a1-d6aa-489c-af2f-b8023aa0abd2
12:09:25.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55a90bd5-0c0d-4640-bdbb-5a487b7d74c4
12:09:25.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5943907b-9954-4529-8093-f469ad8c8bf5
12:09:25.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=198dcc1a-923a-4047-b167-79bda297dcc4
12:09:25.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e7ff11c-d2f3-468e-8fd4-5acdefecc7dc
12:09:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fe411c-82a7-4119-82c4-0e184bcf8ca7
12:09:25.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8df31876-6c1b-43ed-83a8-da16f2b39383
12:09:25.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f437f1c3-4b1c-49db-9332-3046edd9d348
12:09:25.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4910771c-7279-44c0-a17c-6cce5d60a833
12:09:25.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df299ea4-638e-4ea9-9ad9-e31b676903a9
12:09:25.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608e34e0-b6e1-4dea-b503-d6a7b0feeacd
12:09:25.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d05d4e1-cb72-46b0-8215-823f26f84c6d
12:09:25.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90df664-cf05-4c03-8c9f-560d590db4dc
12:09:25.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:25.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51828700-2ee5-4ae5-a6b4-d89cf1fc6afe
12:09:25.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:25.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:25.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:25.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:25.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:25.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:25.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32457afe-4483-4891-b2be-9e2ed2749ea2
12:09:26.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85fd031-5ff7-48e8-a5c5-25b0a660baad
12:09:26.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f30aa24b-d4ec-42ad-b092-8049e1f81515
12:09:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f582ada-fb83-4d03-9b5e-01849afe26dd
12:09:26.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65d68a29-a5aa-4c54-bfad-3412c20a625a
12:09:26.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d148189a-98d8-4ce2-9f85-0e2a7217f4f5
12:09:26.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bb4782-f6f1-40e4-9325-f2b538c33cf6
12:09:26.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce019aa-936d-44a4-a6af-847e1c8ede19
12:09:26.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd1eba9-7a9e-4903-8b32-1505de4aebcd
12:09:26.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51dba68e-1a36-4fe5-98b0-5fd7c3d60a45
12:09:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e7f56e-2c91-487e-b83f-514e62309272
12:09:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb97c0e0-d887-4198-8f41-3f9bc598c2c1
12:09:26.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edebda33-50d6-42eb-8306-003c084f6d17
12:09:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90d04a7-e96a-4de5-8aba-bee4c917ecb4
12:09:26.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90b7bec-73a4-4133-bee5-03c3f46cd337
12:09:26.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd853b0a-1529-4a9d-a165-643f22b12546
12:09:26.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c001c09c-2085-4c78-847a-b132389f7fc2
12:09:26.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0155c9-a629-4603-be60-775bc9707a37
12:09:26.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bfcdf3f-3be8-49ca-82a8-7c3b09cc8e41
12:09:26.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=656b7ba3-8d35-4f3d-9a95-6d8e7dad748f
12:09:26.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db1ff2bc-117b-4f8a-b5d1-df87fb778c59
12:09:26.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:26.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:26.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c9eedf-adfa-4737-9a1b-2f96f4db9d14
12:09:26.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:26.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:26.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:26.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:26.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:26.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cee08936-0909-4b3b-af50-7cb8f15d8fa8
12:09:26.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e32a3222-cd01-4dd4-8acb-b85d2f595a10
12:09:27.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c6a2a3f-86d9-4f0c-b8f0-5b96a76d4402
12:09:27.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c945f0ad-dd0f-424b-86fb-c89958ebe4b2
12:09:27.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=479c3ad5-5b5a-417a-8d3d-12dbd540b021
12:09:27.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeeb2b3a-5806-42d2-b429-7c63a3978aa8
12:09:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c86d9265-ecf4-40f9-90b5-4b1b43d333c5
12:09:27.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.302 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496888c7-c21a-4eec-885f-909a70031059
12:09:27.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef405c08-6410-4e4a-98ee-1bf92fdadae9
12:09:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.389 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff61dd95-b22d-4966-a3b6-74f34c23ffca
12:09:27.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2957f126-6a27-4bae-8912-becd1fed2fa6
12:09:27.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8de009-36fd-4424-ad03-17efb743cfc5
12:09:27.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6cf21a1-d6aa-489c-af2f-b8023aa0abd2
12:09:27.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302b41a1-18f4-4439-a438-697e69b490bd
12:09:27.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5943907b-9954-4529-8093-f469ad8c8bf5
12:09:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d1e36c-6211-46a9-bb1b-d4c9696fdc47
12:09:27.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e7ff11c-d2f3-468e-8fd4-5acdefecc7dc
12:09:27.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ee595a-99d3-4331-80f8-e2bec32bf0a3
12:09:27.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8df31876-6c1b-43ed-83a8-da16f2b39383
12:09:27.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05088ef1-832f-42bb-8e8a-32119c53d08a
12:09:27.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4910771c-7279-44c0-a17c-6cce5d60a833
12:09:27.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:27.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7481271b-d24b-4fb9-9846-a14e57eeb622
12:09:27.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:27.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:27.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:27.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:27.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:27.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=608e34e0-b6e1-4dea-b503-d6a7b0feeacd
12:09:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7417d46b-7348-455f-9bc0-e89becb8a4fd
12:09:28.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f920c46b-3df1-42d9-ad1b-405ee2bc9e01
12:09:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d90df664-cf05-4c03-8c9f-560d590db4dc
12:09:28.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a561c2f7-3338-40c7-981e-81c3a69ab772
12:09:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32457afe-4483-4891-b2be-9e2ed2749ea2
12:09:28.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.292 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4ca4b3-a9ef-4cc0-92bf-2f7e965e1c8f
12:09:28.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f582ada-fb83-4d03-9b5e-01849afe26dd
12:09:28.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f40beadf-f800-4d9f-8864-4089e276a439
12:09:28.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d148189a-98d8-4ce2-9f85-0e2a7217f4f5
12:09:28.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de58dcc9-2c83-4763-8b25-30deba0af108
12:09:28.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d73bcc0-1645-46f3-92f9-49b3e0d98195
12:09:28.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bb4782-f6f1-40e4-9325-f2b538c33cf6
12:09:28.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.608 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f260c09-aa26-4aae-b4fb-ea85d4c59708
12:09:28.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd1eba9-7a9e-4903-8b32-1505de4aebcd
12:09:28.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4283603-d9cd-4f46-a967-b1bc5bc3f9cf
12:09:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e7f56e-2c91-487e-b83f-514e62309272
12:09:28.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edebda33-50d6-42eb-8306-003c084f6d17
12:09:28.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9937e39-5407-4621-abb4-c58543b2f5b7
12:09:28.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c90b7bec-73a4-4133-bee5-03c3f46cd337
12:09:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708c6c4e-c561-448b-8f89-443079ec3a7b
12:09:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:28.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c001c09c-2085-4c78-847a-b132389f7fc2
12:09:28.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:28.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:28.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:28.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:28.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:28.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:28.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15f1f20e-1e74-4d74-9474-89a79cefba63
12:09:29.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=656b7ba3-8d35-4f3d-9a95-6d8e7dad748f
12:09:29.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=982e6d8b-39f1-4d6e-92a3-9d539f70e6bb
12:09:29.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68c9eedf-adfa-4737-9a1b-2f96f4db9d14
12:09:29.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb8ca21-e4f8-4562-a510-96782a0543e4
12:09:29.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d427d0f-15d7-4af4-a90b-2c589dee094c
12:09:29.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.252 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e32a3222-cd01-4dd4-8acb-b85d2f595a10
12:09:29.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43e43e5c-46b6-4931-b59c-add3cb5ada24
12:09:29.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c945f0ad-dd0f-424b-86fb-c89958ebe4b2
12:09:29.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feb50c8b-ea45-4250-a890-37abceaa73b8
12:09:29.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeeb2b3a-5806-42d2-b429-7c63a3978aa8
12:09:29.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6752ff4a-fab4-4319-b490-da994e03b8cf
12:09:29.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496888c7-c21a-4eec-885f-909a70031059
12:09:29.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb01bb0-1099-4299-9ff3-9497bc631892
12:09:29.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff61dd95-b22d-4966-a3b6-74f34c23ffca
12:09:29.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35074ccb-919b-4518-88b6-65f2ed5989c2
12:09:29.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16dc20d8-038f-420e-ae91-57a664911ddc
12:09:29.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.656 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a8de009-36fd-4424-ad03-17efb743cfc5
12:09:29.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73f69ac4-08c0-4771-acda-a848bba66ba0
12:09:29.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302b41a1-18f4-4439-a438-697e69b490bd
12:09:29.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68137aa-627b-4c43-bcdb-747781efba92
12:09:29.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93d1e36c-6211-46a9-bb1b-d4c9696fdc47
12:09:29.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec69a08d-5ec5-44ee-976b-8349b5020280
12:09:29.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d1ee595a-99d3-4331-80f8-e2bec32bf0a3
12:09:29.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04618212-80e8-401a-abe0-9b1446a2b24b
12:09:29.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:29.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:29.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:29.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:29.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:29.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:29.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:29.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05088ef1-832f-42bb-8e8a-32119c53d08a
12:09:29.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7481271b-d24b-4fb9-9846-a14e57eeb622
12:09:30.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c294a0-70c4-4ed1-95c4-41eba4ea771f
12:09:30.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7417d46b-7348-455f-9bc0-e89becb8a4fd
12:09:30.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5bd7d27-efe8-41fb-9660-4bc3dbb99e44
12:09:30.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f920c46b-3df1-42d9-ad1b-405ee2bc9e01
12:09:30.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=270da518-3e3a-4699-a0e6-7b2e53414f15
12:09:30.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a561c2f7-3338-40c7-981e-81c3a69ab772
12:09:30.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0336d38e-f334-4289-8b08-f67fc07f60ef
12:09:30.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529f1de0-4224-44e3-940e-47ccd392a3a8
12:09:30.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad4ca4b3-a9ef-4cc0-92bf-2f7e965e1c8f
12:09:30.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167001ac-07b7-4fe9-9cd6-1065568cbafa
12:09:30.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f40beadf-f800-4d9f-8864-4089e276a439
12:09:30.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caa0ee2b-2cc6-4f19-aa62-961c5295fc2b
12:09:30.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de58dcc9-2c83-4763-8b25-30deba0af108
12:09:30.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e41132-8233-49b6-b167-9a6fbbec6d54
12:09:30.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d73bcc0-1645-46f3-92f9-49b3e0d98195
12:09:30.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a838f3d-f269-458c-876a-02c167595454
12:09:30.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.757 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f260c09-aa26-4aae-b4fb-ea85d4c59708
12:09:30.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da0d3e4-559a-4cf9-a463-95b25d6cb159
12:09:30.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187abc7a-47e1-45f7-a078-e123510e9fc2
12:09:30.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4283603-d9cd-4f46-a967-b1bc5bc3f9cf
12:09:30.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=424b8ea2-92b2-4ae3-8141-e7308cca508b
12:09:30.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9937e39-5407-4621-abb4-c58543b2f5b7
12:09:30.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:30.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:30.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:30.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:30.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:30.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:30.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:30.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b739798-8936-4c36-9f03-737b3e1010fd
12:09:30.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be68479c-4fe1-4c1b-aecd-c0df7eb4ede8
12:09:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708c6c4e-c561-448b-8f89-443079ec3a7b
12:09:31.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3a92-0f3c-4f96-9539-0e763ef012e7
12:09:31.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15f1f20e-1e74-4d74-9474-89a79cefba63
12:09:31.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776a117d-031e-4883-8d2a-e95200e2fee8
12:09:31.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=982e6d8b-39f1-4d6e-92a3-9d539f70e6bb
12:09:31.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bf8dd9b-d974-490e-95d2-101c1c15eb9a
12:09:31.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1541649f-959e-4afc-9c0d-e65c0091316b
12:09:31.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3eb8ca21-e4f8-4562-a510-96782a0543e4
12:09:31.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d427d0f-15d7-4af4-a90b-2c589dee094c
12:09:31.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0a14fbc-e8d6-4770-887a-bf696d9748fd
12:09:31.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43e43e5c-46b6-4931-b59c-add3cb5ada24
12:09:31.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6233f1a-24c2-4e8a-8a49-8167523ad2bd
12:09:31.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=feb50c8b-ea45-4250-a890-37abceaa73b8
12:09:31.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c311d72-1b27-4c68-a9d7-8bcac528fff1
12:09:31.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956749a9-17c1-4d59-a2e7-8092a2ba5d15
12:09:31.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6752ff4a-fab4-4319-b490-da994e03b8cf
12:09:31.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.848 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31920d-b6f1-408f-a4b4-89ff905a50fd
12:09:31.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdb01bb0-1099-4299-9ff3-9497bc631892
12:09:31.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc43b871-6f4d-423e-abd9-5eea826b4827
12:09:31.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:31.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:31.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:31.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:31.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35074ccb-919b-4518-88b6-65f2ed5989c2
12:09:31.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04ada433-946a-4ed5-b0d4-d942e2cf754d
12:09:32.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16dc20d8-038f-420e-ae91-57a664911ddc
12:09:32.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73b5b72e-24d5-448a-89de-3b4b986951c5
12:09:32.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73f69ac4-08c0-4771-acda-a848bba66ba0
12:09:32.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2089b57-010c-44aa-810f-a4bb6f527f03
12:09:32.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68137aa-627b-4c43-bcdb-747781efba92
12:09:32.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8efbee7-cbd2-44b9-b519-7f9d59f951b2
12:09:32.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec69a08d-5ec5-44ee-976b-8349b5020280
12:09:32.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.356 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb35d325-5e58-4199-aa8f-9abacb9a8d0d
12:09:32.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04618212-80e8-401a-abe0-9b1446a2b24b
12:09:32.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36673249-cc64-4fad-8e3c-6b407b7c42e2
12:09:32.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83c294a0-70c4-4ed1-95c4-41eba4ea771f
12:09:32.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3030d018-a7b4-4065-98b2-4271248a29f1
12:09:32.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5bd7d27-efe8-41fb-9660-4bc3dbb99e44
12:09:32.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae38800e-4453-4c1c-ba24-aa8aa0c932a0
12:09:32.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=270da518-3e3a-4699-a0e6-7b2e53414f15
12:09:32.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.695 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228a8665-5004-4008-b0df-9d9990cc3c9a
12:09:32.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0336d38e-f334-4289-8b08-f67fc07f60ef
12:09:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=529f1de0-4224-44e3-940e-47ccd392a3a8
12:09:32.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44a045c6-a74f-4335-9640-098894110667
12:09:32.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.872 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=167001ac-07b7-4fe9-9cd6-1065568cbafa
12:09:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82ba4f2b-d9a1-4000-a8d6-7c8d7bac14e1
12:09:32.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:32.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:32.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:32.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:32.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=caa0ee2b-2cc6-4f19-aa62-961c5295fc2b
12:09:32.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:32.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:32.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f75529-3c63-4ec0-9e22-86b7d6986eb1
12:09:33.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e41132-8233-49b6-b167-9a6fbbec6d54
12:09:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1bb727-3379-4d82-ab51-d30fe3c9e92e
12:09:33.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bab46f3-7bb2-4261-9157-2bc3fd1dd7fc
12:09:33.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a838f3d-f269-458c-876a-02c167595454
12:09:33.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=225e7e5e-ee1f-45fa-865d-65448036631e
12:09:33.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da0d3e4-559a-4cf9-a463-95b25d6cb159
12:09:33.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=187abc7a-47e1-45f7-a078-e123510e9fc2
12:09:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22bd72f-c2f1-4c1d-a062-d63a5ac25d7b
12:09:33.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=424b8ea2-92b2-4ae3-8141-e7308cca508b
12:09:33.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e13c15-b546-4d9b-9c6d-61d7a021d479
12:09:33.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b739798-8936-4c36-9f03-737b3e1010fd
12:09:33.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.525 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be68479c-4fe1-4c1b-aecd-c0df7eb4ede8
12:09:33.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4af85d5a-ac16-44bf-9c8b-2a11b6d8270d
12:09:33.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3a92-0f3c-4f96-9539-0e763ef012e7
12:09:33.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b5e480-2fd4-4204-9121-130a6be8a83b
12:09:33.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675b5b42-5272-41f6-8953-649599b6b69b
12:09:33.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=776a117d-031e-4883-8d2a-e95200e2fee8
12:09:33.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.833 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91cfb98-81a4-49f3-a320-778a7d2ce407
12:09:33.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bf8dd9b-d974-490e-95d2-101c1c15eb9a
12:09:33.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:33.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:33.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1541649f-959e-4afc-9c0d-e65c0091316b
12:09:33.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:33.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:33.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:33.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:33.951 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:33.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec175c4c-ae62-454c-949e-0f3225c0b4f9
12:09:33.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15163bb3-c01b-4e89-8669-ab2263ccdbde
12:09:34.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0a14fbc-e8d6-4770-887a-bf696d9748fd
12:09:34.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1480214-6d26-4290-b28c-282c7a1d13c5
12:09:34.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6233f1a-24c2-4e8a-8a49-8167523ad2bd
12:09:34.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c311d72-1b27-4c68-a9d7-8bcac528fff1
12:09:34.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f4e0901-dd00-49a3-b06b-f69ee31df629
12:09:34.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78ffe0a8-7d40-4a50-a8e2-b6e25eeeaabd
12:09:34.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=956749a9-17c1-4d59-a2e7-8092a2ba5d15
12:09:34.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e984b58-ba78-4172-92c6-b38b46d44ef9
12:09:34.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff31920d-b6f1-408f-a4b4-89ff905a50fd
12:09:34.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc43b871-6f4d-423e-abd9-5eea826b4827
12:09:34.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c2281f-5be1-4b58-9f36-1c2940fadb45
12:09:34.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56bd2b3b-b7fd-4b9c-aba2-27be84cd0629
12:09:34.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=04ada433-946a-4ed5-b0d4-d942e2cf754d
12:09:34.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73b5b72e-24d5-448a-89de-3b4b986951c5
12:09:34.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.620 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b57f36a7-5d83-4799-b093-e4b0553abc0d
12:09:34.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2089b57-010c-44aa-810f-a4bb6f527f03
12:09:34.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cdcb672-9f3d-46b1-bd87-ed1e10c2abd2
12:09:34.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8efbee7-cbd2-44b9-b519-7f9d59f951b2
12:09:34.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edeff2ab-c593-4e32-a38a-9f5eefcdfc2f
12:09:34.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb35d325-5e58-4199-aa8f-9abacb9a8d0d
12:09:34.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319eabf4-7370-4368-be7b-8f04c1e425a3
12:09:34.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36673249-cc64-4fad-8e3c-6b407b7c42e2
12:09:34.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:34.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:34.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:34.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:34.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:34.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:34.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:34.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b0d774-35e7-4787-a069-a396cc713bb9
12:09:34.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3030d018-a7b4-4065-98b2-4271248a29f1
12:09:35.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b41bc89-24e7-41ae-b470-0c8f7a4743e6
12:09:35.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae38800e-4453-4c1c-ba24-aa8aa0c932a0
12:09:35.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=456bf641-8be6-4147-95bf-cbe356aee125
12:09:35.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228a8665-5004-4008-b0df-9d9990cc3c9a
12:09:35.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7128445f-3a10-48d7-8e41-a67035bb793a
12:09:35.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44a045c6-a74f-4335-9640-098894110667
12:09:35.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11c875b4-0bad-4692-bfcb-97f32fbc97a9
12:09:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82ba4f2b-d9a1-4000-a8d6-7c8d7bac14e1
12:09:35.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27fc816a-0d5d-4fc7-acf8-cf96eab4a820
12:09:35.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f75529-3c63-4ec0-9e22-86b7d6986eb1
12:09:35.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b990acfc-656c-4ef0-823d-2649cad78bc5
12:09:35.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ad1377-98e3-4fcb-a715-79d7ec6dcfd2
12:09:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f1bb727-3379-4d82-ab51-d30fe3c9e92e
12:09:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=163c3d96-198d-4194-9a41-73375c3fb36e
12:09:35.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bab46f3-7bb2-4261-9157-2bc3fd1dd7fc
12:09:35.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed844434-e49e-44cc-9389-1358f5091e28
12:09:35.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=225e7e5e-ee1f-45fa-865d-65448036631e
12:09:35.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4a446c4-eee0-4430-9d8f-fe370408403e
12:09:35.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22bd72f-c2f1-4c1d-a062-d63a5ac25d7b
12:09:35.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.841 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de28ac3c-3f7f-4336-951f-6fa2ffddaed5
12:09:35.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c9d7813-2c09-4f96-b8ac-bb0970d3cbc3
12:09:35.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e13c15-b546-4d9b-9c6d-61d7a021d479
12:09:35.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:35.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:35.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:35.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:35.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:35.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46f7939-6d2d-4b6a-b336-d6cdde85a8a3
12:09:35.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.020 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4af85d5a-ac16-44bf-9c8b-2a11b6d8270d
12:09:36.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50b5e480-2fd4-4204-9121-130a6be8a83b
12:09:36.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07825e8a-da59-47e0-8702-4728841a3508
12:09:36.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=675b5b42-5272-41f6-8953-649599b6b69b
12:09:36.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ee9495-839a-4039-a9ef-dc87604d16bc
12:09:36.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e15f14ea-002a-45ba-8f2b-09b8ce72f32a
12:09:36.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e91cfb98-81a4-49f3-a320-778a7d2ce407
12:09:36.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f650bc5b-9eb2-4088-88af-9ab9c4da2394
12:09:36.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec175c4c-ae62-454c-949e-0f3225c0b4f9
12:09:36.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b1984f-78c6-492c-8e19-e5f3ca36603d
12:09:36.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15163bb3-c01b-4e89-8669-ab2263ccdbde
12:09:36.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571de868-4c5d-4792-b7f5-179a08780a56
12:09:36.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1480214-6d26-4290-b28c-282c7a1d13c5
12:09:36.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=026bce52-a8f8-422e-a4ce-d97d6c66ce5a
12:09:36.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f4e0901-dd00-49a3-b06b-f69ee31df629
12:09:36.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32a2349-78ba-49c4-b346-dc9684328e8b
12:09:36.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78ffe0a8-7d40-4a50-a8e2-b6e25eeeaabd
12:09:36.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f23ff4f-8e6a-4350-8d61-c4148cfa9a24
12:09:36.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e984b58-ba78-4172-92c6-b38b46d44ef9
12:09:36.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a46c7e6d-1058-49e5-b1e6-ab591fc677bc
12:09:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63c2281f-5be1-4b58-9f36-1c2940fadb45
12:09:36.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f4f9e6-124d-4333-9517-2174b5e07e46
12:09:36.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56bd2b3b-b7fd-4b9c-aba2-27be84cd0629
12:09:36.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:36.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:36.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:36.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b566b93-3ad3-41f1-b704-a1222b784474
12:09:36.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:36.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:36.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b57f36a7-5d83-4799-b093-e4b0553abc0d
12:09:37.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6177ec13-34fa-42c2-bf00-a513d5234f40
12:09:37.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cdcb672-9f3d-46b1-bd87-ed1e10c2abd2
12:09:37.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d252fefe-66cd-475e-9060-37eeb9a16d49
12:09:37.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edeff2ab-c593-4e32-a38a-9f5eefcdfc2f
12:09:37.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acfe13f5-874b-4390-8092-9077642ebc82
12:09:37.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319eabf4-7370-4368-be7b-8f04c1e425a3
12:09:37.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67859337-61b8-4b66-81c4-074138526252
12:09:37.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22b0d774-35e7-4787-a069-a396cc713bb9
12:09:37.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36498cde-711c-46be-9c6c-eb4f32351781
12:09:37.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b41bc89-24e7-41ae-b470-0c8f7a4743e6
12:09:37.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d59b1fe6-ba9f-493f-9cc9-9f3ccf41f40f
12:09:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=456bf641-8be6-4147-95bf-cbe356aee125
12:09:37.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf5037c8-d977-4fec-adde-75d477647d5a
12:09:37.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7128445f-3a10-48d7-8e41-a67035bb793a
12:09:37.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e34e4801-5f77-46f6-ac62-14bb475b7808
12:09:37.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11c875b4-0bad-4692-bfcb-97f32fbc97a9
12:09:37.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4b672d-3326-4962-bb85-a27273c8ee45
12:09:37.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27fc816a-0d5d-4fc7-acf8-cf96eab4a820
12:09:37.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90871545-71e4-43bb-957e-91cafeb33837
12:09:37.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b990acfc-656c-4ef0-823d-2649cad78bc5
12:09:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25040800-9815-4694-b73e-cb07429027de
12:09:37.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:37.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:37.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:37.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:37.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:37.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ad1377-98e3-4fcb-a715-79d7ec6dcfd2
12:09:37.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a78af36-a766-4028-a9b0-42fa0df368f3
12:09:38.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.058 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=163c3d96-198d-4194-9a41-73375c3fb36e
12:09:38.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111c1a47-86c6-4769-8d7a-59fb29ae771e
12:09:38.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed844434-e49e-44cc-9389-1358f5091e28
12:09:38.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7866b686-0ad4-4a5b-9308-287026f75222
12:09:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4a446c4-eee0-4430-9d8f-fe370408403e
12:09:38.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=988f0182-0470-46f5-affc-d733fba86203
12:09:38.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de28ac3c-3f7f-4336-951f-6fa2ffddaed5
12:09:38.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ef115dd-c421-4cdb-9cd2-89e1f39e143e
12:09:38.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c9d7813-2c09-4f96-b8ac-bb0970d3cbc3
12:09:38.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.440 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29fae14e-f212-429e-86ee-fd6c4629b370
12:09:38.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f46f7939-6d2d-4b6a-b336-d6cdde85a8a3
12:09:38.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99236d73-75dc-403f-a932-1f735ce12a46
12:09:38.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75673b8f-d49c-4553-9928-44a8f8c1ee47
12:09:38.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07825e8a-da59-47e0-8702-4728841a3508
12:09:38.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ee9495-839a-4039-a9ef-dc87604d16bc
12:09:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cef98f-a17b-4cd6-b469-8674f9cba3ed
12:09:38.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e15f14ea-002a-45ba-8f2b-09b8ce72f32a
12:09:38.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f879a39-99b2-4c98-9b6d-f4967dd749bd
12:09:38.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f650bc5b-9eb2-4088-88af-9ab9c4da2394
12:09:38.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.839 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451a2678-3f7b-439f-824e-2bb962c3e6c1
12:09:38.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7b1984f-78c6-492c-8e19-e5f3ca36603d
12:09:38.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:38.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17fee830-d519-458a-b1d1-cdd170d05265
12:09:38.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:38.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:38.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:38.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:38.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:38.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:38.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=571de868-4c5d-4792-b7f5-179a08780a56
12:09:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5747d932-fb89-4066-91bb-e778c33c1ec9
12:09:39.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=026bce52-a8f8-422e-a4ce-d97d6c66ce5a
12:09:39.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f32a2349-78ba-49c4-b346-dc9684328e8b
12:09:39.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd572f0-7dd6-47a7-a298-9fa3db66ff11
12:09:39.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f23ff4f-8e6a-4350-8d61-c4148cfa9a24
12:09:39.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.324 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbfc8b3-ef98-4c9f-ba37-56762d97b879
12:09:39.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a46c7e6d-1058-49e5-b1e6-ab591fc677bc
12:09:39.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=935cc996-0ca7-43b4-ae07-7c6cd8aec483
12:09:39.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f4f9e6-124d-4333-9517-2174b5e07e46
12:09:39.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5797a26-089b-4a60-86c9-d675b626e2d5
12:09:39.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b566b93-3ad3-41f1-b704-a1222b784474
12:09:39.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0491b51a-7d7e-4547-953a-a3f328327bc7
12:09:39.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6177ec13-34fa-42c2-bf00-a513d5234f40
12:09:39.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea54b4c5-3cb8-4309-a9fb-1314018021d4
12:09:39.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d252fefe-66cd-475e-9060-37eeb9a16d49
12:09:39.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df8d0751-567e-4bf3-8321-0ac16fa64c04
12:09:39.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=acfe13f5-874b-4390-8092-9077642ebc82
12:09:39.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cba059e-7cec-416f-938c-25c353da29cf
12:09:39.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1acbe2-5919-4119-8af5-5db50ef6e462
12:09:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67859337-61b8-4b66-81c4-074138526252
12:09:39.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:39.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f523190-2da1-4bac-ab2a-581d830045c6
12:09:39.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:39.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:39.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:39.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:39.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:39.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:39.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.003 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36498cde-711c-46be-9c6c-eb4f32351781
12:09:40.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88b88662-c346-4725-b15e-d9adfcfde060
12:09:40.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d59b1fe6-ba9f-493f-9cc9-9f3ccf41f40f
12:09:40.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=532a254f-a436-4ae5-8c5e-6ff6b82262e4
12:09:40.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.179 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf5037c8-d977-4fec-adde-75d477647d5a
12:09:40.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17d940c4-7e62-4b18-85e3-d115bfae0769
12:09:40.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc34048e-6caf-44da-b0ff-fd52f690c943
12:09:40.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e34e4801-5f77-46f6-ac62-14bb475b7808
12:09:40.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2c51bce-2be1-4ab9-bafd-ba42fc9d6030
12:09:40.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4b672d-3326-4962-bb85-a27273c8ee45
12:09:40.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43e5f0b-4b43-47c0-8aa5-9e83a193ea03
12:09:40.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90871545-71e4-43bb-957e-91cafeb33837
12:09:40.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=045bec4e-9924-4a48-98df-cda6348be4d9
12:09:40.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25040800-9815-4694-b73e-cb07429027de
12:09:40.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ec6e8c0-84dd-4e41-80af-56d877a64f1b
12:09:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770c55ad-b9fc-415f-bb26-4e8baf384419
12:09:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a78af36-a766-4028-a9b0-42fa0df368f3
12:09:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d2b0504-a1c4-4aba-8c3b-0fd2b5abb7b9
12:09:40.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3b1777-c6d9-442c-b0f1-3ca7ee54b4e0
12:09:40.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=111c1a47-86c6-4769-8d7a-59fb29ae771e
12:09:40.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f18e35-9816-4a4f-b8ee-4f84f9075230
12:09:40.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:40.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7866b686-0ad4-4a5b-9308-287026f75222
12:09:40.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:40.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:40.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:40.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:40.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e65efb-c748-4443-9569-107071687aae
12:09:41.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=988f0182-0470-46f5-affc-d733fba86203
12:09:41.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.120 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92adb3f-dacd-4720-87c2-df33eb340661
12:09:41.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ef115dd-c421-4cdb-9cd2-89e1f39e143e
12:09:41.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8055d387-9f15-491d-a167-1cf9c4e3e4f0
12:09:41.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29fae14e-f212-429e-86ee-fd6c4629b370
12:09:41.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2092e6b7-e5bb-4b43-9b6c-7f63254dffc0
12:09:41.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99236d73-75dc-403f-a932-1f735ce12a46
12:09:41.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6903b1ff-03c3-4e14-9368-e45ebbe106e2
12:09:41.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75673b8f-d49c-4553-9928-44a8f8c1ee47
12:09:41.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.449 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ddeb2b0-04f9-40f3-9908-8f041cd77446
12:09:41.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d4fbd8-4da7-4d1f-8078-b17311669610
12:09:41.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89cef98f-a17b-4cd6-b469-8674f9cba3ed
12:09:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a9a622-a972-46b3-af64-e63a1049b754
12:09:41.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f879a39-99b2-4c98-9b6d-f4967dd749bd
12:09:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59adcd44-825c-44f9-9301-e35725a6e81f
12:09:41.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451a2678-3f7b-439f-824e-2bb962c3e6c1
12:09:41.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd13284-0698-4907-9f6a-945d7710dd86
12:09:41.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17fee830-d519-458a-b1d1-cdd170d05265
12:09:41.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd854810-775d-4247-9f55-404f90feff0f
12:09:41.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5747d932-fb89-4066-91bb-e778c33c1ec9
12:09:41.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d39172-a060-460f-aba2-4069bab481c9
12:09:41.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd572f0-7dd6-47a7-a298-9fa3db66ff11
12:09:41.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=679d0857-294d-4b8d-875c-0ef5009db11e
12:09:41.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:41.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:41.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:41.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:41.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:41.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:41.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9099ca1b-259d-44d7-829d-3f06335471e4
12:09:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbfc8b3-ef98-4c9f-ba37-56762d97b879
12:09:42.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2efae97-baf6-4756-a020-26bda9e5ac19
12:09:42.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=935cc996-0ca7-43b4-ae07-7c6cd8aec483
12:09:42.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=280e60fa-5366-4f88-8e22-0287e1c4a608
12:09:42.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.235 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d1284e-5d5b-4b78-959a-042a9e9b716e
12:09:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5797a26-089b-4a60-86c9-d675b626e2d5
12:09:42.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.342 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f12115-8d62-4990-9365-bd30f186f16f
12:09:42.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0491b51a-7d7e-4547-953a-a3f328327bc7
12:09:42.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea54b4c5-3cb8-4309-a9fb-1314018021d4
12:09:42.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4071273-4d32-440f-a4ee-21801e7d91b9
12:09:42.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df8d0751-567e-4bf3-8321-0ac16fa64c04
12:09:42.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe314f89-d927-4fa7-9b78-d6de50669d86
12:09:42.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cba059e-7cec-416f-938c-25c353da29cf
12:09:42.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d1bd37b-dc1b-42d4-bb48-d432b8c7235f
12:09:42.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b1acbe2-5919-4119-8af5-5db50ef6e462
12:09:42.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13d5a10-c8ab-48cc-8f80-ec67a78648c3
12:09:42.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f523190-2da1-4bac-ab2a-581d830045c6
12:09:42.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba45692f-ee6d-4218-80bf-9929f3a35698
12:09:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5132675-225a-4ec7-83e3-69e3fc68f829
12:09:42.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88b88662-c346-4725-b15e-d9adfcfde060
12:09:42.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:42.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:42.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68800361-5849-486b-af2c-2cbc94f8dfca
12:09:42.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:42.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:42.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:42.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=532a254f-a436-4ae5-8c5e-6ff6b82262e4
12:09:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a170d74b-447a-4773-af2f-67b7d6a3425c
12:09:43.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17d940c4-7e62-4b18-85e3-d115bfae0769
12:09:43.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ba1f61-b2d5-4ad9-85a2-d8b948a7536e
12:09:43.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc34048e-6caf-44da-b0ff-fd52f690c943
12:09:43.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2c51bce-2be1-4ab9-bafd-ba42fc9d6030
12:09:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515c57f3-fdba-4c2b-adb4-76a9d24b90c0
12:09:43.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bddc1e7a-f42c-438b-95ae-bc8d4423a545
12:09:43.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b43e5f0b-4b43-47c0-8aa5-9e83a193ea03
12:09:43.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=045bec4e-9924-4a48-98df-cda6348be4d9
12:09:43.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cbf0a8d-3ad5-4214-8fb6-ad11d7f3503c
12:09:43.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ec6e8c0-84dd-4e41-80af-56d877a64f1b
12:09:43.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b50e649-a773-44c0-9354-cba8869d4152
12:09:43.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad02e768-d7bc-4e11-8863-2044cd9dc420
12:09:43.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770c55ad-b9fc-415f-bb26-4e8baf384419
12:09:43.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f853d2-b512-4b3c-a176-8e16ca69b967
12:09:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d2b0504-a1c4-4aba-8c3b-0fd2b5abb7b9
12:09:43.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f3b1777-c6d9-442c-b0f1-3ca7ee54b4e0
12:09:43.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53bd7513-77da-439d-9a59-63e40ea8fcf8
12:09:43.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4544777-023d-46d8-8552-ba8a9d3c0ab8
12:09:43.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08f18e35-9816-4a4f-b8ee-4f84f9075230
12:09:43.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:43.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:43.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:43.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:43.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:43.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:43.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c66259-ea75-436d-be3c-e4d092182976
12:09:43.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3e65efb-c748-4443-9569-107071687aae
12:09:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc72a9b3-193b-4c90-8662-1a2956ffdcc1
12:09:44.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e92adb3f-dacd-4720-87c2-df33eb340661
12:09:44.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75d61002-76c1-48ee-b8de-1e4c0e5b7173
12:09:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8055d387-9f15-491d-a167-1cf9c4e3e4f0
12:09:44.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec7f57-5776-4af1-aa4d-0907d14c043f
12:09:44.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2092e6b7-e5bb-4b43-9b6c-7f63254dffc0
12:09:44.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208fe746-586c-4cb5-9896-70a2a95b766a
12:09:44.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6903b1ff-03c3-4e14-9368-e45ebbe106e2
12:09:44.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ddeb2b0-04f9-40f3-9908-8f041cd77446
12:09:44.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c1afbe0-4054-4cff-adfa-2951d2894983
12:09:44.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c1c232f-7977-4d11-bf33-833ff419b366
12:09:44.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71d4fbd8-4da7-4d1f-8078-b17311669610
12:09:44.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.595 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0a9a622-a972-46b3-af64-e63a1049b754
12:09:44.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fcfbc89-ec2a-4fa1-9c3c-de2075ff6d76
12:09:44.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59adcd44-825c-44f9-9301-e35725a6e81f
12:09:44.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=633414e6-234c-4c07-9e85-2f1917563747
12:09:44.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd13284-0698-4907-9f6a-945d7710dd86
12:09:44.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4b9ded6-6f80-458e-bb40-0d4c3f6b90ab
12:09:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27dced8-a6b1-40a6-ba65-0205d56531ef
12:09:44.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd854810-775d-4247-9f55-404f90feff0f
12:09:44.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:44.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:44.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:44.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58aea07e-0e67-42fc-92e2-f2c11a8be578
12:09:44.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:44.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:44.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:44.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:44.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8d39172-a060-460f-aba2-4069bab481c9
12:09:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def18b7c-5aee-44b7-8f56-4ccc1eb84ffc
12:09:45.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=679d0857-294d-4b8d-875c-0ef5009db11e
12:09:45.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb3fd13-1f5e-44bd-a13d-115be30c372c
12:09:45.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a60f4c-f390-40df-9e01-a7bc50e266fb
12:09:45.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9099ca1b-259d-44d7-829d-3f06335471e4
12:09:45.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e90f7d-59ee-424f-af0f-bc7ea956dc80
12:09:45.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98fc6e5-d08c-4568-ae08-768c67444deb
12:09:45.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2efae97-baf6-4756-a020-26bda9e5ac19
12:09:45.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=939762bf-f75f-4632-adc1-0f38d772edaa
12:09:45.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=280e60fa-5366-4f88-8e22-0287e1c4a608
12:09:45.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdec26c0-458f-4042-87c1-80f95bc855d2
12:09:45.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6d1284e-5d5b-4b78-959a-042a9e9b716e
12:09:45.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9cf2a0e-378e-4813-a75d-eb286263221a
12:09:45.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48c5db27-6ec6-4a93-91ff-6c7857a8e9ef
12:09:45.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=52f12115-8d62-4990-9365-bd30f186f16f
12:09:45.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4071273-4d32-440f-a4ee-21801e7d91b9
12:09:45.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a6f66cb-7d6b-486a-95c8-f957bb430e8a
12:09:45.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe314f89-d927-4fa7-9b78-d6de50669d86
12:09:45.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.836 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efeb5d94-016c-4d90-9ca1-177e94f2bbb7
12:09:45.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:45.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2555f035-b17c-44f6-b1f0-2c716f2afadd
12:09:45.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:45.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:45.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:45.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:45.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:45.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d1bd37b-dc1b-42d4-bb48-d432b8c7235f
12:09:45.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d085e4a4-1bac-45ff-aa9e-e7c82611718b
12:09:46.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d13d5a10-c8ab-48cc-8f80-ec67a78648c3
12:09:46.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf842b81-bf1f-4016-8e48-ffd3a0ff7d9a
12:09:46.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba45692f-ee6d-4218-80bf-9929f3a35698
12:09:46.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3da6796f-82ae-4917-9791-bf3e747fcd17
12:09:46.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5132675-225a-4ec7-83e3-69e3fc68f829
12:09:46.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af145b60-f6ca-49b2-971c-f1541e20528f
12:09:46.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68800361-5849-486b-af2c-2cbc94f8dfca
12:09:46.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d483af31-e8bc-4e64-9500-a7503a08878e
12:09:46.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a170d74b-447a-4773-af2f-67b7d6a3425c
12:09:46.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ca7558-a026-488b-b97c-f387ebb89539
12:09:46.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ba1f61-b2d5-4ad9-85a2-d8b948a7536e
12:09:46.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=515c57f3-fdba-4c2b-adb4-76a9d24b90c0
12:09:46.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953d15dc-2dfd-4fc7-8102-a951030bb97a
12:09:46.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bddc1e7a-f42c-438b-95ae-bc8d4423a545
12:09:46.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95a82fe5-4672-4212-bcc2-0b3c4246b6b0
12:09:46.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cbf0a8d-3ad5-4214-8fb6-ad11d7f3503c
12:09:46.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e82cdd8f-cb0b-4ad3-a988-03d1d4b94c5f
12:09:46.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b50e649-a773-44c0-9354-cba8869d4152
12:09:46.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0769ccd-1e91-4e70-87df-aecb4e404164
12:09:46.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad02e768-d7bc-4e11-8863-2044cd9dc420
12:09:46.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bb8a484-8f27-4ba1-9dee-260d89b0389e
12:09:46.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f853d2-b512-4b3c-a176-8e16ca69b967
12:09:46.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:46.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:46.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:46.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:46.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:46.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:46.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:46.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ebcd47b-2664-4f0f-819d-9cb9f2bb98c9
12:09:46.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53bd7513-77da-439d-9a59-63e40ea8fcf8
12:09:47.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e53e975-d3a7-441f-958b-f0642daf8c9f
12:09:47.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.114 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893f8463-48eb-4634-910b-35cc144a456e
12:09:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4544777-023d-46d8-8552-ba8a9d3c0ab8
12:09:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c66259-ea75-436d-be3c-e4d092182976
12:09:47.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a939baf0-54c5-4628-b229-3de437b9a104
12:09:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc72a9b3-193b-4c90-8662-1a2956ffdcc1
12:09:47.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbc0b8d-e44d-4cd6-b050-84ab608b27e0
12:09:47.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75d61002-76c1-48ee-b8de-1e4c0e5b7173
12:09:47.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbf87ed8-f1d5-4621-8f3d-eba3d47e0a24
12:09:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73ec7f57-5776-4af1-aa4d-0907d14c043f
12:09:47.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.494 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f4d1f23-c144-4688-9d2d-fa4a9a6b9197
12:09:47.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=208fe746-586c-4cb5-9896-70a2a95b766a
12:09:47.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=155337d7-a256-408b-808e-d00351043676
12:09:47.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c1afbe0-4054-4cff-adfa-2951d2894983
12:09:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf15b5f-514b-494b-bb8a-f30536f13b3d
12:09:47.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c1c232f-7977-4d11-bf33-833ff419b366
12:09:47.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.749 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=301c8d8b-0dd7-4704-9119-96caaa0f8ed9
12:09:47.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.823 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fcfbc89-ec2a-4fa1-9c3c-de2075ff6d76
12:09:47.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85aea777-59c8-448e-a02d-4bf06cb94198
12:09:47.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce6dbab-3b37-41a9-a33c-b62950b09385
12:09:47.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=633414e6-234c-4c07-9e85-2f1917563747
12:09:47.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:47.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:47.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:47.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8e652c6-c620-480a-b40d-1e639f437b86
12:09:47.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:47.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:47.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4b9ded6-6f80-458e-bb40-0d4c3f6b90ab
12:09:47.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.039 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.052 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06815e83-08f5-4f83-9dd5-fe4107d7f236
12:09:48.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a27dced8-a6b1-40a6-ba65-0205d56531ef
12:09:48.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de131c6-75d0-4c37-919f-a062110a9b2e
12:09:48.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58aea07e-0e67-42fc-92e2-f2c11a8be578
12:09:48.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.242 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b6f4c8-beb5-4ee4-9dbd-998e971e4330
12:09:48.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=def18b7c-5aee-44b7-8f56-4ccc1eb84ffc
12:09:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=607cc0c4-550d-4d3c-ae4a-a9bd28807faf
12:09:48.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb3fd13-1f5e-44bd-a13d-115be30c372c
12:09:48.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb973d6-5ccf-4f3e-8572-5c18eb6d7b81
12:09:48.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a60f4c-f390-40df-9e01-a7bc50e266fb
12:09:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.507 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ea64b6-b348-4940-9478-dbeef2be7c5b
12:09:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61e90f7d-59ee-424f-af0f-bc7ea956dc80
12:09:48.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d98fc6e5-d08c-4568-ae08-768c67444deb
12:09:48.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431daaf3-7777-4a03-b599-b750319768ac
12:09:48.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=939762bf-f75f-4632-adc1-0f38d772edaa
12:09:48.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a86bf16b-bce7-4962-9d92-78c8cae2836a
12:09:48.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdec26c0-458f-4042-87c1-80f95bc855d2
12:09:48.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9b263cc-35a2-4257-b35b-ac14b18e34c9
12:09:48.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9cf2a0e-378e-4813-a75d-eb286263221a
12:09:48.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.913 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e71b6e8-601f-4bed-af27-393b049378c6
12:09:48.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:48.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48c5db27-6ec6-4a93-91ff-6c7857a8e9ef
12:09:48.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:48.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:48.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:48.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d71f490-9f5e-402c-b30b-bc21711bc6ec
12:09:48.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a6f66cb-7d6b-486a-95c8-f957bb430e8a
12:09:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0593d7b-4b7f-44e8-ab1f-76c216228344
12:09:49.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efeb5d94-016c-4d90-9ca1-177e94f2bbb7
12:09:49.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110b97f2-2483-49d9-bd61-18fcfd92c0cd
12:09:49.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2555f035-b17c-44f6-b1f0-2c716f2afadd
12:09:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d585263-4c51-450c-82e1-b353766ca7e4
12:09:49.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d085e4a4-1bac-45ff-aa9e-e7c82611718b
12:09:49.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b94c7d9-1cad-43a5-a076-72ef1423115b
12:09:49.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf842b81-bf1f-4016-8e48-ffd3a0ff7d9a
12:09:49.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=822b01ef-add3-4ff4-b1e1-4f1d19adc1ce
12:09:49.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3da6796f-82ae-4917-9791-bf3e747fcd17
12:09:49.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af145b60-f6ca-49b2-971c-f1541e20528f
12:09:49.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c2ed766-f58b-4e52-af62-376da60978c8
12:09:49.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d483af31-e8bc-4e64-9500-a7503a08878e
12:09:49.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d093d58-05f4-4136-9322-2789ba44dc76
12:09:49.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1419b9f-471a-41c2-a48c-41ef85fc4813
12:09:49.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ca7558-a026-488b-b97c-f387ebb89539
12:09:49.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=019f80e5-3742-4eb3-99c7-eb03e4be23c1
12:09:49.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=953d15dc-2dfd-4fc7-8102-a951030bb97a
12:09:49.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95a82fe5-4672-4212-bcc2-0b3c4246b6b0
12:09:49.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:49.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:49.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:49.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90ea509-e350-4ff2-8d83-c913faa1cd60
12:09:49.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e82cdd8f-cb0b-4ad3-a988-03d1d4b94c5f
12:09:50.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fd012e-5b1b-427b-a3b4-b189d2ddea7e
12:09:50.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0769ccd-1e91-4e70-87df-aecb4e404164
12:09:50.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bb8a484-8f27-4ba1-9dee-260d89b0389e
12:09:50.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6080ec31-2c88-4d64-98aa-b9619798fa34
12:09:50.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ebcd47b-2664-4f0f-819d-9cb9f2bb98c9
12:09:50.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=747fa96d-1a6c-49f4-a05c-d4c59eb51484
12:09:50.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69606214-346a-44f5-bcfe-89a99168b54c
12:09:50.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e53e975-d3a7-441f-958b-f0642daf8c9f
12:09:50.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=893f8463-48eb-4634-910b-35cc144a456e
12:09:50.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6776f5d-a038-43bb-a66e-b846e18588e2
12:09:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e582c407-9309-4658-8855-24fda94766d5
12:09:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a939baf0-54c5-4628-b229-3de437b9a104
12:09:50.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c6e52a-031d-4ca2-afbb-f6aeb35989df
12:09:50.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cbc0b8d-e44d-4cd6-b050-84ab608b27e0
12:09:50.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b46f988-f82a-4f91-83df-952f7b0ad4a4
12:09:50.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbf87ed8-f1d5-4621-8f3d-eba3d47e0a24
12:09:50.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f779226a-5822-4209-a793-7b5e232dc720
12:09:50.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f4d1f23-c144-4688-9d2d-fa4a9a6b9197
12:09:50.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168f48bc-23ec-4a96-804f-5c878a8b8329
12:09:50.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:50.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:50.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:50.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:50.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:50.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=155337d7-a256-408b-808e-d00351043676
12:09:50.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4befb26f-e656-493c-b24b-15f8f913373e
12:09:51.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecf15b5f-514b-494b-bb8a-f30536f13b3d
12:09:51.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.111 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ad62ba-10a4-46ee-bea8-ccf7dfc2f121
12:09:51.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=301c8d8b-0dd7-4704-9119-96caaa0f8ed9
12:09:51.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d265e9-423b-40c6-8a41-7d25e31648a2
12:09:51.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85aea777-59c8-448e-a02d-4bf06cb94198
12:09:51.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.381 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a22fce2-b44d-409c-8862-a9913d6da73f
12:09:51.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce6dbab-3b37-41a9-a33c-b62950b09385
12:09:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c9a08c-ba87-47d6-be78-4f42a7a05589
12:09:51.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8e652c6-c620-480a-b40d-1e639f437b86
12:09:51.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ebafc7-df3b-41af-8d87-a6f21de992d3
12:09:51.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06815e83-08f5-4f83-9dd5-fe4107d7f236
12:09:51.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55074e7e-f0e0-4e3d-b854-2bf2e98fdcdb
12:09:51.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de131c6-75d0-4c37-919f-a062110a9b2e
12:09:51.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dae038b-7462-470e-b2aa-00debefd6dd9
12:09:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b6f4c8-beb5-4ee4-9dbd-998e971e4330
12:09:51.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.822 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74ff9e9-88c5-4b19-b6ae-e1a56dfe0451
12:09:51.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=607cc0c4-550d-4d3c-ae4a-a9bd28807faf
12:09:51.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:51.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:51.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7446f977-0bb8-4111-8c0d-4e7fe81d81a8
12:09:51.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:51.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:51.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:51.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:51.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:51.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb973d6-5ccf-4f3e-8572-5c18eb6d7b81
12:09:51.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ea64b6-b348-4940-9478-dbeef2be7c5b
12:09:52.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f5e854-26c6-448e-b3e9-da0c7ab94b79
12:09:52.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=431daaf3-7777-4a03-b599-b750319768ac
12:09:52.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a86ef7-b57c-4d9a-90af-3a8189f2a6d9
12:09:52.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a86bf16b-bce7-4962-9d92-78c8cae2836a
12:09:52.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a57d0e-9750-4fdc-9564-9c129d4e063a
12:09:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9b263cc-35a2-4257-b35b-ac14b18e34c9
12:09:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac5491d-5503-4699-aaaf-3fea11c11ed1
12:09:52.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e71b6e8-601f-4bed-af27-393b049378c6
12:09:52.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b98709-2d6f-482c-b913-1f4cff68be4d
12:09:52.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d71f490-9f5e-402c-b30b-bc21711bc6ec
12:09:52.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4268d098-5a18-49f9-978a-a99f62f4a541
12:09:52.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0593d7b-4b7f-44e8-ab1f-76c216228344
12:09:52.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a4538bd-c1c3-469a-9bb3-1e781fd9baee
12:09:52.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110b97f2-2483-49d9-bd61-18fcfd92c0cd
12:09:52.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e6c334-7015-4d99-97db-0f3a167e8a05
12:09:52.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d585263-4c51-450c-82e1-b353766ca7e4
12:09:52.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de1e1553-8e64-4aa0-87b7-cb07dfe0dbbf
12:09:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b94c7d9-1cad-43a5-a076-72ef1423115b
12:09:52.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647d5158-8794-4c57-a9e6-9760bf526bea
12:09:52.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d02fd48-d325-49dc-90e8-d875db9d694d
12:09:52.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=822b01ef-add3-4ff4-b1e1-4f1d19adc1ce
12:09:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:52.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:52.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:52.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:52.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d45173be-3416-4d50-93fa-fda7d4cdc888
12:09:53.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c2ed766-f58b-4e52-af62-376da60978c8
12:09:53.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066af557-72ff-4a51-9dfb-6921ec9d235e
12:09:53.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d093d58-05f4-4136-9322-2789ba44dc76
12:09:53.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5921132e-4d6a-4396-aa9c-f87a838bea76
12:09:53.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1419b9f-471a-41c2-a48c-41ef85fc4813
12:09:53.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=019f80e5-3742-4eb3-99c7-eb03e4be23c1
12:09:53.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81189ef3-44fe-4bb8-9f53-ceeeadc30df5
12:09:53.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b642d9b2-5d1a-4211-883b-1223a362cc48
12:09:53.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a90ea509-e350-4ff2-8d83-c913faa1cd60
12:09:53.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a54f3a-72ab-494d-8c05-bcf1e31a0bef
12:09:53.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71fd012e-5b1b-427b-a3b4-b189d2ddea7e
12:09:53.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ccc9ee-c7a0-4bd4-b48e-870e9ca5e186
12:09:53.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6080ec31-2c88-4d64-98aa-b9619798fa34
12:09:53.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.704 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daedc5ee-b82a-4afd-bf86-6bc16234260c
12:09:53.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=747fa96d-1a6c-49f4-a05c-d4c59eb51484
12:09:53.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df435ec-1735-4d42-abab-0cd668a7bc2a
12:09:53.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69606214-346a-44f5-bcfe-89a99168b54c
12:09:53.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c64f79-fe8b-43ef-9ccb-30ca1e6449cc
12:09:53.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6776f5d-a038-43bb-a66e-b846e18588e2
12:09:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:53.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:53.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e582c407-9309-4658-8855-24fda94766d5
12:09:53.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:53.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:53.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:53.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdc3ffc-74c1-49d4-a24c-8014e576d12f
12:09:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0850d19d-0156-4ae7-b5f0-85216bd53b02
12:09:54.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07c6e52a-031d-4ca2-afbb-f6aeb35989df
12:09:54.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fba62a-7d86-44f2-9224-8d850e70c760
12:09:54.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b46f988-f82a-4f91-83df-952f7b0ad4a4
12:09:54.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fcda9e6-a6f7-4c36-9ccc-31f486750387
12:09:54.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f779226a-5822-4209-a793-7b5e232dc720
12:09:54.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=168f48bc-23ec-4a96-804f-5c878a8b8329
12:09:54.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f957f95-37f2-4a43-b55f-4593ab2b04fe
12:09:54.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f8c9f77-01b4-4c09-b79d-a931928aa35e
12:09:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4befb26f-e656-493c-b24b-15f8f913373e
12:09:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33ad62ba-10a4-46ee-bea8-ccf7dfc2f121
12:09:54.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5fa9be-028e-47ed-978a-7731e4c34b4a
12:09:54.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d265e9-423b-40c6-8a41-7d25e31648a2
12:09:54.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.590 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2c2275-e2e2-409b-8232-8f17cc4c489d
12:09:54.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a22fce2-b44d-409c-8862-a9913d6da73f
12:09:54.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbe2839f-7934-43db-911b-00b7aae84259
12:09:54.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15c9a08c-ba87-47d6-be78-4f42a7a05589
12:09:54.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=268302c0-c1e9-4ac8-8905-a18bad16d32e
12:09:54.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7ebafc7-df3b-41af-8d87-a6f21de992d3
12:09:54.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55074e7e-f0e0-4e3d-b854-2bf2e98fdcdb
12:09:54.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94fa1495-6302-4379-8ba0-7f7f8d47271f
12:09:54.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dae038b-7462-470e-b2aa-00debefd6dd9
12:09:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:54.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:54.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:54.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:54.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:54.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f824d59b-8804-4739-a135-b0ac48c1044e
12:09:54.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eb3d367-911f-41f2-abb2-7bc922d8b5e3
12:09:55.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d74ff9e9-88c5-4b19-b6ae-e1a56dfe0451
12:09:55.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.111 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7446f977-0bb8-4111-8c0d-4e7fe81d81a8
12:09:55.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=386cecce-b54d-4db8-bd70-25dfb2e6dfab
12:09:55.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82f5e854-26c6-448e-b3e9-da0c7ab94b79
12:09:55.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce75be8-c548-4260-9c3f-c3d96a43296e
12:09:55.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6a86ef7-b57c-4d9a-90af-3a8189f2a6d9
12:09:55.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99a57d0e-9750-4fdc-9564-9c129d4e063a
12:09:55.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a454be72-bb4c-4da8-8718-5b81363e8762
12:09:55.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ac5491d-5503-4699-aaaf-3fea11c11ed1
12:09:55.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2efef670-2c5b-454a-854c-09f163d22a24
12:09:55.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b98709-2d6f-482c-b913-1f4cff68be4d
12:09:55.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.617 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=477420b8-eb37-4654-b851-fe80b99c7672
12:09:55.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4268d098-5a18-49f9-978a-a99f62f4a541
12:09:55.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d737e9-2240-40ff-895e-a15c9687b9c2
12:09:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a4538bd-c1c3-469a-9bb3-1e781fd9baee
12:09:55.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791fb958-eb76-47c6-ab04-3e5216f1044c
12:09:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30e6c334-7015-4d99-97db-0f3a167e8a05
12:09:55.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3706f3-2f12-491b-ab76-1a91eed195fa
12:09:55.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de1e1553-8e64-4aa0-87b7-cb07dfe0dbbf
12:09:55.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a7bf55-ced2-45d7-924c-788fb7f2478b
12:09:55.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:55.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:55.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:55.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647d5158-8794-4c57-a9e6-9760bf526bea
12:09:55.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:55.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:55.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:55.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:55.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d88867-0166-4065-92f2-afcff7cece66
12:09:56.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d02fd48-d325-49dc-90e8-d875db9d694d
12:09:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.087 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf409794-56d6-45a9-888a-428f172477aa
12:09:56.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d45173be-3416-4d50-93fa-fda7d4cdc888
12:09:56.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=066af557-72ff-4a51-9dfb-6921ec9d235e
12:09:56.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7859d04-194d-49d1-a889-52899eeec086
12:09:56.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9db1c025-96bf-474c-8e62-1eb13f18bd86
12:09:56.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5921132e-4d6a-4396-aa9c-f87a838bea76
12:09:56.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9087d85-097a-4b58-a72a-dff5afb55afa
12:09:56.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81189ef3-44fe-4bb8-9f53-ceeeadc30df5
12:09:56.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b642d9b2-5d1a-4211-883b-1223a362cc48
12:09:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc8530d9-cd03-44c8-9321-dde60a99be21
12:09:56.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9a54f3a-72ab-494d-8c05-bcf1e31a0bef
12:09:56.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.513 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a824287d-4c92-4a16-9545-416e2f0cc09a
12:09:56.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89ccc9ee-c7a0-4bd4-b48e-870e9ca5e186
12:09:56.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=030638da-8759-4800-a5b8-9bb4bdc38c9e
12:09:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daedc5ee-b82a-4afd-bf86-6bc16234260c
12:09:56.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3031f2f5-175e-4382-9167-2ed4195b421d
12:09:56.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df435ec-1735-4d42-abab-0cd668a7bc2a
12:09:56.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab70146e-7866-4dd6-adb0-69b9c4b3d6d1
12:09:56.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c64f79-fe8b-43ef-9ccb-30ca1e6449cc
12:09:56.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9d842e-6f74-41a2-aa47-82c09bc2828a
12:09:56.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bdc3ffc-74c1-49d4-a24c-8014e576d12f
12:09:56.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0062c92-cc1e-4b6a-818b-9eeb95f80da6
12:09:56.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:56.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:56.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:56.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:56.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:56.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0850d19d-0156-4ae7-b5f0-85216bd53b02
12:09:56.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9469e7b9-cf8d-43fc-ae7c-eb116b2ff49f
12:09:57.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fba62a-7d86-44f2-9224-8d850e70c760
12:09:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.140 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6e9445-2694-46ef-9f39-e16d6407a215
12:09:57.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fcda9e6-a6f7-4c36-9ccc-31f486750387
12:09:57.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5ab3788-8f92-4124-a2d2-dcb6bc32a624
12:09:57.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f957f95-37f2-4a43-b55f-4593ab2b04fe
12:09:57.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c7fb23e-073c-4e53-b64a-541bb1c2f248
12:09:57.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78901609-8bd2-4ee2-9192-94aade089747
12:09:57.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f8c9f77-01b4-4c09-b79d-a931928aa35e
12:09:57.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451a2c0e-43e2-43d9-b56b-78b35b99a216
12:09:57.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5fa9be-028e-47ed-978a-7731e4c34b4a
12:09:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6361a7ec-99ec-4eef-b5ca-8fe93afce053
12:09:57.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c2c2275-e2e2-409b-8232-8f17cc4c489d
12:09:57.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cfe71ca-0f6b-47c5-b4ee-51f81d0aabbf
12:09:57.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbe2839f-7934-43db-911b-00b7aae84259
12:09:57.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f50953-f217-49f9-841e-acd110112788
12:09:57.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=268302c0-c1e9-4ac8-8905-a18bad16d32e
12:09:57.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6949bc3-db2b-40d8-84b7-b020fa75662f
12:09:57.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94fa1495-6302-4379-8ba0-7f7f8d47271f
12:09:57.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87153571-b05f-4209-afd7-11224222f6b1
12:09:57.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:57.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:57.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:57.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:57.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f824d59b-8804-4739-a135-b0ac48c1044e
12:09:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:57.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddecb79-be18-4848-bd8d-06ed5b710d01
12:09:58.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eb3d367-911f-41f2-abb2-7bc922d8b5e3
12:09:58.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259cb210-35a8-46d5-a588-b8a1c9d3d3f9
12:09:58.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=386cecce-b54d-4db8-bd70-25dfb2e6dfab
12:09:58.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e462ebc-6687-440b-8efe-f0b68d7cbbce
12:09:58.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ce75be8-c548-4260-9c3f-c3d96a43296e
12:09:58.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=968f0402-b74a-4667-a8f4-271486b66651
12:09:58.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a454be72-bb4c-4da8-8718-5b81363e8762
12:09:58.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb425f5-1b45-4a9b-a5ad-d83a811becb9
12:09:58.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2efef670-2c5b-454a-854c-09f163d22a24
12:09:58.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a0db80-0c91-4431-9215-a65ede4e9157
12:09:58.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=477420b8-eb37-4654-b851-fe80b99c7672
12:09:58.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202f5348-86fd-4820-866d-436a4a39aba1
12:09:58.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32d737e9-2240-40ff-895e-a15c9687b9c2
12:09:58.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3da90317-29d0-4b74-ab10-d564e9201863
12:09:58.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791fb958-eb76-47c6-ab04-3e5216f1044c
12:09:58.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be795c8-8ec1-486e-9acf-2a600ce00bcd
12:09:58.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:58.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:58.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3706f3-2f12-491b-ab76-1a91eed195fa
12:09:58.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:58.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:58.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:58.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:58.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6957583-ab9c-412d-8308-21ce5c58a6a0
12:09:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0ca406-bfd7-4082-ab90-1968423fe2ff
12:09:59.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66a7bf55-ced2-45d7-924c-788fb7f2478b
12:09:59.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c622dbc2-7c63-4e2b-8695-051c1fa9ca1f
12:09:59.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d88867-0166-4065-92f2-afcff7cece66
12:09:59.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97179f12-6d05-4c1b-8fa8-c24d2bde6af5
12:09:59.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf409794-56d6-45a9-888a-428f172477aa
12:09:59.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1e76a59-2793-4b3a-81c9-46cfc870e17c
12:09:59.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7859d04-194d-49d1-a889-52899eeec086
12:09:59.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f06f142-e30d-426f-a4a5-adc1c55ef252
12:09:59.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9db1c025-96bf-474c-8e62-1eb13f18bd86
12:09:59.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fafa7bf3-2c8b-45ba-9ed8-e6acaeef46dd
12:09:59.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9087d85-097a-4b58-a72a-dff5afb55afa
12:09:59.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de17411-448e-4d0e-9b2e-a67efdb4dd16
12:09:59.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc8530d9-cd03-44c8-9321-dde60a99be21
12:09:59.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ace667-70a8-4ab8-870e-9ee7f1d2954f
12:09:59.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a824287d-4c92-4a16-9545-416e2f0cc09a
12:09:59.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bded8ce4-2d6e-4154-9fbe-13a0d839974b
12:09:59.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=030638da-8759-4800-a5b8-9bb4bdc38c9e
12:09:59.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:09:59.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:09:59.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.972 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=536b73be-9e1b-4c06-84c9-269186595ca5
12:09:59.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:09:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:09:59.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:09:59.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:09:59.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:09:59.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3031f2f5-175e-4382-9167-2ed4195b421d
12:09:59.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f7fbe55-6cfa-4372-886e-3ce75bac3827
12:10:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab70146e-7866-4dd6-adb0-69b9c4b3d6d1
12:10:00.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=966dd02f-7e70-40e4-89b9-9a9991d92c99
12:10:00.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d9d842e-6f74-41a2-aa47-82c09bc2828a
12:10:00.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a259fa77-b437-47ee-a375-1d3281857e86
12:10:00.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0062c92-cc1e-4b6a-818b-9eeb95f80da6
12:10:00.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d3b3c4-8a5c-4415-9e35-739a6dd478b8
12:10:00.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9469e7b9-cf8d-43fc-ae7c-eb116b2ff49f
12:10:00.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d226b2-f0c3-40d6-9353-65cb9de32f66
12:10:00.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6e9445-2694-46ef-9f39-e16d6407a215
12:10:00.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0737ca-d5ec-46a0-afef-bb85fee46ca5
12:10:00.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5ab3788-8f92-4124-a2d2-dcb6bc32a624
12:10:00.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.548 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7574fe56-75ea-430f-a55a-6f637baf293d
12:10:00.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c7fb23e-073c-4e53-b64a-541bb1c2f248
12:10:00.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65603ed-700a-4299-b112-6b47ec0e1f95
12:10:00.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78901609-8bd2-4ee2-9192-94aade089747
12:10:00.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=451a2c0e-43e2-43d9-b56b-78b35b99a216
12:10:00.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129f7aab-6a46-4f99-97bc-60768886db14
12:10:00.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6361a7ec-99ec-4eef-b5ca-8fe93afce053
12:10:00.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=633de54a-f359-48df-8440-f94cd1cb3d1b
12:10:00.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cfe71ca-0f6b-47c5-b4ee-51f81d0aabbf
12:10:00.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8961331-2832-4667-9e7a-64b12d2456e2
12:10:00.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f50953-f217-49f9-841e-acd110112788
12:10:00.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:00.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:00.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:00.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:00.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:00.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:00.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:00.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a562d51-dae3-4d93-b95a-82e22078c736
12:10:00.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.066 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6949bc3-db2b-40d8-84b7-b020fa75662f
12:10:01.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fc0580-7db7-4ca5-b607-ddee3285107b
12:10:01.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87153571-b05f-4209-afd7-11224222f6b1
12:10:01.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39f8f6ee-d880-45ce-86ce-9790e899586e
12:10:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cddecb79-be18-4848-bd8d-06ed5b710d01
12:10:01.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12ac4435-31e1-41be-9da3-7fac40051b6b
12:10:01.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.352 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798ef123-97d3-4bd7-a852-c6e9fcd988c4
12:10:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259cb210-35a8-46d5-a588-b8a1c9d3d3f9
12:10:01.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca5de2f8-1ac7-4b33-95f3-0ca192203e83
12:10:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e462ebc-6687-440b-8efe-f0b68d7cbbce
12:10:01.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a4b3e6-3f26-4f60-90ea-cc41d933c136
12:10:01.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=968f0402-b74a-4667-a8f4-271486b66651
12:10:01.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fc0a133-2962-4c5f-bae5-1e959142a422
12:10:01.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cb425f5-1b45-4a9b-a5ad-d83a811becb9
12:10:01.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9a0db80-0c91-4431-9215-a65ede4e9157
12:10:01.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=044c8285-b93d-440e-8d62-857454296da2
12:10:01.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=202f5348-86fd-4820-866d-436a4a39aba1
12:10:01.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c933f926-5fa9-40e7-b226-a87204fc3a26
12:10:01.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3da90317-29d0-4b74-ab10-d564e9201863
12:10:01.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d61d18cd-691b-454b-bf91-380eb1e18005
12:10:01.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:01.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be795c8-8ec1-486e-9acf-2a600ce00bcd
12:10:01.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:01.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:01.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:01.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:01.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.000 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a61ad01-a106-40ad-bd86-25821d213be1
12:10:02.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6957583-ab9c-412d-8308-21ce5c58a6a0
12:10:02.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0ca406-bfd7-4082-ab90-1968423fe2ff
12:10:02.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.122 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325692ed-d31d-4880-908e-cbada98200d8
12:10:02.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c622dbc2-7c63-4e2b-8695-051c1fa9ca1f
12:10:02.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26fd5deb-60fa-43d0-838d-8af0b36f544a
12:10:02.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97179f12-6d05-4c1b-8fa8-c24d2bde6af5
12:10:02.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=399cb49a-37f1-49f8-a497-be183fed5c08
12:10:02.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1e76a59-2793-4b3a-81c9-46cfc870e17c
12:10:02.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.406 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.420 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51e7eb6-3d97-4491-8ec0-21db3564fd36
12:10:02.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f06f142-e30d-426f-a4a5-adc1c55ef252
12:10:02.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=876ff58c-77b0-4976-8e0e-749804776c11
12:10:02.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786459bf-49dc-4856-bd5a-ad0c68d621da
12:10:02.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fafa7bf3-2c8b-45ba-9ed8-e6acaeef46dd
12:10:02.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb0b88c7-610d-49ad-b6e6-80820c24a060
12:10:02.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de17411-448e-4d0e-9b2e-a67efdb4dd16
12:10:02.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d87284d0-1bf9-4ba1-be5c-2b4138e7d6c0
12:10:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ace667-70a8-4ab8-870e-9ee7f1d2954f
12:10:02.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92e24b80-0a2f-4016-9e77-ec6e85d25ac4
12:10:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.940 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955de338-f5a4-4187-a35c-907045d2b083
12:10:02.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bded8ce4-2d6e-4154-9fbe-13a0d839974b
12:10:02.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:02.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:02.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:02.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:02.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:02.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:02.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:02.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65be73f-2232-49ce-8d02-10a6cdc90f16
12:10:02.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=536b73be-9e1b-4c06-84c9-269186595ca5
12:10:03.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bccabdbc-2674-40db-8096-bc59f590bd64
12:10:03.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f7fbe55-6cfa-4372-886e-3ce75bac3827
12:10:03.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=966dd02f-7e70-40e4-89b9-9a9991d92c99
12:10:03.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574255f2-80a3-4dc8-8605-d814e3d46038
12:10:03.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a259fa77-b437-47ee-a375-1d3281857e86
12:10:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3535b01-6eff-4e09-8967-c645de1ec495
12:10:03.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48d3b3c4-8a5c-4415-9e35-739a6dd478b8
12:10:03.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf4ad7e3-ac00-472a-8528-dd9321b563cb
12:10:03.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2d226b2-f0c3-40d6-9353-65cb9de32f66
12:10:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7231a67c-5b45-4266-b640-efc6c81f153d
12:10:03.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bec91e10-d756-4871-849a-79ee1a77ab01
12:10:03.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0737ca-d5ec-46a0-afef-bb85fee46ca5
12:10:03.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.639 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7574fe56-75ea-430f-a55a-6f637baf293d
12:10:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.653 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74aacfb-ba71-42ef-89a9-676b3dc2f3fe
12:10:03.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=145e076c-9c8d-4389-88e5-a56282eb5d82
12:10:03.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e65603ed-700a-4299-b112-6b47ec0e1f95
12:10:03.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb31653-e037-428b-b927-3efd49c17222
12:10:03.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d3f8916-0e3f-4b19-a3b4-856e2b5d1c1d
12:10:03.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=129f7aab-6a46-4f99-97bc-60768886db14
12:10:03.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3208ea94-3a3c-4ce7-9f34-61a92d8502ea
12:10:03.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:03.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:03.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:03.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:03.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:03.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:03.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:03.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=633de54a-f359-48df-8440-f94cd1cb3d1b
12:10:03.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.033 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cade2b0-f7f5-4083-8480-870ec2d43e1d
12:10:04.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8961331-2832-4667-9e7a-64b12d2456e2
12:10:04.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d93ab8-f680-43f9-ba63-f88f0316d411
12:10:04.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a562d51-dae3-4d93-b95a-82e22078c736
12:10:04.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36343079-c418-4c1b-8ef4-47d1e7543d20
12:10:04.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44fc0580-7db7-4ca5-b607-ddee3285107b
12:10:04.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd1961f4-8913-4d84-8473-d96b183fbd02
12:10:04.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39f8f6ee-d880-45ce-86ce-9790e899586e
12:10:04.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7db8d5-21b3-4feb-b40b-30aa543898bf
12:10:04.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12ac4435-31e1-41be-9da3-7fac40051b6b
12:10:04.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2e9641f-d06b-4325-b855-1554156546a0
12:10:04.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=798ef123-97d3-4bd7-a852-c6e9fcd988c4
12:10:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013dab13-00c6-45e8-9bee-8159ea86daae
12:10:04.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca5de2f8-1ac7-4b33-95f3-0ca192203e83
12:10:04.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c59cff-7cb1-4e63-b98d-766c88b9c266
12:10:04.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a4b3e6-3f26-4f60-90ea-cc41d933c136
12:10:04.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97378af9-362d-4afa-b660-3bf13389d183
12:10:04.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fc0a133-2962-4c5f-bae5-1e959142a422
12:10:04.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb2bae33-6905-4182-a16d-b65bad7c1dc0
12:10:04.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=044c8285-b93d-440e-8d62-857454296da2
12:10:04.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1d5a22-4108-4ba7-a367-c2d9cd87a276
12:10:04.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c933f926-5fa9-40e7-b226-a87204fc3a26
12:10:04.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:04.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24ea832b-4cf9-480c-a8ad-f99a84d1a2a5
12:10:04.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:04.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:04.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:04.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:04.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:04.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d61d18cd-691b-454b-bf91-380eb1e18005
12:10:05.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9166f58e-2cc8-4cf6-8c07-84dc4666680b
12:10:05.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a61ad01-a106-40ad-bd86-25821d213be1
12:10:05.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=686c69bf-8cbb-496c-bd4e-3761c0ca9489
12:10:05.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=325692ed-d31d-4880-908e-cbada98200d8
12:10:05.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=333b64d8-d551-4bf0-b84a-b76332b6c486
12:10:05.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26fd5deb-60fa-43d0-838d-8af0b36f544a
12:10:05.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2da08b6b-d35f-41ec-9559-e82f8dd0113c
12:10:05.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=399cb49a-37f1-49f8-a497-be183fed5c08
12:10:05.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.347 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0226f9-2889-4271-ad41-eb920a92b645
12:10:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f51e7eb6-3d97-4491-8ec0-21db3564fd36
12:10:05.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.502 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a9064a-47de-4a0e-826f-f47d76fe04a8
12:10:05.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=876ff58c-77b0-4976-8e0e-749804776c11
12:10:05.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95522c9e-6e1f-4986-8c1f-3a901629888c
12:10:05.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786459bf-49dc-4856-bd5a-ad0c68d621da
12:10:05.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.656 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79997787-c568-43a5-b1e8-bbb37c7e9152
12:10:05.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb0b88c7-610d-49ad-b6e6-80820c24a060
12:10:05.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac96a559-68cd-4da2-88d4-8f015f9f4b18
12:10:05.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d87284d0-1bf9-4ba1-be5c-2b4138e7d6c0
12:10:05.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67211f22-91e4-4cd5-9082-5663b7412cd9
12:10:05.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92e24b80-0a2f-4016-9e77-ec6e85d25ac4
12:10:05.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.900 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c49b7dc-984a-4ad2-afe5-cb2ce9bb7d4a
12:10:05.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:05.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=955de338-f5a4-4187-a35c-907045d2b083
12:10:05.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:05.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:05.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:05.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:05.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:05.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:05.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=873cb094-dc45-41a4-aa3c-528e5884741f
12:10:06.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c65be73f-2232-49ce-8d02-10a6cdc90f16
12:10:06.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d2e8da-4f74-4196-8134-f5bfeac7bb31
12:10:06.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bccabdbc-2674-40db-8096-bc59f590bd64
12:10:06.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f5026d5-b2e8-4677-8a14-5362e32fe9d9
12:10:06.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=574255f2-80a3-4dc8-8605-d814e3d46038
12:10:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d75a16dd-11c5-486c-94d0-3132e7f7becb
12:10:06.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3535b01-6eff-4e09-8967-c645de1ec495
12:10:06.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf4ad7e3-ac00-472a-8528-dd9321b563cb
12:10:06.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e0b935-3da1-4da4-8783-b3b814499168
12:10:06.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7231a67c-5b45-4266-b640-efc6c81f153d
12:10:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bec91e10-d756-4871-849a-79ee1a77ab01
12:10:06.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0764a3e1-ab6d-4324-96d9-1c6f79e637a7
12:10:06.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a768c0-f5ad-4ef1-b347-1cd67308874a
12:10:06.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74aacfb-ba71-42ef-89a9-676b3dc2f3fe
12:10:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38697b8f-fa8d-4855-ba02-727cfeaab8f9
12:10:06.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=145e076c-9c8d-4389-88e5-a56282eb5d82
12:10:06.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6decf619-5efc-4db5-b596-6c2dbdc2540c
12:10:06.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fb31653-e037-428b-b927-3efd49c17222
12:10:06.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.859 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=851a8e78-ed44-48bb-81c5-c168116933eb
12:10:06.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d3f8916-0e3f-4b19-a3b4-856e2b5d1c1d
12:10:06.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d755d2-bc82-4602-a7b3-3bbd510b8c11
12:10:06.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:06.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:06.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:06.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:06.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:06.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3208ea94-3a3c-4ce7-9f34-61a92d8502ea
12:10:06.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cade2b0-f7f5-4083-8480-870ec2d43e1d
12:10:07.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102f1366-8aab-482e-b3fb-3e31b2c9da16
12:10:07.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51d93ab8-f680-43f9-ba63-f88f0316d411
12:10:07.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79dcbd0b-bc4e-4a65-9c6f-0a1c2df319d7
12:10:07.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36343079-c418-4c1b-8ef4-47d1e7543d20
12:10:07.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3566886-eb11-4cad-91c8-097a14863a08
12:10:07.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd1961f4-8913-4d84-8473-d96b183fbd02
12:10:07.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=579a3d91-69f1-43ea-bb75-5f4f2ae584e6
12:10:07.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7db8d5-21b3-4feb-b40b-30aa543898bf
12:10:07.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=592dd6d3-e709-435c-95a0-98f0c3446e52
12:10:07.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2e9641f-d06b-4325-b855-1554156546a0
12:10:07.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d277986-c87b-4f24-b484-8864e7f57770
12:10:07.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013dab13-00c6-45e8-9bee-8159ea86daae
12:10:07.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=503c7000-12eb-41a9-b394-ada28c198f62
12:10:07.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3132011-244c-48cb-8b31-7f1e2f5b5c5e
12:10:07.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c59cff-7cb1-4e63-b98d-766c88b9c266
12:10:07.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fec053-89c1-47a4-9798-d21553a3c41d
12:10:07.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97378af9-362d-4afa-b660-3bf13389d183
12:10:07.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af0a6a3c-c632-4b3f-999b-eff9f4f10554
12:10:07.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9885822c-356e-4b92-ab85-c5a384728e5a
12:10:07.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb2bae33-6905-4182-a16d-b65bad7c1dc0
12:10:07.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:07.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:07.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:07.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:07.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:07.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:07.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fae0abc-ebdf-4342-b9eb-338b9dd32a1b
12:10:07.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d1d5a22-4108-4ba7-a367-c2d9cd87a276
12:10:08.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=174e7f41-23ca-4e5a-abbc-4d405ceecdbd
12:10:08.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24ea832b-4cf9-480c-a8ad-f99a84d1a2a5
12:10:08.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc01817-ebb5-471c-9f49-6141d854eb0d
12:10:08.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32e38c7f-1fb4-472e-82df-8f5995a09f2a
12:10:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9166f58e-2cc8-4cf6-8c07-84dc4666680b
12:10:08.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c387fa97-de6e-448a-9d93-232d3383d721
12:10:08.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=686c69bf-8cbb-496c-bd4e-3761c0ca9489
12:10:08.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e9c829-2dc6-4140-bd32-06d4cb54deab
12:10:08.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=333b64d8-d551-4bf0-b84a-b76332b6c486
12:10:08.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2263f1-90c7-4bac-b945-1cb5ebd3cab2
12:10:08.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2da08b6b-d35f-41ec-9559-e82f8dd0113c
12:10:08.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5771d513-3ec1-4ff5-8da1-d5866e84abb8
12:10:08.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c0226f9-2889-4271-ad41-eb920a92b645
12:10:08.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3d902e-9cb6-46fb-a582-2921c2bf15ec
12:10:08.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17a9064a-47de-4a0e-826f-f47d76fe04a8
12:10:08.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95522c9e-6e1f-4986-8c1f-3a901629888c
12:10:08.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.746 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=527b8e67-7a24-4131-9214-c0a3e55597cc
12:10:08.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79997787-c568-43a5-b1e8-bbb37c7e9152
12:10:08.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61969b1f-bad7-4bf1-aa1c-13fad9dc6ca6
12:10:08.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac96a559-68cd-4da2-88d4-8f015f9f4b18
12:10:08.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:08.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:08.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:08.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:08.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:08.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:08.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:08.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e398386d-f434-46ac-ba74-4c71a8b3556c
12:10:08.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67211f22-91e4-4cd5-9082-5663b7412cd9
12:10:09.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66713f05-cfc4-4168-8ef9-0134ede89142
12:10:09.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40e76559-7cf9-472b-b8d6-0cae4e4f403d
12:10:09.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c49b7dc-984a-4ad2-afe5-cb2ce9bb7d4a
12:10:09.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62031245-48e8-4658-acc5-e6c7cc7c8534
12:10:09.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=873cb094-dc45-41a4-aa3c-528e5884741f
12:10:09.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6174ae01-10fb-427d-a8a9-b3b995be696e
12:10:09.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d2e8da-4f74-4196-8134-f5bfeac7bb31
12:10:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.357 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d7040db-41b0-4c45-995b-99861dfbc9fd
12:10:09.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.462 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f5026d5-b2e8-4677-8a14-5362e32fe9d9
12:10:09.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9d6aff8-21d9-42f5-a395-28f27845e912
12:10:09.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d75a16dd-11c5-486c-94d0-3132e7f7becb
12:10:09.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=263efead-9828-46da-a280-c8b398811031
12:10:09.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9e0b935-3da1-4da4-8783-b3b814499168
12:10:09.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18c728a9-ccf0-47ff-92cf-039528420d3d
12:10:09.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0764a3e1-ab6d-4324-96d9-1c6f79e637a7
12:10:09.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702f7d05-3c46-4c61-9a4c-6fd01a2fef46
12:10:09.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4a768c0-f5ad-4ef1-b347-1cd67308874a
12:10:09.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d64ae9-cbfd-4508-9a2c-d7b8b985d80a
12:10:09.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38697b8f-fa8d-4855-ba02-727cfeaab8f9
12:10:09.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6decf619-5efc-4db5-b596-6c2dbdc2540c
12:10:09.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:09.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0796dd9a-e17a-444b-9053-ae897b3fe51c
12:10:09.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:09.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:09.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:09.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=851a8e78-ed44-48bb-81c5-c168116933eb
12:10:10.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a352eb19-d57f-4f2b-b1d4-520afe10a1aa
12:10:10.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d77b802-e270-406c-9b16-142c723278d5
12:10:10.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29d755d2-bc82-4602-a7b3-3bbd510b8c11
12:10:10.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.222 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6cc3a3-8a1b-4f9a-ab9e-c18b49e084b0
12:10:10.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102f1366-8aab-482e-b3fb-3e31b2c9da16
12:10:10.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0c4900-70ec-4229-a352-e45e1ae134a8
12:10:10.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79dcbd0b-bc4e-4a65-9c6f-0a1c2df319d7
12:10:10.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f371c90-a918-4dac-9d3e-424966095d69
12:10:10.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3566886-eb11-4cad-91c8-097a14863a08
12:10:10.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.436 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b5e991-7d49-4e3e-9611-4eefde1535b9
12:10:10.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=579a3d91-69f1-43ea-bb75-5f4f2ae584e6
12:10:10.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048b2ca3-b440-4260-bc45-8f90c6bf281d
12:10:10.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=592dd6d3-e709-435c-95a0-98f0c3446e52
12:10:10.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d892211-d840-4579-a979-012f76e43a6f
12:10:10.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d277986-c87b-4f24-b484-8864e7f57770
12:10:10.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d00d12-a7e9-4e92-919d-92262acc6b5f
12:10:10.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=503c7000-12eb-41a9-b394-ada28c198f62
12:10:10.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e73b423-4d3b-4176-9f24-9111bca9a9fd
12:10:10.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3132011-244c-48cb-8b31-7f1e2f5b5c5e
12:10:10.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f99161c-4b49-4708-b40d-ea880de58cec
12:10:10.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75fec053-89c1-47a4-9798-d21553a3c41d
12:10:10.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a4003b-1267-4f2d-9d3e-1c29634f6c4e
12:10:10.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:10.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:10.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:10.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af0a6a3c-c632-4b3f-999b-eff9f4f10554
12:10:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7ba785-e425-4dfb-a52e-f32611a5c0d3
12:10:11.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9885822c-356e-4b92-ab85-c5a384728e5a
12:10:11.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.082 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2b28482-34b8-4ab1-a105-433bf1b064d1
12:10:11.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fae0abc-ebdf-4342-b9eb-338b9dd32a1b
12:10:11.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=174e7f41-23ca-4e5a-abbc-4d405ceecdbd
12:10:11.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b75d66-bf53-4c37-8220-7afd3a377801
12:10:11.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fc01817-ebb5-471c-9f49-6141d854eb0d
12:10:11.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daa61eae-4a35-4c1a-926f-a637c8f4b333
12:10:11.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32e38c7f-1fb4-472e-82df-8f5995a09f2a
12:10:11.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60edcc0d-c09c-4a5b-9afd-fd8879b6ab9f
12:10:11.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c387fa97-de6e-448a-9d93-232d3383d721
12:10:11.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de4236f-3a31-4e3e-8607-aae2cdd3bea8
12:10:11.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83e9c829-2dc6-4140-bd32-06d4cb54deab
12:10:11.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eec7025-f948-44c9-a16b-ae8043c46fbc
12:10:11.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2263f1-90c7-4bac-b945-1cb5ebd3cab2
12:10:11.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.597 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=986d507b-7309-45fb-abaa-48e6ed027f32
12:10:11.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5771d513-3ec1-4ff5-8da1-d5866e84abb8
12:10:11.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45438828-4ad2-45ec-89ea-0c51af28c538
12:10:11.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e3d902e-9cb6-46fb-a582-2921c2bf15ec
12:10:11.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0187e668-0f0a-42e1-958d-34101ddeca17
12:10:11.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=527b8e67-7a24-4131-9214-c0a3e55597cc
12:10:11.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dd9ba33-98f3-4051-8bad-fcdd2910decd
12:10:11.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:11.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61969b1f-bad7-4bf1-aa1c-13fad9dc6ca6
12:10:11.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:11.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:11.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:11.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:11.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:11.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe435733-8f79-4634-a770-4bbe19a0d8fb
12:10:11.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e398386d-f434-46ac-ba74-4c71a8b3556c
12:10:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.101 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6f64a9-411a-4db3-bd79-a1df9277b729
12:10:12.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.190 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66713f05-cfc4-4168-8ef9-0134ede89142
12:10:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1d8e18-d54e-4284-8083-07fd42086f8d
12:10:12.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40e76559-7cf9-472b-b8d6-0cae4e4f403d
12:10:12.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.330 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdabe9ed-4e09-4a26-a9ef-ae4cbab4d435
12:10:12.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62031245-48e8-4658-acc5-e6c7cc7c8534
12:10:12.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed1e6632-7bdd-4942-bfc0-cb7870291557
12:10:12.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2128ac44-2423-4d59-8e7c-95f3360649b5
12:10:12.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6174ae01-10fb-427d-a8a9-b3b995be696e
12:10:12.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23f633e-2ea8-459f-9b89-56a65200aad0
12:10:12.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d7040db-41b0-4c45-995b-99861dfbc9fd
12:10:12.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cff7e9c-a395-4e4d-8e05-8508f49cc433
12:10:12.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9d6aff8-21d9-42f5-a395-28f27845e912
12:10:12.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.768 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=685b6969-779a-43ae-b40c-b784d8302736
12:10:12.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=263efead-9828-46da-a280-c8b398811031
12:10:12.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce699da6-bec4-40fc-87e8-c0c4e2420975
12:10:12.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18c728a9-ccf0-47ff-92cf-039528420d3d
12:10:12.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceef0733-b449-45c0-b6c1-751932fcba39
12:10:12.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:12.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:12.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:12.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:12.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:12.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=702f7d05-3c46-4c61-9a4c-6fd01a2fef46
12:10:12.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:12.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.014 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01fdfdab-2a53-447c-b81b-bdffa7149088
12:10:13.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09d64ae9-cbfd-4508-9a2c-d7b8b985d80a
12:10:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcc5c99-c27a-4828-9c66-d498bdc75f9a
12:10:13.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0796dd9a-e17a-444b-9053-ae897b3fe51c
12:10:13.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a352eb19-d57f-4f2b-b1d4-520afe10a1aa
12:10:13.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74072cf-78b9-4ba1-831e-445b0f414d84
12:10:13.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4465bc67-1ce7-4341-bd3e-e45c3024dfcf
12:10:13.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d77b802-e270-406c-9b16-142c723278d5
12:10:13.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dbc34ca-6411-4b69-875b-9ac9aab58155
12:10:13.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b6cc3a3-8a1b-4f9a-ab9e-c18b49e084b0
12:10:13.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c829b8b3-c094-4258-92ae-76482faf89ec
12:10:13.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe0c4900-70ec-4229-a352-e45e1ae134a8
12:10:13.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.566 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d64461-4884-424f-9b1d-310e075194b7
12:10:13.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f371c90-a918-4dac-9d3e-424966095d69
12:10:13.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45da6c67-158c-4514-8ae3-5c9cd6df5f6b
12:10:13.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b5e991-7d49-4e3e-9611-4eefde1535b9
12:10:13.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aea8f2be-01a4-4316-80c8-15cd4c567e37
12:10:13.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048b2ca3-b440-4260-bc45-8f90c6bf281d
12:10:13.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f072a7c-6a08-4566-be68-703ca4042cd4
12:10:13.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a8c3c9-2d3d-4b44-9ead-83383681ea77
12:10:13.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d892211-d840-4579-a979-012f76e43a6f
12:10:13.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=754c872f-0610-44cb-b0b0-dc977d9c9b47
12:10:13.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:13.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d00d12-a7e9-4e92-919d-92262acc6b5f
12:10:13.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:13.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:13.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:13.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:13.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:13.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02502a35-0eb4-4b4b-be60-ef9756e01f13
12:10:14.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e73b423-4d3b-4176-9f24-9111bca9a9fd
12:10:14.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.108 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3e92390-d2b9-471c-9842-ad4603ce7e23
12:10:14.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f99161c-4b49-4708-b40d-ea880de58cec
12:10:14.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94942ff3-494c-4dd7-99dd-e8c1c346744d
12:10:14.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09a4003b-1267-4f2d-9d3e-1c29634f6c4e
12:10:14.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7163020-f3d4-4c02-adcb-057d870c5f34
12:10:14.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7ba785-e425-4dfb-a52e-f32611a5c0d3
12:10:14.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60311899-4edf-4213-92da-61ebefddee51
12:10:14.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2b28482-34b8-4ab1-a105-433bf1b064d1
12:10:14.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e94b03bf-da16-443a-91b3-403fbac71551
12:10:14.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70323e61-5ccb-438d-a095-75826218b82f
12:10:14.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b75d66-bf53-4c37-8220-7afd3a377801
12:10:14.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=daa61eae-4a35-4c1a-926f-a637c8f4b333
12:10:14.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7254875-0f39-4063-9c11-2ef6b7e40d91
12:10:14.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c14164-5a76-47c0-8d3b-28fb15aaa039
12:10:14.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60edcc0d-c09c-4a5b-9afd-fd8879b6ab9f
12:10:14.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ff64da6-c0a2-4c6e-95ef-5f978f9869ba
12:10:14.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1de4236f-3a31-4e3e-8607-aae2cdd3bea8
12:10:14.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be79763-d68e-47c4-9eaf-4f27b6368dd5
12:10:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c39ee4f-f3f7-4f2f-8cd9-d4f20c653a94
12:10:14.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eec7025-f948-44c9-a16b-ae8043c46fbc
12:10:14.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=986d507b-7309-45fb-abaa-48e6ed027f32
12:10:14.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:14.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:14.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:14.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:14.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1322d1-5b22-416e-8d11-7b83042f8149
12:10:14.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45438828-4ad2-45ec-89ea-0c51af28c538
12:10:15.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9e29e8a-d59b-4ce8-883a-c49cff746d96
12:10:15.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0187e668-0f0a-42e1-958d-34101ddeca17
12:10:15.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bef6c06-9379-4e13-8569-38f9d6839904
12:10:15.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dd9ba33-98f3-4051-8bad-fcdd2910decd
12:10:15.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe435733-8f79-4634-a770-4bbe19a0d8fb
12:10:15.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fea70b56-be2c-4236-8c8e-7e5dbad31865
12:10:15.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b6f64a9-411a-4db3-bd79-a1df9277b729
12:10:15.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.369 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ffd89f-f17e-4371-ad80-5b97b19a630a
12:10:15.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca1d8e18-d54e-4284-8083-07fd42086f8d
12:10:15.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=257ead67-44d0-44b6-aedb-34420facfc71
12:10:15.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdabe9ed-4e09-4a26-a9ef-ae4cbab4d435
12:10:15.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37f39a2-d648-42c1-a81d-eae539bd09de
12:10:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed1e6632-7bdd-4942-bfc0-cb7870291557
12:10:15.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.672 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8666cd91-283a-4a72-8123-a926dcf5a82b
12:10:15.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2128ac44-2423-4d59-8e7c-95f3360649b5
12:10:15.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.759 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b532f53f-c386-4cd7-9f87-7cd0060c8d78
12:10:15.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.824 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b1255b-56ab-4205-befe-c4da99d550b5
12:10:15.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23f633e-2ea8-459f-9b89-56a65200aad0
12:10:15.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f7f6c4-24c0-462b-8b7e-96e2235ea0da
12:10:15.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cff7e9c-a395-4e4d-8e05-8508f49cc433
12:10:15.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:15.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:15.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:15.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:15.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:15.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:15.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e36d721-15ea-4920-a6fe-4f92ea27e82b
12:10:15.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.056 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50346f32-8063-4376-87b1-c65cbbadb34a
12:10:16.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=685b6969-779a-43ae-b40c-b784d8302736
12:10:16.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce699da6-bec4-40fc-87e8-c0c4e2420975
12:10:16.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3bd3e9-faef-4a6b-a94e-f2083f9e9efb
12:10:16.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ceef0733-b449-45c0-b6c1-751932fcba39
12:10:16.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f4755e-eeec-431e-967e-7e34c4782305
12:10:16.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01fdfdab-2a53-447c-b81b-bdffa7149088
12:10:16.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228d7b73-c54f-450e-b358-5cdd0a1fc389
12:10:16.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fcc5c99-c27a-4828-9c66-d498bdc75f9a
12:10:16.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17e3c2fe-59eb-4efa-ab81-f8035e57d7c1
12:10:16.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74072cf-78b9-4ba1-831e-445b0f414d84
12:10:16.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4465bc67-1ce7-4341-bd3e-e45c3024dfcf
12:10:16.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=907f72db-c1cf-49c4-8b50-91d2c29bcd2e
12:10:16.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.602 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d72b040-6300-4f24-9dba-6a1dfe2b92ff
12:10:16.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dbc34ca-6411-4b69-875b-9ac9aab58155
12:10:16.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eefb901-3d92-4d6e-9b59-e98bc7bafed3
12:10:16.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.724 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c829b8b3-c094-4258-92ae-76482faf89ec
12:10:16.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb7fba0-48fa-4bc2-8504-7618f36f44c2
12:10:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d64461-4884-424f-9b1d-310e075194b7
12:10:16.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3fa6-266b-4f81-83a0-fdfd351a1707
12:10:16.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:16.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:16.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.921 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9adc84e6-ba35-4cce-b59e-0829bd1b4c09
12:10:16.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:16.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:16.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:16.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:16.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:16.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45da6c67-158c-4514-8ae3-5c9cd6df5f6b
12:10:16.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fae22a6-02d8-491a-bc22-9c3a1105fab2
12:10:17.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aea8f2be-01a4-4316-80c8-15cd4c567e37
12:10:17.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.128 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f072a7c-6a08-4566-be68-703ca4042cd4
12:10:17.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58abb46e-c212-466b-b2ab-8af2b759c976
12:10:17.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ecc49b-e906-4efc-8131-6035d777be3e
12:10:17.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a8c3c9-2d3d-4b44-9ead-83383681ea77
12:10:17.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=577ba11e-2098-47d1-bcad-b6900ed8f0be
12:10:17.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=754c872f-0610-44cb-b0b0-dc977d9c9b47
12:10:17.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02502a35-0eb4-4b4b-be60-ef9756e01f13
12:10:17.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1ec38ea-1fac-4369-b48c-d958c4cef18e
12:10:17.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3e92390-d2b9-471c-9842-ad4603ce7e23
12:10:17.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b058ba0e-fe5f-47ce-b9c4-7b9fecb200ae
12:10:17.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dd583f-f236-4861-a430-9b11034dc30a
12:10:17.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94942ff3-494c-4dd7-99dd-e8c1c346744d
12:10:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7163020-f3d4-4c02-adcb-057d870c5f34
12:10:17.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01cae298-5309-492c-a8a6-b9eab1b5dd86
12:10:17.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60311899-4edf-4213-92da-61ebefddee51
12:10:17.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.814 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=effaee59-ce60-4bea-aa99-cc55c1ad93ff
12:10:17.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e94b03bf-da16-443a-91b3-403fbac71551
12:10:17.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:17.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:17.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70323e61-5ccb-438d-a095-75826218b82f
12:10:17.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:17.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:17.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:17.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:17.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3819fea-b3a2-4342-8b2a-fabb0ef2bb1e
12:10:17.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3ef2ec-414b-4910-b36b-ddc9ab7d729f
12:10:18.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7254875-0f39-4063-9c11-2ef6b7e40d91
12:10:18.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46c245e-fe99-4399-b01c-094c658bee84
12:10:18.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09c14164-5a76-47c0-8d3b-28fb15aaa039
12:10:18.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07eba2da-c8eb-4177-ba6b-e6763d5fcc67
12:10:18.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ff64da6-c0a2-4c6e-95ef-5f978f9869ba
12:10:18.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be79763-d68e-47c4-9eaf-4f27b6368dd5
12:10:18.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b804e1-cc96-4d5f-9f6b-2ae603c6791c
12:10:18.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c39ee4f-f3f7-4f2f-8cd9-d4f20c653a94
12:10:18.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e34a8d0-321d-4ad4-905b-0c4a9cfadd7a
12:10:18.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1322d1-5b22-416e-8d11-7b83042f8149
12:10:18.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.523 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366af81a-f1ad-402c-a03d-d9fea7340571
12:10:18.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53fbe809-077d-4252-9638-f27c4de9365f
12:10:18.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9e29e8a-d59b-4ce8-883a-c49cff746d96
12:10:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.687 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76f4527f-324d-4336-b842-842d6eac6e61
12:10:18.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bef6c06-9379-4e13-8569-38f9d6839904
12:10:18.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31081a02-c907-4dcc-b5ac-0af527fe953d
12:10:18.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fea70b56-be2c-4236-8c8e-7e5dbad31865
12:10:18.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cfa7ac0-05a5-4709-aae1-41f63a5e88a0
12:10:18.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ffd89f-f17e-4371-ad80-5b97b19a630a
12:10:18.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:18.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:18.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=871be659-379f-4771-bbea-f7c5f1f1e0bf
12:10:18.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:18.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:18.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:18.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:18.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=257ead67-44d0-44b6-aedb-34420facfc71
12:10:18.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6531559b-a811-4c48-9e2a-9844a6760bec
12:10:19.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37f39a2-d648-42c1-a81d-eae539bd09de
12:10:19.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eedd89c-1e1e-4e74-83dc-492eae0900f1
12:10:19.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8666cd91-283a-4a72-8123-a926dcf5a82b
12:10:19.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d24007-9f79-4ce5-bb22-e498100be7ce
12:10:19.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b532f53f-c386-4cd7-9f87-7cd0060c8d78
12:10:19.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b1255b-56ab-4205-befe-c4da99d550b5
12:10:19.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ced8a850-7813-496e-8a52-d4c256759de0
12:10:19.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49f7f6c4-24c0-462b-8b7e-96e2235ea0da
12:10:19.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46569b55-2b6f-4296-8173-23a17ecca9f1
12:10:19.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dd7159-0aea-4c05-a96e-c401dcc8b79e
12:10:19.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e36d721-15ea-4920-a6fe-4f92ea27e82b
12:10:19.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ae4ca4-066c-4ea4-8762-e612eb8c1dca
12:10:19.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50346f32-8063-4376-87b1-c65cbbadb34a
12:10:19.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.741 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a42ba8-be9a-4648-93c8-f01baf4da506
12:10:19.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c3bd3e9-faef-4a6b-a94e-f2083f9e9efb
12:10:19.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43f4755e-eeec-431e-967e-7e34c4782305
12:10:19.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.852 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.866 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31d1a863-d038-4316-9b54-82b29300792c
12:10:19.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=228d7b73-c54f-450e-b358-5cdd0a1fc389
12:10:19.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00a1f4d-930a-4047-a32e-7401ab9bb78c
12:10:19.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:19.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:19.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:19.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:19.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:19.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:19.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:19.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17e3c2fe-59eb-4efa-ab81-f8035e57d7c1
12:10:19.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb183998-6f9c-4fa5-85b6-700f7c8f054e
12:10:20.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=907f72db-c1cf-49c4-8b50-91d2c29bcd2e
12:10:20.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fea2197-c5d0-4e3b-aa16-02529ea3f01d
12:10:20.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1648f3-5d92-4cac-9ef3-eada9bd9369d
12:10:20.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d72b040-6300-4f24-9dba-6a1dfe2b92ff
12:10:20.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd179895-4abe-49f4-9a9d-76493e9b84b7
12:10:20.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eefb901-3d92-4d6e-9b59-e98bc7bafed3
12:10:20.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b4d56a-3bf1-44c2-b036-325cb96e45e7
12:10:20.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afb7fba0-48fa-4bc2-8504-7618f36f44c2
12:10:20.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.398 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1f3fa6-266b-4f81-83a0-fdfd351a1707
12:10:20.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8c02e2f-2654-4efc-a37a-aca759c54722
12:10:20.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9adc84e6-ba35-4cce-b59e-0829bd1b4c09
12:10:20.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2142e396-d9ee-49a6-a64b-dc71bc096a5b
12:10:20.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea946cb-82a3-4cc9-92ef-262f57599a14
12:10:20.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fae22a6-02d8-491a-bc22-9c3a1105fab2
12:10:20.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.682 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f24cf2f3-3547-46eb-8b3e-ccd3ce2713e0
12:10:20.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58abb46e-c212-466b-b2ab-8af2b759c976
12:10:20.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=951a6207-f363-4007-bef9-240aaf47354f
12:10:20.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38ecc49b-e906-4efc-8131-6035d777be3e
12:10:20.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.818 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a28eaa-0e4e-4bc8-9ae3-fa6c4c3e4625
12:10:20.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=577ba11e-2098-47d1-bcad-b6900ed8f0be
12:10:20.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5663b6bd-26da-4542-af0e-d11dc00eb8db
12:10:20.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:20.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:20.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:20.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:20.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:20.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:20.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1ec38ea-1fac-4369-b48c-d958c4cef18e
12:10:20.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6622205d-7046-4031-89cd-23dc79a34c03
12:10:21.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b058ba0e-fe5f-47ce-b9c4-7b9fecb200ae
12:10:21.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55488343-2ce0-4bdd-81d1-fad2b2901f05
12:10:21.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dd583f-f236-4861-a430-9b11034dc30a
12:10:21.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.249 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7915d1ff-510a-40e2-84b8-a1df94fbbeb2
12:10:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01cae298-5309-492c-a8a6-b9eab1b5dd86
12:10:21.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1735d0ee-7b5e-40bd-aa00-8cf5bb0c255d
12:10:21.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=effaee59-ce60-4bea-aa99-cc55c1ad93ff
12:10:21.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.412 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c6ab2ba-62f8-48db-ade3-3781b339271d
12:10:21.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3819fea-b3a2-4342-8b2a-fabb0ef2bb1e
12:10:21.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfaa259e-47f4-42d3-b551-2054d4cdfaf2
12:10:21.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a3ef2ec-414b-4910-b36b-ddc9ab7d729f
12:10:21.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=245bdc70-edf0-4fcb-bff0-ee782443fea4
12:10:21.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d46c245e-fe99-4399-b01c-094c658bee84
12:10:21.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3281ddc2-6465-45f5-9c8d-d9d174835236
12:10:21.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07eba2da-c8eb-4177-ba6b-e6763d5fcc67
12:10:21.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.747 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aaed5c4-e404-4b27-9f81-0b95f7fcfc55
12:10:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0b804e1-cc96-4d5f-9f6b-2ae603c6791c
12:10:21.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74be65d0-ea7e-49d7-ac73-33d09174887a
12:10:21.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e34a8d0-321d-4ad4-905b-0c4a9cfadd7a
12:10:21.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f581323-948e-410e-99a5-6946e31a445f
12:10:21.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366af81a-f1ad-402c-a03d-d9fea7340571
12:10:21.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:21.975 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:21.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:21.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:21.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:21.989 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:21.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb5701c0-30a4-4f53-bc41-0968af9a9b5f
12:10:21.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53fbe809-077d-4252-9638-f27c4de9365f
12:10:22.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.038 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.051 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be521e10-edda-47e0-9470-e561179cab94
12:10:22.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76f4527f-324d-4336-b842-842d6eac6e61
12:10:22.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dafcdbab-70fe-4748-aeeb-b08d09481cd5
12:10:22.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31081a02-c907-4dcc-b5ac-0af527fe953d
12:10:22.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cfa7ac0-05a5-4709-aae1-41f63a5e88a0
12:10:22.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e95fef00-839b-4d1f-ac20-07b0f2979fc7
12:10:22.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=871be659-379f-4771-bbea-f7c5f1f1e0bf
12:10:22.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ded97a20-aeec-4135-8d73-dcf07f96814a
12:10:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6531559b-a811-4c48-9e2a-9844a6760bec
12:10:22.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf241e9-ce5f-47b4-b01d-b1645e71df52
12:10:22.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eedd89c-1e1e-4e74-83dc-492eae0900f1
12:10:22.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.472 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326c71d9-59e5-4d53-b241-b8158e6412da
12:10:22.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27d24007-9f79-4ce5-bb22-e498100be7ce
12:10:22.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48365dec-7c32-4f76-9959-ce3ac5c4ebc7
12:10:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ced8a850-7813-496e-8a52-d4c256759de0
12:10:22.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f0666-8b35-49aa-9579-bf4b2795a11c
12:10:22.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46569b55-2b6f-4296-8173-23a17ecca9f1
12:10:22.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.748 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ece07208-895c-4ce0-bcaa-459b9785cc41
12:10:22.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6dd7159-0aea-4c05-a96e-c401dcc8b79e
12:10:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc098494-dd09-452b-9c5f-0e38563cedde
12:10:22.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e085959b-5d2d-431c-a082-2566189fdc13
12:10:22.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ae4ca4-066c-4ea4-8762-e612eb8c1dca
12:10:22.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbc161d3-4c82-4d5c-9d1a-17c6f608ba01
12:10:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:22.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:22.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:22.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:22.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:22.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a42ba8-be9a-4648-93c8-f01baf4da506
12:10:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be30bc1-081e-43e2-8d72-5e9afcb5985f
12:10:23.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31d1a863-d038-4316-9b54-82b29300792c
12:10:23.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537cf7f8-da99-48d6-930b-6664f9c059b8
12:10:23.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b00a1f4d-930a-4047-a32e-7401ab9bb78c
12:10:23.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb183998-6f9c-4fa5-85b6-700f7c8f054e
12:10:23.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab22b58-99f5-4cd4-94e3-7050c7b03029
12:10:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6fea2197-c5d0-4e3b-aa16-02529ea3f01d
12:10:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.317 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c84b2e-d7f9-4008-932a-6ecd7bb8d32a
12:10:23.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb1648f3-5d92-4cac-9ef3-eada9bd9369d
12:10:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ee5a9e-0a3c-401c-a01b-a72db3d4d6a7
12:10:23.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd179895-4abe-49f4-9a9d-76493e9b84b7
12:10:23.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6b4d56a-3bf1-44c2-b036-325cb96e45e7
12:10:23.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d787f72-0e1c-41b2-bc06-159e1d8e5bbb
12:10:23.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d69fd6a9-2a7d-4201-8bf8-15d1004a71b1
12:10:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8c02e2f-2654-4efc-a37a-aca759c54722
12:10:23.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2142e396-d9ee-49a6-a64b-dc71bc096a5b
12:10:23.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f582a80-cdd7-49df-8a56-f09e13c5b153
12:10:23.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb13d3c-609b-416f-8464-395109a8fd23
12:10:23.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea946cb-82a3-4cc9-92ef-262f57599a14
12:10:23.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.873 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28866e1a-7b35-4a68-9108-8ac0bf024d5d
12:10:23.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f24cf2f3-3547-46eb-8b3e-ccd3ce2713e0
12:10:23.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:23.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:23.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:23.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:23.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:23.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:23.987 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:23.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb1e2d1-c99e-4bdf-b3f7-a35e4edbc2ea
12:10:23.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=951a6207-f363-4007-bef9-240aaf47354f
12:10:24.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9963ff91-b485-40fb-9dd1-948048a00ec7
12:10:24.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8a28eaa-0e4e-4bc8-9ae3-fa6c4c3e4625
12:10:24.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5663b6bd-26da-4542-af0e-d11dc00eb8db
12:10:24.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.199 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ab64be7-3dcc-481a-8765-bbd07328df08
12:10:24.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6622205d-7046-4031-89cd-23dc79a34c03
12:10:24.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c17b5e6f-b477-44c3-b48f-abf2b4364d19
12:10:24.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55488343-2ce0-4bdd-81d1-fad2b2901f05
12:10:24.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c570323-af76-484a-9d9b-71726000878b
12:10:24.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7915d1ff-510a-40e2-84b8-a1df94fbbeb2
12:10:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb800698-f299-4675-a569-e1c9d1bd3799
12:10:24.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1735d0ee-7b5e-40bd-aa00-8cf5bb0c255d
12:10:24.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4d07b06-140e-4cf3-94c3-7a85eb023961
12:10:24.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c6ab2ba-62f8-48db-ade3-3781b339271d
12:10:24.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e2c4ad1-371a-4ccb-9178-1c7055d8e3e0
12:10:24.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b921941e-3722-4151-8b71-fe650b1fa5fc
12:10:24.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.728 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dfaa259e-47f4-42d3-b551-2054d4cdfaf2
12:10:24.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6935c61-e444-4326-bb10-81d574d46ee8
12:10:24.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=041c167c-d9d4-4ed5-a894-47972bee6861
12:10:24.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=245bdc70-edf0-4fcb-bff0-ee782443fea4
12:10:24.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c0c73e-1a62-4334-9a6d-9bb1596b1758
12:10:24.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3281ddc2-6465-45f5-9c8d-d9d174835236
12:10:24.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:24.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1883858-aefa-46ac-9914-694517077e5f
12:10:24.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:24.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:24.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:24.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:24.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:24.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:24.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aaed5c4-e404-4b27-9f81-0b95f7fcfc55
12:10:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0a98c07-58b0-4f57-8c71-7ff8bc13ea81
12:10:25.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74be65d0-ea7e-49d7-ac73-33d09174887a
12:10:25.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b9184f-0ba0-4b2f-8363-e647d1284045
12:10:25.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f581323-948e-410e-99a5-6946e31a445f
12:10:25.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6656ef30-1da1-4c33-8988-e63d223d97b5
12:10:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb5701c0-30a4-4f53-bc41-0968af9a9b5f
12:10:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf328f46-3ee9-4bcb-878a-b81af96e44ff
12:10:25.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be521e10-edda-47e0-9470-e561179cab94
12:10:25.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dafcdbab-70fe-4748-aeeb-b08d09481cd5
12:10:25.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dbfff4a-0a1b-44b1-add0-f12a81bd8d3c
12:10:25.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e95fef00-839b-4d1f-ac20-07b0f2979fc7
12:10:25.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e62d153-8ffd-4b31-8d0b-7621cf182355
12:10:25.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.565 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855026eb-fd6b-465e-b902-5d10489f5dbf
12:10:25.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ded97a20-aeec-4135-8d73-dcf07f96814a
12:10:25.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a206d31-4249-43f3-b0dc-a59221dd9d80
12:10:25.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cf241e9-ce5f-47b4-b01d-b1645e71df52
12:10:25.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dcd5742-6311-4b02-a7a1-8569f7402e5d
12:10:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=326c71d9-59e5-4d53-b241-b8158e6412da
12:10:25.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01225447-505a-4355-bc8e-6f6401ec3248
12:10:25.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48365dec-7c32-4f76-9959-ce3ac5c4ebc7
12:10:25.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:25.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ab3caa-5f37-45c5-a81e-7ec69796a0dd
12:10:25.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:25.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:25.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:25.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:25.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f0666-8b35-49aa-9579-bf4b2795a11c
12:10:25.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ece07208-895c-4ce0-bcaa-459b9785cc41
12:10:26.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22d37334-98ca-4725-b7a2-2deae058cce2
12:10:26.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc098494-dd09-452b-9c5f-0e38563cedde
12:10:26.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e73dda6-feb6-4412-8e25-5ed438f49500
12:10:26.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e085959b-5d2d-431c-a082-2566189fdc13
12:10:26.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2263e3d-8179-4373-ab90-3cf8f771d439
12:10:26.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbc161d3-4c82-4d5c-9d1a-17c6f608ba01
12:10:26.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6de0df1-f07f-4314-bc51-a2fd77bc0364
12:10:26.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6be30bc1-081e-43e2-8d72-5e9afcb5985f
12:10:26.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=494b346d-1eb0-4b7f-8f26-4bd2fd658b83
12:10:26.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=537cf7f8-da99-48d6-930b-6664f9c059b8
12:10:26.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aecdbef-315a-4164-9c61-52d0b3376dfa
12:10:26.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cab22b58-99f5-4cd4-94e3-7050c7b03029
12:10:26.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6271b88a-9e9a-45e8-af79-ddc62eca7ef3
12:10:26.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c84b2e-d7f9-4008-932a-6ecd7bb8d32a
12:10:26.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cadae38c-5cd1-4d03-84ae-0108332bed09
12:10:26.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29ee5a9e-0a3c-401c-a01b-a72db3d4d6a7
12:10:26.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaee7430-8012-434f-9178-55f54f3c8ce2
12:10:26.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d787f72-0e1c-41b2-bc06-159e1d8e5bbb
12:10:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdecd77f-6da4-4eb0-9899-c105ffb3b2be
12:10:26.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d69fd6a9-2a7d-4201-8bf8-15d1004a71b1
12:10:26.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.912 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf42d70-9a4d-4b84-8ae5-115391337758
12:10:26.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f582a80-cdd7-49df-8a56-f09e13c5b153
12:10:26.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:26.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:26.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:26.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:26.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:26.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd207710-7d71-48e9-9536-726b0b0d4e54
12:10:26.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eeb13d3c-609b-416f-8464-395109a8fd23
12:10:27.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.089 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28866e1a-7b35-4a68-9108-8ac0bf024d5d
12:10:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85fbe664-990a-460a-bd80-ac711f3f406b
12:10:27.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb1e2d1-c99e-4bdf-b3f7-a35e4edbc2ea
12:10:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9b0e8b-3a58-4a0f-9c4d-d07ff8764802
12:10:27.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9963ff91-b485-40fb-9dd1-948048a00ec7
12:10:27.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3184df04-26e4-437d-b6a7-5dd93ef81f21
12:10:27.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ab64be7-3dcc-481a-8765-bbd07328df08
12:10:27.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa434a3-fd54-48c3-aa1e-c44cb5a6009a
12:10:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c17b5e6f-b477-44c3-b48f-abf2b4364d19
12:10:27.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c570323-af76-484a-9d9b-71726000878b
12:10:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9240c6a2-ebb5-4869-b712-51ddad750f46
12:10:27.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb800698-f299-4675-a569-e1c9d1bd3799
12:10:27.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4d07b06-140e-4cf3-94c3-7a85eb023961
12:10:27.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b955dbba-d131-42be-92cb-b2144b1d1ac7
12:10:27.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e2c4ad1-371a-4ccb-9178-1c7055d8e3e0
12:10:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7416a055-fe3b-4c14-9962-77fa37d3d6b5
12:10:27.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.878 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b921941e-3722-4151-8b71-fe650b1fa5fc
12:10:27.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d083b54-45ba-4e58-b241-d465166f2d2d
12:10:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:27.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6935c61-e444-4326-bb10-81d574d46ee8
12:10:27.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:27.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:27.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:27.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:27.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb59642-cac8-467a-97b9-880a12cb2991
12:10:28.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bc993b-6e65-4cd8-855b-6e143463f240
12:10:28.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=041c167c-d9d4-4ed5-a894-47972bee6861
12:10:28.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f82a310-70b6-4c2c-81d3-c9712cb96fe9
12:10:28.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78c0c73e-1a62-4334-9a6d-9bb1596b1758
12:10:28.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06675304-cd1e-46d6-8d7e-93250ae35a4d
12:10:28.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1883858-aefa-46ac-9914-694517077e5f
12:10:28.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a9886b4-fea9-48d3-bfd8-c774ef04b3e7
12:10:28.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0a98c07-58b0-4f57-8c71-7ff8bc13ea81
12:10:28.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58de4185-dacc-458a-9c17-8b8a8d4c2739
12:10:28.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b9184f-0ba0-4b2f-8363-e647d1284045
12:10:28.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.520 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c6c47c1-124c-4d12-ac72-5e5eb0ab7f25
12:10:28.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671b89b7-a201-4b0e-80be-c36b6a5993c0
12:10:28.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6656ef30-1da1-4c33-8988-e63d223d97b5
12:10:28.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a24e184f-9a7b-4013-b8d6-bc7d8494b915
12:10:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf328f46-3ee9-4bcb-878a-b81af96e44ff
12:10:28.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=699a74fe-092a-43b5-ba5e-56fd4be0ed8d
12:10:28.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2dbfff4a-0a1b-44b1-add0-f12a81bd8d3c
12:10:28.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0bffe3-835d-4a79-926b-aedcbee21522
12:10:28.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e65bca0-5ee9-4c46-8487-aa5747f80375
12:10:28.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e62d153-8ffd-4b31-8d0b-7621cf182355
12:10:28.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:28.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:28.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:28.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:28.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:28.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855026eb-fd6b-465e-b902-5d10489f5dbf
12:10:28.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:28.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:28.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.009 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98b91a10-6784-478c-bbbf-14943f56fab9
12:10:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a206d31-4249-43f3-b0dc-a59221dd9d80
12:10:29.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9d9a6e-9b60-44c6-a493-a3fc699321be
12:10:29.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dcd5742-6311-4b02-a7a1-8569f7402e5d
12:10:29.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.175 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfae232b-c4d4-41db-abff-f68240de652b
12:10:29.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01225447-505a-4355-bc8e-6f6401ec3248
12:10:29.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e36dae5-dc69-4cc6-8fd8-82bbff95dc8d
12:10:29.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ab3caa-5f37-45c5-a81e-7ec69796a0dd
12:10:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.364 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de0f995-d8ae-4973-9640-88419880fc6e
12:10:29.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.375 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22d37334-98ca-4725-b7a2-2deae058cce2
12:10:29.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e444637f-c923-475e-8ec5-631f853c8ba7
12:10:29.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e73dda6-feb6-4412-8e25-5ed438f49500
12:10:29.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a0db81-beaa-44e6-854a-2e6d730f40db
12:10:29.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2263e3d-8179-4373-ab90-3cf8f771d439
12:10:29.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1935548b-e065-4e34-a67e-941efac14fd3
12:10:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6de0df1-f07f-4314-bc51-a2fd77bc0364
12:10:29.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8714eb5-dfb6-495d-87cc-b6d51a500e00
12:10:29.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=494b346d-1eb0-4b7f-8f26-4bd2fd658b83
12:10:29.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.784 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3188749e-094c-422a-a8a4-d46d47c3d1a3
12:10:29.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1aecdbef-315a-4164-9c61-52d0b3376dfa
12:10:29.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb235636-fcd4-4646-a04b-7f2f5be1c6d2
12:10:29.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6271b88a-9e9a-45e8-af79-ddc62eca7ef3
12:10:29.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e67e1db9-d06c-42a8-a71f-294a177d4337
12:10:29.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:29.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:29.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:29.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:29.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:29.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cadae38c-5cd1-4d03-84ae-0108332bed09
12:10:29.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.030 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6ba631-8933-4f05-b101-f178ba2cb2b1
12:10:30.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaee7430-8012-434f-9178-55f54f3c8ce2
12:10:30.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.109 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c403095a-7d5e-470c-827b-2b66f3477fcc
12:10:30.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdecd77f-6da4-4eb0-9899-c105ffb3b2be
12:10:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eff7a98-53c8-45ce-b017-11c8ee2fbe77
12:10:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adf42d70-9a4d-4b84-8ae5-115391337758
12:10:30.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0156ad00-bb6e-4ce3-9dad-09587faa0261
12:10:30.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd207710-7d71-48e9-9536-726b0b0d4e54
12:10:30.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2a81d8f-0d71-46fc-b35c-f9bcc15ccb4b
12:10:30.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cfc11d5-16d5-445b-8e4f-b03411ab30ef
12:10:30.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85fbe664-990a-460a-bd80-ac711f3f406b
12:10:30.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b90427-7e70-42ae-a399-b0d741e54b39
12:10:30.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9b0e8b-3a58-4a0f-9c4d-d07ff8764802
12:10:30.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e81abfce-069e-4157-9770-d1b0aea93b4d
12:10:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3184df04-26e4-437d-b6a7-5dd93ef81f21
12:10:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.624 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29ba952-6d16-4c1a-b360-f4c532784529
12:10:30.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fa434a3-fd54-48c3-aa1e-c44cb5a6009a
12:10:30.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6519bf89-931c-46e7-87dc-9ef7fc7547a7
12:10:30.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9240c6a2-ebb5-4869-b712-51ddad750f46
12:10:30.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.799 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b955dbba-d131-42be-92cb-b2144b1d1ac7
12:10:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b646405-96e9-4d8c-b069-138d6e68217b
12:10:30.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7416a055-fe3b-4c14-9962-77fa37d3d6b5
12:10:30.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:30.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b07b08-0927-4b9f-b3f0-5a4d55f85bb4
12:10:30.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:30.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:30.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:30.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:30.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d083b54-45ba-4e58-b241-d465166f2d2d
12:10:31.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.023 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af40b91c-fdf1-4d6c-af98-48dcce8aa566
12:10:31.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41734ea3-7be5-4e66-8a77-66cafec15f94
12:10:31.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1cb59642-cac8-467a-97b9-880a12cb2991
12:10:31.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.184 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f10ea0-dd32-47a1-a46d-f9f937c05a6f
12:10:31.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bc993b-6e65-4cd8-855b-6e143463f240
12:10:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5405813-a4ef-42ec-bb09-ae08ff84328d
12:10:31.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f82a310-70b6-4c2c-81d3-c9712cb96fe9
12:10:31.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06675304-cd1e-46d6-8d7e-93250ae35a4d
12:10:31.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.421 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d183514-42a5-498b-a985-379855dc287f
12:10:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.490 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a9886b4-fea9-48d3-bfd8-c774ef04b3e7
12:10:31.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc72228-ae1f-4d44-9855-981ff1adf6a5
12:10:31.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721e64f2-f2b4-43fa-80f5-aff62658d8f0
12:10:31.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58de4185-dacc-458a-9c17-8b8a8d4c2739
12:10:31.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.685 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0897188-20c9-4f0c-ac41-f17df2c78c84
12:10:31.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c6c47c1-124c-4d12-ac72-5e5eb0ab7f25
12:10:31.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e197152-9e88-4c92-acd0-e3dbc2197c6c
12:10:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=671b89b7-a201-4b0e-80be-c36b6a5993c0
12:10:31.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6704f5e-5f08-4840-afea-6d43dcb33171
12:10:31.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a24e184f-9a7b-4013-b8d6-bc7d8494b915
12:10:31.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:31.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b908686-c90d-454d-8313-8986635b5e92
12:10:31.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:31.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:31.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:31.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:31.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:31.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:31.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=699a74fe-092a-43b5-ba5e-56fd4be0ed8d
12:10:32.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94293fe5-5f9b-45bf-a7d7-7b85a76dbd33
12:10:32.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0bffe3-835d-4a79-926b-aedcbee21522
12:10:32.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e60447-d066-4040-b703-5cf9bcedc40b
12:10:32.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e65bca0-5ee9-4c46-8487-aa5747f80375
12:10:32.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2810f7e5-bc3d-41e3-9c1a-455f8bab9259
12:10:32.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.192 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98b91a10-6784-478c-bbbf-14943f56fab9
12:10:32.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.264 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e62d0f-71d4-4328-b1a3-74a0ee7436f1
12:10:32.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9d9a6e-9b60-44c6-a493-a3fc699321be
12:10:32.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a619c0a1-8cc5-4ea9-9049-32d5705e405e
12:10:32.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.380 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfae232b-c4d4-41db-abff-f68240de652b
12:10:32.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e36dae5-dc69-4cc6-8fd8-82bbff95dc8d
12:10:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3babbe9c-3862-4135-b85c-cf4218283cf5
12:10:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de0f995-d8ae-4973-9640-88419880fc6e
12:10:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d61610-cd01-46bc-ab38-46928ea0b35b
12:10:32.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3746bbd4-0512-4279-89e4-8ccc30e944c2
12:10:32.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e444637f-c923-475e-8ec5-631f853c8ba7
12:10:32.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec1f62e-d2e8-4f51-bb58-e24ad4047f9d
12:10:32.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6a0db81-beaa-44e6-854a-2e6d730f40db
12:10:32.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1693c72-0e79-43ab-8c9d-14615b6921d5
12:10:32.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1935548b-e065-4e34-a67e-941efac14fd3
12:10:32.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:32.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:32.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:32.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:32.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:32.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:32.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:32.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5f48c5-8f5c-4173-bee9-93b1aeeb4b35
12:10:32.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8714eb5-dfb6-495d-87cc-b6d51a500e00
12:10:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7790c1b-c525-4dee-acaa-cd10c418a085
12:10:33.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3188749e-094c-422a-a8a4-d46d47c3d1a3
12:10:33.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b926855-ed0c-4cb1-8745-71b865199b51
12:10:33.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb235636-fcd4-4646-a04b-7f2f5be1c6d2
12:10:33.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba7774b6-8f79-4f9c-aab1-238476cf9bfb
12:10:33.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.331 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e67e1db9-d06c-42a8-a71f-294a177d4337
12:10:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b54b810d-75bc-4659-90e3-6398b1bde66e
12:10:33.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6ba631-8933-4f05-b101-f178ba2cb2b1
12:10:33.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cfcffa9-9f02-4e5a-99d5-2fe5edaf01ad
12:10:33.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.475 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c403095a-7d5e-470c-827b-2b66f3477fcc
12:10:33.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e667548d-4cd0-4919-ad23-95889505b51a
12:10:33.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eff7a98-53c8-45ce-b017-11c8ee2fbe77
12:10:33.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae872870-30d7-4e2f-854d-a640cfb262d8
12:10:33.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0156ad00-bb6e-4ce3-9dad-09587faa0261
12:10:33.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a817ff61-e57c-4e58-82ed-fb1b5ca643b7
12:10:33.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b072f7d3-8981-4a95-a706-de92e62b3895
12:10:33.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2a81d8f-0d71-46fc-b35c-f9bcc15ccb4b
12:10:33.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56f1a0d-4916-469c-a16a-5f654038bf75
12:10:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:33.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cfc11d5-16d5-445b-8e4f-b03411ab30ef
12:10:33.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:33.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:33.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:33.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:33.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:33.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:33.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68a8482-b422-49b1-8a6b-fc82ab4044af
12:10:34.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99b90427-7e70-42ae-a399-b0d741e54b39
12:10:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6af1bda7-4923-4e12-89b4-6843f5125360
12:10:34.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e81abfce-069e-4157-9770-d1b0aea93b4d
12:10:34.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e586be68-58bf-4b94-a4ed-a19cffe8e2ec
12:10:34.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.236 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bc9a0ef-b111-4d8e-b5f5-2a4a3e2a6ea5
12:10:34.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c29ba952-6d16-4c1a-b360-f4c532784529
12:10:34.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.308 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d68d7bf-ec38-4201-a603-cc08d4145009
12:10:34.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6519bf89-931c-46e7-87dc-9ef7fc7547a7
12:10:34.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a36d2d84-bf38-4c34-9996-abe3b55c6828
12:10:34.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b646405-96e9-4d8c-b069-138d6e68217b
12:10:34.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c20e8dfb-908c-491f-a525-2e55e2f2b189
12:10:34.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5b07b08-0927-4b9f-b3f0-5a4d55f85bb4
12:10:34.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce5513f-06af-44b3-99fd-9ee2ce1139ea
12:10:34.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af40b91c-fdf1-4d6c-af98-48dcce8aa566
12:10:34.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a48641bb-6146-4492-b158-e408a9cea478
12:10:34.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41734ea3-7be5-4e66-8a77-66cafec15f94
12:10:34.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107c43a9-d863-4b08-ab72-158b9344a69d
12:10:34.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25f10ea0-dd32-47a1-a46d-f9f937c05a6f
12:10:34.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33202e41-1daf-46df-9725-9805a15d85cb
12:10:34.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5405813-a4ef-42ec-bb09-ae08ff84328d
12:10:34.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=090410a8-f06c-4158-95d0-534aaa110660
12:10:34.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:34.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d183514-42a5-498b-a985-379855dc287f
12:10:34.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:34.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:34.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:34.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:34.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:34.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:34.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=459b6d79-8548-4ed3-9a3f-835729989b61
12:10:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc72228-ae1f-4d44-9855-981ff1adf6a5
12:10:35.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3e08062-955c-4c3b-91a2-46df4e84d792
12:10:35.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721e64f2-f2b4-43fa-80f5-aff62658d8f0
12:10:35.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a192e15f-d16b-421a-b675-61c519ccd1af
12:10:35.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0897188-20c9-4f0c-ac41-f17df2c78c84
12:10:35.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.269 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0e068d-2431-43d7-b7c4-17cb0062b10b
12:10:35.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e197152-9e88-4c92-acd0-e3dbc2197c6c
12:10:35.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e66333-663a-482a-ab50-6d60982e9e90
12:10:35.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6704f5e-5f08-4840-afea-6d43dcb33171
12:10:35.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c91b62f8-97ac-4a92-aaaa-332dbf00015c
12:10:35.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b908686-c90d-454d-8313-8986635b5e92
12:10:35.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94293fe5-5f9b-45bf-a7d7-7b85a76dbd33
12:10:35.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41041cc3-b99d-44ef-a4d0-80b8b019e638
12:10:35.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98e26f95-2897-4f67-96b4-467637a77711
12:10:35.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0e60447-d066-4040-b703-5cf9bcedc40b
12:10:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a59c43a-15d9-4faf-89d8-6a1c5cb0564d
12:10:35.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2810f7e5-bc3d-41e3-9c1a-455f8bab9259
12:10:35.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eca1caa-edde-4e4c-b119-663ee681e9d5
12:10:35.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18e62d0f-71d4-4328-b1a3-74a0ee7436f1
12:10:35.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:35.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:35.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b865ceb-44ea-4e93-9b8c-bbfe050654ee
12:10:35.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:35.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a619c0a1-8cc5-4ea9-9049-32d5705e405e
12:10:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fcd5eb2-4e14-4242-a0ce-ed9618637324
12:10:36.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3babbe9c-3862-4135-b85c-cf4218283cf5
12:10:36.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21d61610-cd01-46bc-ab38-46928ea0b35b
12:10:36.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20eb0b6-6b5c-4922-8d7a-8ef3660a1f5c
12:10:36.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3746bbd4-0512-4279-89e4-8ccc30e944c2
12:10:36.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eff555f-760a-4fcb-a570-e57e4bd90ab1
12:10:36.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ec1f62e-d2e8-4f51-bb58-e24ad4047f9d
12:10:36.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.370 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.384 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca24e0b4-9aba-4bd6-9355-791857d55ef2
12:10:36.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1693c72-0e79-43ab-8c9d-14615b6921d5
12:10:36.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448ff99e-828a-4998-bc8a-7744789d1edb
12:10:36.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b5f48c5-8f5c-4173-bee9-93b1aeeb4b35
12:10:36.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf58883-cc06-413b-8401-18794f90e580
12:10:36.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7790c1b-c525-4dee-acaa-cd10c418a085
12:10:36.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea126df-912d-4f8e-881a-b3efec3f32f0
12:10:36.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b926855-ed0c-4cb1-8745-71b865199b51
12:10:36.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.706 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.719 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d461af51-e453-4116-a1e1-8b96679eed1e
12:10:36.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba7774b6-8f79-4f9c-aab1-238476cf9bfb
12:10:36.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9523bd16-974b-44da-9276-25d262c07f0d
12:10:36.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b54b810d-75bc-4659-90e3-6398b1bde66e
12:10:36.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf5d969-f986-4966-b14c-612ca8eb4fcc
12:10:36.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.964 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:36.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c463c38-96c2-4be2-8666-d0407939eca6
12:10:36.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:36.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:36.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:36.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:36.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cfcffa9-9f02-4e5a-99d5-2fe5edaf01ad
12:10:37.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ba8543b-9d7a-4c48-a4fd-1948457222c6
12:10:37.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e667548d-4cd0-4919-ad23-95889505b51a
12:10:37.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f3af103-5664-4f6f-ae41-4a1852a0572d
12:10:37.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae872870-30d7-4e2f-854d-a640cfb262d8
12:10:37.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=006364c5-5644-41a2-bdf6-631a6d452b9b
12:10:37.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721fffb2-fa3a-4e9d-89df-af879c5bcc98
12:10:37.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a817ff61-e57c-4e58-82ed-fb1b5ca643b7
12:10:37.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b072f7d3-8981-4a95-a706-de92e62b3895
12:10:37.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d934f96-9919-48c8-9f88-cfd4dda46516
12:10:37.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc7b1db1-c1fc-4ba9-b87d-74a40551b7c8
12:10:37.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56f1a0d-4916-469c-a16a-5f654038bf75
12:10:37.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=413577c6-c8e7-4021-a24f-1c1364b5ac70
12:10:37.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68a8482-b422-49b1-8a6b-fc82ab4044af
12:10:37.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.647 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6af1bda7-4923-4e12-89b4-6843f5125360
12:10:37.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c86d01-3537-4c20-a1ac-4962fffd2945
12:10:37.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b2d6dc-8c96-4c5d-a8d7-658453b86525
12:10:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e586be68-58bf-4b94-a4ed-a19cffe8e2ec
12:10:37.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ccd4eb7-9741-4485-9a7c-d1f487383c3d
12:10:37.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bc9a0ef-b111-4d8e-b5f5-2a4a3e2a6ea5
12:10:37.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:37.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:37.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:37.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:37.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd8cd643-44ac-4207-b0b0-9e81d6bc0525
12:10:37.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:37.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:37.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=933bcfe2-fa08-465b-a75e-4c74e1c5838c
12:10:38.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d68d7bf-ec38-4201-a603-cc08d4145009
12:10:38.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a36d2d84-bf38-4c34-9996-abe3b55c6828
12:10:38.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.096 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e239a48a-51c5-40d8-88b3-ceef2d5582c2
12:10:38.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c20e8dfb-908c-491f-a525-2e55e2f2b189
12:10:38.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012a5a36-6205-4455-adee-e51b0050726e
12:10:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fce5513f-06af-44b3-99fd-9ee2ce1139ea
12:10:38.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a48641bb-6146-4492-b158-e408a9cea478
12:10:38.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.354 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7754b2-7f38-4f0f-940f-d1553c62c8b8
12:10:38.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=107c43a9-d863-4b08-ab72-158b9344a69d
12:10:38.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c38a752-8f45-499a-af74-481343ee35f4
12:10:38.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33202e41-1daf-46df-9725-9805a15d85cb
12:10:38.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fd45ced-d558-4ad4-ab39-5eec012d2089
12:10:38.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=090410a8-f06c-4158-95d0-534aaa110660
12:10:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2838bbd8-b57b-488b-a197-66569f53117a
12:10:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f05e4716-031d-4916-a9d9-521daecf5d5b
12:10:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=459b6d79-8548-4ed3-9a3f-835729989b61
12:10:38.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b17a042-405b-46f2-9d1e-4416662af051
12:10:38.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3e08062-955c-4c3b-91a2-46df4e84d792
12:10:38.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a192e15f-d16b-421a-b675-61c519ccd1af
12:10:38.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.947 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:38.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4597d0a5-d951-4150-b3bd-484af5c361b9
12:10:38.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:38.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:38.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:38.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:38.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:38.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:38.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae0e068d-2431-43d7-b7c4-17cb0062b10b
12:10:39.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013184a0-ae7a-4524-b597-c7385061b5b1
12:10:39.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddae1128-c374-42dc-ba31-bbabedfa9062
12:10:39.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e66333-663a-482a-ab50-6d60982e9e90
12:10:39.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ab3e1b-36b7-4e36-a3e6-a4f75f17144a
12:10:39.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c91b62f8-97ac-4a92-aaaa-332dbf00015c
12:10:39.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.257 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f17e3cd-31a4-4c7b-a0d9-5067d8a30733
12:10:39.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41041cc3-b99d-44ef-a4d0-80b8b019e638
12:10:39.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbe7d262-9704-421f-b991-0549a49ed00e
12:10:39.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98e26f95-2897-4f67-96b4-467637a77711
12:10:39.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1f60e0d-8444-4326-98d2-21932d3b4604
12:10:39.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d3b9070-6ca6-42aa-9bda-f8e8bd836209
12:10:39.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a59c43a-15d9-4faf-89d8-6a1c5cb0564d
12:10:39.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.619 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2603c09-095e-4254-b968-27c04c1a4612
12:10:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0eca1caa-edde-4e4c-b119-663ee681e9d5
12:10:39.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ee4f4f-2948-4e9f-88ab-66212d6de8dc
12:10:39.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b865ceb-44ea-4e93-9b8c-bbfe050654ee
12:10:39.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a57d249-0a3a-49da-91c8-90609d297dfc
12:10:39.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fcd5eb2-4e14-4242-a0ce-ed9618637324
12:10:39.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0938e36-e8fb-4726-ac21-8570429fc364
12:10:39.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:39.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6b8e30e-ca69-4090-9cd0-3645bfdc4f3d
12:10:39.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:39.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:39.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:39.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:39.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:39.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20eb0b6-6b5c-4922-8d7a-8ef3660a1f5c
12:10:40.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.053 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5eff555f-760a-4fcb-a570-e57e4bd90ab1
12:10:40.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf3ddc35-28c9-4928-80c4-48e91db7bcf7
12:10:40.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6aeeb41-342b-4271-a67c-72d9026adf8c
12:10:40.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca24e0b4-9aba-4bd6-9355-791857d55ef2
12:10:40.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.285 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=448ff99e-828a-4998-bc8a-7744789d1edb
12:10:40.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1114ffae-ea02-414b-99d9-96d916565f86
12:10:40.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cf58883-cc06-413b-8401-18794f90e580
12:10:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827decc4-4bcd-47c3-b8bc-d26f9b50fbaa
12:10:40.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea126df-912d-4f8e-881a-b3efec3f32f0
12:10:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6d2688-0089-4818-9840-d41127446070
12:10:40.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.544 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c37e44a-12f1-4e9d-aed7-e87d76bf8dec
12:10:40.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d461af51-e453-4116-a1e1-8b96679eed1e
12:10:40.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.646 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b10329-054d-4557-999b-bbf9d57b751b
12:10:40.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9523bd16-974b-44da-9276-25d262c07f0d
12:10:40.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be702a2-9a3a-40ba-9d4e-5f9442be1aff
12:10:40.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf5d969-f986-4966-b14c-612ca8eb4fcc
12:10:40.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14d26dd6-a065-4b93-bf8d-a723884ceeea
12:10:40.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c463c38-96c2-4be2-8666-d0407939eca6
12:10:40.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a944104-2fd7-4292-b615-27e711c7cb9b
12:10:40.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ba8543b-9d7a-4c48-a4fd-1948457222c6
12:10:40.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d971dc-ca90-408a-8f4d-ffacef4274e7
12:10:40.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:40.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f3af103-5664-4f6f-ae41-4a1852a0572d
12:10:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:40.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:40.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:40.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.012 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36410388-2073-41f8-a89b-faebc96f72d8
12:10:41.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=006364c5-5644-41a2-bdf6-631a6d452b9b
12:10:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0454a20-ecb1-47b6-a4a0-077e118d0fd8
12:10:41.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721fffb2-fa3a-4e9d-89df-af879c5bcc98
12:10:41.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c43193f-971b-4b14-bc41-0aa66a749aa4
12:10:41.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d934f96-9919-48c8-9f88-cfd4dda46516
12:10:41.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.303 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bec2e56-a747-4715-8458-e9935b768aca
12:10:41.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bc7b1db1-c1fc-4ba9-b87d-74a40551b7c8
12:10:41.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95ecfc6-b249-4881-9bca-6a78515ae2bc
12:10:41.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=413577c6-c8e7-4021-a24f-1c1364b5ac70
12:10:41.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5a68f4-86c3-45f7-a9e7-bcb651811118
12:10:41.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f187dc1-ec78-4def-b203-598e044a28a4
12:10:41.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19c86d01-3537-4c20-a1ac-4962fffd2945
12:10:41.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8b2d6dc-8c96-4c5d-a8d7-658453b86525
12:10:41.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.690 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c8b160-da27-4c65-859d-83ddfb15532d
12:10:41.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ccd4eb7-9741-4485-9a7c-d1f487383c3d
12:10:41.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.770 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7680797b-2807-4803-bf86-b2592c5af733
12:10:41.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd8cd643-44ac-4207-b0b0-9e81d6bc0525
12:10:41.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e6a915a-49e1-4a3f-a34a-e7cd163a4f0c
12:10:41.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=933bcfe2-fa08-465b-a75e-4c74e1c5838c
12:10:41.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.942 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.958 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe91533-cf0a-4757-819c-3e478a0a3b9c
12:10:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:41.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:41.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:41.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:41.995 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42daf877-f872-40e3-81ed-07488cdc59e6
12:10:42.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e239a48a-51c5-40d8-88b3-ceef2d5582c2
12:10:42.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9afdb621-596e-495c-88d6-73eeab78f1d6
12:10:42.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012a5a36-6205-4455-adee-e51b0050726e
12:10:42.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fb5468c-301d-4332-bcd4-8777201ec3f5
12:10:42.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7754b2-7f38-4f0f-940f-d1553c62c8b8
12:10:42.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708ed14a-50c7-4bcb-b7a4-84b2d56d0d9b
12:10:42.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c38a752-8f45-499a-af74-481343ee35f4
12:10:42.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.353 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fd45ced-d558-4ad4-ab39-5eec012d2089
12:10:42.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e804a2bf-2f7d-4c14-92f0-656655c3a4f1
12:10:42.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2838bbd8-b57b-488b-a197-66569f53117a
12:10:42.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97c341e5-cc87-4881-a040-829f64bd773a
12:10:42.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f05e4716-031d-4916-a9d9-521daecf5d5b
12:10:42.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.573 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974bf6b5-4b65-4b95-95a5-1277ff93ef0d
12:10:42.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83ab64dd-b294-4f60-837e-81ce8e3559e6
12:10:42.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b17a042-405b-46f2-9d1e-4416662af051
12:10:42.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.723 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04c4914-80e3-414d-82f2-f746f023f765
12:10:42.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4597d0a5-d951-4150-b3bd-484af5c361b9
12:10:42.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.789 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd80ec2e-d923-4f5c-b550-04a556871afe
12:10:42.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=013184a0-ae7a-4524-b597-c7385061b5b1
12:10:42.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a386f8a-5e60-409e-8a98-ba028d6db5cf
12:10:42.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddae1128-c374-42dc-ba31-bbabedfa9062
12:10:42.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.970 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:42.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:42.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:42.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:42.990 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:42.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b9ed18-05b7-4d5d-aef4-461e2d666ad2
12:10:42.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:42.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32ab3e1b-36b7-4e36-a3e6-a4f75f17144a
12:10:43.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.069 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f17e3cd-31a4-4c7b-a0d9-5067d8a30733
12:10:43.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4c4c6c6-9dac-4b88-939f-454b20c10d9e
12:10:43.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbe7d262-9704-421f-b991-0549a49ed00e
12:10:43.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.203 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f3f9763-2923-4aac-944e-20eef12a5343
12:10:43.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1f60e0d-8444-4326-98d2-21932d3b4604
12:10:43.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.279 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18af06d1-9608-4151-8c22-478e21a2b56f
12:10:43.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb503c63-9516-4f2c-a510-f1cdc2372a0b
12:10:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d3b9070-6ca6-42aa-9bda-f8e8bd836209
12:10:43.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2603c09-095e-4254-b968-27c04c1a4612
12:10:43.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74c9a90-4fb6-4ab8-aef3-56ab5f09ab0a
12:10:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ee4f4f-2948-4e9f-88ab-66212d6de8dc
12:10:43.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26eaaf5f-229c-4df0-8625-119941115f67
12:10:43.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2eb269f-78e3-4e8f-8cd9-b6d666c6e1ad
12:10:43.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a57d249-0a3a-49da-91c8-90609d297dfc
12:10:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d08a654-5f5d-4580-9456-4775479426cb
12:10:43.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0938e36-e8fb-4726-ac21-8570429fc364
12:10:43.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f064aa-d98c-482a-bec9-37c10509f16d
12:10:43.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6b8e30e-ca69-4090-9cd0-3645bfdc4f3d
12:10:43.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442d05c3-a242-446b-beb1-70ac3e381c26
12:10:43.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf3ddc35-28c9-4928-80c4-48e91db7bcf7
12:10:43.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:43.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:43.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:43.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:43.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:43.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6aeeb41-342b-4271-a67c-72d9026adf8c
12:10:43.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:43.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:43.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef19ab5-aebc-45ba-8248-c12768e2ceb3
12:10:44.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1114ffae-ea02-414b-99d9-96d916565f86
12:10:44.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef203fa5-5fb9-48c4-ad2a-d52f6f8adb1a
12:10:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827decc4-4bcd-47c3-b8bc-d26f9b50fbaa
12:10:44.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab3dbfc-9c66-4699-8b21-01e33551cd75
12:10:44.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de6d2688-0089-4818-9840-d41127446070
12:10:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc943c33-a95c-4778-a0e6-6890e8578c5c
12:10:44.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c37e44a-12f1-4e9d-aed7-e87d76bf8dec
12:10:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb00158-c44f-4e55-a82c-b2e211de0546
12:10:44.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49b10329-054d-4557-999b-bbf9d57b751b
12:10:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be83163-74b9-4afa-af35-61e328448264
12:10:44.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be702a2-9a3a-40ba-9d4e-5f9442be1aff
12:10:44.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bdbbbac-0fc5-4f15-ae33-e73cf455c630
12:10:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14d26dd6-a065-4b93-bf8d-a723884ceeea
12:10:44.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3809d9b-cc0d-4b42-9066-fb3fa62537ed
12:10:44.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.815 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.823 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a944104-2fd7-4292-b615-27e711c7cb9b
12:10:44.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.847 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ad1f131-8010-4a7f-8640-11d2366f2888
12:10:44.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d971dc-ca90-408a-8f4d-ffacef4274e7
12:10:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed443dbd-2d5f-40bd-b894-164e3271f717
12:10:44.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:44.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:44.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:44.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:44.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:44.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:44.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:44.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36410388-2073-41f8-a89b-faebc96f72d8
12:10:44.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18487dc8-3b3a-44cd-9105-759b55335000
12:10:45.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0454a20-ecb1-47b6-a4a0-077e118d0fd8
12:10:45.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.115 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c43193f-971b-4b14-bc41-0aa66a749aa4
12:10:45.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d9224fd-6d2f-483f-984d-0597b58cb038
12:10:45.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.238 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a14e2220-0053-482d-87d4-4cb0a31ff4c7
12:10:45.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bec2e56-a747-4715-8458-e9935b768aca
12:10:45.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95ecfc6-b249-4881-9bca-6a78515ae2bc
12:10:45.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1adbc075-6554-4456-b512-b6cd03ff94c2
12:10:45.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba8e0477-2ce1-4ed8-9ca5-deb3dd49125c
12:10:45.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5a68f4-86c3-45f7-a9e7-bcb651811118
12:10:45.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f187dc1-ec78-4def-b203-598e044a28a4
12:10:45.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.512 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afc3ecd-c2a8-4156-aead-0693b6571ca9
12:10:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91c8b160-da27-4c65-859d-83ddfb15532d
12:10:45.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b18b2226-09b2-412c-aab3-dee763db9add
12:10:45.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7680797b-2807-4803-bf86-b2592c5af733
12:10:45.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af676d3f-2532-412f-abac-b9e8a0a2878b
12:10:45.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e6a915a-49e1-4a3f-a34a-e7cd163a4f0c
12:10:45.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30f68f7b-2123-4e4b-be1a-e1c53e77ba09
12:10:45.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe91533-cf0a-4757-819c-3e478a0a3b9c
12:10:45.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f771b2-8018-44f2-a51f-0630107462cb
12:10:45.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42daf877-f872-40e3-81ed-07488cdc59e6
12:10:45.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.932 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:45.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b1fef9-a064-439f-8b0b-7d5b6713ba2a
12:10:45.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:45.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:45.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:45.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:45.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:45.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:45.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9afdb621-596e-495c-88d6-73eeab78f1d6
12:10:46.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84ca951a-ebdd-4cb7-a276-c16e672bded0
12:10:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fb5468c-301d-4332-bcd4-8777201ec3f5
12:10:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.125 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e574d6f2-d273-439d-8c8c-6eb9647c7633
12:10:46.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=708ed14a-50c7-4bcb-b7a4-84b2d56d0d9b
12:10:46.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.224 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed83f02a-059c-48d1-8775-4ef76b1edc4f
12:10:46.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e804a2bf-2f7d-4c14-92f0-656655c3a4f1
12:10:46.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f0938d-9fb7-4624-b436-4b37602a96e3
12:10:46.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97c341e5-cc87-4881-a040-829f64bd773a
12:10:46.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.402 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb3ee107-af63-46d3-98d1-38483dd52e8a
12:10:46.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=974bf6b5-4b65-4b95-95a5-1277ff93ef0d
12:10:46.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3687daf-9073-4259-ae13-c69b0c26ba54
12:10:46.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83ab64dd-b294-4f60-837e-81ce8e3559e6
12:10:46.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b49a3f7-5892-408b-b985-16743714980e
12:10:46.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b04c4914-80e3-414d-82f2-f746f023f765
12:10:46.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7732e0ee-6b75-4710-8c6b-0560887ea86d
12:10:46.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd80ec2e-d923-4f5c-b550-04a556871afe
12:10:46.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a386f8a-5e60-409e-8a98-ba028d6db5cf
12:10:46.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c0f9936-618e-4759-bfee-c655cdd1f350
12:10:46.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08b9ed18-05b7-4d5d-aef4-461e2d666ad2
12:10:46.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f88d6252-9731-4961-9582-9974534fd484
12:10:46.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4c4c6c6-9dac-4b88-939f-454b20c10d9e
12:10:46.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:46.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:46.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:46.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f3f9763-2923-4aac-944e-20eef12a5343
12:10:46.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:46.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:46.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:46.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:46.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43fe175-8f26-4b78-bcee-7e24e79d33d5
12:10:46.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4aadd1e-0dbb-4430-8b63-f48a02a3559c
12:10:47.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18af06d1-9608-4151-8c22-478e21a2b56f
12:10:47.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb503c63-9516-4f2c-a510-f1cdc2372a0b
12:10:47.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a26db57f-0490-4374-87a1-12a6b52784f4
12:10:47.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c74c9a90-4fb6-4ab8-aef3-56ab5f09ab0a
12:10:47.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ccdc39-d78a-4ec8-85e2-585e72e64fd7
12:10:47.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26eaaf5f-229c-4df0-8625-119941115f67
12:10:47.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34444d4a-e578-4250-a328-4ee59ed08f94
12:10:47.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e63086b-a1f5-48d5-bcc6-b71d1612744e
12:10:47.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2eb269f-78e3-4e8f-8cd9-b6d666c6e1ad
12:10:47.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.500 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a03d6a4f-8300-426e-92f4-14c81337a843
12:10:47.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d08a654-5f5d-4580-9456-4775479426cb
12:10:47.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f064aa-d98c-482a-bec9-37c10509f16d
12:10:47.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8845f0fe-9eb0-41a2-b452-d5287367b150
12:10:47.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442d05c3-a242-446b-beb1-70ac3e381c26
12:10:47.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389e969d-9dbc-452d-9311-a4f2af8e8c3f
12:10:47.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef19ab5-aebc-45ba-8248-c12768e2ceb3
12:10:47.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a216166-51b0-4437-a338-5ec476d0b4b6
12:10:47.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef203fa5-5fb9-48c4-ad2a-d52f6f8adb1a
12:10:47.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bca64cb-6681-4745-baf8-1c34699b64b2
12:10:47.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ab3dbfc-9c66-4699-8b21-01e33551cd75
12:10:47.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:47.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4ecc53-39ed-41c8-9552-0ae7c17bc801
12:10:47.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:47.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:47.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:47.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:47.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc943c33-a95c-4778-a0e6-6890e8578c5c
12:10:48.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bb4162-ad8a-4893-8a71-69e468f140f2
12:10:48.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebb00158-c44f-4e55-a82c-b2e211de0546
12:10:48.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1be83163-74b9-4afa-af35-61e328448264
12:10:48.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1923b5bd-54ec-418a-ae58-9098015d4994
12:10:48.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bdbbbac-0fc5-4f15-ae33-e73cf455c630
12:10:48.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=426d52bb-a50a-40d8-ae55-f7a0fae0c511
12:10:48.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3809d9b-cc0d-4b42-9066-fb3fa62537ed
12:10:48.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.311 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a949175c-d02b-4bf7-92f3-c5a803d9b955
12:10:48.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ad1f131-8010-4a7f-8640-11d2366f2888
12:10:48.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed443dbd-2d5f-40bd-b894-164e3271f717
12:10:48.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.441 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3797425a-37f9-4b86-8346-2d07c8adea69
12:10:48.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18487dc8-3b3a-44cd-9105-759b55335000
12:10:48.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.477 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5129b407-550e-42c9-8513-ad737a4df791
12:10:48.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d9224fd-6d2f-483f-984d-0597b58cb038
12:10:48.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb5865fd-7871-4e7b-a16a-2d739a63f176
12:10:48.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a14e2220-0053-482d-87d4-4cb0a31ff4c7
12:10:48.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00985be7-76a9-4fb8-95cf-9adbb14d9a93
12:10:48.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1adbc075-6554-4456-b512-b6cd03ff94c2
12:10:48.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b6e465-f9d0-4fc0-bf33-ad6259eb20fb
12:10:48.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba8e0477-2ce1-4ed8-9ca5-deb3dd49125c
12:10:48.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7fda7fb-97d8-48f6-91bd-3c0f64324984
12:10:48.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:48.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:48.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afc3ecd-c2a8-4156-aead-0693b6571ca9
12:10:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:48.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:48.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:48.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:48.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:48.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7de348a9-9f73-4764-8a5b-47344bfbf790
12:10:48.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53926b1e-207a-4ba1-90d3-88a1a5c88d30
12:10:49.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b18b2226-09b2-412c-aab3-dee763db9add
12:10:49.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d208528f-350d-4a88-9ada-27813c7fb2dd
12:10:49.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af676d3f-2532-412f-abac-b9e8a0a2878b
12:10:49.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.198 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226d0480-6ca2-4eab-9d7f-3fee4657ed2b
12:10:49.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30f68f7b-2123-4e4b-be1a-e1c53e77ba09
12:10:49.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abb5e424-4de6-4106-8f83-16c26e7cc2c9
12:10:49.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2f771b2-8018-44f2-a51f-0630107462cb
12:10:49.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc71c7f7-3472-4388-bd99-33413d09b533
12:10:49.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b1fef9-a064-439f-8b0b-7d5b6713ba2a
12:10:49.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.425 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de001b68-e4c6-4a98-82e2-09c6eb39df6f
12:10:49.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84ca951a-ebdd-4cb7-a276-c16e672bded0
12:10:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c2f670e-fc65-4860-9491-d08971b0185e
12:10:49.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e574d6f2-d273-439d-8c8c-6eb9647c7633
12:10:49.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01076a74-60e2-4ddf-a478-1779dc6bc30f
12:10:49.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed83f02a-059c-48d1-8775-4ef76b1edc4f
12:10:49.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20bea66-7e9b-4beb-b21a-967ca24efc9d
12:10:49.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7f0938d-9fb7-4624-b436-4b37602a96e3
12:10:49.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.766 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec24cc09-f4a1-4c2b-9702-d3a762a6b8d3
12:10:49.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb3ee107-af63-46d3-98d1-38483dd52e8a
12:10:49.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3687daf-9073-4259-ae13-c69b0c26ba54
12:10:49.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b344db3-b523-4ea7-8a28-b94e86d5b4cd
12:10:49.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.933 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.946 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f303755-24da-41a1-b551-00a37cbbbad8
12:10:49.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:49.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:49.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:49.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:49.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:49.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:49.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b49a3f7-5892-408b-b985-16743714980e
12:10:49.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.001 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.017 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119e5ef3-0061-42e8-8084-f9ae7b384bf8
12:10:50.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad0b74e-e90a-447c-8ac9-9e1810c07999
12:10:50.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7732e0ee-6b75-4710-8c6b-0560887ea86d
12:10:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ce9c40-d455-460b-9d7e-3895d6b8a593
12:10:50.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17efa9c1-9685-4acd-97cb-f9fe57acf9e9
12:10:50.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c0f9936-618e-4759-bfee-c655cdd1f350
12:10:50.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d7bc087-311b-4a18-ae0b-53ed285bc5ee
12:10:50.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f88d6252-9731-4961-9582-9974534fd484
12:10:50.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.361 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c13cf7cb-b8e9-4ece-8513-22e7162901dc
12:10:50.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43fe175-8f26-4b78-bcee-7e24e79d33d5
12:10:50.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.418 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.432 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c23c037-85d3-4790-aa3e-3e24e288cff6
12:10:50.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.503 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b43c479-29ba-4f8f-b8f3-2b2351f79800
12:10:50.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4aadd1e-0dbb-4430-8b63-f48a02a3559c
12:10:50.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a23f200-2ee0-4aeb-9012-6b563c365b20
12:10:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.635 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a26db57f-0490-4374-87a1-12a6b52784f4
12:10:50.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ee1526a-f7b2-482e-8e50-a88a5fd4b8b1
12:10:50.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ccdc39-d78a-4ec8-85e2-585e72e64fd7
12:10:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.755 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ab4966-3ee4-4d92-affe-bbc9cf086e78
12:10:50.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33458652-ef5b-4d99-b9fc-7ab8379c13da
12:10:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.874 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34444d4a-e578-4250-a328-4ee59ed08f94
12:10:50.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e63086b-a1f5-48d5-bcc6-b71d1612744e
12:10:50.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:50.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:50.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a740e2-3711-4d3d-8275-86d316a790e4
12:10:50.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:50.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:50.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:50.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:50.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a03d6a4f-8300-426e-92f4-14c81337a843
12:10:50.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e9db64-7665-4a7c-bd60-59015c68c79b
12:10:51.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8845f0fe-9eb0-41a2-b452-d5287367b150
12:10:51.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6e8b33-f704-45c6-af21-a20f20d60a00
12:10:51.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=389e969d-9dbc-452d-9311-a4f2af8e8c3f
12:10:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.221 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3f92a8-e263-435f-9da9-b38132f5af1f
12:10:51.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a216166-51b0-4437-a338-5ec476d0b4b6
12:10:51.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba723b01-615b-4673-aa4c-0d7823fa7c97
12:10:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bca64cb-6681-4745-baf8-1c34699b64b2
12:10:51.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69409e46-6f38-42a2-8caa-8dde19829f6c
12:10:51.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4ecc53-39ed-41c8-9552-0ae7c17bc801
12:10:51.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c58c16b-b649-49c2-87e5-088fbab9bc9d
12:10:51.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16bb4162-ad8a-4893-8a71-69e468f140f2
12:10:51.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.639 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83969b55-610f-4743-b767-60b5f2b7b707
12:10:51.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1923b5bd-54ec-418a-ae58-9098015d4994
12:10:51.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9843509-f5e7-4b70-be76-fc51533c9b64
12:10:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=426d52bb-a50a-40d8-ae55-f7a0fae0c511
12:10:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e59697e-14e1-4755-a174-6c088a12b403
12:10:51.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a949175c-d02b-4bf7-92f3-c5a803d9b955
12:10:51.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=371e72cf-1e21-4f09-a975-a0165a9cd98e
12:10:51.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.935 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3797425a-37f9-4b86-8346-2d07c8adea69
12:10:51.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.950 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=044f1a35-8fa5-46c1-979a-788c210feab6
12:10:51.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:51.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:51.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:51.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:51.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.004 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60de578c-6dd1-440b-a261-5c1f5a48eae7
12:10:52.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5129b407-550e-42c9-8513-ad737a4df791
12:10:52.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe36c892-653e-45ed-aa04-015005005e81
12:10:52.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb5865fd-7871-4e7b-a16a-2d739a63f176
12:10:52.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00985be7-76a9-4fb8-95cf-9adbb14d9a93
12:10:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58fc01e7-f891-4854-8add-7f3f671ab6b9
12:10:52.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9524daf6-658b-4542-9f8b-4d79d67c3557
12:10:52.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b6e465-f9d0-4fc0-bf33-ad6259eb20fb
12:10:52.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7fda7fb-97d8-48f6-91bd-3c0f64324984
12:10:52.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93948ade-bf75-4dc6-a3c6-9c1c8f85bfcc
12:10:52.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7de348a9-9f73-4764-8a5b-47344bfbf790
12:10:52.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f339be-b23c-45b6-bfab-da1e52688872
12:10:52.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53926b1e-207a-4ba1-90d3-88a1a5c88d30
12:10:52.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d208528f-350d-4a88-9ada-27813c7fb2dd
12:10:52.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a745d6c6-3c80-4330-b9cd-899278447bd5
12:10:52.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=226d0480-6ca2-4eab-9d7f-3fee4657ed2b
12:10:52.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96333757-7243-4fcf-a57a-9612008be831
12:10:52.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abb5e424-4de6-4106-8f83-16c26e7cc2c9
12:10:52.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c127080c-2b2f-48b2-b634-978ee74db82d
12:10:52.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc71c7f7-3472-4388-bd99-33413d09b533
12:10:52.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.909 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ffe04f-930e-4250-a70b-0176fd519e9d
12:10:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:52.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:52.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:52.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:52.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:52.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:52.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:52.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f13ff4e-a19d-4a40-b845-5ed2f2579e9b
12:10:52.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de001b68-e4c6-4a98-82e2-09c6eb39df6f
12:10:53.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.104 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbda318b-cfc4-475c-8705-3999a69fb120
12:10:53.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c2f670e-fc65-4860-9491-d08971b0185e
12:10:53.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc4bc502-8e76-42cd-a119-7a3f60ac4310
12:10:53.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01076a74-60e2-4ddf-a478-1779dc6bc30f
12:10:53.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e20bea66-7e9b-4beb-b21a-967ca24efc9d
12:10:53.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a547cc-120f-49c3-bb66-fea58f9568e2
12:10:53.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=144b984a-b9fa-4f62-a5c4-3a1a394104f6
12:10:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec24cc09-f4a1-4c2b-9702-d3a762a6b8d3
12:10:53.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0866cd8a-3c9a-4c3c-bd77-f2215d848649
12:10:53.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b344db3-b523-4ea7-8a28-b94e86d5b4cd
12:10:53.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d8b29d-22c9-4916-bf56-52f80f8f7e2e
12:10:53.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f303755-24da-41a1-b551-00a37cbbbad8
12:10:53.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756f4f82-e199-48cc-a3b1-6d58f58233b9
12:10:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=119e5ef3-0061-42e8-8084-f9ae7b384bf8
12:10:53.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7176df46-9c3b-4730-853e-0dbe0a0a84ec
12:10:53.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ad0b74e-e90a-447c-8ac9-9e1810c07999
12:10:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a14464ba-483a-4b49-893d-2c13f998e4a2
12:10:53.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93ce9c40-d455-460b-9d7e-3895d6b8a593
12:10:53.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.915 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.930 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7ab3f7-ffc8-48aa-b7e0-e69516906ca0
12:10:53.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17efa9c1-9685-4acd-97cb-f9fe57acf9e9
12:10:53.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.982 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e7e627-818e-471c-9137-54f631971461
12:10:53.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:53.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:53.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:53.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:53.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:53.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:53.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d7bc087-311b-4a18-ae0b-53ed285bc5ee
12:10:54.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461c7267-2f75-41eb-884b-f4162fcf6955
12:10:54.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c13cf7cb-b8e9-4ece-8513-22e7162901dc
12:10:54.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c23c037-85d3-4790-aa3e-3e24e288cff6
12:10:54.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.175 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68f0202-c496-4b0c-b2d0-cd556a4ce9f0
12:10:54.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b43c479-29ba-4f8f-b8f3-2b2351f79800
12:10:54.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.290 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=654e4ac8-a81d-41b3-8c71-031bbebd8c77
12:10:54.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a23f200-2ee0-4aeb-9012-6b563c365b20
12:10:54.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22be9047-f767-4717-9ca0-b0541cad607f
12:10:54.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ee1526a-f7b2-482e-8e50-a88a5fd4b8b1
12:10:54.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.466 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231cc3a9-ab71-4e7e-9fb8-01520408e63a
12:10:54.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ab4966-3ee4-4d92-affe-bbc9cf086e78
12:10:54.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9971de50-4441-4816-8b59-c614a74e0011
12:10:54.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33458652-ef5b-4d99-b9fc-7ab8379c13da
12:10:54.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496a880f-1ecd-4f7d-957e-9a4a59b32b97
12:10:54.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7a740e2-3711-4d3d-8275-86d316a790e4
12:10:54.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d09063-268f-4439-a22f-c26450402ac1
12:10:54.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e9db64-7665-4a7c-bd60-59015c68c79b
12:10:54.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67db71d0-9fb4-48c7-91cf-810ff317ede1
12:10:54.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6e8b33-f704-45c6-af21-a20f20d60a00
12:10:54.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26c7ba8a-485f-4ad9-b883-16c72589f300
12:10:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3f92a8-e263-435f-9da9-b38132f5af1f
12:10:54.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.923 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc23901-eace-41ae-9ad1-9eb9a056d0f0
12:10:54.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:54.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:54.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:54.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:54.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:54.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:54.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba723b01-615b-4673-aa4c-0d7823fa7c97
12:10:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f15a8da6-0c9c-4a64-b6ca-dfd30ac59f28
12:10:55.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69409e46-6f38-42a2-8caa-8dde19829f6c
12:10:55.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.069 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b949734-919e-4be8-ba94-dd9aa8e575ec
12:10:55.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c58c16b-b649-49c2-87e5-088fbab9bc9d
12:10:55.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d544ca-4bc1-4d1d-ba3a-660872a48df5
12:10:55.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83969b55-610f-4743-b767-60b5f2b7b707
12:10:55.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9a26249-2be4-4d75-8e0e-f8d1f6b4e899
12:10:55.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9843509-f5e7-4b70-be76-fc51533c9b64
12:10:55.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b396202c-27b7-41bf-969b-912fb733c51f
12:10:55.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e59697e-14e1-4755-a174-6c088a12b403
12:10:55.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0f93079-8488-4648-925c-20dfd46f53ed
12:10:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=371e72cf-1e21-4f09-a975-a0165a9cd98e
12:10:55.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.488 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc301d95-e46b-4e95-aa26-843c74d8f286
12:10:55.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.562 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319a2a1f-49d4-4187-815b-b6bf3b89df5f
12:10:55.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=044f1a35-8fa5-46c1-979a-788c210feab6
12:10:55.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef85368a-f68d-4df3-8772-d728b78476dc
12:10:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60de578c-6dd1-440b-a261-5c1f5a48eae7
12:10:55.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe36c892-653e-45ed-aa04-015005005e81
12:10:55.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f68d22ae-bc6e-4bab-a873-1e7ccecfbfc1
12:10:55.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58fc01e7-f891-4854-8add-7f3f671ab6b9
12:10:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2705a79f-aec8-40b7-bea2-a36d5d6b1149
12:10:55.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9524daf6-658b-4542-9f8b-4d79d67c3557
12:10:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c783fcbf-2b1f-49e2-9cf0-11d0db2b84e5
12:10:55.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:55.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:55.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:55.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:55.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:55.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:55.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:55.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93948ade-bf75-4dc6-a3c6-9c1c8f85bfcc
12:10:55.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.024 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da330f11-61bd-42ba-bc32-b0bb29d2ed03
12:10:56.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36f339be-b23c-45b6-bfab-da1e52688872
12:10:56.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcddedae-f3d1-473d-b743-160811875089
12:10:56.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a745d6c6-3c80-4330-b9cd-899278447bd5
12:10:56.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.189 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6220d8ec-4e95-49c3-998a-eeea9958ac87
12:10:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.222 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96333757-7243-4fcf-a57a-9612008be831
12:10:56.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.301 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67404d8a-d960-4ba5-ba9b-00e092a73290
12:10:56.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c127080c-2b2f-48b2-b634-978ee74db82d
12:10:56.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.395 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad2470f-daf4-4a39-a8d1-c6c1787a58ca
12:10:56.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79ffe04f-930e-4250-a70b-0176fd519e9d
12:10:56.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f13ff4e-a19d-4a40-b845-5ed2f2579e9b
12:10:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a304a8-75fb-494d-a5a6-ece58cf9d8a3
12:10:56.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.606 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbda318b-cfc4-475c-8705-3999a69fb120
12:10:56.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9f44f4-083a-4376-b497-b3a4655a76d4
12:10:56.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc4bc502-8e76-42cd-a119-7a3f60ac4310
12:10:56.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=349ba7ed-3988-4280-89d6-5b1875908365
12:10:56.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61a547cc-120f-49c3-bb66-fea58f9568e2
12:10:56.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d904dc5-bd3f-4e98-a1ff-7dec155c4120
12:10:56.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.842 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.858 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=144b984a-b9fa-4f62-a5c4-3a1a394104f6
12:10:56.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=897adeb4-8816-402e-b1b8-da2139ad1dcf
12:10:56.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0866cd8a-3c9a-4c3c-bd77-f2215d848649
12:10:56.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:56.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:56.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:56.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:56.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:56.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:56.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:56.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7729f79-780f-4a9a-8e87-4ed619a2c11f
12:10:56.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d8b29d-22c9-4916-bf56-52f80f8f7e2e
12:10:57.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2074623-bd9d-4bbc-b354-3395527a2819
12:10:57.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756f4f82-e199-48cc-a3b1-6d58f58233b9
12:10:57.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.170 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f686897e-bf45-4ed3-ab10-9753faf74da8
12:10:57.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7176df46-9c3b-4730-853e-0dbe0a0a84ec
12:10:57.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.270 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a1875ce-4fb1-4907-b620-ceb35042825e
12:10:57.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a14464ba-483a-4b49-893d-2c13f998e4a2
12:10:57.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f8d545a-fe65-413f-a2de-03c0ed1cb2b0
12:10:57.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d7ab3f7-ffc8-48aa-b7e0-e69516906ca0
12:10:57.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c167e726-02f3-4c3a-abb1-c62f86586482
12:10:57.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e7e627-818e-471c-9137-54f631971461
12:10:57.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91ca69e3-3e47-4749-8089-e60c1cdc54ea
12:10:57.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=461c7267-2f75-41eb-884b-f4162fcf6955
12:10:57.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e9175f9-fcd8-48e9-bcea-8d4f62ba265c
12:10:57.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c68f0202-c496-4b0c-b2d0-cd556a4ce9f0
12:10:57.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe1dea97-5756-4f53-b78c-0f0248c828b0
12:10:57.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=654e4ac8-a81d-41b3-8c71-031bbebd8c77
12:10:57.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.889 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa656040-b6a8-4bfa-b35d-244622c773a9
12:10:57.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:57.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:57.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:57.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:57.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:57.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22be9047-f767-4717-9ca0-b0541cad607f
12:10:58.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.022 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2d08fe-697c-423b-8d14-390bfd872159
12:10:58.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3fb5f5-f20d-4a24-ba11-34371b350479
12:10:58.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=231cc3a9-ab71-4e7e-9fb8-01520408e63a
12:10:58.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e27c99de-cf8d-4f45-8417-153c86ebba85
12:10:58.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9971de50-4441-4816-8b59-c614a74e0011
12:10:58.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e9f551-e6c4-475f-ba9c-5f6d4e15acb2
12:10:58.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=496a880f-1ecd-4f7d-957e-9a4a59b32b97
12:10:58.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b165ba5-f500-4020-a664-96328a9ad539
12:10:58.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99d09063-268f-4439-a22f-c26450402ac1
12:10:58.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f9512c6-8182-4af8-aae6-ca94d46a32f7
12:10:58.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67db71d0-9fb4-48c7-91cf-810ff317ede1
12:10:58.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c19728b-403b-493d-8814-eba8d43112ed
12:10:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26c7ba8a-485f-4ad9-b883-16c72589f300
12:10:58.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.557 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c621e04-54f4-4d61-a389-ee0fa0b017bf
12:10:58.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc23901-eace-41ae-9ad1-9eb9a056d0f0
12:10:58.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f15a8da6-0c9c-4a64-b6ca-dfd30ac59f28
12:10:58.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed626834-2c86-4a53-9d22-05a0216fded7
12:10:58.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0174cf7b-1da6-431c-a1ff-f8cc0b909ef4
12:10:58.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b949734-919e-4be8-ba94-dd9aa8e575ec
12:10:58.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.808 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab446d4-cf7b-44f4-8c3d-447970161af8
12:10:58.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d544ca-4bc1-4d1d-ba3a-660872a48df5
12:10:58.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c57a716-9230-407a-a114-2f3a075d430c
12:10:58.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:58.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:58.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1922a41b-3645-4c85-8793-5ed6d2d57fec
12:10:58.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:58.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:58.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:58.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:58.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:58.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9a26249-2be4-4d75-8e0e-f8d1f6b4e899
12:10:58.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.040 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e314ffe4-857e-45f8-9893-035d3abf13a9
12:10:59.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b396202c-27b7-41bf-969b-912fb733c51f
12:10:59.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0f93079-8488-4648-925c-20dfd46f53ed
12:10:59.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e509be8f-d2cd-49f9-b296-0cfd42d25bf7
12:10:59.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d774720e-c10a-4f2c-a1c4-262217503ab6
12:10:59.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc301d95-e46b-4e95-aa26-843c74d8f286
12:10:59.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2b91348-82ee-4b90-886a-e76e50d16287
12:10:59.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=319a2a1f-49d4-4187-815b-b6bf3b89df5f
12:10:59.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6692e2e5-4fac-4540-b4c5-a7ca673bbac1
12:10:59.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef85368a-f68d-4df3-8772-d728b78476dc
12:10:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d1c456-067f-488e-b389-82bf84413ea6
12:10:59.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f68d22ae-bc6e-4bab-a873-1e7ccecfbfc1
12:10:59.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30dfd8d3-5671-471d-8881-ae360a57cf91
12:10:59.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2705a79f-aec8-40b7-bea2-a36d5d6b1149
12:10:59.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.694 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d77cdecc-2c16-4b0d-85a1-bfe523f35295
12:10:59.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c783fcbf-2b1f-49e2-9cf0-11d0db2b84e5
12:10:59.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.761 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42821b5a-df57-4184-bcd0-86c225c655b6
12:10:59.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f25d66f7-0843-4fa4-9001-3cfcf29e221c
12:10:59.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da330f11-61bd-42ba-bc32-b0bb29d2ed03
12:10:59.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcddedae-f3d1-473d-b743-160811875089
12:10:59.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:10:59.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:10:59.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d810219-2f3b-468b-ac4f-ad74fce6eff4
12:10:59.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:10:59.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:10:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:10:59.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:10:59.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:10:59.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6220d8ec-4e95-49c3-998a-eeea9958ac87
12:10:59.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.036 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8d9e8b-7e53-451c-8da5-9fafb55c3840
12:11:00.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67404d8a-d960-4ba5-ba9b-00e092a73290
12:11:00.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e60163e8-96d6-4ef7-a6d4-63ce7537ec97
12:11:00.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ad2470f-daf4-4a39-a8d1-c6c1787a58ca
12:11:00.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.172 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4b94938-acbe-4692-adcc-2059062afa6a
12:11:00.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8a304a8-75fb-494d-a5a6-ece58cf9d8a3
12:11:00.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67337ec3-cd7d-4d9b-9b5f-302d14514176
12:11:00.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea9f44f4-083a-4376-b497-b3a4655a76d4
12:11:00.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d095456a-ee6c-4b55-b1a8-eca1fda9f99a
12:11:00.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=349ba7ed-3988-4280-89d6-5b1875908365
12:11:00.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3562e31-b373-4ae4-8e19-ac41478c1913
12:11:00.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d904dc5-bd3f-4e98-a1ff-7dec155c4120
12:11:00.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40188a2f-5d4c-4a69-ae5a-07ebcb12b90b
12:11:00.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=897adeb4-8816-402e-b1b8-da2139ad1dcf
12:11:00.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.625 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25b11ca7-0586-4a0d-a1c6-4b09fbf1cfbd
12:11:00.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7729f79-780f-4a9a-8e87-4ed619a2c11f
12:11:00.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed04e99f-6d52-436d-a372-6cbef97062d1
12:11:00.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d1347c-139a-4289-bb00-08555fb85fd2
12:11:00.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.836 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2074623-bd9d-4bbc-b354-3395527a2819
12:11:00.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f686897e-bf45-4ed3-ab10-9753faf74da8
12:11:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1167cd9a-f1a7-4c20-b2f0-7f6d841d3c02
12:11:00.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:00.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:00.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:00.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:00.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:00.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:00.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a1875ce-4fb1-4907-b620-ceb35042825e
12:11:00.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.008 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054f6441-7770-460d-ab6c-3eb410da7769
12:11:01.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f8d545a-fe65-413f-a2de-03c0ed1cb2b0
12:11:01.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.087 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8554b987-3927-4134-b13b-2dd912d70374
12:11:01.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c167e726-02f3-4c3a-abb1-c62f86586482
12:11:01.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697880f6-6d71-43a6-a570-025b2a8ad1c7
12:11:01.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91ca69e3-3e47-4749-8089-e60c1cdc54ea
12:11:01.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b81d384f-5841-4b49-b191-0ef89bcde221
12:11:01.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e9175f9-fcd8-48e9-bcea-8d4f62ba265c
12:11:01.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.365 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c6885c-0eed-43e8-a091-219517d25a7b
12:11:01.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=873e3121-d7be-4e59-b796-fef8fb5033d2
12:11:01.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe1dea97-5756-4f53-b78c-0f0248c828b0
12:11:01.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f54fba3-c3d8-4a21-8590-7907dfce89b4
12:11:01.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa656040-b6a8-4bfa-b35d-244622c773a9
12:11:01.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2d08fe-697c-423b-8d14-390bfd872159
12:11:01.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c7da23-9eb1-45ba-803c-77abb451666d
12:11:01.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=021c7025-304c-4e51-971a-6b70260cf513
12:11:01.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3fb5f5-f20d-4a24-ba11-34371b350479
12:11:01.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d55ff5-7c41-4d19-8e06-6ccc698664c0
12:11:01.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e27c99de-cf8d-4f45-8417-153c86ebba85
12:11:01.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e302a0-3015-4300-9625-28f460affa26
12:11:01.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:01.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e9f551-e6c4-475f-ba9c-5f6d4e15acb2
12:11:01.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:01.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:01.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:01.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:01.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:01.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=521a7c0a-3c73-4aa2-8e5a-b182577977e5
12:11:02.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b165ba5-f500-4020-a664-96328a9ad539
12:11:02.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.063 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bdadc96-fffe-40da-953a-39ccf3e77b85
12:11:02.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.124 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f9512c6-8182-4af8-aae6-ca94d46a32f7
12:11:02.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4b6485-e97f-4cbe-9103-4e67ba270084
12:11:02.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.213 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd8d4a18-4bb6-4016-909c-10eaab457cf3
12:11:02.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.261 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c19728b-403b-493d-8814-eba8d43112ed
12:11:02.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01a296a6-6176-4ac6-81c3-16b29ba4c8b5
12:11:02.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c621e04-54f4-4d61-a389-ee0fa0b017bf
12:11:02.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed626834-2c86-4a53-9d22-05a0216fded7
12:11:02.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaec8aaa-b19b-4b01-b210-c726a66771f3
12:11:02.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0174cf7b-1da6-431c-a1ff-f8cc0b909ef4
12:11:02.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eab446d4-cf7b-44f4-8c3d-447970161af8
12:11:02.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.581 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20fb18b-fa7f-4d13-8a14-3b9ec5597afc
12:11:02.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36021415-96c3-4c10-8fd8-2ff53a0dd5b4
12:11:02.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c57a716-9230-407a-a114-2f3a075d430c
12:11:02.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a0225f-b220-4103-b51a-ff5e60eaaa1c
12:11:02.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1922a41b-3645-4c85-8793-5ed6d2d57fec
12:11:02.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.854 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e314ffe4-857e-45f8-9893-035d3abf13a9
12:11:02.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8953c19-971f-442a-82c2-a2ccb2901f4d
12:11:02.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:02.924 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:02.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e509be8f-d2cd-49f9-b296-0cfd42d25bf7
12:11:02.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:02.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:02.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:02.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e840763-72a2-4954-8068-e542acbb32be
12:11:02.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd011711-b085-4a09-ab43-afe176770276
12:11:03.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d774720e-c10a-4f2c-a1c4-262217503ab6
12:11:03.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2b91348-82ee-4b90-886a-e76e50d16287
12:11:03.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f851da51-813c-4faa-89b3-0af2807f1edd
12:11:03.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a13e9ab8-0efe-4f4a-b739-3a435abfc27a
12:11:03.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6692e2e5-4fac-4540-b4c5-a7ca673bbac1
12:11:03.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.270 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.287 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea837193-b68e-4e8d-baa6-c1584bb4c0f2
12:11:03.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7d1c456-067f-488e-b389-82bf84413ea6
12:11:03.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=271247bf-47c5-4b9e-ae01-f19007867795
12:11:03.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30dfd8d3-5671-471d-8881-ae360a57cf91
12:11:03.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cd419a-8ec5-4984-acdc-01b37b5f7402
12:11:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d77cdecc-2c16-4b0d-85a1-bfe523f35295
12:11:03.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.528 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.545 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a0f31aa-22b1-409f-9b9e-fdc4f0df1ecd
12:11:03.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42821b5a-df57-4184-bcd0-86c225c655b6
12:11:03.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d17615-a3b4-44b4-a68e-3985be87ca1f
12:11:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f25d66f7-0843-4fa4-9001-3cfcf29e221c
12:11:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18987ab-82f5-4d72-9f51-6e36aeb5445d
12:11:03.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d810219-2f3b-468b-ac4f-ad74fce6eff4
12:11:03.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff8d9e8b-7e53-451c-8da5-9fafb55c3840
12:11:03.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4f87e2e-c239-41a9-9eac-08694e52fa49
12:11:03.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e60163e8-96d6-4ef7-a6d4-63ce7537ec97
12:11:03.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.874 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110e9cc3-2ada-406f-ad19-d15622c2c79b
12:11:03.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4b94938-acbe-4692-adcc-2059062afa6a
12:11:03.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:03.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:03.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:03.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:03.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9a4fbf-cebe-4c6e-9f1e-c0bc304757a3
12:11:03.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67337ec3-cd7d-4d9b-9b5f-302d14514176
12:11:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0411523-8617-4da8-998f-9cdaa8f0c3bf
12:11:04.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d095456a-ee6c-4b55-b1a8-eca1fda9f99a
12:11:04.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=539db826-d534-4f46-ac7f-b1b9f9b9082f
12:11:04.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3562e31-b373-4ae4-8e19-ac41478c1913
12:11:04.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40188a2f-5d4c-4a69-ae5a-07ebcb12b90b
12:11:04.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3ef5c47-b6e0-4e21-9637-9f901b32195f
12:11:04.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25b11ca7-0586-4a0d-a1c6-4b09fbf1cfbd
12:11:04.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.390 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1294f7e7-56e3-4341-8660-bb3fa38b39d8
12:11:04.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92fd7a50-1501-46dd-8d9e-c2aeeb669d98
12:11:04.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed04e99f-6d52-436d-a372-6cbef97062d1
12:11:04.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac034de3-e8d4-45f8-9c1f-8a5320ad5b17
12:11:04.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d1347c-139a-4289-bb00-08555fb85fd2
12:11:04.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91626d05-4f9c-4965-988b-6e533e5e911e
12:11:04.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1167cd9a-f1a7-4c20-b2f0-7f6d841d3c02
12:11:04.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.756 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=054f6441-7770-460d-ab6c-3eb410da7769
12:11:04.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.770 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd6355e6-c3b0-4f8a-b17a-dbfceeb6aed4
12:11:04.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8554b987-3927-4134-b13b-2dd912d70374
12:11:04.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4deb410-ee2e-4e04-b384-2da799524ce7
12:11:04.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=697880f6-6d71-43a6-a570-025b2a8ad1c7
12:11:04.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:04.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56eac1b5-43cd-4f4d-b7e8-14bd329a7b09
12:11:04.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:04.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:04.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:04.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:04.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:04.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c539ed-79a0-4696-84a0-dadef273f232
12:11:05.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b81d384f-5841-4b49-b191-0ef89bcde221
12:11:05.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96c6885c-0eed-43e8-a091-219517d25a7b
12:11:05.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c715acf5-3d91-4713-9e28-2dfb4a9b044b
12:11:05.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=873e3121-d7be-4e59-b796-fef8fb5033d2
12:11:05.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5947de5-27b8-430d-aea7-cc333d7f27a6
12:11:05.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f54fba3-c3d8-4a21-8590-7907dfce89b4
12:11:05.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a368895d-4e9a-4407-b908-5eae547a7bc3
12:11:05.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22c7da23-9eb1-45ba-803c-77abb451666d
12:11:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2b56ae-5e77-4bcd-9e7b-c406d187297d
12:11:05.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=021c7025-304c-4e51-971a-6b70260cf513
12:11:05.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec2265b8-f146-4037-9022-fb63ca301ceb
12:11:05.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94d55ff5-7c41-4d19-8e06-6ccc698664c0
12:11:05.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec70020-27b2-4afb-aa6f-96a7b8cb79ba
12:11:05.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e302a0-3015-4300-9625-28f460affa26
12:11:05.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.675 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b17f721a-c79c-4a8d-bf2c-d484269bae4f
12:11:05.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=521a7c0a-3c73-4aa2-8e5a-b182577977e5
12:11:05.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39f57007-b162-4d1b-8259-be79a25d4231
12:11:05.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bdadc96-fffe-40da-953a-39ccf3e77b85
12:11:05.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d08a322d-2ff8-4c7d-87a1-9a78605d8b8d
12:11:05.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.889 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=034a90c2-259c-4b94-9f6c-0fbe0e808ae2
12:11:05.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4b6485-e97f-4cbe-9103-4e67ba270084
12:11:05.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:05.963 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:05.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:05.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:05.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:05.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:05.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:05.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4f299cb-9fcb-44a5-8951-abd4101c0ecc
12:11:05.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd8d4a18-4bb6-4016-909c-10eaab457cf3
12:11:06.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.060 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09f1bf1-5f8a-4768-8d6e-980dbe4db491
12:11:06.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c463bbf4-b779-483c-b253-3b6612e5be50
12:11:06.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01a296a6-6176-4ac6-81c3-16b29ba4c8b5
12:11:06.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aaec8aaa-b19b-4b01-b210-c726a66771f3
12:11:06.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20fb18b-fa7f-4d13-8a14-3b9ec5597afc
12:11:06.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3ee59e-fd88-469c-b592-6ade0065fb88
12:11:06.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36021415-96c3-4c10-8fd8-2ff53a0dd5b4
12:11:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd62291-726d-43b5-8047-cc67399ab542
12:11:06.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83a0225f-b220-4103-b51a-ff5e60eaaa1c
12:11:06.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.458 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6dd575-1382-4fef-818b-eec752355e4e
12:11:06.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8953c19-971f-442a-82c2-a2ccb2901f4d
12:11:06.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97596ed0-a17e-407a-abc2-50500ce7d6c9
12:11:06.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c72c102-f618-48e3-bc7b-8a02e626561c
12:11:06.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e840763-72a2-4954-8068-e542acbb32be
12:11:06.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd011711-b085-4a09-ab43-afe176770276
12:11:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f73d9d3-1f1d-4ab5-a8b5-41f77eb1282c
12:11:06.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f851da51-813c-4faa-89b3-0af2807f1edd
12:11:06.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e6e4ea0-742e-4d22-95df-2102ec35f59e
12:11:06.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a13e9ab8-0efe-4f4a-b739-3a435abfc27a
12:11:06.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.899 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bb1c6d-c195-4813-83ff-6e89481f1a79
12:11:06.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:06.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:06.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:06.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:06.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:06.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:06.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:06.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea837193-b68e-4e8d-baa6-c1584bb4c0f2
12:11:06.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.015 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c976038-4286-4ab9-b30b-21a63e007b8d
12:11:07.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=271247bf-47c5-4b9e-ae01-f19007867795
12:11:07.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d14b21-c31a-495b-87f1-2ec7e1d943ec
12:11:07.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cd419a-8ec5-4984-acdc-01b37b5f7402
12:11:07.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d2a9e6-b107-4a44-ac6a-f1c676a80152
12:11:07.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a0f31aa-22b1-409f-9b9e-fdc4f0df1ecd
12:11:07.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd23598-a9ff-4a32-a98c-5653e43e6919
12:11:07.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7d17615-a3b4-44b4-a68e-3985be87ca1f
12:11:07.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41e8b30-c7f5-488c-9efe-4072202e3f75
12:11:07.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d18987ab-82f5-4d72-9f51-6e36aeb5445d
12:11:07.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4f87e2e-c239-41a9-9eac-08694e52fa49
12:11:07.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a4284fa-62e5-45e7-8e93-03fa74b3abd0
12:11:07.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=110e9cc3-2ada-406f-ad19-d15622c2c79b
12:11:07.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.547 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29023c2e-f90d-4f7c-8ec4-b3ac7aebb002
12:11:07.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9a4fbf-cebe-4c6e-9f1e-c0bc304757a3
12:11:07.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.659 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f516e4e0-6c29-4c88-994c-3edec56af97e
12:11:07.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0411523-8617-4da8-998f-9cdaa8f0c3bf
12:11:07.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=205fa965-3ca7-4b73-a72e-366ccb587c77
12:11:07.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=539db826-d534-4f46-ac7f-b1b9f9b9082f
12:11:07.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af64fccd-a5a9-4a1b-8d5b-261cbd267ae6
12:11:07.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3ef5c47-b6e0-4e21-9637-9f901b32195f
12:11:07.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:07.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a638b69-77b4-4bfd-b93c-ae88315139a8
12:11:07.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:07.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:07.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:07.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:07.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:07.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1294f7e7-56e3-4341-8660-bb3fa38b39d8
12:11:07.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6237fc43-877b-4bc5-9708-c79fab07f5ad
12:11:08.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92fd7a50-1501-46dd-8d9e-c2aeeb669d98
12:11:08.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23ed0c5f-a313-424f-ba78-712f6dfded69
12:11:08.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac034de3-e8d4-45f8-9c1f-8a5320ad5b17
12:11:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1060c931-4c45-41da-b9b8-b5ad9d7659f5
12:11:08.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91626d05-4f9c-4965-988b-6e533e5e911e
12:11:08.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.283 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ce25d1-a8e8-413d-8a92-b24e15edb6fd
12:11:08.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd6355e6-c3b0-4f8a-b17a-dbfceeb6aed4
12:11:08.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0cdf843-b788-4447-9f99-2f37a959a3c6
12:11:08.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8e7fd76-1b54-42c0-bc8b-404d9fc100e9
12:11:08.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4deb410-ee2e-4e04-b384-2da799524ce7
12:11:08.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56bdcf5-239e-4f6e-abb6-b8f4119ecdd3
12:11:08.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56eac1b5-43cd-4f4d-b7e8-14bd329a7b09
12:11:08.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8fd1aea-b462-4273-a7f3-209a88e5c263
12:11:08.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.641 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c539ed-79a0-4696-84a0-dadef273f232
12:11:08.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0afbefab-04a0-4367-8067-ebd967a57225
12:11:08.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c715acf5-3d91-4713-9e28-2dfb4a9b044b
12:11:08.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.754 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb6c8d0b-610c-40d5-9d76-10249445777f
12:11:08.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5947de5-27b8-430d-aea7-cc333d7f27a6
12:11:08.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48983d7c-af38-431d-a6eb-4d02079dd513
12:11:08.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a368895d-4e9a-4407-b908-5eae547a7bc3
12:11:08.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:08.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:08.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de2b56ae-5e77-4bcd-9e7b-c406d187297d
12:11:08.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:08.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:08.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:08.978 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:08.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4ad8e6-492b-48ec-a1c1-cb5594245737
12:11:08.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e09c2ad-e598-452c-b7b3-9ed26a791326
12:11:09.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec2265b8-f146-4037-9022-fb63ca301ceb
12:11:09.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.121 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99c8eca5-bb36-4a3d-a5c2-9895ddf96e24
12:11:09.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ec70020-27b2-4afb-aa6f-96a7b8cb79ba
12:11:09.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.231 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a734c3b6-d7f9-4d78-96fa-3408a03edd80
12:11:09.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.272 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19ab651-2921-4161-af57-19808ff995c9
12:11:09.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b17f721a-c79c-4a8d-bf2c-d484269bae4f
12:11:09.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.350 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0b67e38-26b2-4de7-a465-fe7b491ed97d
12:11:09.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39f57007-b162-4d1b-8259-be79a25d4231
12:11:09.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d08a322d-2ff8-4c7d-87a1-9a78605d8b8d
12:11:09.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.427 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64de1649-0646-4238-aee1-e4b32b64727d
12:11:09.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd89ae2-4296-45b1-9245-9dd091149778
12:11:09.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=034a90c2-259c-4b94-9f6c-0fbe0e808ae2
12:11:09.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.584 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4f299cb-9fcb-44a5-8951-abd4101c0ecc
12:11:09.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e917211e-d9b1-4430-b481-beaa82084716
12:11:09.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09f1bf1-5f8a-4768-8d6e-980dbe4db491
12:11:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68e4d07-8443-4247-b8ec-a6f5cdf72d5c
12:11:09.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c463bbf4-b779-483c-b253-3b6612e5be50
12:11:09.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627255ab-1b0d-4a3e-80cf-fc3a05704ca0
12:11:09.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e3ee59e-fd88-469c-b592-6ade0065fb88
12:11:09.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22976e02-85be-4c42-a8d0-8e4f19261931
12:11:09.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dd62291-726d-43b5-8047-cc67399ab542
12:11:09.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:09.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0a9d0c3-0a69-4715-9722-d94a418333d5
12:11:09.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:09.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:09.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:09.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:09.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:09.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:09.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc6dd575-1382-4fef-818b-eec752355e4e
12:11:10.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97596ed0-a17e-407a-abc2-50500ce7d6c9
12:11:10.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f627b1aa-181f-453a-8e1a-769b3cb0cd3a
12:11:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c72c102-f618-48e3-bc7b-8a02e626561c
12:11:10.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.219 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66319bc6-6d05-4254-95b6-4c26c0f38e52
12:11:10.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f73d9d3-1f1d-4ab5-a8b5-41f77eb1282c
12:11:10.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.298 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.312 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e229a91-8e3f-4de5-a610-d48d86311667
12:11:10.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e6e4ea0-742e-4d22-95df-2102ec35f59e
12:11:10.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5cd8db5-eee3-4940-8323-8830acf5b1f9
12:11:10.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4bb1c6d-c195-4813-83ff-6e89481f1a79
12:11:10.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c976038-4286-4ab9-b30b-21a63e007b8d
12:11:10.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bec071d-0f6a-42db-82ef-5ed75a704b12
12:11:10.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47f8e1fc-43b5-4b8e-8720-45d7aadc0c39
12:11:10.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d14b21-c31a-495b-87f1-2ec7e1d943ec
12:11:10.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d2a9e6-b107-4a44-ac6a-f1c676a80152
12:11:10.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=740a11ca-ce5b-4990-813e-f6a4a25b9e3e
12:11:10.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.773 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfd23598-a9ff-4a32-a98c-5653e43e6919
12:11:10.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a5dfd2-b71c-4c2d-9747-61396865bfbf
12:11:10.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41e8b30-c7f5-488c-9efe-4072202e3f75
12:11:10.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd7de527-a19d-4965-acf3-9d774baf84ff
12:11:10.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:10.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:10.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:10.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:10.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:10.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6518d453-68b4-4c85-9db5-80ee05f28523
12:11:10.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:10.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a4284fa-62e5-45e7-8e93-03fa74b3abd0
12:11:11.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29023c2e-f90d-4f7c-8ec4-b3ac7aebb002
12:11:11.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e2e117-46f1-4f94-9f4b-7234245918b0
12:11:11.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bfb85ea-1037-4810-9f7f-583f3448af44
12:11:11.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f516e4e0-6c29-4c88-994c-3edec56af97e
12:11:11.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=205fa965-3ca7-4b73-a72e-366ccb587c77
12:11:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.284 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65802393-b2aa-4c88-8d86-75fb55724be6
12:11:11.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40246572-5dce-47a7-8aed-b2cfe767f928
12:11:11.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af64fccd-a5a9-4a1b-8d5b-261cbd267ae6
12:11:11.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.397 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abadbbde-a624-48df-ba5f-94cdb66f1fa0
12:11:11.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a638b69-77b4-4bfd-b93c-ae88315139a8
12:11:11.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6237fc43-877b-4bc5-9708-c79fab07f5ad
12:11:11.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21cd9d39-5601-4eb3-8fa1-66de3674c2e8
12:11:11.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=878c47a1-891e-4380-ac68-554fdd30927c
12:11:11.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23ed0c5f-a313-424f-ba78-712f6dfded69
12:11:11.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00715aed-fc36-4b9a-a856-631a25f5f995
12:11:11.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecd0cd58-5745-442e-b46e-6432630db77b
12:11:11.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1060c931-4c45-41da-b9b8-b5ad9d7659f5
12:11:11.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2eb0c7-4848-459d-a83f-04e3895d0353
12:11:11.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ce25d1-a8e8-413d-8a92-b24e15edb6fd
12:11:11.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a47118fc-afdd-4ded-a3a0-20cf3deb4a74
12:11:11.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:11.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:11.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0cdf843-b788-4447-9f99-2f37a959a3c6
12:11:11.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:11.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:11.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:11.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:11.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:11.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef6a506-616e-4d3b-ace5-0dac1cd361cd
12:11:11.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8e7fd76-1b54-42c0-bc8b-404d9fc100e9
12:11:12.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c2ff643-ac0e-494d-96a8-dcc89f5a9e25
12:11:12.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56bdcf5-239e-4f6e-abb6-b8f4119ecdd3
12:11:12.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8864b0ca-10b6-4fa1-a5a6-6e9b55465b93
12:11:12.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8fd1aea-b462-4273-a7f3-209a88e5c263
12:11:12.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0afbefab-04a0-4367-8067-ebd967a57225
12:11:12.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cdc90a7-f99a-4033-bece-d38d3952f957
12:11:12.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb6c8d0b-610c-40d5-9d76-10249445777f
12:11:12.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.391 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f617162-eca5-4d2d-ac42-3cf39fc50a1f
12:11:12.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48983d7c-af38-431d-a6eb-4d02079dd513
12:11:12.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7664be03-4626-4046-a7d7-bc6965591bcb
12:11:12.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89319295-ff5c-469a-8767-651beadc8dec
12:11:12.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4ad8e6-492b-48ec-a1c1-cb5594245737
12:11:12.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0d5627-3613-4fbd-925e-f72a6a5df76c
12:11:12.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e09c2ad-e598-452c-b7b3-9ed26a791326
12:11:12.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.678 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22546f08-93c1-40d7-99d6-c6c324755b2c
12:11:12.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99c8eca5-bb36-4a3d-a5c2-9895ddf96e24
12:11:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63180d9a-81cf-46a2-b5ea-7cd1332d5a0f
12:11:12.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a734c3b6-d7f9-4d78-96fa-3408a03edd80
12:11:12.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66e049f-7382-4151-bcee-2036f2ed1e92
12:11:12.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19ab651-2921-4161-af57-19808ff995c9
12:11:12.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785c8945-d8e6-48fd-bb5b-fb2cf80fd9ab
12:11:12.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:12.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:12.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:12.994 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:12.995 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:12.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:12.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0b67e38-26b2-4de7-a465-fe7b491ed97d
12:11:13.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5453fcdf-ba15-4e57-b1a4-94b310cc4145
12:11:13.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64de1649-0646-4238-aee1-e4b32b64727d
12:11:13.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.103 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec4479e-abfc-465c-ab39-6f4bdf1353af
12:11:13.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fd89ae2-4296-45b1-9245-9dd091149778
12:11:13.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.157 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.171 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91bf25d6-cdb5-4437-938d-b6b474b7f31f
12:11:13.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.207 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e917211e-d9b1-4430-b481-beaa82084716
12:11:13.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49e8eca8-64da-40f8-89ee-b9c37d236634
12:11:13.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.283 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a68e4d07-8443-4247-b8ec-a6f5cdf72d5c
12:11:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.333 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e98eaaf-6de7-40fd-a1c8-b977a16a6266
12:11:13.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=627255ab-1b0d-4a3e-80cf-fc3a05704ca0
12:11:13.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22976e02-85be-4c42-a8d0-8e4f19261931
12:11:13.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.449 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4f1c45e-84b4-49c5-a53c-1271b9b7bca6
12:11:13.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0a9d0c3-0a69-4715-9722-d94a418333d5
12:11:13.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1100850-f9df-4a02-9ab5-28378c61e753
12:11:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f627b1aa-181f-453a-8e1a-769b3cb0cd3a
12:11:13.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.635 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b966bb7c-148e-493a-b208-85373261a288
12:11:13.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66319bc6-6d05-4254-95b6-4c26c0f38e52
12:11:13.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.705 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.718 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e0bcc9a-898b-44b4-9971-71092fa1b8b0
12:11:13.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e229a91-8e3f-4de5-a610-d48d86311667
12:11:13.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c98bf0f-d433-435e-bd64-0d2daac60f7c
12:11:13.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.845 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5cd8db5-eee3-4940-8323-8830acf5b1f9
12:11:13.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:13.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:13.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bbc8de-c121-4d53-940d-a928c6e8ef37
12:11:13.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:13.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:13.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:13.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:13.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:13.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bec071d-0f6a-42db-82ef-5ed75a704b12
12:11:13.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e80f42e-2807-4c9e-94e6-438a4442d8a8
12:11:14.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47f8e1fc-43b5-4b8e-8720-45d7aadc0c39
12:11:14.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.113 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35204e2-6fbc-478a-ae98-89dc2bbef3dd
12:11:14.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=740a11ca-ce5b-4990-813e-f6a4a25b9e3e
12:11:14.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58a8ff3-b51c-46b4-923c-90cc1747e0bd
12:11:14.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35a5dfd2-b71c-4c2d-9747-61396865bfbf
12:11:14.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.318 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530b4cf5-3730-4c4c-964c-2d076639c175
12:11:14.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd7de527-a19d-4965-acf3-9d774baf84ff
12:11:14.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd1da639-54d1-4bc9-92e3-5ccda9b539e7
12:11:14.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6518d453-68b4-4c85-9db5-80ee05f28523
12:11:14.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd462c44-6750-4ef0-8bdd-e4dbd7e7a1f4
12:11:14.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06e2e117-46f1-4f94-9f4b-7234245918b0
12:11:14.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70b797f4-bec9-4924-ac23-d1e057d60d61
12:11:14.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bfb85ea-1037-4810-9f7f-583f3448af44
12:11:14.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65802393-b2aa-4c88-8d86-75fb55724be6
12:11:14.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1107bdd2-69ec-4ae1-b7ab-50a9d61c97db
12:11:14.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.814 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2282cef7-f6e1-4ef6-906d-8a70dbcedb5f
12:11:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40246572-5dce-47a7-8aed-b2cfe767f928
12:11:14.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abadbbde-a624-48df-ba5f-94cdb66f1fa0
12:11:14.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fd9aa2-f2dc-49c0-b00b-1515d9fee3ea
12:11:14.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21cd9d39-5601-4eb3-8fa1-66de3674c2e8
12:11:14.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:14.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:14.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:14.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:14.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:14.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:14.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:14.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b739855a-cab7-4ae2-a81e-6999c05da636
12:11:14.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=878c47a1-891e-4380-ac68-554fdd30927c
12:11:15.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d977ca-18de-4932-ae28-206ad3aa4594
12:11:15.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00715aed-fc36-4b9a-a856-631a25f5f995
12:11:15.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.149 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecd0cd58-5745-442e-b46e-6432630db77b
12:11:15.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc72043-e1a0-42ec-9063-2d1500e853b4
12:11:15.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c2eb0c7-4848-459d-a83f-04e3895d0353
12:11:15.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.251 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c431660c-9efd-4005-92e0-0a05fff9fc27
12:11:15.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a47118fc-afdd-4ded-a3a0-20cf3deb4a74
12:11:15.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f64d33-c06e-44d1-a737-f971875f1d86
12:11:15.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ef6a506-616e-4d3b-ace5-0dac1cd361cd
12:11:15.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.480 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e454503-95ce-4d88-8833-4e392cf1003b
12:11:15.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c2ff643-ac0e-494d-96a8-dcc89f5a9e25
12:11:15.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc427a6-6bc5-43d4-a8bd-da25bd263609
12:11:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.569 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8864b0ca-10b6-4fa1-a5a6-6e9b55465b93
12:11:15.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.621 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7f9eeb-cc03-4ae2-9f70-34f05b1c7c2d
12:11:15.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cdc90a7-f99a-4033-bece-d38d3952f957
12:11:15.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.709 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc3fb29-4381-4ae8-859e-e9ad0545c528
12:11:15.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f617162-eca5-4d2d-ac42-3cf39fc50a1f
12:11:15.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43c5213-f1be-4e62-aedd-2aeb8944f6fd
12:11:15.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7664be03-4626-4046-a7d7-bc6965591bcb
12:11:15.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f1edb0-cb74-44ed-8006-80385f1a721d
12:11:15.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89319295-ff5c-469a-8767-651beadc8dec
12:11:15.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:15.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:15.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:15.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cc97338-e432-4066-81d3-06fc14fcb734
12:11:15.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:15.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:15.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:15.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:15.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43bc81f-6302-4ff4-aaa2-1d6910a3bb30
12:11:16.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c0d5627-3613-4fbd-925e-f72a6a5df76c
12:11:16.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4bbf3be-18ea-47e5-a11d-64e8358ef505
12:11:16.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22546f08-93c1-40d7-99d6-c6c324755b2c
12:11:16.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d25a4b6-3976-4670-88f8-a3bb4273ed71
12:11:16.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63180d9a-81cf-46a2-b5ea-7cd1332d5a0f
12:11:16.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.301 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b03b3cfb-615a-4e24-be1b-6dca357db0fc
12:11:16.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d66e049f-7382-4151-bcee-2036f2ed1e92
12:11:16.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e41d6b-e2c1-4107-899a-a82fd32978e5
12:11:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=785c8945-d8e6-48fd-bb5b-fb2cf80fd9ab
12:11:16.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5453fcdf-ba15-4e57-b1a4-94b310cc4145
12:11:16.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f316573-a291-4285-be8c-d85c2354ee72
12:11:16.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65807f95-d626-4d52-b088-306b3004e68c
12:11:16.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eec4479e-abfc-465c-ab39-6f4bdf1353af
12:11:16.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c40895ad-3f17-4217-a23a-be55deba0442
12:11:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91bf25d6-cdb5-4437-938d-b6b474b7f31f
12:11:16.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b887c5f-e3e1-4103-9e4c-1efde3a31580
12:11:16.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49e8eca8-64da-40f8-89ee-b9c37d236634
12:11:16.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e447f3e9-3ee6-4b34-9c90-46ccb123bc15
12:11:16.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e98eaaf-6de7-40fd-a1c8-b977a16a6266
12:11:16.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:16.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e548b59-a978-4a36-b632-09090424e6b9
12:11:16.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:16.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:16.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:16.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:16.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:16.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:16.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4f1c45e-84b4-49c5-a53c-1271b9b7bca6
12:11:17.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=749124a2-c761-4f15-a3fd-57d6113322af
12:11:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.073 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1100850-f9df-4a02-9ab5-28378c61e753
12:11:17.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7c8d3c-6ce3-4428-81b1-c0dbed8373d7
12:11:17.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b966bb7c-148e-493a-b208-85373261a288
12:11:17.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37635fb0-d249-47a0-a238-bdec43ff62fc
12:11:17.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e0bcc9a-898b-44b4-9971-71092fa1b8b0
12:11:17.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41727e23-becd-4459-a695-b4f7092d59e5
12:11:17.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c98bf0f-d433-435e-bd64-0d2daac60f7c
12:11:17.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c7a7b8-6bd7-4ce9-9a43-25b5c919152b
12:11:17.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62bbc8de-c121-4d53-940d-a928c6e8ef37
12:11:17.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dda2c6-a7e0-4185-912a-6b09dd047061
12:11:17.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e80f42e-2807-4c9e-94e6-438a4442d8a8
12:11:17.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b5bba7b-550e-4cc1-99e7-47c837a509ba
12:11:17.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a35204e2-6fbc-478a-ae98-89dc2bbef3dd
12:11:17.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b025d1b-54f3-4734-a7ca-afc64f5b9584
12:11:17.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.668 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58a8ff3-b51c-46b4-923c-90cc1747e0bd
12:11:17.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0655c984-4015-4d09-b721-a272b539eb27
12:11:17.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.729 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=530b4cf5-3730-4c4c-964c-2d076639c175
12:11:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ad0d8b-bbcf-4c50-b4cb-13b6b2d2aca5
12:11:17.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd1da639-54d1-4bc9-92e3-5ccda9b539e7
12:11:17.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b515218-e045-430c-b16f-9a0c1769dc03
12:11:17.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.939 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd462c44-6750-4ef0-8bdd-e4dbd7e7a1f4
12:11:17.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:17.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:17.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:17.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:17.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:17.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:17.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:17.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb33b2ca-d787-4553-aead-bbd88920bd36
12:11:17.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70b797f4-bec9-4924-ac23-d1e057d60d61
12:11:18.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf585630-3aa1-4b0e-90be-259c2a4c2e6c
12:11:18.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1107bdd2-69ec-4ae1-b7ab-50a9d61c97db
12:11:18.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56e7c04-d809-4239-a557-43798ee7036f
12:11:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2282cef7-f6e1-4ef6-906d-8a70dbcedb5f
12:11:18.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f11528-d8fb-440e-8b85-aa46bf187668
12:11:18.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4fd9aa2-f2dc-49c0-b00b-1515d9fee3ea
12:11:18.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b739855a-cab7-4ae2-a81e-6999c05da636
12:11:18.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19bd3f91-62ef-465e-8b11-f9884bdf9043
12:11:18.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61d977ca-18de-4932-ae28-206ad3aa4594
12:11:18.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29c37a57-074f-4e50-9378-7f188b917136
12:11:18.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fc72043-e1a0-42ec-9063-2d1500e853b4
12:11:18.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c431660c-9efd-4005-92e0-0a05fff9fc27
12:11:18.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.654 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2360c58-a9aa-4ac0-bb0a-74a8d3deb067
12:11:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fcb44e5-e85c-4866-9f2b-27f184959724
12:11:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99f64d33-c06e-44d1-a737-f971875f1d86
12:11:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.790 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850d6395-a9ea-4339-b046-40f39c2d058a
12:11:18.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e454503-95ce-4d88-8833-4e392cf1003b
12:11:18.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83abbc2d-2616-4e38-8535-5d8b69aa0b00
12:11:18.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:18.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9dc427a6-6bc5-43d4-a8bd-da25bd263609
12:11:18.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:18.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:18.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:18.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:18.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:18.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:18.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b4a895f-304d-4d7d-b7c4-c7825c79204e
12:11:19.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7f9eeb-cc03-4ae2-9f70-34f05b1c7c2d
12:11:19.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.084 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.098 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b860e333-da25-4817-a435-f024380c7ba5
12:11:19.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bc3fb29-4381-4ae8-859e-e9ad0545c528
12:11:19.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba87635e-61d1-4ddc-b3f1-3d6e6d45fe73
12:11:19.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43c5213-f1be-4e62-aedd-2aeb8944f6fd
12:11:19.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98205cf4-49c2-44b7-b897-f61341c7b29f
12:11:19.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f1edb0-cb74-44ed-8006-80385f1a721d
12:11:19.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b44803-e5d2-4b9c-b5aa-32c3c6729020
12:11:19.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cc97338-e432-4066-81d3-06fc14fcb734
12:11:19.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=502669e3-77e8-4e42-b67f-6ae65d32573f
12:11:19.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e43bc81f-6302-4ff4-aaa2-1d6910a3bb30
12:11:19.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffc9d7e9-a670-41a6-9667-220fe5ff8709
12:11:19.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4bbf3be-18ea-47e5-a11d-64e8358ef505
12:11:19.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33c04f11-4f1e-46a6-a143-fea687c16a3b
12:11:19.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d25a4b6-3976-4670-88f8-a3bb4273ed71
12:11:19.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22576316-a204-4302-8b0d-1526ca0c8a28
12:11:19.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7613b8d3-79f1-474b-b488-0a996aed99a9
12:11:19.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b03b3cfb-615a-4e24-be1b-6dca357db0fc
12:11:19.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f183bd-7974-4d25-9375-5b5cd19fa067
12:11:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e41d6b-e2c1-4107-899a-a82fd32978e5
12:11:19.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b86885-6a53-46e1-9b72-375a0a77b51b
12:11:19.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f316573-a291-4285-be8c-d85c2354ee72
12:11:19.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:19.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:19.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:19.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:19.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:19.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:19.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:19.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=767e279c-dc2f-4f1a-a4b1-53494ccf5d03
12:11:19.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65807f95-d626-4d52-b088-306b3004e68c
12:11:20.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d9d6a6-a5a3-4d3a-b086-2201120a6765
12:11:20.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c40895ad-3f17-4217-a23a-be55deba0442
12:11:20.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.154 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b030f6-7879-4e11-9268-6c35cb1db634
12:11:20.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b887c5f-e3e1-4103-9e4c-1efde3a31580
12:11:20.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f75c078-fb76-4f17-8d2c-8eb4e250b103
12:11:20.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e447f3e9-3ee6-4b34-9c90-46ccb123bc15
12:11:20.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.364 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c834f217-8547-45eb-81f4-c6afbc4e8b25
12:11:20.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e548b59-a978-4a36-b632-09090424e6b9
12:11:20.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=debfaefc-88d5-40b8-980f-bcbcf00b8060
12:11:20.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=749124a2-c761-4f15-a3fd-57d6113322af
12:11:20.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19d086e7-58ca-4d0e-b373-7722081fea1c
12:11:20.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.607 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7c8d3c-6ce3-4428-81b1-c0dbed8373d7
12:11:20.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f224844-408f-4809-b7ba-e7cacdd09ad6
12:11:20.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.695 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37635fb0-d249-47a0-a238-bdec43ff62fc
12:11:20.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20418584-92f8-43fd-9646-65ef534f3ab3
12:11:20.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41727e23-becd-4459-a695-b4f7092d59e5
12:11:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.837 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.851 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61611d3c-0054-4416-971f-ef1e3d4e2f02
12:11:20.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c7a7b8-6bd7-4ce9-9a43-25b5c919152b
12:11:20.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d722b7d-b50b-4369-8277-a844c21fc7dc
12:11:20.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:20.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:20.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:20.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:20.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:20.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:20.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:20.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dda2c6-a7e0-4185-912a-6b09dd047061
12:11:20.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1ef63d0-7025-44da-b6eb-02162b9d0958
12:11:21.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b5bba7b-550e-4cc1-99e7-47c837a509ba
12:11:21.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b025d1b-54f3-4734-a7ca-afc64f5b9584
12:11:21.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.129 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d77e1b7-c73c-47b3-b3aa-eb440398592b
12:11:21.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.178 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564d304-9fe1-4a77-b002-fffc7d827e25
12:11:21.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0655c984-4015-4d09-b721-a272b539eb27
12:11:21.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef12076-efce-47b9-8141-4a87f3dcd421
12:11:21.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.312 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd2ab940-868d-4931-8966-c2ed63e7a786
12:11:21.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6ad0d8b-bbcf-4c50-b4cb-13b6b2d2aca5
12:11:21.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b515218-e045-430c-b16f-9a0c1769dc03
12:11:21.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a6239a-3b95-4f32-b657-e0867f17720e
12:11:21.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.453 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb33b2ca-d787-4553-aead-bbd88920bd36
12:11:21.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.473 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.486 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c0cf7c-2213-4e5f-a5ec-ed1ae9aed43c
12:11:21.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=575049db-1b5e-4672-96db-9d856d318a0c
12:11:21.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.575 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf585630-3aa1-4b0e-90be-259c2a4c2e6c
12:11:21.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17db4d3d-fc1e-4424-bcec-1fb3cf3f831a
12:11:21.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e56e7c04-d809-4239-a557-43798ee7036f
12:11:21.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8370f07-e0b9-40e0-b2e2-00127a4651fb
12:11:21.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40f11528-d8fb-440e-8b85-aa46bf187668
12:11:21.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.759 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19bd3f91-62ef-465e-8b11-f9884bdf9043
12:11:21.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.773 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=156f53f8-ddde-4722-b229-a2d7a3491153
12:11:21.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d63beeb2-dea9-4191-adcf-94beafaf811a
12:11:21.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29c37a57-074f-4e50-9378-7f188b917136
12:11:21.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2360c58-a9aa-4ac0-bb0a-74a8d3deb067
12:11:21.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:21.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=285f4cf4-5b8b-44be-98ea-58cb5b97ef59
12:11:21.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:21.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:21.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:21.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:21.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:21.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:21.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fcb44e5-e85c-4866-9f2b-27f184959724
12:11:22.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e38993-a0a9-4ef1-b2e8-96fe119de1e2
12:11:22.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850d6395-a9ea-4339-b046-40f39c2d058a
12:11:22.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83abbc2d-2616-4e38-8535-5d8b69aa0b00
12:11:22.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28c4fa50-7b01-4dfe-90d0-950919fd9148
12:11:22.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.231 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.246 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4478e8e9-21c7-4b78-9a2e-00f6cde099a1
12:11:22.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b4a895f-304d-4d7d-b7c4-c7825c79204e
12:11:22.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442919da-3152-4522-b9ba-8b27d87dab5d
12:11:22.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b860e333-da25-4817-a435-f024380c7ba5
12:11:22.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6222c331-494b-45e5-89c6-c45927e59b7c
12:11:22.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba87635e-61d1-4ddc-b3f1-3d6e6d45fe73
12:11:22.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.479 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.494 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be72346f-a3b8-40be-a7e5-66ef7a4d9980
12:11:22.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98205cf4-49c2-44b7-b897-f61341c7b29f
12:11:22.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594594df-21f7-4904-a3a0-c8c64b275a05
12:11:22.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=92b44803-e5d2-4b9c-b5aa-32c3c6729020
12:11:22.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb27af8a-4fd6-4330-adca-54fd311040ef
12:11:22.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=502669e3-77e8-4e42-b67f-6ae65d32573f
12:11:22.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26f7c18-3cf4-4c0a-b8a4-7685dacae7fd
12:11:22.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffc9d7e9-a670-41a6-9667-220fe5ff8709
12:11:22.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffa1a6c-6d68-4c89-8333-2d6383bf6b58
12:11:22.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33c04f11-4f1e-46a6-a143-fea687c16a3b
12:11:22.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.941 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:22.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce8a0276-e5a9-4862-bbe9-e5efdd288a88
12:11:22.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:22.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:22.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:22.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:22.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:22.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:22.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22576316-a204-4302-8b0d-1526ca0c8a28
12:11:23.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c44aef7-15b7-4e35-9d37-0a4ecff202c3
12:11:23.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7613b8d3-79f1-474b-b488-0a996aed99a9
12:11:23.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=234d70b0-794d-4a58-bda4-fb794658374f
12:11:23.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96f183bd-7974-4d25-9375-5b5cd19fa067
12:11:23.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.216 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.230 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afd49dfd-4f8e-4231-9751-2c2667956af8
12:11:23.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77b86885-6a53-46e1-9b72-375a0a77b51b
12:11:23.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd9d24ac-76b5-410e-965d-e869ccdae128
12:11:23.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=767e279c-dc2f-4f1a-a4b1-53494ccf5d03
12:11:23.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb30d26d-e77a-4e68-87e9-0ec02b2b3183
12:11:23.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=08d9d6a6-a5a3-4d3a-b086-2201120a6765
12:11:23.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.459 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=199d231f-a7cb-43ed-aff7-3d15bf80a896
12:11:23.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b030f6-7879-4e11-9268-6c35cb1db634
12:11:23.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4592cb0c-8742-4e42-b23e-fe5d68b77849
12:11:23.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.591 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f75c078-fb76-4f17-8d2c-8eb4e250b103
12:11:23.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.642 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5597ff-b581-4027-a7e9-1f49326cc436
12:11:23.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c834f217-8547-45eb-81f4-c6afbc4e8b25
12:11:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.690 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2465dd8b-3ccd-4f86-a115-a11a27cc3f22
12:11:23.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=debfaefc-88d5-40b8-980f-bcbcf00b8060
12:11:23.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ede2b27e-2004-45c2-ada2-fa37b24174c0
12:11:23.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19d086e7-58ca-4d0e-b373-7722081fea1c
12:11:23.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c470ba3b-db60-4f51-9d4c-2d7bd05c06b3
12:11:23.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.941 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f224844-408f-4809-b7ba-e7cacdd09ad6
12:11:23.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:23.947 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:23.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:23.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:23.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:23.963 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:23.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab1bbb1-96de-4396-a8ab-004e1e67a03a
12:11:23.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.004 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef0fe9d-c359-483f-9c67-7893aefa4e4d
12:11:24.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20418584-92f8-43fd-9646-65ef534f3ab3
12:11:24.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e89c466-c9b0-430a-a18f-89cda5af01cd
12:11:24.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61611d3c-0054-4416-971f-ef1e3d4e2f02
12:11:24.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2d17df9-d331-41c8-a596-c09ac298514d
12:11:24.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d722b7d-b50b-4369-8277-a844c21fc7dc
12:11:24.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1132d9-8ba7-4bc0-b99d-838f2ee2dca7
12:11:24.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1ef63d0-7025-44da-b6eb-02162b9d0958
12:11:24.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d77e1b7-c73c-47b3-b3aa-eb440398592b
12:11:24.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd486eb2-f6c7-49b5-babb-44b60a647b39
12:11:24.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e564d304-9fe1-4a77-b002-fffc7d827e25
12:11:24.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.475 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa44e0b7-ecd3-4e98-bbd9-991614537fc2
12:11:24.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.512 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef12076-efce-47b9-8141-4a87f3dcd421
12:11:24.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06776441-1686-4ec5-823e-f05b4bf06eb6
12:11:24.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd2ab940-868d-4931-8966-c2ed63e7a786
12:11:24.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a461df38-ad13-400e-97b8-5b074e024ac9
12:11:24.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72a6239a-3b95-4f32-b657-e0867f17720e
12:11:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9ced274-c170-4008-99fc-0725b2f8e1c2
12:11:24.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54c0cf7c-2213-4e5f-a5ec-ed1ae9aed43c
12:11:24.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.827 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8ef8344-3b70-4673-86c5-be6040146607
12:11:24.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=575049db-1b5e-4672-96db-9d856d318a0c
12:11:24.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17db4d3d-fc1e-4424-bcec-1fb3cf3f831a
12:11:24.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:24.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:24.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:24.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e7b630b-0793-4712-a2a3-a0d2ca017996
12:11:24.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.026 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8370f07-e0b9-40e0-b2e2-00127a4651fb
12:11:25.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f45b5696-e3a5-40f1-968e-915f7d1578ff
12:11:25.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.091 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=156f53f8-ddde-4722-b229-a2d7a3491153
12:11:25.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cabdc689-50c2-42d2-a1e6-208dea4630a5
12:11:25.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d63beeb2-dea9-4191-adcf-94beafaf811a
12:11:25.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac4041a-ab84-4493-9990-ef81258efc63
12:11:25.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed3ce65a-f73a-4030-ab72-42ac34c54816
12:11:25.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=285f4cf4-5b8b-44be-98ea-58cb5b97ef59
12:11:25.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.306 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12788d74-9100-47bd-a919-33cf59f9a5bd
12:11:25.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.319 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e38993-a0a9-4ef1-b2e8-96fe119de1e2
12:11:25.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31373b85-64f5-42d4-9833-fa6e921f0344
12:11:25.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28c4fa50-7b01-4dfe-90d0-950919fd9148
12:11:25.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108a7dc0-ca9f-4582-8133-79d0cc96cee5
12:11:25.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32812974-57f9-4c05-8b0c-cacd2f32fc51
12:11:25.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4478e8e9-21c7-4b78-9a2e-00f6cde099a1
12:11:25.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=442919da-3152-4522-b9ba-8b27d87dab5d
12:11:25.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.665 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827d0dd7-08aa-439e-88d6-166ee4811d17
12:11:25.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.733 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c06dee0-df67-41fe-80bb-f0456c976c65
12:11:25.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6222c331-494b-45e5-89c6-c45927e59b7c
12:11:25.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf1a03cd-c56c-49b9-aa80-19d50abf2d1f
12:11:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be72346f-a3b8-40be-a7e5-66ef7a4d9980
12:11:25.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.936 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dcc66fd-5b5c-4a02-8ae0-38c2cee4093c
12:11:25.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:25.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:25.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:25.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:25.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:25.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594594df-21f7-4904-a3a0-c8c64b275a05
12:11:25.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.018 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb27af8a-4fd6-4330-adca-54fd311040ef
12:11:26.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d44e42b-2390-43c3-848b-c9b4f5afed0a
12:11:26.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26f7c18-3cf4-4c0a-b8a4-7685dacae7fd
12:11:26.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae395705-5d38-4291-aff8-6a5d0595453e
12:11:26.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ffa1a6c-6d68-4c89-8333-2d6383bf6b58
12:11:26.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce8a0276-e5a9-4862-bbe9-e5efdd288a88
12:11:26.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7780f8f3-14fe-451f-a442-e55466d562ce
12:11:26.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c44aef7-15b7-4e35-9d37-0a4ecff202c3
12:11:26.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.313 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4ec218-ad00-4a8e-b48b-2eed8396b2a4
12:11:26.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=234d70b0-794d-4a58-bda4-fb794658374f
12:11:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.388 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f75e4dc-6333-4534-83b8-73cdf0e1b2d6
12:11:26.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afd49dfd-4f8e-4231-9751-2c2667956af8
12:11:26.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2385781c-fb77-4f1d-a07e-4b8a7f6305ee
12:11:26.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd9d24ac-76b5-410e-965d-e869ccdae128
12:11:26.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44dc217f-cf32-4611-92b6-58d151af3507
12:11:26.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb30d26d-e77a-4e68-87e9-0ec02b2b3183
12:11:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.720 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5126337c-f17b-42dd-ae02-2b683c538c12
12:11:26.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=199d231f-a7cb-43ed-aff7-3d15bf80a896
12:11:26.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5b7e29b-0c7c-4013-9a29-4a9939aecee9
12:11:26.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4592cb0c-8742-4e42-b23e-fe5d68b77849
12:11:26.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.898 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.912 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9807b897-acac-4ebb-b145-c13779b09ff3
12:11:26.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:26.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc5597ff-b581-4027-a7e9-1f49326cc436
12:11:26.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:26.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:26.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:26.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:26.988 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:26.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:26.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3322276-df78-411c-b599-e199c4515992
12:11:27.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.051 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2465dd8b-3ccd-4f86-a115-a11a27cc3f22
12:11:27.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e14d745-2e56-4580-981c-c654cd72c098
12:11:27.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ede2b27e-2004-45c2-ada2-fa37b24174c0
12:11:27.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53126933-f042-4c95-beb9-ccbed6d8c499
12:11:27.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c470ba3b-db60-4f51-9d4c-2d7bd05c06b3
12:11:27.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dc83588-f5f6-4291-9ec8-6274fa3373b9
12:11:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ab1bbb1-96de-4396-a8ab-004e1e67a03a
12:11:27.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca5030f0-cb6b-4bac-81d0-b7eb295d4474
12:11:27.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef0fe9d-c359-483f-9c67-7893aefa4e4d
12:11:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e89c466-c9b0-430a-a18f-89cda5af01cd
12:11:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f16d38c-5670-4fad-955e-6b7a83ae6973
12:11:27.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2d17df9-d331-41c8-a596-c09ac298514d
12:11:27.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d994eccb-b437-4898-8b22-63fb2af1bb1c
12:11:27.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.700 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1132d9-8ba7-4bc0-b99d-838f2ee2dca7
12:11:27.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048b7083-c53b-4cd2-97db-932e7668e6b7
12:11:27.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.799 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4513f07-34ef-45b2-8e6a-16b4da183d2c
12:11:27.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd486eb2-f6c7-49b5-babb-44b60a647b39
12:11:27.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.881 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48af92d7-fd9d-4729-abf4-98f11a6afe75
12:11:27.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa44e0b7-ecd3-4e98-bbd9-991614537fc2
12:11:27.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2209361d-fbf7-4ca4-9b53-bbd68a549125
12:11:27.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:27.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:27.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:27.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:27.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:27.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:27.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:27.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06776441-1686-4ec5-823e-f05b4bf06eb6
12:11:27.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f822851-f21e-4fc6-b46b-3ad9e7b5a824
12:11:28.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a461df38-ad13-400e-97b8-5b074e024ac9
12:11:28.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9ced274-c170-4008-99fc-0725b2f8e1c2
12:11:28.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=700dd54d-4692-4ccd-ac38-e9a1162586e7
12:11:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8ef8344-3b70-4673-86c5-be6040146607
12:11:28.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.239 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b344109d-fe19-40d5-a958-6f55839e2eb9
12:11:28.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e7b630b-0793-4712-a2a3-a0d2ca017996
12:11:28.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8e2adb-3ba2-4629-b75f-18dde3741cb2
12:11:28.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f45b5696-e3a5-40f1-968e-915f7d1578ff
12:11:28.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81496f25-a746-4f38-9f18-33ec09414d30
12:11:28.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cabdc689-50c2-42d2-a1e6-208dea4630a5
12:11:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.456 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a4bd8dc-4c49-498d-9da3-2418036026e8
12:11:28.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac4041a-ab84-4493-9990-ef81258efc63
12:11:28.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=655bbcb4-a3b6-49af-802e-6cc948fd8c9f
12:11:28.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed3ce65a-f73a-4030-ab72-42ac34c54816
12:11:28.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5925ba-6ebe-42f2-958b-6731e4dbc192
12:11:28.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12788d74-9100-47bd-a919-33cf59f9a5bd
12:11:28.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55422745-4164-4fbb-8879-bb15e0e0268a
12:11:28.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31373b85-64f5-42d4-9833-fa6e921f0344
12:11:28.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.788 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e472dd-79d4-429b-a793-1dd0f6bb7037
12:11:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=108a7dc0-ca9f-4582-8133-79d0cc96cee5
12:11:28.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3894e3af-449d-4b13-9f1b-dd77834a2d16
12:11:28.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32812974-57f9-4c05-8b0c-cacd2f32fc51
12:11:28.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:28.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ccad3d-c7a8-4e65-b1a1-c930512da9f7
12:11:28.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:28.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:28.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:28.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:28.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:28.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:28.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=827d0dd7-08aa-439e-88d6-166ee4811d17
12:11:29.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.021 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5567c368-58f3-46b7-b910-378b017023f7
12:11:29.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.095 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c195360b-1756-41ec-8212-623c8a156168
12:11:29.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c06dee0-df67-41fe-80bb-f0456c976c65
12:11:29.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8f54854-fba4-412d-8139-c53fb173e111
12:11:29.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf1a03cd-c56c-49b9-aa80-19d50abf2d1f
12:11:29.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c1b32a4-eca0-4b7f-9bfd-d5978a8368c1
12:11:29.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.268 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.275 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b27cb7b-916e-46bc-a462-b865da7bbbf9
12:11:29.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7dcc66fd-5b5c-4a02-8ae0-38c2cee4093c
12:11:29.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015876b8-7a2f-4115-a982-b7651720d310
12:11:29.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d44e42b-2390-43c3-848b-c9b4f5afed0a
12:11:29.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.430 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=960b1c3d-6c7a-4388-abed-e7c4a3e5a336
12:11:29.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae395705-5d38-4291-aff8-6a5d0595453e
12:11:29.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a68c9ac-6001-40aa-b56a-0c5877617130
12:11:29.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7780f8f3-14fe-451f-a442-e55466d562ce
12:11:29.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770b1d72-9dfc-4763-9b23-a36f80756e8e
12:11:29.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4ec218-ad00-4a8e-b48b-2eed8396b2a4
12:11:29.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3fa013f-0a6f-4be4-9a5d-05fd68308975
12:11:29.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f75e4dc-6333-4534-83b8-73cdf0e1b2d6
12:11:29.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7c8691-4d75-4c42-9a63-6bd7547cfa4f
12:11:29.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0626ad30-9e82-4bd1-81b9-94e99150671c
12:11:29.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2385781c-fb77-4f1d-a07e-4b8a7f6305ee
12:11:29.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44dc217f-cf32-4611-92b6-58d151af3507
12:11:29.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:29.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657e5627-a38d-4c03-82bf-dc93d020fb63
12:11:29.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:29.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:29.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:29.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:29.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:29.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:29.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d520cf2c-51de-447b-b54f-b787d3c614d0
12:11:30.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5126337c-f17b-42dd-ae02-2b683c538c12
12:11:30.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=244ff9b7-53ed-490d-aec4-94b1d607f5c6
12:11:30.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5b7e29b-0c7c-4013-9a29-4a9939aecee9
12:11:30.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afa24f1e-a05e-4ffc-9399-a5a67dfccd38
12:11:30.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9807b897-acac-4ebb-b145-c13779b09ff3
12:11:30.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3322276-df78-411c-b599-e199c4515992
12:11:30.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a4912e7-869a-4eb8-9453-1eb696ddca3a
12:11:30.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.381 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1165d6bc-07de-4c68-ad06-90aa53842427
12:11:30.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e14d745-2e56-4580-981c-c654cd72c098
12:11:30.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.436 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea2655a-6406-44ad-aa40-e3f90afd5f6a
12:11:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53126933-f042-4c95-beb9-ccbed6d8c499
12:11:30.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ba4583-6c9e-4f36-ac98-e8a8929dcec8
12:11:30.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.592 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dc83588-f5f6-4291-9ec8-6274fa3373b9
12:11:30.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11e8ed37-5e13-46e6-b92f-b05ec43fb4cd
12:11:30.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.694 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9698243-a2af-4ffc-98af-325e072be0e5
12:11:30.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca5030f0-cb6b-4bac-81d0-b7eb295d4474
12:11:30.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.806 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f16d38c-5670-4fad-955e-6b7a83ae6973
12:11:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.839 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de5056b9-c0a5-42f8-8c6a-325e8ece6def
12:11:30.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.869 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d994eccb-b437-4898-8b22-63fb2af1bb1c
12:11:30.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.937 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99cb5dbf-1369-418f-966e-f3453dce7807
12:11:30.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:30.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:30.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:30.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:30.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:30.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:30.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:30.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=048b7083-c53b-4cd2-97db-932e7668e6b7
12:11:30.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4513f07-34ef-45b2-8e6a-16b4da183d2c
12:11:31.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3c4ee6-5b8a-4e41-ba4b-be6360e5bc3b
12:11:31.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48af92d7-fd9d-4729-abf4-98f11a6afe75
12:11:31.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6289fb-6f82-4aa1-967b-fd5733143fb8
12:11:31.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2209361d-fbf7-4ca4-9b53-bbd68a549125
12:11:31.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.251 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e5238f-b2d5-444d-91ef-b07c92e3b630
12:11:31.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5db0fcc-1c2b-473a-80c6-f9a6f0d5cc63
12:11:31.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f822851-f21e-4fc6-b46b-3ad9e7b5a824
12:11:31.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=727aff90-effc-4a57-a386-098aa8ebcc8b
12:11:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=700dd54d-4692-4ccd-ac38-e9a1162586e7
12:11:31.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.517 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25cdb71f-b6e9-46fe-8136-c58ea33e8ce8
12:11:31.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b344109d-fe19-40d5-a958-6f55839e2eb9
12:11:31.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.607 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=618ad178-0573-4b61-b967-b788950aef4a
12:11:31.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7318e882-f1be-4a41-86e6-2dc63792cb24
12:11:31.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc8e2adb-3ba2-4629-b75f-18dde3741cb2
12:11:31.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63887858-68fb-4df5-b5f5-e2bfd441cfe4
12:11:31.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81496f25-a746-4f38-9f18-33ec09414d30
12:11:31.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.832 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecc672cd-979f-4534-b3ad-4167b3d8c35d
12:11:31.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a4bd8dc-4c49-498d-9da3-2418036026e8
12:11:31.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81d0e2df-daed-463b-a31b-8109feb050f1
12:11:31.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:31.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=655bbcb4-a3b6-49af-802e-6cc948fd8c9f
12:11:31.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.994 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:31.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:31.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:31.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:31.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:31.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:31.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7d6ff9-4df5-4eab-878a-d2795a478583
12:11:32.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c5925ba-6ebe-42f2-958b-6731e4dbc192
12:11:32.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.049 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0252ea33-0b04-47bf-9818-f1c56aa821de
12:11:32.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55422745-4164-4fbb-8879-bb15e0e0268a
12:11:32.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.145 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03e472dd-79d4-429b-a793-1dd0f6bb7037
12:11:32.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f37d576d-a1c4-401d-9110-2054e8a12b59
12:11:32.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3894e3af-449d-4b13-9f1b-dd77834a2d16
12:11:32.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.253 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed68bf53-ce41-4d5a-9751-5fe4e6bc512f
12:11:32.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b68e1b8-9d1d-4dfb-988b-92be6dc3e701
12:11:32.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59ccad3d-c7a8-4e65-b1a1-c930512da9f7
12:11:32.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3548e132-817d-48bb-a4c7-ff1cdc8b6cb9
12:11:32.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5567c368-58f3-46b7-b910-378b017023f7
12:11:32.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c195360b-1756-41ec-8212-623c8a156168
12:11:32.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb58d401-cf9d-4399-92f7-61d6a66599cf
12:11:32.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8f54854-fba4-412d-8139-c53fb173e111
12:11:32.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b36fef8a-d25d-4deb-b275-ed07e48076b5
12:11:32.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c1b32a4-eca0-4b7f-9bfd-d5978a8368c1
12:11:32.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.684 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.697 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99564586-0c29-4586-ace9-cc1f0d83160c
12:11:32.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b27cb7b-916e-46bc-a462-b865da7bbbf9
12:11:32.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.785 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fdddcbf-c876-40f6-ac48-1e5be2863c61
12:11:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.870 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3891be93-62c5-49db-b57b-41fef9af4969
12:11:32.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:32.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=015876b8-7a2f-4115-a982-b7651720d310
12:11:32.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:32.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:32.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:32.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:32.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdecfded-110c-495d-b93b-8ae00b0026b1
12:11:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=960b1c3d-6c7a-4388-abed-e7c4a3e5a336
12:11:33.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.071 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.085 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb725ef5-df5f-459a-b48e-b2fdf5fa9222
12:11:33.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a68c9ac-6001-40aa-b56a-0c5877617130
12:11:33.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770b1d72-9dfc-4763-9b23-a36f80756e8e
12:11:33.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463084ad-e96b-41ad-ae91-b429caf7bb69
12:11:33.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3fa013f-0a6f-4be4-9a5d-05fd68308975
12:11:33.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d9c8e4-3aed-4087-95d4-b3ec158273bb
12:11:33.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a7c8691-4d75-4c42-9a63-6bd7547cfa4f
12:11:33.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba30dcf-f1a0-4928-8b21-c2ea87b7c98c
12:11:33.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0626ad30-9e82-4bd1-81b9-94e99150671c
12:11:33.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.441 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=657e5627-a38d-4c03-82bf-dc93d020fb63
12:11:33.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.473 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65ebdff1-a13b-4ab6-b477-810075c7f94b
12:11:33.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.523 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89089251-1930-4543-ba23-c23fad190395
12:11:33.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d520cf2c-51de-447b-b54f-b787d3c614d0
12:11:33.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37906334-4396-4fda-b2d4-e5cdf6f05e4e
12:11:33.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=244ff9b7-53ed-490d-aec4-94b1d607f5c6
12:11:33.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.697 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaff269c-1a62-4c89-b01f-4bbe71362b4e
12:11:33.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=afa24f1e-a05e-4ffc-9399-a5a67dfccd38
12:11:33.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f9ef4d8-0bbe-4308-b6d4-8b72f000ede0
12:11:33.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a4912e7-869a-4eb8-9453-1eb696ddca3a
12:11:33.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cb239fd-1337-44af-99e4-d0be488a436a
12:11:33.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:33.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:33.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1165d6bc-07de-4c68-ad06-90aa53842427
12:11:33.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:33.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:33.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:33.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:33.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:33.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19eb52af-65a3-48c4-8be4-fc524a6108bc
12:11:33.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61118d57-3c53-41c4-b229-53450b36220f
12:11:34.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea2655a-6406-44ad-aa40-e3f90afd5f6a
12:11:34.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7538797-79c1-4a45-9fb2-301908c17071
12:11:34.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9ba4583-6c9e-4f36-ac98-e8a8929dcec8
12:11:34.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=11e8ed37-5e13-46e6-b92f-b05ec43fb4cd
12:11:34.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ec3ce1-f64e-4dc3-83d3-2404e3078abb
12:11:34.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f39c421-d238-422a-9e91-8f9758dca62b
12:11:34.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9698243-a2af-4ffc-98af-325e072be0e5
12:11:34.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.468 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6fa80c-33c1-4c67-a059-544ac6ce54db
12:11:34.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.495 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de5056b9-c0a5-42f8-8c6a-325e8ece6def
12:11:34.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.541 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99cb5dbf-1369-418f-966e-f3453dce7807
12:11:34.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b96ea0d7-5204-4f07-a67a-f04a96677b31
12:11:34.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f3c4ee6-5b8a-4e41-ba4b-be6360e5bc3b
12:11:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ff23638-1f5d-4c97-80c3-4894150d302e
12:11:34.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.739 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.758 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a45ff5-ac75-4a7b-b47c-4319afabe886
12:11:34.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad6289fb-6f82-4aa1-967b-fd5733143fb8
12:11:34.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1f0893-0e58-4fef-bbb6-1f863c10b58d
12:11:34.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e5238f-b2d5-444d-91ef-b07c92e3b630
12:11:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5db0fcc-1c2b-473a-80c6-f9a6f0d5cc63
12:11:34.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b4e8f92-cec5-4334-9504-49e474b6ac7c
12:11:34.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:34.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:34.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:34.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:34.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:34.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=727aff90-effc-4a57-a386-098aa8ebcc8b
12:11:34.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdf60a1e-0e4b-44ed-b5bb-8c500835c3d5
12:11:35.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25cdb71f-b6e9-46fe-8136-c58ea33e8ce8
12:11:35.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d689ed8d-3bc4-4726-9c7b-44e5366bb268
12:11:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=618ad178-0573-4b61-b967-b788950aef4a
12:11:35.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.203 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df4a506-0326-4d5f-9d8e-c7c5e131211a
12:11:35.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7318e882-f1be-4a41-86e6-2dc63792cb24
12:11:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=686dae60-2532-44a5-b42c-c60047802b78
12:11:35.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42cf3f1c-386e-4ef3-912e-6441137f44c4
12:11:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63887858-68fb-4df5-b5f5-e2bfd441cfe4
12:11:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecc672cd-979f-4534-b3ad-4167b3d8c35d
12:11:35.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ae77f0-3e7c-4a84-ae49-16031ea3861b
12:11:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81d0e2df-daed-463b-a31b-8109feb050f1
12:11:35.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa62457f-1ad6-4852-b9c3-bd98036c8194
12:11:35.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b7d6ff9-4df5-4eab-878a-d2795a478583
12:11:35.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.668 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98f0cde6-8909-4cfd-b786-1ef8346ace29
12:11:35.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0252ea33-0b04-47bf-9818-f1c56aa821de
12:11:35.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=281e4a8c-10db-421d-8b6a-124904e91bc5
12:11:35.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f37d576d-a1c4-401d-9110-2054e8a12b59
12:11:35.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.802 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=016c6654-6d91-4415-b8b0-1c6bd7f29c6b
12:11:35.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed68bf53-ce41-4d5a-9751-5fe4e6bc512f
12:11:35.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b68e1b8-9d1d-4dfb-988b-92be6dc3e701
12:11:35.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe84612-922d-4372-a46c-87f2d01b1866
12:11:35.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:35.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:35.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:35.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:35.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:35.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3548e132-817d-48bb-a4c7-ff1cdc8b6cb9
12:11:35.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:35.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:35.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.006 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6c30301-265b-4d71-939f-bee61e47a325
12:11:36.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.111 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c06d549-0923-4025-939f-6f506937bc8d
12:11:36.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb58d401-cf9d-4399-92f7-61d6a66599cf
12:11:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.184 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4593e916-542f-4436-aaa8-99b19f599458
12:11:36.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.223 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b36fef8a-d25d-4deb-b275-ed07e48076b5
12:11:36.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1014db79-cd78-44f8-882e-cadbe76fa91f
12:11:36.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99564586-0c29-4586-ace9-cc1f0d83160c
12:11:36.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3e0f5c-dc0d-423e-9304-58f092c56e11
12:11:36.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fdddcbf-c876-40f6-ac48-1e5be2863c61
12:11:36.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7a942a6-982d-4926-9727-53bfa234ca66
12:11:36.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3891be93-62c5-49db-b57b-41fef9af4969
12:11:36.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78ba6a2-e0f1-423d-b9ea-6173a3a945d2
12:11:36.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdecfded-110c-495d-b93b-8ae00b0026b1
12:11:36.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.628 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b2fd75-a41e-4960-ac4f-b72526af378c
12:11:36.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb725ef5-df5f-459a-b48e-b2fdf5fa9222
12:11:36.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=613e0589-a5d5-460c-97e1-aa3005c6b5f1
12:11:36.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f9f3e0-0035-4ca0-bc9b-e46e70a17d87
12:11:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463084ad-e96b-41ad-ae91-b429caf7bb69
12:11:36.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18d9c8e4-3aed-4087-95d4-b3ec158273bb
12:11:36.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42557b10-8b14-4963-8788-5854047a4f25
12:11:36.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:36.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:36.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:36.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:36.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:36.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:36.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ba30dcf-f1a0-4928-8b21-c2ea87b7c98c
12:11:36.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1272f337-d011-41ca-a016-b72abeffd9b9
12:11:37.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65ebdff1-a13b-4ab6-b477-810075c7f94b
12:11:37.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba2e3bb-390c-4b6f-a17e-f4ce22e7deb0
12:11:37.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=379e5ef0-5483-4fe4-bcb5-e844e03f6385
12:11:37.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89089251-1930-4543-ba23-c23fad190395
12:11:37.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c23782e-04c7-4058-88bd-76622e05488b
12:11:37.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37906334-4396-4fda-b2d4-e5cdf6f05e4e
12:11:37.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b071a405-ce9c-4b8c-a609-9d410a94e2a0
12:11:37.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259519ec-e872-40d7-b834-200954ecb2c0
12:11:37.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaff269c-1a62-4c89-b01f-4bbe71362b4e
12:11:37.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3fef94-2a42-43de-bf86-7a27058fb87a
12:11:37.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f9ef4d8-0bbe-4308-b6d4-8b72f000ede0
12:11:37.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cb239fd-1337-44af-99e4-d0be488a436a
12:11:37.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.605 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef79647-29dc-49a2-9452-ab0b8b664f35
12:11:37.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19eb52af-65a3-48c4-8be4-fc524a6108bc
12:11:37.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.701 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf79b3e8-43ef-4e70-83b2-8962e6d6ee17
12:11:37.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61118d57-3c53-41c4-b229-53450b36220f
12:11:37.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.796 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c869cd2-7b3f-46b2-90ed-27a15a6bfae1
12:11:37.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7538797-79c1-4a45-9fb2-301908c17071
12:11:37.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0229c29d-fe09-42e0-9234-ee9dd2ffb3a8
12:11:37.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:37.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:37.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:37.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:37.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:37.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:37.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:37.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e6ec3ce1-f64e-4dc3-83d3-2404e3078abb
12:11:37.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.019 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f39c421-d238-422a-9e91-8f9758dca62b
12:11:38.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd4f3d40-0a9b-4965-8aa1-cde8b6e56196
12:11:38.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f6fa80c-33c1-4c67-a059-544ac6ce54db
12:11:38.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d5b23df-f0dd-41b5-b00a-e4cecdaf0175
12:11:38.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b96ea0d7-5204-4f07-a67a-f04a96677b31
12:11:38.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e63ab5-fedf-4cbe-bf65-d9e15b9d31bb
12:11:38.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ff23638-1f5d-4c97-80c3-4894150d302e
12:11:38.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.332 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93f6f050-2ceb-4fd3-97b0-0c5e675eb884
12:11:38.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43a45ff5-ac75-4a7b-b47c-4319afabe886
12:11:38.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12bb2a31-8b25-43b8-b76e-ac5a23466840
12:11:38.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1f0893-0e58-4fef-bbb6-1f863c10b58d
12:11:38.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770eeaf7-7af5-4d4c-a59a-b80b64eece9c
12:11:38.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.554 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b4e8f92-cec5-4334-9504-49e474b6ac7c
12:11:38.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4075eda6-b008-4179-9cdf-6a432679c829
12:11:38.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dca1b230-e248-4452-ab38-d70cea8901df
12:11:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdf60a1e-0e4b-44ed-b5bb-8c500835c3d5
12:11:38.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d04c4099-7d45-40cb-b8e7-abc90b2b11af
12:11:38.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d689ed8d-3bc4-4726-9c7b-44e5366bb268
12:11:38.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91a2518b-7ac3-483f-8296-4054e47b2cec
12:11:38.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df4a506-0326-4d5f-9d8e-c7c5e131211a
12:11:38.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e965f15e-bb1b-4498-b532-ade496ba78df
12:11:38.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=686dae60-2532-44a5-b42c-c60047802b78
12:11:38.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.949 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73535302-4607-44c7-84ac-e0d244c3b417
12:11:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:38.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:38.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:38.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:38.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:38.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42cf3f1c-386e-4ef3-912e-6441137f44c4
12:11:39.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e8d9b0a-c668-4969-8ce8-5eaacf2fa6ba
12:11:39.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5ae77f0-3e7c-4a84-ae49-16031ea3861b
12:11:39.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.124 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2263dbd-3548-4839-b6b7-e4ce7342b21d
12:11:39.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa62457f-1ad6-4852-b9c3-bd98036c8194
12:11:39.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87e41545-8c11-4ee9-a09a-70b9a96a0959
12:11:39.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.259 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98f0cde6-8909-4cfd-b786-1ef8346ace29
12:11:39.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b385c43-3d90-46e3-9e69-c28d84da14cd
12:11:39.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=281e4a8c-10db-421d-8b6a-124904e91bc5
12:11:39.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9d356d0-43cc-46e2-a12f-a41724bb2f56
12:11:39.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.466 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=016c6654-6d91-4415-b8b0-1c6bd7f29c6b
12:11:39.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a01bb995-ffaf-4e09-9409-e8545650066c
12:11:39.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68b3fa6-4450-490c-9024-deca7764090a
12:11:39.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fe84612-922d-4372-a46c-87f2d01b1866
12:11:39.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.665 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.680 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6c30301-265b-4d71-939f-bee61e47a325
12:11:39.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c66e6006-cd17-4e1b-aad4-39faa6f2ea6a
12:11:39.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c06d549-0923-4025-939f-6f506937bc8d
12:11:39.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.806 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f9dfccf-57d2-4721-969b-8c4428b084d7
12:11:39.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4593e916-542f-4436-aaa8-99b19f599458
12:11:39.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c6bfa36-c7ad-4f38-a888-4ad8cb3ca62f
12:11:39.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.934 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.948 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1014db79-cd78-44f8-882e-cadbe76fa91f
12:11:39.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:39.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:39.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:39.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:39.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:39.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:39.981 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:39.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=538e1e10-a3dd-4f5f-a932-449c5e179f80
12:11:39.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59834dad-89a0-434b-ac00-744c0388d5e9
12:11:40.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3e0f5c-dc0d-423e-9304-58f092c56e11
12:11:40.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f5b6e4f-a8ef-4c8d-b53f-e2ef2341b94a
12:11:40.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7a942a6-982d-4926-9727-53bfa234ca66
12:11:40.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78ba6a2-e0f1-423d-b9ea-6173a3a945d2
12:11:40.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.280 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2cf158d-cd58-49cd-bc32-fa64a095adad
12:11:40.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=07b2fd75-a41e-4960-ac4f-b72526af378c
12:11:40.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fef2ac2-b39a-4d73-af0e-955967728b7b
12:11:40.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=613e0589-a5d5-460c-97e1-aa3005c6b5f1
12:11:40.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09f9f3e0-0035-4ca0-bc9b-e46e70a17d87
12:11:40.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bceb67cc-5e5b-414a-876e-0283cc5099bd
12:11:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42557b10-8b14-4963-8788-5854047a4f25
12:11:40.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef748b1b-6a1f-4f5b-968e-746d0a815ce7
12:11:40.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f879ab5-0736-4c64-8abe-44799584cf1c
12:11:40.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1272f337-d011-41ca-a016-b72abeffd9b9
12:11:40.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.723 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a41c2063-fbf2-49a5-b12a-2da720495980
12:11:40.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bba2e3bb-390c-4b6f-a17e-f4ce22e7deb0
12:11:40.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c13a92a1-b010-476f-908d-9325f232517a
12:11:40.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=379e5ef0-5483-4fe4-bcb5-e844e03f6385
12:11:40.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.911 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:40.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebaafeb-0d7c-4faf-80cd-fb96856f731d
12:11:40.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:40.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c23782e-04c7-4058-88bd-76622e05488b
12:11:40.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.018 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d38d919-bf30-40ef-9349-39ec6dcab75b
12:11:41.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.055 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b071a405-ce9c-4b8c-a609-9d410a94e2a0
12:11:41.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a63afd4-4f58-48a0-b45d-fbd5a216a73e
12:11:41.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=259519ec-e872-40d7-b834-200954ecb2c0
12:11:41.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.189 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39f3656-a06c-40c0-8f53-c972a06bccff
12:11:41.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eeb0443-6990-4ad5-a481-bba0ae0e354f
12:11:41.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f3fef94-2a42-43de-bf86-7a27058fb87a
12:11:41.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1db2fe-5911-4712-8cb1-33336579819e
12:11:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ef79647-29dc-49a2-9452-ab0b8b664f35
12:11:41.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.456 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f5588e-6278-4734-9c34-55ec6130d277
12:11:41.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf79b3e8-43ef-4e70-83b2-8962e6d6ee17
12:11:41.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c869cd2-7b3f-46b2-90ed-27a15a6bfae1
12:11:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.537 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13f20a9-5546-40dd-ba2d-6c3d29549ac8
12:11:41.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.610 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0229c29d-fe09-42e0-9234-ee9dd2ffb3a8
12:11:41.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e0ae86-0119-4dad-84b8-034d6d4dd2f9
12:11:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd4f3d40-0a9b-4965-8aa1-cde8b6e56196
12:11:41.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.761 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01122c2a-dfc3-40ca-bbf9-c2c3c289a76a
12:11:41.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.806 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d5b23df-f0dd-41b5-b00a-e4cecdaf0175
12:11:41.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.840 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=147837e9-09fb-4d18-a2f4-58c0c70277ac
12:11:41.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.887 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7e63ab5-fedf-4cbe-bf65-d9e15b9d31bb
12:11:41.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:41.966 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:41.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.970 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93f6f050-2ceb-4fd3-97b0-0c5e675eb884
12:11:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:41.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:41.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:41.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:41.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddce121f-d722-4460-b757-f45b2bdb8238
12:11:41.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12bb2a31-8b25-43b8-b76e-ac5a23466840
12:11:42.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d578b902-c121-4fb1-80b0-0f71324444d3
12:11:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ed94fd7-2440-4c66-83c2-fd8db1a68a7e
12:11:42.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=770eeaf7-7af5-4d4c-a59a-b80b64eece9c
12:11:42.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4cb1b92-01ff-45af-a33d-f50615f59373
12:11:42.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4075eda6-b008-4179-9cdf-6a432679c829
12:11:42.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.319 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dca1b230-e248-4452-ab38-d70cea8901df
12:11:42.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef7d50d-b592-4030-a2b9-72a4ed4d28fc
12:11:42.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d04c4099-7d45-40cb-b8e7-abc90b2b11af
12:11:42.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.465 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b30349ba-cc45-4326-b046-7e9e492154cd
12:11:42.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91a2518b-7ac3-483f-8296-4054e47b2cec
12:11:42.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.572 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7a99fd0-b3ba-46e1-9341-4472ff767114
12:11:42.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e965f15e-bb1b-4498-b532-ade496ba78df
12:11:42.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378b2d42-54ec-4a78-833b-41fdeccdc920
12:11:42.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73535302-4607-44c7-84ac-e0d244c3b417
12:11:42.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a0bf6f-82eb-46f0-b9f8-1a6e7c1f750a
12:11:42.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e8d9b0a-c668-4969-8ce8-5eaacf2fa6ba
12:11:42.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c35326b-a6c1-473c-a8c4-030abe1995dc
12:11:42.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2263dbd-3548-4839-b6b7-e4ce7342b21d
12:11:42.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe34663-9659-4921-8426-ed522443f1d6
12:11:42.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87e41545-8c11-4ee9-a09a-70b9a96a0959
12:11:42.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:42.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b385c43-3d90-46e3-9e69-c28d84da14cd
12:11:42.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:42.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:42.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:42.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:42.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:42.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c0f333-9dfb-417f-89df-7fa38440c3bd
12:11:43.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9d356d0-43cc-46e2-a12f-a41724bb2f56
12:11:43.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=204c5d99-2760-4813-bc2f-1ec9c32403a5
12:11:43.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a01bb995-ffaf-4e09-9409-e8545650066c
12:11:43.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4136ecb6-3939-42f6-9090-237d3976fa55
12:11:43.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e68b3fa6-4450-490c-9024-deca7764090a
12:11:43.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.295 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470b3962-fc29-491a-9cda-4344e6e8cd7b
12:11:43.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c66e6006-cd17-4e1b-aad4-39faa6f2ea6a
12:11:43.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee55a7d-3d4a-4d40-a2d2-408c73a5527b
12:11:43.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f9dfccf-57d2-4721-969b-8c4428b084d7
12:11:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89d4244-1bc2-4e23-a6eb-f4926d2c2674
12:11:43.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c6bfa36-c7ad-4f38-a888-4ad8cb3ca62f
12:11:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0ca8d3-b2a7-43d9-a1b2-c9340e4212f1
12:11:43.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=538e1e10-a3dd-4f5f-a932-449c5e179f80
12:11:43.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f870a3-f632-4c34-b188-8d2e4b017e50
12:11:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59834dad-89a0-434b-ac00-744c0388d5e9
12:11:43.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0c78364-0a5b-41de-8651-f19ec077dffe
12:11:43.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f5b6e4f-a8ef-4c8d-b53f-e2ef2341b94a
12:11:43.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2118e0e-dd33-48c2-8ef6-fbd5a322c9fa
12:11:43.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2cf158d-cd58-49cd-bc32-fa64a095adad
12:11:43.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.894 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57127cb4-2cfe-4f14-b079-1e479433004d
12:11:43.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:43.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:43.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f67f22-625e-449f-ac10-892c2bff5e93
12:11:43.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:43.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:43.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:43.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:43.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:43.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fef2ac2-b39a-4d73-af0e-955967728b7b
12:11:43.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a995aa52-6dfb-49eb-b80e-7557331fb23c
12:11:44.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bceb67cc-5e5b-414a-876e-0283cc5099bd
12:11:44.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.150 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d403b190-2aef-4baa-9d36-5d5e3cc92653
12:11:44.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.173 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef748b1b-6a1f-4f5b-968e-746d0a815ce7
12:11:44.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497dc498-5fe8-411d-8288-669218970ebd
12:11:44.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.265 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f879ab5-0736-4c64-8abe-44799584cf1c
12:11:44.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a41c2063-fbf2-49a5-b12a-2da720495980
12:11:44.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3781039-a26b-45ff-9db8-da8d5031faab
12:11:44.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c13a92a1-b010-476f-908d-9325f232517a
12:11:44.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f70a193e-d9df-4593-857e-2c161ba9299d
12:11:44.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af893688-aad0-42a8-8eca-4bf2cc7a03a8
12:11:44.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cebaafeb-0d7c-4faf-80cd-fb96856f731d
12:11:44.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.615 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56c3f419-65ca-433e-90dc-71c642534a93
12:11:44.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d38d919-bf30-40ef-9349-39ec6dcab75b
12:11:44.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a64537-41ef-45e1-b693-c3165512400b
12:11:44.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c61c33f4-dc1b-4ac1-a3bd-5ecfc6b97f45
12:11:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a63afd4-4f58-48a0-b45d-fbd5a216a73e
12:11:44.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.835 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3de8d1-f695-4d48-b94b-9b9a7947a7f0
12:11:44.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d39f3656-a06c-40c0-8f53-c972a06bccff
12:11:44.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eeb0443-6990-4ad5-a481-bba0ae0e354f
12:11:44.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4348de8-2878-41e9-91f9-69b95d7b7ff2
12:11:44.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:44.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:44.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:44.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:44.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8135e67a-6838-40a4-b6b6-732ecec90552
12:11:44.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eb1db2fe-5911-4712-8cb1-33336579819e
12:11:45.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f5588e-6278-4734-9c34-55ec6130d277
12:11:45.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.107 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e0fe44-50a8-4410-868c-3daed188ff42
12:11:45.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13f20a9-5546-40dd-ba2d-6c3d29549ac8
12:11:45.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.224 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.225 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74343c0-2416-4f71-9ca7-e23d844deaf6
12:11:45.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4e0ae86-0119-4dad-84b8-034d6d4dd2f9
12:11:45.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120c7df0-e683-4635-a042-f883dd28ac8b
12:11:45.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.346 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73744be1-dcf3-4111-a771-0348dac2fd82
12:11:45.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.389 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01122c2a-dfc3-40ca-bbf9-c2c3c289a76a
12:11:45.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.429 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34acf2b7-5d59-4462-8e08-c9293622fa6f
12:11:45.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=147837e9-09fb-4d18-a2f4-58c0c70277ac
12:11:45.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddce121f-d722-4460-b757-f45b2bdb8238
12:11:45.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.576 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ca5c61-9c36-4081-ac26-b74b18545bc2
12:11:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d578b902-c121-4fb1-80b0-0f71324444d3
12:11:45.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.653 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.653 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.667 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e2eb90-709b-4f25-8442-f9f8340fbe33
12:11:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.709 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8944aa72-58ff-4070-ae99-3d66f93305af
12:11:45.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ed94fd7-2440-4c66-83c2-fd8db1a68a7e
12:11:45.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.792 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58c9b2d4-55bc-477e-9ef3-ac65c3cae65c
12:11:45.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.834 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4cb1b92-01ff-45af-a33d-f50615f59373
12:11:45.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc1b2b6b-d176-447b-877d-f9f1a0b8fce9
12:11:45.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16941d7f-4a7f-43f5-a854-d91a0cf9ad3a
12:11:45.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cef7d50d-b592-4030-a2b9-72a4ed4d28fc
12:11:45.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:45.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:45.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:45.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba468d81-60d9-4d05-84e0-31ba9e79cf06
12:11:45.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:45.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:45.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:45.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:45.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b30349ba-cc45-4326-b046-7e9e492154cd
12:11:46.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbd5e4f3-bcd9-4e39-afac-c0cf4293ece5
12:11:46.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7a99fd0-b3ba-46e1-9341-4472ff767114
12:11:46.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.155 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=378b2d42-54ec-4a78-833b-41fdeccdc920
12:11:46.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.206 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd188172-14f7-43dd-9db5-e72e0515b9b7
12:11:46.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a0bf6f-82eb-46f0-b9f8-1a6e7c1f750a
12:11:46.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.289 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c35326b-a6c1-473c-a8c4-030abe1995dc
12:11:46.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c67689-c9d9-43f5-9be6-c1764046c357
12:11:46.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fe34663-9659-4921-8426-ed522443f1d6
12:11:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39b4488c-ffbe-4d68-8dbc-fbb4fd117e46
12:11:46.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36c0f333-9dfb-417f-89df-7fa38440c3bd
12:11:46.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=817e6fbd-85c0-4849-ad96-9df6f6a64469
12:11:46.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=204c5d99-2760-4813-bc2f-1ec9c32403a5
12:11:46.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca1d26b-445a-460f-bdd6-e37232ec4594
12:11:46.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4136ecb6-3939-42f6-9090-237d3976fa55
12:11:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e28c434-5db2-4309-b1e4-92b81dddabf2
12:11:46.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=470b3962-fc29-491a-9cda-4344e6e8cd7b
12:11:46.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee55a7d-3d4a-4d40-a2d2-408c73a5527b
12:11:46.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad5bfa4-24f6-4026-857c-a127287e32b0
12:11:46.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.873 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51c0d69-b3de-48ed-8581-8c331ffa56ca
12:11:46.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f89d4244-1bc2-4e23-a6eb-f4926d2c2674
12:11:46.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.967 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:46.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.983 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b144a221-5e48-48c7-809b-560aa65dcb80
12:11:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:46.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:46.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:46.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b0ca8d3-b2a7-43d9-a1b2-c9340e4212f1
12:11:46.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0f870a3-f632-4c34-b188-8d2e4b017e50
12:11:47.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad58711d-522d-4a87-a4b9-6ae33965060e
12:11:47.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0c78364-0a5b-41de-8651-f19ec077dffe
12:11:47.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b075808-0358-450e-81a3-1daa26acf605
12:11:47.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.240 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eece583-a50c-4c4a-be68-9e6af7b183ab
12:11:47.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2118e0e-dd33-48c2-8ef6-fbd5a322c9fa
12:11:47.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57127cb4-2cfe-4f14-b079-1e479433004d
12:11:47.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.383 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4983ba28-3a33-4c82-8bdf-f43c7dc6aec4
12:11:47.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=50f67f22-625e-449f-ac10-892c2bff5e93
12:11:47.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.475 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce84bde-e6aa-4151-acb3-65db7bc5e3d5
12:11:47.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a995aa52-6dfb-49eb-b80e-7557331fb23c
12:11:47.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab20408-f690-4498-b122-c8b45c9497ad
12:11:47.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d403b190-2aef-4baa-9d36-5d5e3cc92653
12:11:47.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffcfbb82-c782-442c-b84f-775cfdd3ef89
12:11:47.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=497dc498-5fe8-411d-8288-669218970ebd
12:11:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.742 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bd5de10-4199-4bb0-b055-e8e253c0df5b
12:11:47.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3781039-a26b-45ff-9db8-da8d5031faab
12:11:47.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.848 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3da513-caaa-4f40-8559-d4764401d2ee
12:11:47.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f70a193e-d9df-4593-857e-2c161ba9299d
12:11:47.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:47.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:47.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:47.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:47.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:47.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:47.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cbecce0-d853-4488-bbde-de6b3d171ef5
12:11:47.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af893688-aad0-42a8-8eca-4bf2cc7a03a8
12:11:48.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df508af5-c7c6-414c-8c7f-2e915540f280
12:11:48.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56c3f419-65ca-433e-90dc-71c642534a93
12:11:48.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0cfd6c-7868-4252-9c3a-f8d7e41fa73f
12:11:48.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f4b51b-7fb0-4e46-a172-a009b7f03c98
12:11:48.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a64537-41ef-45e1-b693-c3165512400b
12:11:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.258 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.271 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=151d70e8-9b6b-45e6-a435-195a37a2741c
12:11:48.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.285 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c61c33f4-dc1b-4ac1-a3bd-5ecfc6b97f45
12:11:48.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d42011-6f75-4d18-9d60-b91e1ed6192f
12:11:48.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da3de8d1-f695-4d48-b94b-9b9a7947a7f0
12:11:48.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.419 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd07c7b-4af1-4485-9954-debb248b1791
12:11:48.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4348de8-2878-41e9-91f9-69b95d7b7ff2
12:11:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.534 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ead8685-f2da-4678-9c7e-85c5853774cd
12:11:48.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.549 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8135e67a-6838-40a4-b6b6-732ecec90552
12:11:48.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e0fe44-50a8-4410-868c-3daed188ff42
12:11:48.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.641 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13d3ffa-141d-485e-a701-1c2c46fab79f
12:11:48.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be6ab0f-bfcb-460b-a145-506e949bc8a4
12:11:48.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74343c0-2416-4f71-9ca7-e23d844deaf6
12:11:48.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b435f4b0-5498-4979-ba57-6cb7cb753abd
12:11:48.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=120c7df0-e683-4635-a042-f883dd28ac8b
12:11:48.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73744be1-dcf3-4111-a771-0348dac2fd82
12:11:48.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.935 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:48.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5717cc6e-f51c-4cd8-ae37-9984979ed015
12:11:48.937 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:48.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:48.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:48.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:48.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:48.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34acf2b7-5d59-4462-8e08-c9293622fa6f
12:11:49.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.028 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0ff9694-fdb9-4909-8584-80a6df8696fe
12:11:49.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48ca5c61-9c36-4081-ac26-b74b18545bc2
12:11:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.119 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ae0632-35bd-4c6f-b462-8feaad48288b
12:11:49.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.158 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85e2eb90-709b-4f25-8442-f9f8340fbe33
12:11:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e35c599-d9d1-4fa4-a335-50da499a471f
12:11:49.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.251 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8944aa72-58ff-4070-ae99-3d66f93305af
12:11:49.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.297 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.300 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4959637-d19e-4407-a5e1-93e744ddd482
12:11:49.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58c9b2d4-55bc-477e-9ef3-ac65c3cae65c
12:11:49.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.406 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fb294db-ad0f-4f4b-9dc6-c7ebebbe60a9
12:11:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc1b2b6b-d176-447b-877d-f9f1a0b8fce9
12:11:49.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.470 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02f88963-a261-479b-89d6-f8ef928dbb96
12:11:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cbb0be-8a7c-4815-87d2-4257265a00d5
12:11:49.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16941d7f-4a7f-43f5-a854-d91a0cf9ad3a
12:11:49.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba468d81-60d9-4d05-84e0-31ba9e79cf06
12:11:49.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.649 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2a1419-a717-4533-be77-53d7d63f5821
12:11:49.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff933bd9-98cf-471e-9a88-d44df2c22b51
12:11:49.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbd5e4f3-bcd9-4e39-afac-c0cf4293ece5
12:11:49.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dd188172-14f7-43dd-9db5-e72e0515b9b7
12:11:49.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f836a6b-b4e3-4f61-bdd6-0f6ba2639795
12:11:49.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7c67689-c9d9-43f5-9be6-c1764046c357
12:11:49.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.926 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.942 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4eb7d49-c2a9-4b98-bfb2-dba358736b59
12:11:49.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:49.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:49.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:49.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:49.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:49.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39b4488c-ffbe-4d68-8dbc-fbb4fd117e46
12:11:50.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.018 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.061 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8f67575-6842-4c95-b567-0c6a7e3984e5
12:11:50.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=817e6fbd-85c0-4849-ad96-9df6f6a64469
12:11:50.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d364dbf-3793-40ea-965a-4b5b11494206
12:11:50.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ca1d26b-445a-460f-bdd6-e37232ec4594
12:11:50.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb63a26-62e7-4b93-900a-6726b35c89c7
12:11:50.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e28c434-5db2-4309-b1e4-92b81dddabf2
12:11:50.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=814ecdbf-d42b-4cac-8f83-d811a4519635
12:11:50.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.399 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ad5bfa4-24f6-4026-857c-a127287e32b0
12:11:50.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.451 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51cdd6b2-f2e9-46e1-ab05-e0e073034113
12:11:50.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b51c0d69-b3de-48ed-8581-8c331ffa56ca
12:11:50.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1418e8-e28b-4f79-a3bb-c38afba1c78e
12:11:50.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b144a221-5e48-48c7-809b-560aa65dcb80
12:11:50.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812b6813-4351-4284-ae33-be99f96db9ed
12:11:50.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff50623-23c6-4bdf-9412-b0a00fff9d70
12:11:50.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad58711d-522d-4a87-a4b9-6ae33965060e
12:11:50.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b075808-0358-450e-81a3-1daa26acf605
12:11:50.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3a8471-5d2a-495c-af79-ac306efb6d56
12:11:50.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.820 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eece583-a50c-4c4a-be68-9e6af7b183ab
12:11:50.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.830 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e7ac21c-deec-468d-8b5e-7d765452cdde
12:11:50.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4983ba28-3a33-4c82-8bdf-f43c7dc6aec4
12:11:50.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:50.941 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:50.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:50.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:50.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:50.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:50.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e3f01b-e3ca-447a-944c-cb96fcf754c1
12:11:50.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce84bde-e6aa-4151-acb3-65db7bc5e3d5
12:11:51.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77ba3061-1f86-4b9e-972e-ad5205bfd811
12:11:51.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ab20408-f690-4498-b122-c8b45c9497ad
12:11:51.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa34225d-933e-4919-a3c7-04bdbb804c4e
12:11:51.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffcfbb82-c782-442c-b84f-775cfdd3ef89
12:11:51.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.254 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbec4a5-dd7d-47c9-898d-596ca6507fe6
12:11:51.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bd5de10-4199-4bb0-b055-e8e253c0df5b
12:11:51.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.340 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87ad8821-4436-4199-9907-28801ae853fe
12:11:51.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d3da513-caaa-4f40-8559-d4764401d2ee
12:11:51.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.392 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3380ed2a-5233-4ecd-85da-934a0df370ce
12:11:51.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cbecce0-d853-4488-bbde-de6b3d171ef5
12:11:51.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.514 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf94da6e-354e-41ec-b104-4e05391629c8
12:11:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df508af5-c7c6-414c-8c7f-2e915540f280
12:11:51.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c17993cf-3992-42dc-b6dd-fc46cc42f33e
12:11:51.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a0cfd6c-7868-4252-9c3a-f8d7e41fa73f
12:11:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.686 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea36446-dc34-4a29-a86b-ca4cd7692be5
12:11:51.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59f4b51b-7fb0-4e46-a172-a009b7f03c98
12:11:51.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6709f0dd-d106-47b3-b6d3-f38465504717
12:11:51.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=151d70e8-9b6b-45e6-a435-195a37a2741c
12:11:51.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:51.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2995e437-f79f-40fd-87b5-095da9772c85
12:11:51.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:51.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:51.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:51.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:51.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:51.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54d42011-6f75-4d18-9d60-b91e1ed6192f
12:11:51.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd07c7b-4af1-4485-9954-debb248b1791
12:11:52.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac793925-a82d-4fee-9dea-2dd4b8c4a2d6
12:11:52.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ead8685-f2da-4678-9c7e-85c5853774cd
12:11:52.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.126 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73f166c0-7cdd-4257-b730-5cd5be78d9d0
12:11:52.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e13d3ffa-141d-485e-a701-1c2c46fab79f
12:11:52.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2be6ab0f-bfcb-460b-a145-506e949bc8a4
12:11:52.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a85eb858-981e-442c-91cd-544337f69db6
12:11:52.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.362 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b435f4b0-5498-4979-ba57-6cb7cb753abd
12:11:52.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.378 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44a68869-40d8-43ee-805f-ef3e1b0a7597
12:11:52.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5717cc6e-f51c-4cd8-ae37-9984979ed015
12:11:52.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f59fee8-d1da-4b49-8d5b-632e7114d6aa
12:11:52.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.540 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2223c3d6-e5e7-4ca2-b395-fd3e44f81c24
12:11:52.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.566 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0ff9694-fdb9-4909-8584-80a6df8696fe
12:11:52.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ec4abf-1dc1-476e-8d77-5e2b943211ce
12:11:52.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16ae0632-35bd-4c6f-b462-8feaad48288b
12:11:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.716 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7a4278-f55e-41db-bc17-adf137d6d97f
12:11:52.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e35c599-d9d1-4fa4-a335-50da499a471f
12:11:52.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.800 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=465446f8-288c-474f-ad69-4fa15e3c6dba
12:11:52.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4959637-d19e-4407-a5e1-93e744ddd482
12:11:52.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e31954a-7b7e-4e12-be14-b8c341674d88
12:11:52.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2fb294db-ad0f-4f4b-9dc6-c7ebebbe60a9
12:11:52.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:52.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:52.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:52.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:52.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:52.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:52.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bc9063c-1a06-4486-96f4-132dc8c090f6
12:11:52.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.028 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02f88963-a261-479b-89d6-f8ef928dbb96
12:11:53.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61245a60-ade2-4016-9218-324cbd933727
12:11:53.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cbb0be-8a7c-4815-87d2-4257265a00d5
12:11:53.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.119 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d30ba418-6c2c-419a-9f11-56650634fc18
12:11:53.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a2a1419-a717-4533-be77-53d7d63f5821
12:11:53.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850afb5f-0d6f-46df-a5a6-7279847dff36
12:11:53.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff933bd9-98cf-471e-9a88-d44df2c22b51
12:11:53.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647140d4-f66c-4a93-98e6-2ee03cc8ac8f
12:11:53.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f836a6b-b4e3-4f61-bdd6-0f6ba2639795
12:11:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76c55733-6a7d-4a34-842c-7037a89624ad
12:11:53.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4eb7d49-c2a9-4b98-bfb2-dba358736b59
12:11:53.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec24f2df-8279-4af9-8159-5bfd90b3c29f
12:11:53.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8f67575-6842-4c95-b567-0c6a7e3984e5
12:11:53.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.616 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ea5576-bbd9-4537-92d2-7408929659fe
12:11:53.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d364dbf-3793-40ea-965a-4b5b11494206
12:11:53.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.713 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b475b673-52ae-412a-88c2-9f8558ff54ba
12:11:53.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.781 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55066a1-d5dd-408f-aa97-94ae859cbcb0
12:11:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7cb63a26-62e7-4b93-900a-6726b35c89c7
12:11:53.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=814ecdbf-d42b-4cac-8f83-d811a4519635
12:11:53.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7c11d65-7512-442e-9350-ea7f803f8f81
12:11:53.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51cdd6b2-f2e9-46e1-ab05-e0e073034113
12:11:53.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:53.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:53.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:53.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:53.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:53.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:53.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=835e7c7f-def4-42f0-8fce-60e574fd66be
12:11:54.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.068 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1418e8-e28b-4f79-a3bb-c38afba1c78e
12:11:54.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a30882-6267-44b9-bb9f-77ff6398af74
12:11:54.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=812b6813-4351-4284-ae33-be99f96db9ed
12:11:54.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4133847-2483-4eb2-a7e8-9e6a27957eeb
12:11:54.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cff50623-23c6-4bdf-9412-b0a00fff9d70
12:11:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1aafa9-0a96-4e7c-9d94-1ea77fc39008
12:11:54.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3a8471-5d2a-495c-af79-ac306efb6d56
12:11:54.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.395 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f2919d-8707-4acf-a521-eab046086757
12:11:54.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e7ac21c-deec-468d-8b5e-7d765452cdde
12:11:54.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0c1d1e-9631-47f4-ae0d-0b8274217e7f
12:11:54.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09e3f01b-e3ca-447a-944c-cb96fcf754c1
12:11:54.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be21a2d-b1c4-48af-9aeb-65aa209dd195
12:11:54.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77ba3061-1f86-4b9e-972e-ad5205bfd811
12:11:54.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.679 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa34225d-933e-4919-a3c7-04bdbb804c4e
12:11:54.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f024c30-5be2-4b85-ad3a-0a5075818315
12:11:54.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.742 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fbec4a5-dd7d-47c9-898d-596ca6507fe6
12:11:54.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87ad8821-4436-4199-9907-28801ae853fe
12:11:54.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b595ed8-df05-42ce-9731-74d6b8911c38
12:11:54.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3380ed2a-5233-4ecd-85da-934a0df370ce
12:11:54.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.903 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc32063-e95f-4464-bb20-a11fa885be6f
12:11:54.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:54.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf94da6e-354e-41ec-b104-4e05391629c8
12:11:54.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.015 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f4332b1-78c4-46e5-aee7-070765d920b6
12:11:55.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c17993cf-3992-42dc-b6dd-fc46cc42f33e
12:11:55.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f8f3c1-bddb-4395-bd90-30381c6fc550
12:11:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ea36446-dc34-4a29-a86b-ca4cd7692be5
12:11:55.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.137 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.156 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae6bb714-f51f-4213-a007-12fcb0d9bc91
12:11:55.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6709f0dd-d106-47b3-b6d3-f38465504717
12:11:55.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c75edf-62e1-495f-b8e3-f37013006719
12:11:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f8f1024-53df-4e84-9068-fe418c24b64d
12:11:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2995e437-f79f-40fd-87b5-095da9772c85
12:11:55.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.395 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac793925-a82d-4fee-9dea-2dd4b8c4a2d6
12:11:55.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95bdb60f-d798-4c6d-a31a-dcae0e0e380f
12:11:55.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73f166c0-7cdd-4257-b730-5cd5be78d9d0
12:11:55.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dbcf22-eb46-4552-a9f2-33910d735904
12:11:55.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a85eb858-981e-442c-91cd-544337f69db6
12:11:55.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4540cd38-af7a-4e79-94c2-601063a79f23
12:11:55.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44a68869-40d8-43ee-805f-ef3e1b0a7597
12:11:55.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c978d439-9379-4133-89b0-a94aa5193e61
12:11:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f59fee8-d1da-4b49-8d5b-632e7114d6aa
12:11:55.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.801 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dbe60b-78e3-459d-9e91-6e7988b7f697
12:11:55.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2223c3d6-e5e7-4ca2-b395-fd3e44f81c24
12:11:55.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdfbbedb-e76c-4871-90b3-788a0de56af3
12:11:55.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:55.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2ec4abf-1dc1-476e-8d77-5e2b943211ce
12:11:55.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:55.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:55.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:55.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:55.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:55.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69300b2d-2cc4-4118-aada-2508bb80300b
12:11:55.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7a4278-f55e-41db-bc17-adf137d6d97f
12:11:56.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.055 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30cfa27-febb-4273-ad87-2ec9d39befab
12:11:56.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.102 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc44f15a-ee64-450f-9b55-05b5db8a7781
12:11:56.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=465446f8-288c-474f-ad69-4fa15e3c6dba
12:11:56.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.189 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e31954a-7b7e-4e12-be14-b8c341674d88
12:11:56.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a71f29e-95fb-4712-851c-e3cd28097266
12:11:56.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bc9063c-1a06-4486-96f4-132dc8c090f6
12:11:56.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=762d272d-9d14-4f35-9831-b505b5eeb546
12:11:56.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61245a60-ade2-4016-9218-324cbd933727
12:11:56.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.451 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9f6f9a-1dd8-4d6b-a3f7-747c381c2c4b
12:11:56.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d30ba418-6c2c-419a-9f11-56650634fc18
12:11:56.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6b7970-9995-4199-8c50-2dcbfbbc7f2a
12:11:56.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=850afb5f-0d6f-46df-a5a6-7279847dff36
12:11:56.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.601 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3dd270-85ee-4041-9c4f-b502f93339af
12:11:56.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647140d4-f66c-4a93-98e6-2ee03cc8ac8f
12:11:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.722 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f6ce8c-f344-480e-a9b1-7f565700b898
12:11:56.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.757 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.771 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76c55733-6a7d-4a34-842c-7037a89624ad
12:11:56.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.785 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6716ced-e967-443e-95d4-5edf602df6d5
12:11:56.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.849 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.851 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec24f2df-8279-4af9-8159-5bfd90b3c29f
12:11:56.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b41c938-f560-476a-91b5-05fc9f7dfe58
12:11:56.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:56.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:56.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ea5576-bbd9-4537-92d2-7408929659fe
12:11:56.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:56.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:56.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:56.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:56.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:56.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb3ccde-0cea-4244-a232-c2e2f39a7805
12:11:56.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b475b673-52ae-412a-88c2-9f8558ff54ba
12:11:57.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.038 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b6a539e-2b2a-4865-b4c7-2b7a1e4e26ce
12:11:57.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.103 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49558bac-f9d1-4583-99a9-11dd427ac504
12:11:57.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f55066a1-d5dd-408f-aa97-94ae859cbcb0
12:11:57.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.173 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aa3a5fc-83c5-46d5-86e2-83440409b8f3
12:11:57.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7c11d65-7512-442e-9350-ea7f803f8f81
12:11:57.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb507ec0-28cc-443f-80bc-c0654b3d5f2e
12:11:57.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=835e7c7f-def4-42f0-8fce-60e574fd66be
12:11:57.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7caed0cc-0c7f-4182-9375-d11cb0d9c795
12:11:57.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2a30882-6267-44b9-bb9f-77ff6398af74
12:11:57.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4133847-2483-4eb2-a7e8-9e6a27957eeb
12:11:57.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.532 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f73b25b-cf09-46f6-acc7-833a270ba192
12:11:57.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.586 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b1aafa9-0a96-4e7c-9d94-1ea77fc39008
12:11:57.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20cf2beb-8bbc-43d8-a40f-c2358c891144
12:11:57.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f2919d-8707-4acf-a521-eab046086757
12:11:57.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c0c1d1e-9631-47f4-ae0d-0b8274217e7f
12:11:57.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abab588-abb7-4ef6-8320-575cc0098412
12:11:57.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4be21a2d-b1c4-48af-9aeb-65aa209dd195
12:11:57.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58642468-39ed-4d85-82cd-9459fccf5475
12:11:57.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.857 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.857 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f024c30-5be2-4b85-ad3a-0a5075818315
12:11:57.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.924 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f4493b6-5c8b-46ec-8e68-5fe9870f6572
12:11:57.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:57.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b595ed8-df05-42ce-9731-74d6b8911c38
12:11:57.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:57.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:57.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:57.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:57.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:57.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:57.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.000 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc32063-e95f-4464-bb20-a11fa885be6f
12:11:58.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.002 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.016 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb63887f-41c9-416a-b297-d0326abe7730
12:11:58.018 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76d0eb99-a125-4970-aca6-d0c112b2317f
12:11:58.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.079 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f4332b1-78c4-46e5-aee7-070765d920b6
12:11:58.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=093eb824-cb31-45ec-b866-8f6a61d9e530
12:11:58.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83f8f3c1-bddb-4395-bd90-30381c6fc550
12:11:58.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae6bb714-f51f-4213-a007-12fcb0d9bc91
12:11:58.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e180cd9-afa7-40ed-9a1d-b728e3eca6b6
12:11:58.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594e5231-85c5-47a7-9155-76a59065272c
12:11:58.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.342 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.356 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67c75edf-62e1-495f-b8e3-f37013006719
12:11:58.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc448872-648b-4075-bc9d-378c97101b3d
12:11:58.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f8f1024-53df-4e84-9068-fe418c24b64d
12:11:58.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.499 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.500 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95bdb60f-d798-4c6d-a31a-dcae0e0e380f
12:11:58.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=008051fd-7a07-43e9-bbd3-45fa695994db
12:11:58.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68110e10-f058-4815-bd40-c19ad69a208f
12:11:58.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0dbcf22-eb46-4552-a9f2-33910d735904
12:11:58.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0446a973-085b-42ea-a701-af64f4934689
12:11:58.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4540cd38-af7a-4e79-94c2-601063a79f23
12:11:58.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b746030-316b-4e67-b8ce-0700745edeb2
12:11:58.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.803 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c978d439-9379-4133-89b0-a94aa5193e61
12:11:58.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.858 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39a80824-34d4-428b-acd5-08bab42aa125
12:11:58.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3dbe60b-78e3-459d-9e91-6e7988b7f697
12:11:58.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95da4276-f927-4064-ab8d-cfdd29a3c1c0
12:11:58.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:58.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:58.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:58.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:58.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:58.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fdfbbedb-e76c-4871-90b3-788a0de56af3
12:11:59.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.064 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05098bf7-98dd-4d30-b77a-f85277118850
12:11:59.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69300b2d-2cc4-4118-aada-2508bb80300b
12:11:59.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.189 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03806438-5889-4a4a-94be-a98b46c3a2f6
12:11:59.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e30cfa27-febb-4273-ad87-2ec9d39befab
12:11:59.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d82550-da98-4263-be19-3ea6454e65dd
12:11:59.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd22db5-8545-4aac-9fec-277b80c240b4
12:11:59.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc44f15a-ee64-450f-9b55-05b5db8a7781
12:11:59.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b556b39b-4ad6-468b-b271-f4ab65e97d4b
12:11:59.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a71f29e-95fb-4712-851c-e3cd28097266
12:11:59.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5084c670-d867-4176-8aed-eade0f74a405
12:11:59.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=762d272d-9d14-4f35-9831-b505b5eeb546
12:11:59.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.587 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e9f6f9a-1dd8-4d6b-a3f7-747c381c2c4b
12:11:59.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.628 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db856fe0-6c25-42cd-b2ee-af47a648fe69
12:11:59.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e6b7970-9995-4199-8c50-2dcbfbbc7f2a
12:11:59.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4971dcae-839c-42f4-b1fb-f651606fd681
12:11:59.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d3dd270-85ee-4041-9c4f-b502f93339af
12:11:59.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5a82ef8-08b4-40ba-a4ad-14e7fb606569
12:11:59.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5f6ce8c-f344-480e-a9b1-7f565700b898
12:11:59.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.897 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde1798b-c892-4192-92a7-7bd966f3cc7c
12:11:59.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.945 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:11:59.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6716ced-e967-443e-95d4-5edf602df6d5
12:11:59.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:11:59.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:11:59.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:11:59.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:11:59.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:11:59.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:11:59.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d4f728-8fa8-4cf7-928f-5d1df6d8e953
12:12:00.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b41c938-f560-476a-91b5-05fc9f7dfe58
12:12:00.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff3a6b0-a761-4cb8-a5e8-c6287cf1eae9
12:12:00.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bb3ccde-0cea-4244-a232-c2e2f39a7805
12:12:00.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e5bb2f-a28c-461d-82ad-c0a22486d57d
12:12:00.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.187 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b6a539e-2b2a-4865-b4c7-2b7a1e4e26ce
12:12:00.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee53f1b5-60aa-4a0a-bc7d-29d39107a86e
12:12:00.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.299 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=49558bac-f9d1-4583-99a9-11dd427ac504
12:12:00.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6339d794-2fdb-4d9d-8451-5c09a3b961b6
12:12:00.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6aa3a5fc-83c5-46d5-86e2-83440409b8f3
12:12:00.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1375e14-a01a-401c-96a1-68993f8a01af
12:12:00.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.499 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.502 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e93ed3c-2c30-48db-831a-7f06da326f39
12:12:00.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb507ec0-28cc-443f-80bc-c0654b3d5f2e
12:12:00.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.586 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=576ac627-6d20-4e6c-9799-585dba1cabdb
12:12:00.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.661 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7caed0cc-0c7f-4182-9375-d11cb0d9c795
12:12:00.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebf19823-498c-44f7-80c6-901790d8482d
12:12:00.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f73b25b-cf09-46f6-acc7-833a270ba192
12:12:00.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.789 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ee0046-f97b-4077-9340-06130e3bdf27
12:12:00.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20cf2beb-8bbc-43d8-a40f-c2358c891144
12:12:00.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09e592a-978c-4803-a202-1c06220d2058
12:12:00.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:00.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:00.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:00.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a3ec921-58b4-4e2f-8fdc-8a1b7c4b9cee
12:12:00.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:00.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:00.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:00.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:00.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abab588-abb7-4ef6-8320-575cc0098412
12:12:00.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.068 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bee86e75-e003-4103-8bba-cf721619b028
12:12:01.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58642468-39ed-4d85-82cd-9459fccf5475
12:12:01.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f4493b6-5c8b-46ec-8e68-5fe9870f6572
12:12:01.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.179 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa096fc1-1ca8-4419-9776-1cf024aac2e5
12:12:01.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb63887f-41c9-416a-b297-d0326abe7730
12:12:01.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74bc7fab-18ae-417a-b5d5-3d64c7ba5aa0
12:12:01.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.319 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76d0eb99-a125-4970-aca6-d0c112b2317f
12:12:01.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17c82ca4-561f-49da-87db-4d03614f57f8
12:12:01.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=093eb824-cb31-45ec-b866-8f6a61d9e530
12:12:01.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68d54ed0-cf01-4a62-9f48-df4c7dc76c66
12:12:01.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e180cd9-afa7-40ed-9a1d-b728e3eca6b6
12:12:01.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44d51e06-af59-4d35-aaed-13b356021635
12:12:01.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=594e5231-85c5-47a7-9155-76a59065272c
12:12:01.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c53e7063-f5bd-443d-ad9e-386303c012fa
12:12:01.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc448872-648b-4075-bc9d-378c97101b3d
12:12:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.774 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c001eb15-eb70-468e-9765-70a30349c06a
12:12:01.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=008051fd-7a07-43e9-bbd3-45fa695994db
12:12:01.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.853 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b98c34-5d11-43e1-ba4b-ad461683952e
12:12:01.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e1fa146-1f9c-43cc-971e-b37511a452bb
12:12:01.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68110e10-f058-4815-bd40-c19ad69a208f
12:12:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:01.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:01.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:01.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:01.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:01.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f48a4a8-d82c-408e-8367-bccf3eec438b
12:12:02.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.055 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0446a973-085b-42ea-a701-af64f4934689
12:12:02.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=762026d1-5f82-4863-8e7b-eaf3fdff0c05
12:12:02.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b746030-316b-4e67-b8ce-0700745edeb2
12:12:02.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.167 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d61a6a37-4bb0-42e0-8276-90c54e843a85
12:12:02.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39a80824-34d4-428b-acd5-08bab42aa125
12:12:02.262 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.274 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e75dfd-1c4a-4257-a37d-620597ac2a96
12:12:02.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.359 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95da4276-f927-4064-ab8d-cfdd29a3c1c0
12:12:02.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f9cda5-3924-4633-bf8e-26db12bac308
12:12:02.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d99b2a0a-7c1c-4d2d-9a1b-2072d58768d2
12:12:02.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05098bf7-98dd-4d30-b77a-f85277118850
12:12:02.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a6f4211-ffac-4a63-8601-bb4c36543234
12:12:02.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03806438-5889-4a4a-94be-a98b46c3a2f6
12:12:02.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3200fd-3246-477c-8461-cd25a2c6f6f5
12:12:02.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1d82550-da98-4263-be19-3ea6454e65dd
12:12:02.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad0bd04-e0fd-406c-a92d-f2414b630836
12:12:02.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bd22db5-8545-4aac-9fec-277b80c240b4
12:12:02.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.787 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d11f47c-b234-425e-8adf-b0b92ccc23b9
12:12:02.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b556b39b-4ad6-468b-b271-f4ab65e97d4b
12:12:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a85dba-95f7-4fd0-8f22-362441c9f854
12:12:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5084c670-d867-4176-8aed-eade0f74a405
12:12:02.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.951 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.966 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:02.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6161fc-f02f-4186-a643-fd497c6d0991
12:12:02.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:02.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:02.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:02.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:02.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:02.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:02.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db856fe0-6c25-42cd-b2ee-af47a648fe69
12:12:03.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134ae86c-52ed-4c56-ac47-b9a4ff45077b
12:12:03.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4971dcae-839c-42f4-b1fb-f651606fd681
12:12:03.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3dfd2b2-4e20-409d-9649-bf0e6ec97018
12:12:03.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c984f045-a1d1-4be4-89e2-43d691ceba06
12:12:03.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5a82ef8-08b4-40ba-a4ad-14e7fb606569
12:12:03.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.232 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=888f1b11-92c1-4dec-832c-c5e8ced43728
12:12:03.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cde1798b-c892-4192-92a7-7bd966f3cc7c
12:12:03.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.300 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.314 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=559ddc47-5484-49de-99c4-0ce7f748dcf0
12:12:03.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=13d4f728-8fa8-4cf7-928f-5d1df6d8e953
12:12:03.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d825efe-92c4-4d92-9e72-55889f2169af
12:12:03.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a478ccb7-49c0-4adb-892b-671bc2d655ae
12:12:03.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff3a6b0-a761-4cb8-a5e8-c6287cf1eae9
12:12:03.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.519 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0663cae-f76f-495d-abb4-d6ea1f0d6db3
12:12:03.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e5bb2f-a28c-461d-82ad-c0a22486d57d
12:12:03.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.585 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12af750b-d754-4850-a7c2-5b92fa122b8d
12:12:03.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee53f1b5-60aa-4a0a-bc7d-29d39107a86e
12:12:03.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.696 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74efb676-f982-4c8d-bc36-a146eceb099e
12:12:03.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.734 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6339d794-2fdb-4d9d-8451-5c09a3b961b6
12:12:03.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c3da31-60f1-4ab5-bf3c-792016d81b82
12:12:03.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1375e14-a01a-401c-96a1-68993f8a01af
12:12:03.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.874 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.887 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721ec522-56b3-4e26-910c-ca5265a2d56c
12:12:03.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.940 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e93ed3c-2c30-48db-831a-7f06da326f39
12:12:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:03.969 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:03.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:03.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:03.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:03.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:03.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:03.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23da9d1f-136f-437f-97e1-e756e4205ec3
12:12:03.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=576ac627-6d20-4e6c-9799-585dba1cabdb
12:12:04.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.074 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfa40afb-ab26-418f-99c6-f962293b42fb
12:12:04.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf294a8f-5b76-4a9f-aeff-41ae6d3e0d7b
12:12:04.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ebf19823-498c-44f7-80c6-901790d8482d
12:12:04.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57ee0046-f97b-4077-9340-06130e3bdf27
12:12:04.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.261 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e142a115-b5a6-4358-9d92-12cf24ce630b
12:12:04.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b09e592a-978c-4803-a202-1c06220d2058
12:12:04.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.346 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a96f13-2148-4f8b-bc91-654a1a2e7588
12:12:04.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.386 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a3ec921-58b4-4e2f-8fdc-8a1b7c4b9cee
12:12:04.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.412 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221f404e-4172-401d-81fc-cbd62982cf6d
12:12:04.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bee86e75-e003-4103-8bba-cf721619b028
12:12:04.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.539 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.553 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7010a944-76ba-49e2-aeaf-9d1560b3e35a
12:12:04.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.602 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa096fc1-1ca8-4419-9776-1cf024aac2e5
12:12:04.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cbb356b-7ca9-49bc-8194-b10da3692a71
12:12:04.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74bc7fab-18ae-417a-b5d5-3d64c7ba5aa0
12:12:04.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.727 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a012b8b4-199d-4e30-b067-8f8096dc91bd
12:12:04.761 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.775 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17c82ca4-561f-49da-87db-4d03614f57f8
12:12:04.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68d54ed0-cf01-4a62-9f48-df4c7dc76c66
12:12:04.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b465b47a-216d-4ca5-8a14-480934184f96
12:12:04.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:04.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c112f77-8f93-48b0-95de-5659f00f6d65
12:12:04.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:04.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44d51e06-af59-4d35-aaed-13b356021635
12:12:04.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:04.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:04.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4210c71f-9cfa-485c-9bea-f8c63d62857b
12:12:05.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c53e7063-f5bd-443d-ad9e-386303c012fa
12:12:05.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.094 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=486abf85-779e-4bde-b018-60bb8534ca95
12:12:05.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c001eb15-eb70-468e-9765-70a30349c06a
12:12:05.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.218 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f234ac3b-59bf-46a9-a569-e11591941bc7
12:12:05.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0b98c34-5d11-43e1-ba4b-ad461683952e
12:12:05.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea5d5c6-bbcc-40ac-ab16-ac2fcc20e34b
12:12:05.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.374 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e1fa146-1f9c-43cc-971e-b37511a452bb
12:12:05.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fc8833a-defd-46bb-b592-79a2326b8b83
12:12:05.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2f48a4a8-d82c-408e-8367-bccf3eec438b
12:12:05.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.474 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75094743-fa79-4ef1-97e5-c8ba82d1dd4f
12:12:05.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=762026d1-5f82-4863-8e7b-eaf3fdff0c05
12:12:05.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=023223a2-2a31-45c1-981c-12767f4f61b8
12:12:05.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.635 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d61a6a37-4bb0-42e0-8276-90c54e843a85
12:12:05.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d5e6cf-1b94-4cb0-8d9b-d5f734e80432
12:12:05.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dba95e-bdf0-4f1e-920f-e4c695812d83
12:12:05.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2e75dfd-1c4a-4257-a37d-620597ac2a96
12:12:05.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea943ee6-7a3e-4aaf-99f2-39fbc6d36705
12:12:05.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.816 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.816 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.832 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41f9cda5-3924-4633-bf8e-26db12bac308
12:12:05.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.864 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.884 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6bd4c36-cbf9-4bf0-86c6-189be8433ca3
12:12:05.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d99b2a0a-7c1c-4d2d-9a1b-2072d58768d2
12:12:05.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:05.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39744536-c863-481c-b79f-0211fe5d2074
12:12:05.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:05.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:05.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:05.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:05.978 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:05.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:05.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a6f4211-ffac-4a63-8601-bb4c36543234
12:12:06.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62cc3f17-9999-4f2a-a43f-47fa9a0403c0
12:12:06.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3200fd-3246-477c-8461-cd25a2c6f6f5
12:12:06.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.136 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8c3f9c-bef1-477a-abc4-b03a8f4c3ca7
12:12:06.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad0bd04-e0fd-406c-a92d-f2414b630836
12:12:06.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.245 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.259 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29532c62-68fc-4192-834a-65b3b05c3ae1
12:12:06.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=137a0959-df19-44a0-b577-7ab35d3a68d8
12:12:06.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d11f47c-b234-425e-8adf-b0b92ccc23b9
12:12:06.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246dc603-ba94-4993-a65f-550dbf948e95
12:12:06.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.419 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.433 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d130e421-e0fd-4cfb-9e76-775840952de6
12:12:06.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a85dba-95f7-4fd0-8f22-362441c9f854
12:12:06.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deaaa492-da7f-4e5c-84b2-14b59f820fcb
12:12:06.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b6161fc-f02f-4186-a643-fd497c6d0991
12:12:06.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.590 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e7f2994-980f-4aa7-976e-314fa810d3b7
12:12:06.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134ae86c-52ed-4c56-ac47-b9a4ff45077b
12:12:06.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.651 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53e3b648-f170-4524-86d3-8c23b095dfcf
12:12:06.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3dfd2b2-4e20-409d-9649-bf0e6ec97018
12:12:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14eea708-3c73-4e82-8db5-0d6fab686fbf
12:12:06.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c984f045-a1d1-4be4-89e2-43d691ceba06
12:12:06.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cb7168a-1c90-47c9-889d-036cd698f175
12:12:06.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.870 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=888f1b11-92c1-4dec-832c-c5e8ced43728
12:12:06.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d3b6613-f271-4b3a-ba13-e13e00a5ca7b
12:12:06.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=559ddc47-5484-49de-99c4-0ce7f748dcf0
12:12:06.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:06.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:06.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:06.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:06.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce228613-6e4c-404a-b0d9-c90cb442a09a
12:12:06.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d825efe-92c4-4d92-9e72-55889f2169af
12:12:07.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.041 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.054 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=512bab0b-bd13-4048-ad1d-539b8c64b42d
12:12:07.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a478ccb7-49c0-4adb-892b-671bc2d655ae
12:12:07.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b34b9dbf-583a-483d-aa7a-7f913917f9f7
12:12:07.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.169 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0663cae-f76f-495d-abb4-d6ea1f0d6db3
12:12:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5eecd0f-e70c-4b7d-bc1b-d5af79a97978
12:12:07.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12af750b-d754-4850-a7c2-5b92fa122b8d
12:12:07.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=590788b2-0fec-40ee-adad-8c160f92ab63
12:12:07.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82110c81-9874-4617-ac7c-9bdf961b0b79
12:12:07.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74efb676-f982-4c8d-bc36-a146eceb099e
12:12:07.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.435 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6905c07-c177-4e16-871e-21b0389a2287
12:12:07.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0c3da31-60f1-4ab5-bf3c-792016d81b82
12:12:07.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.526 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=721ec522-56b3-4e26-910c-ca5265a2d56c
12:12:07.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.539 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7771619c-c08f-4ac8-9484-c8289aa5ed34
12:12:07.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eb5f6a5-1697-4ef8-a2cd-2b01e4a4a260
12:12:07.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23da9d1f-136f-437f-97e1-e756e4205ec3
12:12:07.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.675 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dde51d8-8e5a-4318-8f5b-73f985be3386
12:12:07.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfa40afb-ab26-418f-99c6-f962293b42fb
12:12:07.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a09312-1cd0-44ec-bd49-c921d20956a5
12:12:07.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.774 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf294a8f-5b76-4a9f-aeff-41ae6d3e0d7b
12:12:07.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10e2c8e1-1c06-45df-b134-6ce3e8098df7
12:12:07.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de1db0e-a383-41e5-80b7-8dd649caed60
12:12:07.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e142a115-b5a6-4358-9d92-12cf24ce630b
12:12:07.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.951 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41195080-3a71-46c9-9c8d-79514db424eb
12:12:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:07.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:07.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:07.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:07.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:07.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:07.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:07.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a96f13-2148-4f8b-bc91-654a1a2e7588
12:12:07.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff6069d-705c-4c58-b9fe-5bcce695563d
12:12:08.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=221f404e-4172-401d-81fc-cbd62982cf6d
12:12:08.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c5e232-262b-42a3-8941-3cec60d3e4f3
12:12:08.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7010a944-76ba-49e2-aeaf-9d1560b3e35a
12:12:08.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.200 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a3b1ea-86a9-4462-a8a2-b3fc0305189c
12:12:08.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cbb356b-7ca9-49bc-8194-b10da3692a71
12:12:08.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7550387-d6ee-4e92-8c08-0c173eff68ba
12:12:08.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a012b8b4-199d-4e30-b067-8f8096dc91bd
12:12:08.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.443 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.462 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dbea4fb-8355-4b99-b54d-3c5e439042b4
12:12:08.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b465b47a-216d-4ca5-8a14-480934184f96
12:12:08.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe9dde0-4928-4019-9703-4b71be476c4a
12:12:08.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c112f77-8f93-48b0-95de-5659f00f6d65
12:12:08.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.599 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0afee90-ee7b-4f34-8e57-0229d323ed04
12:12:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.651 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.672 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4210c71f-9cfa-485c-9bea-f8c63d62857b
12:12:08.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7274bd7c-ade5-485d-b8a6-5f7a3da1a948
12:12:08.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.777 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=486abf85-779e-4bde-b018-60bb8534ca95
12:12:08.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d90bb9-daca-4715-b827-77af01b32faf
12:12:08.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f234ac3b-59bf-46a9-a569-e11591941bc7
12:12:08.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab1d6d2-69d4-4500-9462-8a8cf888417b
12:12:08.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.941 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:08.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:08.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:08.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea5d5c6-bbcc-40ac-ab16-ac2fcc20e34b
12:12:08.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:08.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:08.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:08.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:08.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203946b2-2194-4ea2-ae91-d920cbc16260
12:12:08.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c3359cc-f77f-49a5-b7b6-78bd5be92036
12:12:09.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.057 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.057 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fc8833a-defd-46bb-b592-79a2326b8b83
12:12:09.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1faf59bb-06c3-4439-9dae-42abdb41c773
12:12:09.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75094743-fa79-4ef1-97e5-c8ba82d1dd4f
12:12:09.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c35f31a-c3a6-4194-be3a-081d6d3ef751
12:12:09.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=023223a2-2a31-45c1-981c-12767f4f61b8
12:12:09.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c80198fb-e447-48a2-90e8-ccc7d6c658fe
12:12:09.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d5e6cf-1b94-4cb0-8d9b-d5f734e80432
12:12:09.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d517132-08d4-47d1-bbc0-382abd57b13c
12:12:09.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94dba95e-bdf0-4f1e-920f-e4c695812d83
12:12:09.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.428 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37ad0056-2f40-4a7d-985f-aef6d5da64ba
12:12:09.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea943ee6-7a3e-4aaf-99f2-39fbc6d36705
12:12:09.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.505 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.519 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8615153f-8532-4b4c-980f-65eb60913412
12:12:09.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6bd4c36-cbf9-4bf0-86c6-189be8433ca3
12:12:09.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.600 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66979a9e-f289-4615-9427-196f30e6e406
12:12:09.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39744536-c863-481c-b79f-0211fe5d2074
12:12:09.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.707 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aaa2b4d-6c70-4d94-a55c-0f0401ca90e4
12:12:09.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62cc3f17-9999-4f2a-a43f-47fa9a0403c0
12:12:09.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.767 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463200c6-35cd-4059-b6cd-51ea3cd8cbc9
12:12:09.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8c3f9c-bef1-477a-abc4-b03a8f4c3ca7
12:12:09.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.809 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b1a77d3-9af1-412e-8f4a-98940245cf43
12:12:09.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.885 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29532c62-68fc-4192-834a-65b3b05c3ae1
12:12:09.912 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.922 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6513ba51-478a-407d-89a1-a0270f11c846
12:12:09.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:09.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:09.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:09.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:09.999 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=137a0959-df19-44a0-b577-7ab35d3a68d8
12:12:10.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c907e40d-e954-423f-83b4-8627a20c483a
12:12:10.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.076 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=246dc603-ba94-4993-a65f-550dbf948e95
12:12:10.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.106 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d37148f-3d97-4108-a434-cb677d1e894d
12:12:10.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d130e421-e0fd-4cfb-9e76-775840952de6
12:12:10.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a71b57-b47c-4cb6-8710-9f20b7d1bf9a
12:12:10.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deaaa492-da7f-4e5c-84b2-14b59f820fcb
12:12:10.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0832b43c-e817-44e5-bc01-0886b5c43444
12:12:10.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e7f2994-980f-4aa7-976e-314fa810d3b7
12:12:10.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b8f5ce-6516-4b5b-960d-701c1355e7ef
12:12:10.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53e3b648-f170-4524-86d3-8c23b095dfcf
12:12:10.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c206254-858d-41e1-9982-f447e4a27f53
12:12:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14eea708-3c73-4e82-8db5-0d6fab686fbf
12:12:10.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.586 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dae0719-e358-4a7e-8869-ed7b52190328
12:12:10.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.641 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cb7168a-1c90-47c9-889d-036cd698f175
12:12:10.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6315e5d3-7060-4188-bd5a-f952f2559ef8
12:12:10.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.699 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d3b6613-f271-4b3a-ba13-e13e00a5ca7b
12:12:10.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e10c2d-079c-4728-a280-931bbddb4cbc
12:12:10.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.832 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.833 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce228613-6e4c-404a-b0d9-c90cb442a09a
12:12:10.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20dbbaaf-6449-4163-9326-8f72f5fb32aa
12:12:10.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:10.960 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:10.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=512bab0b-bd13-4048-ad1d-539b8c64b42d
12:12:10.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:10.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:10.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:10.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:10.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:10.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f4d63-0a26-44b3-949e-ae04ea52cc5a
12:12:10.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.032 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.047 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=541d9cc1-6def-4182-9739-3e63ea8f2acf
12:12:11.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b34b9dbf-583a-483d-aa7a-7f913917f9f7
12:12:11.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c45332-1971-4e6c-be1f-b741311e4cbd
12:12:11.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5eecd0f-e70c-4b7d-bc1b-d5af79a97978
12:12:11.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58ba30b-91cd-4861-8564-b09d134ddb4f
12:12:11.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=590788b2-0fec-40ee-adad-8c160f92ab63
12:12:11.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.247 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3000472c-64e3-43a5-9215-ee72444c0346
12:12:11.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82110c81-9874-4617-ac7c-9bdf961b0b79
12:12:11.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.304 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.319 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b87c515-1b8b-4150-b95d-7dad965ed6fc
12:12:11.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.357 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6905c07-c177-4e16-871e-21b0389a2287
12:12:11.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786f2f61-7dd4-4195-af37-67a395e3a9e2
12:12:11.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.436 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7771619c-c08f-4ac8-9484-c8289aa5ed34
12:12:11.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.456 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ce1bc1-0129-4951-b376-64da8d10fa09
12:12:11.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9eb5f6a5-1697-4ef8-a2cd-2b01e4a4a260
12:12:11.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4e3a2e5-4c13-42f0-8eb8-016cc273171b
12:12:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.617 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dde51d8-8e5a-4318-8f5b-73f985be3386
12:12:11.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.656 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcef3acc-dfb8-45ff-a4a4-83c111744fe6
12:12:11.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.721 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7a09312-1cd0-44ec-bd49-c921d20956a5
12:12:11.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed1b0322-f895-48ec-8b8a-fe9bdffa47d7
12:12:11.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10e2c8e1-1c06-45df-b134-6ce3e8098df7
12:12:11.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2a810e-8db3-4f04-a5ce-3d4a124496f8
12:12:11.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3de1db0e-a383-41e5-80b7-8dd649caed60
12:12:11.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82e7ad3d-09ad-48d1-ba9b-bd605ecab83e
12:12:11.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:11.968 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:11.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:11.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:11.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:11.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:11.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41195080-3a71-46c9-9c8d-79514db424eb
12:12:11.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4c6b596-9d93-4c75-8338-7e19f0418271
12:12:12.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ff6069d-705c-4c58-b9fe-5bcce695563d
12:12:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.145 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b9d9b5-2b1a-44e9-8fd0-87c8b6a56f80
12:12:12.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7c5e232-262b-42a3-8941-3cec60d3e4f3
12:12:12.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.237 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.252 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3ffc56-0880-40bd-8a95-1d580820e07b
12:12:12.253 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.274 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75a3b1ea-86a9-4462-a8a2-b3fc0305189c
12:12:12.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68a6998-031f-479a-bc87-d58c102f03f4
12:12:12.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7550387-d6ee-4e92-8c08-0c173eff68ba
12:12:12.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4151dde0-d5e4-4762-a6ea-48db0e7cb20d
12:12:12.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dbea4fb-8355-4b99-b54d-3c5e439042b4
12:12:12.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.468 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5d6eda-aa46-4c61-a920-d3e734d75aa7
12:12:12.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.524 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fe9dde0-4928-4019-9703-4b71be476c4a
12:12:12.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7382b733-eb9f-41e0-9f8c-a109c11d7059
12:12:12.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48df0bfd-2676-482f-81bc-f23fbc8292ad
12:12:12.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0afee90-ee7b-4f34-8e57-0229d323ed04
12:12:12.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.736 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8f1431-0e6a-456e-b0f5-0df7ed0d99ae
12:12:12.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7274bd7c-ade5-485d-b8a6-5f7a3da1a948
12:12:12.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.803 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df973c01-cec1-4d8e-b892-0b664fcee2b5
12:12:12.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=35d90bb9-daca-4715-b827-77af01b32faf
12:12:12.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.869 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34eed762-5e64-4fca-a029-c8c7f31e0f78
12:12:12.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.884 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ab1d6d2-69d4-4500-9462-8a8cf888417b
12:12:12.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:12.968 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:12.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=203946b2-2194-4ea2-ae91-d920cbc16260
12:12:12.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:12.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:12.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:12.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:12.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=546e339a-308e-4f1a-88be-814ca7bdf843
12:12:12.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e527041b-425b-4612-9587-434a9cb48713
12:12:13.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c3359cc-f77f-49a5-b7b6-78bd5be92036
12:12:13.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23e24b71-9746-4520-a9fc-f48ad53f01ba
12:12:13.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1faf59bb-06c3-4439-9dae-42abdb41c773
12:12:13.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c35f31a-c3a6-4194-be3a-081d6d3ef751
12:12:13.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eb1e090-7e8d-4cea-b5b0-e89c0e465184
12:12:13.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5609e019-0ac0-48fd-85dd-d23ceb559460
12:12:13.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c80198fb-e447-48a2-90e8-ccc7d6c658fe
12:12:13.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd99450c-e06c-4b7a-9a52-9243423cc38e
12:12:13.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.445 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.478 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d517132-08d4-47d1-bbc0-382abd57b13c
12:12:13.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b664561f-d7fe-4257-9b00-6aae71754e64
12:12:13.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.555 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.578 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37ad0056-2f40-4a7d-985f-aef6d5da64ba
12:12:13.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2733f0a8-7589-44e4-a5f5-4cfc47e8e3ba
12:12:13.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.630 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8615153f-8532-4b4c-980f-65eb60913412
12:12:13.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dcf9cad-a476-4f64-bace-5da7b0ba85d4
12:12:13.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66979a9e-f289-4615-9427-196f30e6e406
12:12:13.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.752 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f81b34-1013-440e-b81d-25dfc9c7f4da
12:12:13.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aaa2b4d-6c70-4d94-a55c-0f0401ca90e4
12:12:13.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.886 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0245a5a-0523-4620-9335-0416147e060c
12:12:13.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:13.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=463200c6-35cd-4059-b6cd-51ea3cd8cbc9
12:12:13.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:13.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:13.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:13.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:13.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:13.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:13.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8705b564-a766-4fa2-a046-3d3fa0202978
12:12:14.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.019 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b1a77d3-9af1-412e-8f4a-98940245cf43
12:12:14.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.077 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.092 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df690f2-d434-44aa-a414-ffebd47811b7
12:12:14.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6513ba51-478a-407d-89a1-a0270f11c846
12:12:14.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.157 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e879fcb-90f6-4a40-8c73-adb61a284979
12:12:14.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.238 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.238 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c907e40d-e954-423f-83b4-8627a20c483a
12:12:14.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0919f5a2-c262-4491-841d-30b00c0ba5ab
12:12:14.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.345 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca34b3ad-1d23-4bbe-8d4a-816c9918378b
12:12:14.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d37148f-3d97-4108-a434-cb677d1e894d
12:12:14.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.405 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aab1fc2-e0a5-4e9b-98dc-08d17f4c0d57
12:12:14.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19a71b57-b47c-4cb6-8710-9f20b7d1bf9a
12:12:14.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.486 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453b08fa-5944-45c2-9461-9bd48b80e8d4
12:12:14.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.503 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.516 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0832b43c-e817-44e5-bc01-0886b5c43444
12:12:14.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.592 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d69281-9b33-406d-879a-d5386b9c849e
12:12:14.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84b8f5ce-6516-4b5b-960d-701c1355e7ef
12:12:14.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.676 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=305d186c-58d8-4669-883c-5f9974739a0e
12:12:14.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c206254-858d-41e1-9982-f447e4a27f53
12:12:14.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.769 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4b1c31-3b79-44fc-a843-7a891da7dd81
12:12:14.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3dae0719-e358-4a7e-8869-ed7b52190328
12:12:14.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0865ed-69f6-4875-85b9-6b1c04b37218
12:12:14.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6315e5d3-7060-4188-bd5a-f952f2559ef8
12:12:14.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.939 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.939 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.953 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb15342c-abd9-46ed-a2ed-6b66c95cbfaf
12:12:14.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:14.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:14.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:14.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:14.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:14.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4e10c2d-079c-4728-a280-931bbddb4cbc
12:12:15.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ac322c-c33d-4bf9-bfb1-b69623a52983
12:12:15.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20dbbaaf-6449-4163-9326-8f72f5fb32aa
12:12:15.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.142 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=862bbda4-2ea1-42c8-970e-12abbe239384
12:12:15.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.202 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ebda96a-e56e-44f2-802e-a7a8f587ed58
12:12:15.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da6f4d63-0a26-44b3-949e-ae04ea52cc5a
12:12:15.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=541d9cc1-6def-4182-9739-3e63ea8f2acf
12:12:15.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1156a8e0-6662-4cd1-95bf-ee1b120fb957
12:12:15.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.460 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82c45332-1971-4e6c-be1f-b741311e4cbd
12:12:15.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.474 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d84de88c-9403-45fe-ac98-a315afe28e89
12:12:15.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f58ba30b-91cd-4861-8564-b09d134ddb4f
12:12:15.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e5441f6-7d5a-46f9-baae-04d5c3dfd32d
12:12:15.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80428cb1-cc27-4431-b4a0-634e8c3fbd32
12:12:15.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3000472c-64e3-43a5-9215-ee72444c0346
12:12:15.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bdd6758-72c4-4b9e-8a75-fd67aa9c618e
12:12:15.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b87c515-1b8b-4150-b95d-7dad965ed6fc
12:12:15.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8c1969-ffdc-459f-9f61-672cf7df9178
12:12:15.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786f2f61-7dd4-4195-af37-67a395e3a9e2
12:12:15.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc7eedf-03ed-48b3-9e40-7f0a9cfcbd64
12:12:15.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=14ce1bc1-0129-4951-b376-64da8d10fa09
12:12:15.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.907 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.920 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc283e73-9ed3-4b08-8863-bdf82e636693
12:12:15.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.956 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:15.979 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:15.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:15.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:15.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4e3a2e5-4c13-42f0-8eb8-016cc273171b
12:12:15.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:15.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:15.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:15.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e51489a0-b258-402c-9d3e-90263869933e
12:12:16.000 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcef3acc-dfb8-45ff-a4a4-83c111744fe6
12:12:16.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.073 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a59e705-f0b7-4f4a-b1b2-86f36a7654ff
12:12:16.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c815e7f1-77f2-4f82-abec-ac46b9f09d3c
12:12:16.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed1b0322-f895-48ec-8b8a-fe9bdffa47d7
12:12:16.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6b7b64-dc11-47cc-b0d7-28797aa9bcba
12:12:16.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.255 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab2a810e-8db3-4f04-a5ce-3d4a124496f8
12:12:16.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d383d36-78f4-463d-a2e7-f56a8b5d7527
12:12:16.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.339 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82e7ad3d-09ad-48d1-ba9b-bd605ecab83e
12:12:16.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4c6b596-9d93-4c75-8338-7e19f0418271
12:12:16.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b98c79ee-9fa5-4129-a9e2-c4ae41228caf
12:12:16.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b9d9b5-2b1a-44e9-8fd0-87c8b6a56f80
12:12:16.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3cc93f9-2fd4-4980-bcb2-c34c62ebb796
12:12:16.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a3ffc56-0880-40bd-8a95-1d580820e07b
12:12:16.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ec9d98-e24e-466c-afe7-5788a4bf0049
12:12:16.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d68a6998-031f-479a-bc87-d58c102f03f4
12:12:16.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.688 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3074a82-9144-4574-a770-ae4142259d00
12:12:16.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.740 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5251c40-c3cd-40f3-b360-dedb691807dc
12:12:16.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4151dde0-d5e4-4762-a6ea-48db0e7cb20d
12:12:16.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8370a35-5102-4c8e-81ad-f1145d0729cc
12:12:16.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.822 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5d6eda-aa46-4c61-a920-d3e734d75aa7
12:12:16.836 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.882 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb6fdd8-1dfa-4e25-a6d7-7ac1cccb6355
12:12:16.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7382b733-eb9f-41e0-9f8c-a109c11d7059
12:12:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b39463-77af-40e5-8e7e-2ffe9573108c
12:12:16.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.965 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:16.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:16.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:16.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:16.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:16.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:16.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48df0bfd-2676-482f-81bc-f23fbc8292ad
12:12:16.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37ba9428-ebdc-430d-b42c-1f8bccd83269
12:12:17.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8f1431-0e6a-456e-b0f5-0df7ed0d99ae
12:12:17.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ea54471-689e-48ef-b2e4-529d26932acd
12:12:17.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.150 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df973c01-cec1-4d8e-b892-0b664fcee2b5
12:12:17.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.205 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53edfec1-dd2a-4a4c-9a5f-4e20b7ba93f9
12:12:17.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=34eed762-5e64-4fca-a029-c8c7f31e0f78
12:12:17.239 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b86cb1-03c9-4f26-a884-784f161f972c
12:12:17.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=546e339a-308e-4f1a-88be-814ca7bdf843
12:12:17.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.408 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7082923c-4706-40c6-bc01-008667304e5f
12:12:17.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e527041b-425b-4612-9587-434a9cb48713
12:12:17.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3295cff-3a33-4b7c-8f21-6940d1e4b0c3
12:12:17.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.518 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.518 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23e24b71-9746-4520-a9fc-f48ad53f01ba
12:12:17.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2eb1e090-7e8d-4cea-b5b0-e89c0e465184
12:12:17.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d1bdcf1-973b-429f-b3ec-f2e829e3b80d
12:12:17.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5609e019-0ac0-48fd-85dd-d23ceb559460
12:12:17.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1bf938b-f326-4505-81b7-f63f3b785551
12:12:17.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd99450c-e06c-4b7a-9a52-9243423cc38e
12:12:17.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b664561f-d7fe-4257-9b00-6aae71754e64
12:12:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0b94e7-9be2-4144-b830-32d9beed6f6b
12:12:17.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.865 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d50bbf-c309-4b9d-8245-8f578a5e5b16
12:12:17.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2733f0a8-7589-44e4-a5f5-4cfc47e8e3ba
12:12:17.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:17.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:17.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dcf9cad-a476-4f64-bace-5da7b0ba85d4
12:12:17.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:17.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:17.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:17.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:17.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:17.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786c97e2-e0c3-4092-af54-a8e65aeede80
12:12:17.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.042 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60f81b34-1013-440e-b81d-25dfc9c7f4da
12:12:18.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6168822e-f853-4355-8bd5-4eb17987973e
12:12:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0245a5a-0523-4620-9335-0416147e060c
12:12:18.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=641b3b9d-8585-428c-8247-4e5493cfb9a9
12:12:18.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8705b564-a766-4fa2-a046-3d3fa0202978
12:12:18.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.279 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7204aa5-ceff-4b2b-aae8-bc44194f9c44
12:12:18.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.354 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1df690f2-d434-44aa-a414-ffebd47811b7
12:12:18.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.408 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.423 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3dfdbf0-669b-4d7e-9131-0ade498d46e1
12:12:18.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e879fcb-90f6-4a40-8c73-adb61a284979
12:12:18.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e823b3-053a-45c8-b64b-c8bbf442507e
12:12:18.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0919f5a2-c262-4491-841d-30b00c0ba5ab
12:12:18.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3119a96-03d6-4633-9e7f-8c54a227b930
12:12:18.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca34b3ad-1d23-4bbe-8d4a-816c9918378b
12:12:18.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.641 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.641 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee8da18-559a-4072-8fad-f82483b98dc4
12:12:18.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aab1fc2-e0a5-4e9b-98dc-08d17f4c0d57
12:12:18.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12fcad6f-98af-426d-b9f6-048196fa0940
12:12:18.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=453b08fa-5944-45c2-9461-9bd48b80e8d4
12:12:18.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4d69281-9b33-406d-879a-d5386b9c849e
12:12:18.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.829 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.830 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cde20e5-b0c8-4345-8cbb-2541ede15f22
12:12:18.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.889 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.890 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.906 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d5b836-e02f-4671-8833-f1fc215bc982
12:12:18.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=305d186c-58d8-4669-883c-5f9974739a0e
12:12:18.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:18.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:18.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:18.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:18.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:18.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844cf1da-4cf3-42ee-b5ad-f2a2c55648dd
12:12:18.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.013 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.025 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf4b1c31-3b79-44fc-a843-7a891da7dd81
12:12:19.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.083 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa298c8-7d0e-4ede-ac64-38ce53894ed7
12:12:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f0865ed-69f6-4875-85b9-6b1c04b37218
12:12:19.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.199 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb15342c-abd9-46ed-a2ed-6b66c95cbfaf
12:12:19.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140908d3-4fa1-4b62-99e6-fa1f30989ffb
12:12:19.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ac322c-c33d-4bf9-bfb1-b69623a52983
12:12:19.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d7cfd25-3e09-48e3-9118-90fa4f088c86
12:12:19.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.374 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.374 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=862bbda4-2ea1-42c8-970e-12abbe239384
12:12:19.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca9586b-9242-422e-a2c2-62af3fcc1a15
12:12:19.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ebda96a-e56e-44f2-802e-a7a8f587ed58
12:12:19.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff76509a-e6a4-4b50-a9e7-63bcc49dfeb7
12:12:19.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1156a8e0-6662-4cd1-95bf-ee1b120fb957
12:12:19.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.625 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b0e41-4b2f-47ce-a9af-fcd489cfa23c
12:12:19.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d84de88c-9403-45fe-ac98-a315afe28e89
12:12:19.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=799e3836-33ca-482b-a080-e0d7bd508ca1
12:12:19.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.731 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.731 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e5441f6-7d5a-46f9-baae-04d5c3dfd32d
12:12:19.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.779 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9089f761-927c-4351-9bc3-ea666f177b88
12:12:19.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5b5af6-e1e7-425c-af46-22b784851711
12:12:19.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80428cb1-cc27-4431-b4a0-634e8c3fbd32
12:12:19.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:19.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:19.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:19.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:19.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:19.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63343364-cebc-4566-829f-e6922d92a9e3
12:12:19.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:19.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:19.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bdd6758-72c4-4b9e-8a75-fd67aa9c618e
12:12:20.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bb8c1969-ffdc-459f-9f61-672cf7df9178
12:12:20.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7691f57b-e2c5-4899-a33a-f89ae8e781bc
12:12:20.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.116 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.116 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f91faf64-52ee-48af-acd8-d00447d5c3c9
12:12:20.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdc7eedf-03ed-48b3-9e40-7f0a9cfcbd64
12:12:20.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.208 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e351742b-818c-41bc-99ad-878549854913
12:12:20.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc283e73-9ed3-4b08-8863-bdf82e636693
12:12:20.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.303 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dac0d80-97d4-4e0f-b803-328ffaf7f914
12:12:20.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e51489a0-b258-402c-9d3e-90263869933e
12:12:20.356 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.435 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a59e705-f0b7-4f4a-b1b2-86f36a7654ff
12:12:20.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.471 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85ae8d59-ced7-4726-9d02-9e7a73690709
12:12:20.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.518 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.537 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c37c5cc-37ff-416f-bd42-2d12bef2efc6
12:12:20.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c815e7f1-77f2-4f82-abec-ac46b9f09d3c
12:12:20.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.596 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6b7b64-dc11-47cc-b0d7-28797aa9bcba
12:12:20.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.646 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4c43d4d-7911-41ce-b894-972ce2c540d8
12:12:20.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.655 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d383d36-78f4-463d-a2e7-f56a8b5d7527
12:12:20.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ae32cdd-68fa-472d-a6d8-c84c0aafb010
12:12:20.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b98c79ee-9fa5-4129-a9e2-c4ae41228caf
12:12:20.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.778 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e467b7-e08e-44c9-aedb-9bf85a811555
12:12:20.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3cc93f9-2fd4-4980-bcb2-c34c62ebb796
12:12:20.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ec9d98-e24e-466c-afe7-5788a4bf0049
12:12:20.870 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.896 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fdacfd-4b47-4977-8012-f1f14393ef39
12:12:20.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:20.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:20.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:20.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3471ac85-b30a-4914-b354-7c6cfa577c84
12:12:20.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:20.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:20.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:20.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:20.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3074a82-9144-4574-a770-ae4142259d00
12:12:20.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c23da250-d742-4e00-9db6-3549d612520a
12:12:21.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.094 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5251c40-c3cd-40f3-b360-dedb691807dc
12:12:21.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.161 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da907e8-4eab-4aa9-91f4-dd47bb9ab8ea
12:12:21.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8370a35-5102-4c8e-81ad-f1145d0729cc
12:12:21.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d51e517a-1c1f-4012-9932-9106a705b925
12:12:21.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8eb6fdd8-1dfa-4e25-a6d7-7ac1cccb6355
12:12:21.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.367 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=690f89df-01db-410d-b6e8-419276c08087
12:12:21.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20b39463-77af-40e5-8e7e-2ffe9573108c
12:12:21.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf2daa6-3b0b-4ece-8254-57ec7bcdb8df
12:12:21.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.499 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.503 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37ba9428-ebdc-430d-b42c-1f8bccd83269
12:12:21.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.538 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19fcd015-cf76-4aca-9181-e2889a6c6e39
12:12:21.539 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ea54471-689e-48ef-b2e4-529d26932acd
12:12:21.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.634 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0da3c2a-060f-4192-a4d6-bf5c9b361742
12:12:21.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53edfec1-dd2a-4a4c-9a5f-4e20b7ba93f9
12:12:21.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.771 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2de0eeb-e808-4f98-b03a-bc6aa39b7e9c
12:12:21.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.792 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e1b86cb1-03c9-4f26-a884-784f161f972c
12:12:21.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.861 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c5b501d-1102-4001-aa35-4fec8af9ed56
12:12:21.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7082923c-4706-40c6-bc01-008667304e5f
12:12:21.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.917 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=854223f2-cf22-4c83-aecc-1759937316ac
12:12:21.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:21.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:21.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:21.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:21.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:21.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:21.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:21.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3295cff-3a33-4b7c-8f21-6940d1e4b0c3
12:12:21.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.010 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.024 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a172aa20-de37-4cc3-bf47-347b4beee960
12:12:22.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d1bdcf1-973b-429f-b3ec-f2e829e3b80d
12:12:22.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.118 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa4249b-e4ca-4bf8-8aa8-4243172af7bb
12:12:22.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.165 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b1bf938b-f326-4505-81b7-f63f3b785551
12:12:22.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70fa7cf5-79bb-40cf-9962-08f4df21b836
12:12:22.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f0b94e7-9be2-4144-b830-32d9beed6f6b
12:12:22.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.300 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adae813e-fb3a-4cdc-8ba8-39e290f0d070
12:12:22.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04450ab-c45e-447e-9b69-4d3bd9311a0e
12:12:22.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d50bbf-c309-4b9d-8245-8f578a5e5b16
12:12:22.379 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c3408a-2256-4440-8ee5-f2b487287887
12:12:22.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=786c97e2-e0c3-4092-af54-a8e65aeede80
12:12:22.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.527 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6168822e-f853-4355-8bd5-4eb17987973e
12:12:22.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.555 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131a7da6-f23d-418b-b1ce-6bbdd1b0de95
12:12:22.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=641b3b9d-8585-428c-8247-4e5493cfb9a9
12:12:22.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.636 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1f65977-a5e8-4e12-9d15-262bfa7106cb
12:12:22.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7204aa5-ceff-4b2b-aae8-bc44194f9c44
12:12:22.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.730 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9304b971-26b9-4994-9a2c-6dcfbcb3e560
12:12:22.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3dfdbf0-669b-4d7e-9131-0ade498d46e1
12:12:22.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.822 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b206cf-6a21-46eb-960b-c287bc851864
12:12:22.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e823b3-053a-45c8-b64b-c8bbf442507e
12:12:22.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.928 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09645224-b94d-4f76-9616-4c2752c17157
12:12:22.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:22.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3119a96-03d6-4633-9e7f-8c54a227b930
12:12:22.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:22.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:22.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:22.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:22.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:22.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:22.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.006 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee8da18-559a-4072-8fad-f82483b98dc4
12:12:23.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.034 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20bda5ff-e1b2-4ab0-a1b9-4b30fd8d4185
12:12:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12fcad6f-98af-426d-b9f6-048196fa0940
12:12:23.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.126 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37a559c6-5dab-4ba5-82e0-16bb7d5b6817
12:12:23.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2cde20e5-b0c8-4345-8cbb-2541ede15f22
12:12:23.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bacb39f-ce7d-4c22-a64d-9aa9c612b4e6
12:12:23.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79d5b836-e02f-4671-8833-f1fc215bc982
12:12:23.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.306 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee207b28-7a8a-4623-9a15-98d5568d0b27
12:12:23.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=844cf1da-4cf3-42ee-b5ad-f2a2c55648dd
12:12:23.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fa298c8-7d0e-4ede-ac64-38ce53894ed7
12:12:23.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.410 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.425 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c42963a3-3353-43ee-a40c-cb620fa3d307
12:12:23.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=140908d3-4fa1-4b62-99e6-fa1f30989ffb
12:12:23.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.465 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.480 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1674a884-41c0-4c1b-a873-1aefb5f1ab05
12:12:23.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.559 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d7cfd25-3e09-48e3-9118-90fa4f088c86
12:12:23.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.598 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5dba5d1-c0f4-499c-a449-367f90425a3b
12:12:23.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.629 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.640 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ca9586b-9242-422e-a2c2-62af3fcc1a15
12:12:23.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0159e84-2e1e-4464-b2b1-b4b3a6a05744
12:12:23.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.714 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff76509a-e6a4-4b50-a9e7-63bcc49dfeb7
12:12:23.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1208ded-4209-44bd-af67-c0185461e1a6
12:12:23.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.789 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.790 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad8b0e41-4b2f-47ce-a9af-fcd489cfa23c
12:12:23.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10a3c45-bd42-4867-8a5d-09c22e458698
12:12:23.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.855 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.868 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.869 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=799e3836-33ca-482b-a080-e0d7bd508ca1
12:12:23.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.883 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1c3ca96-c558-4be0-95c1-367a4ca4030c
12:12:23.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:23.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:23.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:23.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf084ff-4dff-4ca5-824b-aa7d60bdae81
12:12:23.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:23.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:23.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:23.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9089f761-927c-4351-9bc3-ea666f177b88
12:12:23.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c80cca1-8b7d-4140-a184-f67ecb2a9a98
12:12:24.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f5b5af6-e1e7-425c-af46-22b784851711
12:12:24.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.127 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.163 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7cc633c-7bd1-4059-b183-dcfb26074ef5
12:12:24.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63343364-cebc-4566-829f-e6922d92a9e3
12:12:24.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.258 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7691f57b-e2c5-4899-a33a-f89ae8e781bc
12:12:24.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.271 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.272 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.285 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5897ba15-dd13-4772-b545-af1ed86977cc
12:12:24.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.352 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f91faf64-52ee-48af-acd8-d00447d5c3c9
12:12:24.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7143a66b-3ce5-487d-b9fc-362b3c4bd228
12:12:24.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.434 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.448 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743456b6-b329-4dd1-b71b-312659775638
12:12:24.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.485 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e351742b-818c-41bc-99ad-878549854913
12:12:24.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.515 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c37ad4e-589d-477e-ac6f-04c4467eb0e8
12:12:24.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.606 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ffba28f-5089-404f-9a95-b3c81183ecac
12:12:24.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0dac0d80-97d4-4e0f-b803-328ffaf7f914
12:12:24.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85ae8d59-ced7-4726-9d02-9e7a73690709
12:12:24.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f62b006f-6410-43b0-a8fb-0551d7cd3529
12:12:24.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.786 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.802 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c37c5cc-37ff-416f-bd42-2d12bef2efc6
12:12:24.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c028d8-b2b3-422b-98c5-7cebc82c9272
12:12:24.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.861 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca85127-335c-4931-b97e-1140509ea0ea
12:12:24.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.884 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4c43d4d-7911-41ce-b894-972ce2c540d8
12:12:24.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.921 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.934 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e781d81-1a8d-412a-a8af-0cbf3f33d46b
12:12:24.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:24.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:24.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:24.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:24.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:24.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:24.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:24.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ae32cdd-68fa-472d-a6d8-c84c0aafb010
12:12:24.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.007 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648c6c1-3ce3-4b7f-ad14-19a460e59c30
12:12:25.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6e467b7-e08e-44c9-aedb-9bf85a811555
12:12:25.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.093 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.114 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5296565f-994c-4f9c-859c-1be7488c52fc
12:12:25.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87fdacfd-4b47-4977-8012-f1f14393ef39
12:12:25.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd3ffb4c-5d79-401e-921e-a2a6c7fbc755
12:12:25.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.255 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.256 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3471ac85-b30a-4914-b354-7c6cfa577c84
12:12:25.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=465b3672-9416-4bd6-a683-8eeb5fba0ec5
12:12:25.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c23da250-d742-4e00-9db6-3549d612520a
12:12:25.368 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.371 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5bbc17-f968-4eff-9c08-dff4f903c8b5
12:12:25.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da907e8-4eab-4aa9-91f4-dd47bb9ab8ea
12:12:25.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.453 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.453 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.467 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1803406c-050c-40b3-80b5-a90aa0d8b8c1
12:12:25.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d51e517a-1c1f-4012-9932-9106a705b925
12:12:25.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.579 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a57265fa-27d5-45a1-a9f0-f51c382a2965
12:12:25.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=690f89df-01db-410d-b6e8-419276c08087
12:12:25.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.657 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.676 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=106b63b0-3a74-47ea-9e71-33c783d95433
12:12:25.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bf2daa6-3b0b-4ece-8254-57ec7bcdb8df
12:12:25.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.751 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01d67b62-d6ae-42f7-9e6b-f48fb0ad5b51
12:12:25.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19fcd015-cf76-4aca-9181-e2889a6c6e39
12:12:25.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2796d67e-a889-4eae-bb75-5f27fdd30268
12:12:25.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0da3c2a-060f-4192-a4d6-bf5c9b361742
12:12:25.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.865 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.879 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ee1b58c-9447-4583-954a-a5afbedcf12a
12:12:25.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2de0eeb-e808-4f98-b03a-bc6aa39b7e9c
12:12:25.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.968 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.969 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e414f2-e1fa-4d2b-89ec-0dc1ab609006
12:12:25.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.979 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:25.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:25.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:25.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:25.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:25.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:25.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c5b501d-1102-4001-aa35-4fec8af9ed56
12:12:25.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41544279-3d5e-4cdb-91be-9c53b8321df5
12:12:26.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.090 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=854223f2-cf22-4c83-aecc-1759937316ac
12:12:26.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.142 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.158 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1139754-90d6-4e57-96d8-ca3377be4a6a
12:12:26.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a172aa20-de37-4cc3-bf47-347b4beee960
12:12:26.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.249 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.251 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa4249b-e4ca-4bf8-8aa8-4243172af7bb
12:12:26.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ea895ac-bd24-4315-a897-0e3a98cda09f
12:12:26.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.350 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70fa7cf5-79bb-40cf-9962-08f4df21b836
12:12:26.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a2563e-05ee-4f5a-bbf7-1e44ad33bca4
12:12:26.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.442 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adae813e-fb3a-4cdc-8ba8-39e290f0d070
12:12:26.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.478 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=181f8ce6-180d-4501-9192-5b925a111bdf
12:12:26.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c04450ab-c45e-447e-9b69-4d3bd9311a0e
12:12:26.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb1a19d-459b-4918-8776-c069992ac742
12:12:26.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0c3408a-2256-4440-8ee5-f2b487287887
12:12:26.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26a6dde1-0373-4a9e-ad2e-5d555d83497f
12:12:26.696 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d2184c8-b9b5-457b-8aaa-47df4accc702
12:12:26.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131a7da6-f23d-418b-b1ce-6bbdd1b0de95
12:12:26.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4ebebf-55b7-43e4-b44c-0eebc9d9a30a
12:12:26.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1f65977-a5e8-4e12-9d15-262bfa7106cb
12:12:26.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.922 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69070c76-c42f-4750-84f3-60b44cb568ae
12:12:26.924 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:26.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:26.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c2c69b9-4929-47fa-97a1-bbbe190b1d08
12:12:26.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:26.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:26.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9304b971-26b9-4994-9a2c-6dcfbcb3e560
12:12:27.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.105 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66772fc7-f89e-482f-9b58-440eacce6c46
12:12:27.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59b206cf-6a21-46eb-960b-c287bc851864
12:12:27.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.213 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82ef3a0e-a35a-4ad8-944d-8ad33abb1708
12:12:27.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09645224-b94d-4f76-9616-4c2752c17157
12:12:27.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.261 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c0d9eeb-3bd8-4bc9-8f92-102140b92a20
12:12:27.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=105d6a38-f12a-489e-ba82-ddda47c6ab3f
12:12:27.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=20bda5ff-e1b2-4ab0-a1b9-4b30fd8d4185
12:12:27.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.418 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7063a463-2c58-421c-8310-e59488924166
12:12:27.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37a559c6-5dab-4ba5-82e0-16bb7d5b6817
12:12:27.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.486 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8bacb39f-ce7d-4c22-a64d-9aa9c612b4e6
12:12:27.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.493 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.509 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aad9800-1de1-469a-9332-43e23acdd090
12:12:27.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee207b28-7a8a-4623-9a15-98d5568d0b27
12:12:27.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd5c101-fa81-4ef9-b90b-e599cd9a4f30
12:12:27.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c42963a3-3353-43ee-a40c-cb620fa3d307
12:12:27.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.682 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.699 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d5f4037-4b60-4587-acd9-f790ba341c04
12:12:27.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1674a884-41c0-4c1b-a873-1aefb5f1ab05
12:12:27.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.751 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64d4b90-a470-4198-b75b-6761beb31cff
12:12:27.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b5dba5d1-c0f4-499c-a449-367f90425a3b
12:12:27.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.841 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.853 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d3d981-cd93-4117-a1ba-25dcf85b3d1e
12:12:27.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.893 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.907 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55b9c50b-07a2-46b5-9c33-422359170e0f
12:12:27.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0159e84-2e1e-4464-b2b1-b4b3a6a05744
12:12:27.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:27.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:27.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:27.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:27.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:27.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:27.956 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:27.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3732b652-a523-4fde-b044-75a0926a57b0
12:12:27.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1208ded-4209-44bd-af67-c0185461e1a6
12:12:28.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.058 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db3cc425-fec6-486f-87c6-cb2dd342c50d
12:12:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b10a3c45-bd42-4867-8a5d-09c22e458698
12:12:28.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.159 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19cd4583-d54e-44af-bc80-c2ba7e1f9c52
12:12:28.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.193 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da24160-3985-4bed-8759-9c8b7d83761c
12:12:28.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1c3ca96-c558-4be0-95c1-367a4ca4030c
12:12:28.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.262 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.275 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bd2deb-360b-4fc6-a833-7412ea9411e1
12:12:28.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cf084ff-4dff-4ca5-824b-aa7d60bdae81
12:12:28.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca302217-2de5-4ca1-b75d-f7b5447de85d
12:12:28.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.402 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c80cca1-8b7d-4140-a184-f67ecb2a9a98
12:12:28.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.464 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ca81439-fbcb-463c-8d46-fcb7b17a17dd
12:12:28.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e7cc633c-7bd1-4059-b183-dcfb26074ef5
12:12:28.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.504 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a52215-7147-4105-b048-7d33e4818a40
12:12:28.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5897ba15-dd13-4772-b545-af1ed86977cc
12:12:28.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.595 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21abce0c-01ad-4fe9-811a-98311a6b5d58
12:12:28.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.661 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7143a66b-3ce5-487d-b9fc-362b3c4bd228
12:12:28.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.695 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.711 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fd2aa93-e182-476c-a6f5-bf6e9674ce29
12:12:28.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.746 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=743456b6-b329-4dd1-b71b-312659775638
12:12:28.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.812 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe24bce3-88e0-4fce-8ddd-6116fa698a85
12:12:28.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c37ad4e-589d-477e-ac6f-04c4467eb0e8
12:12:28.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.865 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95ba25f9-5d2b-4283-8fb8-8a89283f0e2e
12:12:28.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:28.944 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:28.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:28.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ffba28f-5089-404f-9a95-b3c81183ecac
12:12:28.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:28.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:28.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:28.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:28.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32965664-0d27-4915-bb12-101d168e6059
12:12:28.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f62b006f-6410-43b0-a8fb-0551d7cd3529
12:12:29.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.045 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.059 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de35822-e80f-4b57-a2b0-d879fd811697
12:12:29.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.090 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=27c028d8-b2b3-422b-98c5-7cebc82c9272
12:12:29.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.130 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c78fcbd5-169a-41c9-acfb-7235e69b64db
12:12:29.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3e8164-0b32-45f3-ba3e-fea565d7eed8
12:12:29.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ca85127-335c-4931-b97e-1140509ea0ea
12:12:29.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.264 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bb65bc-dc34-4d76-a46b-c4b07268b300
12:12:29.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e781d81-1a8d-412a-a8af-0cbf3f33d46b
12:12:29.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.383 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.413 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5086c715-16bc-4709-ac3d-38148a6e4022
12:12:29.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e648c6c1-3ce3-4b7f-ad14-19a460e59c30
12:12:29.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.461 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0511bf6f-1fe8-4542-b290-8ee6620ba294
12:12:29.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5296565f-994c-4f9c-859c-1be7488c52fc
12:12:29.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.580 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd3ffb4c-5d79-401e-921e-a2a6c7fbc755
12:12:29.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.626 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be083ad9-f175-4228-a8ac-3ec00b2f3511
12:12:29.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=465b3672-9416-4bd6-a683-8eeb5fba0ec5
12:12:29.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.729 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70a3828a-1a75-4e06-b8bd-197f959744e8
12:12:29.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.783 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a5bbc17-f968-4eff-9c08-dff4f903c8b5
12:12:29.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.796 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fafdc94-2dc8-4aa8-a3bd-55d7f6cf8509
12:12:29.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.839 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1803406c-050c-40b3-80b5-a90aa0d8b8c1
12:12:29.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15da6ff2-2889-4eac-b2f0-4e009559081b
12:12:29.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=522b05ae-8f2b-478c-a3df-3216c88a52e2
12:12:29.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.954 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:29.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a57265fa-27d5-45a1-a9f0-f51c382a2965
12:12:29.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:29.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:29.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:29.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:29.989 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:29.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=106b63b0-3a74-47ea-9e71-33c783d95433
12:12:30.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.034 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.049 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efc86439-9955-42a9-8e00-61c9b1ac7854
12:12:30.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01d67b62-d6ae-42f7-9e6b-f48fb0ad5b51
12:12:30.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d91065e-8416-40db-94ac-5c269c448942
12:12:30.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.153 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.165 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=068d9b27-8e9f-45be-8f07-f35dd6b7ed86
12:12:30.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2796d67e-a889-4eae-bb75-5f27fdd30268
12:12:30.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.245 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.248 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ee1b58c-9447-4583-954a-a5afbedcf12a
12:12:30.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c4a694e-9ee7-413e-a186-d8a4942f9ac7
12:12:30.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90660219-dbd8-45e7-9cbd-8f579cb65afc
12:12:30.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57e414f2-e1fa-4d2b-89ec-0dc1ab609006
12:12:30.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c402f1-d8c9-447f-b79c-4a73f2d671cb
12:12:30.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41544279-3d5e-4cdb-91be-9c53b8321df5
12:12:30.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1139754-90d6-4e57-96d8-ca3377be4a6a
12:12:30.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.557 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.571 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7ae3cd-71d5-4db7-8528-e9c1d4337cbf
12:12:30.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ea895ac-bd24-4315-a897-0e3a98cda09f
12:12:30.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80886a19-e58e-4089-8f33-3aef90fa9761
12:12:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4a2563e-05ee-4f5a-bbf7-1e44ad33bca4
12:12:30.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d39cfc3-f1cc-4f7d-a36a-2307ca72ed25
12:12:30.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.735 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.748 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=181f8ce6-180d-4501-9192-5b925a111bdf
12:12:30.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.807 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.807 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdb1a19d-459b-4918-8776-c069992ac742
12:12:30.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d85c2b89-d626-4743-9609-1473d9409e4f
12:12:30.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.859 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26a6dde1-0373-4a9e-ad2e-5d555d83497f
12:12:30.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b46d6aa7-2fec-4e9a-86ab-519d42b0baab
12:12:30.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:30.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:30.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:30.978 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:30.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:30.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:30.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:30.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d2184c8-b9b5-457b-8aaa-47df4accc702
12:12:30.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.020 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b6267a7-2186-470e-803c-c2df5a8a9daf
12:12:31.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d4ebebf-55b7-43e4-b44c-0eebc9d9a30a
12:12:31.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd437fa-c495-41f2-98b2-4a68ceb7caec
12:12:31.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.141 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69070c76-c42f-4750-84f3-60b44cb568ae
12:12:31.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.168 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b907cbf-e1e8-4174-8118-87ea7ed09e92
12:12:31.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.218 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c2c69b9-4929-47fa-97a1-bbbe190b1d08
12:12:31.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc47135d-4e37-4a66-ac49-735a241ed662
12:12:31.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=66772fc7-f89e-482f-9b58-440eacce6c46
12:12:31.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.332 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.345 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.346 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b9d9a48-bf5c-4907-aa35-7aa54c29e932
12:12:31.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.399 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.400 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.414 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44e2ee3e-e462-49cd-a914-8d6a0ad098d0
12:12:31.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82ef3a0e-a35a-4ad8-944d-8ad33abb1708
12:12:31.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.466 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bdb096c-2be8-4bd1-8389-c63213ce4f8a
12:12:31.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c0d9eeb-3bd8-4bc9-8f92-102140b92a20
12:12:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.521 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64b6733e-b6a4-4373-b30c-c287d1cc8e66
12:12:31.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=105d6a38-f12a-489e-ba82-ddda47c6ab3f
12:12:31.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.616 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7063a463-2c58-421c-8310-e59488924166
12:12:31.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f237d41-012c-442a-b466-ae6c1f69477a
12:12:31.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0aad9800-1de1-469a-9332-43e23acdd090
12:12:31.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.724 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa83d92-800a-4e5b-8b24-06e52d88c028
12:12:31.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.750 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4cd5c101-fa81-4ef9-b90b-e599cd9a4f30
12:12:31.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.815 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.830 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3af065-c501-4a12-8520-3085febb46b5
12:12:31.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d5f4037-4b60-4587-acd9-f790ba341c04
12:12:31.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=033623c1-57c6-4f1c-a27a-f4bd8b03b858
12:12:31.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.957 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:31.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c64d4b90-a470-4198-b75b-6761beb31cff
12:12:31.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:31.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:31.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:31.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:31.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:31.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:31.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c99a00e3-cc5c-4622-8597-58a7be2670f4
12:12:32.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=25d3d981-cd93-4117-a1ba-25dcf85b3d1e
12:12:32.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8feccebe-9997-4a7d-970e-39f876d5f996
12:12:32.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55b9c50b-07a2-46b5-9c33-422359170e0f
12:12:32.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffcdc26a-079f-4525-b3da-62ccd3c8802d
12:12:32.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3732b652-a523-4fde-b044-75a0926a57b0
12:12:32.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db3cc425-fec6-486f-87c6-cb2dd342c50d
12:12:32.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.335 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5398d60-7877-464b-a356-9ff5525911e4
12:12:32.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.393 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0dd6ea0-b90e-49d6-a267-e85f307e7977
12:12:32.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19cd4583-d54e-44af-bc80-c2ba7e1f9c52
12:12:32.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.495 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae8e96d4-54bf-4b42-b6db-7611e878214b
12:12:32.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6da24160-3985-4bed-8759-9c8b7d83761c
12:12:32.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.600 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.601 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e98dc2-e4b6-4989-aab9-bcfd8b27b0eb
12:12:32.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.632 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26bd2deb-360b-4fc6-a833-7412ea9411e1
12:12:32.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d20c9ff-4597-42e1-9077-cb1ebe2bcb12
12:12:32.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca302217-2de5-4ca1-b75d-f7b5447de85d
12:12:32.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbdddd02-0aca-44a0-8eb8-6168726dbe89
12:12:32.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ca81439-fbcb-463c-8d46-fcb7b17a17dd
12:12:32.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc9db4ad-a467-46c4-bcb1-a186cb1cb272
12:12:32.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a3a52215-7147-4105-b048-7d33e4818a40
12:12:32.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.954 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:32.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:32.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.967 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:32.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8919ace6-3acf-4c55-8fa6-68c4127df3ee
12:12:32.969 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:32.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:32.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:32.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21abce0c-01ad-4fe9-811a-98311a6b5d58
12:12:32.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.028 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a62f2002-153e-4557-bb05-504f71da791e
12:12:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3fd2aa93-e182-476c-a6f5-bf6e9674ce29
12:12:33.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f3dc68-1e60-4095-889c-d5a0fd2b8bcb
12:12:33.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe24bce3-88e0-4fce-8ddd-6116fa698a85
12:12:33.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.216 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c1f0afe-d0b0-4f86-9fc8-1ede43e8c0c4
12:12:33.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95ba25f9-5d2b-4283-8fb8-8a89283f0e2e
12:12:33.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.286 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a18ff1f4-8792-4652-bd68-b4737366abe4
12:12:33.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.351 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=32965664-0d27-4915-bb12-101d168e6059
12:12:33.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.388 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ae36dc-f1f8-4cb8-a471-eb2397b5b87b
12:12:33.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0de35822-e80f-4b57-a2b0-d879fd811697
12:12:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=291a90cb-6de3-4f4c-8312-e6445df631c5
12:12:33.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.552 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c78fcbd5-169a-41c9-acfb-7235e69b64db
12:12:33.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c55d2b0-e757-466a-9292-8311e86823a8
12:12:33.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e3e8164-0b32-45f3-ba3e-fea565d7eed8
12:12:33.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.706 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e40cdc6-3c34-4782-ab95-d0705d51e008
12:12:33.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73bb65bc-dc34-4d76-a46b-c4b07268b300
12:12:33.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5086c715-16bc-4709-ac3d-38148a6e4022
12:12:33.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.805 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556b53fd-ba56-4d61-a6e9-73193cd58422
12:12:33.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.872 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab0b6138-3503-42f0-bad6-4264168183d2
12:12:33.874 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.902 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0511bf6f-1fe8-4542-b290-8ee6620ba294
12:12:33.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.938 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:33.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2c5a48-6169-44a7-81e4-4ec19963c7e1
12:12:33.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:33.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:33.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:33.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:33.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:33.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:33.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6839cca1-b9e5-42ef-9c7f-eef6f10c8d86
12:12:34.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be083ad9-f175-4228-a8ac-3ec00b2f3511
12:12:34.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40699208-c18c-42e3-93ef-39b0f124b744
12:12:34.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70a3828a-1a75-4e06-b8bd-197f959744e8
12:12:34.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb525c88-66d3-49ed-abd3-4ed3d24b0618
12:12:34.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0fafdc94-2dc8-4aa8-a3bd-55d7f6cf8509
12:12:34.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91732905-2392-4ea9-b5d9-0abb567ca486
12:12:34.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15da6ff2-2889-4eac-b2f0-4e009559081b
12:12:34.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7245204c-a2b8-4d3d-87e9-e97204fb6f8a
12:12:34.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.379 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=522b05ae-8f2b-478c-a3df-3216c88a52e2
12:12:34.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55eff920-440e-485f-a5bd-9477f09286b6
12:12:34.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efc86439-9955-42a9-8e00-61c9b1ac7854
12:12:34.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.533 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.547 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab4f1f0-278b-4fc3-bbfa-c2082201830f
12:12:34.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d91065e-8416-40db-94ac-5c269c448942
12:12:34.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.624 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26fdc8b2-cbd2-40e3-830f-37ea1d5fbd54
12:12:34.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=068d9b27-8e9f-45be-8f07-f35dd6b7ed86
12:12:34.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9c4a694e-9ee7-413e-a186-d8a4942f9ac7
12:12:34.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.753 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1944d3a-2dfb-4094-a5ee-2f65c14d10f0
12:12:34.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90660219-dbd8-45e7-9cbd-8f579cb65afc
12:12:34.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce7e387f-e7d8-408e-9fea-41c51ce0c8d1
12:12:34.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.929 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6c402f1-d8c9-447f-b79c-4a73f2d671cb
12:12:34.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:34.965 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:34.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:34.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:34.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:34.980 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:34.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=368658de-88e5-4e5a-ab6e-c58dbf7bc765
12:12:34.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c7ae3cd-71d5-4db7-8528-e9c1d4337cbf
12:12:35.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.046 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa59e20-6189-402e-9cae-33fe9c76ab04
12:12:35.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.110 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80886a19-e58e-4089-8f33-3aef90fa9761
12:12:35.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=554ab7d1-30be-4ee0-b836-7716169efc8f
12:12:35.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d39cfc3-f1cc-4f7d-a36a-2307ca72ed25
12:12:35.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.219 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.219 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc4b1a7-080a-4898-9a1f-9f658978bca8
12:12:35.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d85c2b89-d626-4743-9609-1473d9409e4f
12:12:35.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.333 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366e5a42-ee37-47cd-a5e4-718285fcec86
12:12:35.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b46d6aa7-2fec-4e9a-86ab-519d42b0baab
12:12:35.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a44090-1171-4bff-ad2f-07d851624940
12:12:35.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.486 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1b6267a7-2186-470e-803c-c2df5a8a9daf
12:12:35.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.516 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b573347-881c-4c27-8743-b5292b9a31c7
12:12:35.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.525 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcd437fa-c495-41f2-98b2-4a68ceb7caec
12:12:35.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.598 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b907cbf-e1e8-4174-8118-87ea7ed09e92
12:12:35.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bbbf67-ba41-47f6-b0be-36282aa1e874
12:12:35.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.722 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc47135d-4e37-4a66-ac49-735a241ed662
12:12:35.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7db65c6-c4c6-454b-ae4e-b7f652f2393c
12:12:35.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b9d9a48-bf5c-4907-aa35-7aa54c29e932
12:12:35.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.835 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.835 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f699ca8-854e-478c-94b8-ccfe35ff8366
12:12:35.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44e2ee3e-e462-49cd-a914-8d6a0ad098d0
12:12:35.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.916 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.931 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:35.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c97e3ff-ca5f-4d7a-8e8a-bae55943316e
12:12:35.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:35.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:35.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:35.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0795080-10c4-4ea7-9010-569c833f18ed
12:12:36.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bdb096c-2be8-4bd1-8389-c63213ce4f8a
12:12:36.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.064 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df447f70-f416-4e77-b6c1-d72afd3f44ba
12:12:36.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64b6733e-b6a4-4373-b30c-c287d1cc8e66
12:12:36.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f46cdf-3ec4-4827-8432-446ae11ecc6f
12:12:36.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.220 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0f237d41-012c-442a-b466-ae6c1f69477a
12:12:36.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9480eab-d1b2-479f-b692-94997a432072
12:12:36.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfa83d92-800a-4e5b-8b24-06e52d88c028
12:12:36.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.309 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d557620-3515-49ba-94ba-403adf3dde86
12:12:36.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.367 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f3af065-c501-4a12-8520-3085febb46b5
12:12:36.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.403 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da972fe5-f14b-433a-ae49-19ffcf736520
12:12:36.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=033623c1-57c6-4f1c-a27a-f4bd8b03b858
12:12:36.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6354f6-a62b-4082-b051-108b6eeac6de
12:12:36.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.532 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddaab03e-c66a-4a6a-a418-7637e7b50f8c
12:12:36.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c99a00e3-cc5c-4622-8597-58a7be2670f4
12:12:36.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.623 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7174f353-8297-40f8-9d58-2f04d62efadc
12:12:36.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.637 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8feccebe-9997-4a7d-970e-39f876d5f996
12:12:36.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.672 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.686 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75204c20-91ad-48d7-8091-c0193f896a8e
12:12:36.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ffcdc26a-079f-4525-b3da-62ccd3c8802d
12:12:36.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc1d8ed-23cb-4bb0-8659-f7f87af5de9a
12:12:36.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5398d60-7877-464b-a356-9ff5525911e4
12:12:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0dd6ea0-b90e-49d6-a267-e85f307e7977
12:12:36.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.887 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75df1713-578d-4dd6-ad8e-7c7303f5ca94
12:12:36.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:36.927 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:36.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.942 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.942 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:36.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae8e96d4-54bf-4b42-b6db-7611e878214b
12:12:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:36.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:36.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:36.954 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b62743c6-a7ec-41cf-bcd5-72619529e699
12:12:36.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88e98dc2-e4b6-4989-aab9-bcfd8b27b0eb
12:12:37.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e6539f2-1129-406a-9452-eab456a724ea
12:12:37.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.122 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d20c9ff-4597-42e1-9077-cb1ebe2bcb12
12:12:37.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.153 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44361a2b-2e59-4b25-b701-6244d190b3c5
12:12:37.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.200 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.214 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4d0306b-aaf9-494c-a0c4-e9e0254ef6b9
12:12:37.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fbdddd02-0aca-44a0-8eb8-6168726dbe89
12:12:37.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.281 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90c4e573-7938-4457-9975-059b5d3f71b5
12:12:37.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.324 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.337 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc9db4ad-a467-46c4-bcb1-a186cb1cb272
12:12:37.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae635409-eb5d-499f-83c8-19365ac55683
12:12:37.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8919ace6-3acf-4c55-8fa6-68c4127df3ee
12:12:37.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=516b226e-9b2d-490f-8df1-2536097da786
12:12:37.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a62f2002-153e-4557-bb05-504f71da791e
12:12:37.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.575 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7f3dc68-1e60-4095-889c-d5a0fd2b8bcb
12:12:37.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.633 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1ad3ab-786e-486c-b4a0-672e6ecf5af7
12:12:37.639 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77d56cf3-f222-4b4c-8aa5-c9feaaeddeb6
12:12:37.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c1f0afe-d0b0-4f86-9fc8-1ede43e8c0c4
12:12:37.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96288adc-0963-4b34-a6ed-13562fcb9f1f
12:12:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a18ff1f4-8792-4652-bd68-b4737366abe4
12:12:37.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.852 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.864 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.864 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31d1c033-9d40-4671-84c3-5ca184d9bb59
12:12:37.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ae36dc-f1f8-4cb8-a471-eb2397b5b87b
12:12:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.913 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:37.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dd95b17-d752-47ae-9318-a16f3c9f23c4
12:12:37.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:37.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:37.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:37.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:37.990 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:37.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.011 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=291a90cb-6de3-4f4c-8312-e6445df631c5
12:12:38.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.011 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03441743-5543-4867-b1cc-b21acd98e36f
12:12:38.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d9ac836-6212-466a-8fb0-45b9700e6581
12:12:38.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c55d2b0-e757-466a-9292-8311e86823a8
12:12:38.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61144ab1-40d8-403b-a058-0c00c43490e8
12:12:38.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e40cdc6-3c34-4782-ab95-d0705d51e008
12:12:38.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4186125f-ea7f-4710-a301-a1d477184705
12:12:38.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=556b53fd-ba56-4d61-a6e9-73193cd58422
12:12:38.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.343 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab0b6138-3503-42f0-bad6-4264168183d2
12:12:38.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.375 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d946e0-3882-4a4a-98a5-c92f2415c8af
12:12:38.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.431 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca2c5a48-6169-44a7-81e4-4ec19963c7e1
12:12:38.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.475 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2424b94f-c3ce-4b85-b8a5-90f8e8b9cfcb
12:12:38.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6839cca1-b9e5-42ef-9c7f-eef6f10c8d86
12:12:38.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf91f061-a3c2-4dbb-a2d8-273ddf58dc0e
12:12:38.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40699208-c18c-42e3-93ef-39b0f124b744
12:12:38.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f9cee6d-7726-4278-8e97-44348dd06360
12:12:38.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb525c88-66d3-49ed-abd3-4ed3d24b0618
12:12:38.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.747 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.762 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.762 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=265d73d3-b777-4636-8865-a3a97d7fe337
12:12:38.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91732905-2392-4ea9-b5d9-0abb567ca486
12:12:38.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.851 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.867 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c32e728-2c68-46d2-83b1-ca22460bb3e7
12:12:38.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7245204c-a2b8-4d3d-87e9-e97204fb6f8a
12:12:38.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.961 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f580e2-972b-4497-b9b0-bd4377dec943
12:12:38.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:38.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:38.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:38.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:38.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:38.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:38.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:38.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55eff920-440e-485f-a5bd-9477f09286b6
12:12:38.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.013 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.039 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f9532b-e276-4d45-a9ae-0e4a3580aaed
12:12:39.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ab4f1f0-278b-4fc3-bbfa-c2082201830f
12:12:39.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.099 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26fdc8b2-cbd2-40e3-830f-37ea1d5fbd54
12:12:39.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2471c4e-e40b-425f-bc3a-86421ba31f2a
12:12:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1944d3a-2dfb-4094-a5ee-2f65c14d10f0
12:12:39.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.241 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ce7e387f-e7d8-408e-9fea-41c51ce0c8d1
12:12:39.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.276 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44c013f0-4b54-4511-8741-5bef58668ab5
12:12:39.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.331 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.344 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=368658de-88e5-4e5a-ab6e-c58dbf7bc765
12:12:39.346 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.354 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.368 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7c494f-dc48-4ee1-aeb8-bf8f7019e732
12:12:39.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20d02dd-8265-42ee-b4bc-3dbb97e7c020
12:12:39.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2aa59e20-6189-402e-9cae-33fe9c76ab04
12:12:39.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=554ab7d1-30be-4ee0-b836-7716169efc8f
12:12:39.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.517 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.531 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b427f5c2-f2f0-45a9-a8d4-26485c7e5b2d
12:12:39.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.557 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dc4b1a7-080a-4898-9a1f-9f658978bca8
12:12:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.584 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec45a044-da72-47c5-a4a9-5f98ba59342c
12:12:39.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d842a766-c279-49d3-8520-3c60a70588ef
12:12:39.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=366e5a42-ee37-47cd-a5e4-718285fcec86
12:12:39.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18af9ad3-49d6-44f4-9603-3fbc6f946b25
12:12:39.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9a44090-1171-4bff-ad2f-07d851624940
12:12:39.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.817 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9dec617-b8cc-4217-8bf5-0c18c2e407aa
12:12:39.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.912 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b573347-881c-4c27-8743-b5292b9a31c7
12:12:39.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.920 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b12408c-e54f-4352-b117-017d11e6fd33
12:12:39.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:39.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:39.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:39.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:39.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:39.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:39.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67bbbf67-ba41-47f6-b0be-36282aa1e874
12:12:39.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.006 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f375018-bc0b-48a7-bb93-0ce63f1e3dde
12:12:40.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2500775a-e9a7-42b9-ba33-28d0d4f0cdc6
12:12:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c7db65c6-c4c6-454b-ae4e-b7f652f2393c
12:12:40.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.212 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.228 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.231 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f699ca8-854e-478c-94b8-ccfe35ff8366
12:12:40.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e1d3b24-8ee1-4069-b4bb-0a0e1a6e2b86
12:12:40.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c97e3ff-ca5f-4d7a-8e8a-bae55943316e
12:12:40.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.345 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16651399-fb75-45aa-8393-cae3e51d6bc2
12:12:40.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.351 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.365 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0795080-10c4-4ea7-9010-569c833f18ed
12:12:40.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.394 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.407 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c28b7b30-4ef3-4d35-a9de-3f13ee3a5b33
12:12:40.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.442 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.450 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df447f70-f416-4e77-b6c1-d72afd3f44ba
12:12:40.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d3df0cc-5e13-48ec-a637-0817033bfecf
12:12:40.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26f46cdf-3ec4-4827-8432-446ae11ecc6f
12:12:40.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.614 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa51d40-9f32-408e-b542-8eb82d60239e
12:12:40.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9480eab-d1b2-479f-b692-94997a432072
12:12:40.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4d557620-3515-49ba-94ba-403adf3dde86
12:12:40.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.730 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73497015-7dff-4904-ac0c-f0affa76edf2
12:12:40.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.796 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da972fe5-f14b-433a-ae49-19ffcf736520
12:12:40.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.820 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd2c041d-107f-41e7-ba4d-cbc044099306
12:12:40.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.853 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.853 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6354f6-a62b-4082-b051-108b6eeac6de
12:12:40.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.903 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.916 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64fe3c02-91bc-4b2d-b38c-1778743b4375
12:12:40.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ddaab03e-c66a-4a6a-a418-7637e7b50f8c
12:12:40.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:40.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:40.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:40.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:40.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:40.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:40.968 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:40.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aa8b311-c9b8-4844-9ea6-088f2824786f
12:12:40.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.042 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791d05c0-5fbf-49d9-9958-463787724ff4
12:12:41.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7174f353-8297-40f8-9d58-2f04d62efadc
12:12:41.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.139 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31d9c16-364a-4412-8ae2-569f6203d32b
12:12:41.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.203 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75204c20-91ad-48d7-8091-c0193f896a8e
12:12:41.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.242 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.256 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8490bd51-54bf-4ad7-84d6-1b58791a6181
12:12:41.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5fc1d8ed-23cb-4bb0-8659-f7f87af5de9a
12:12:41.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.348 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a2f4641-17cc-40eb-a8e4-26939d8ab03f
12:12:41.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.382 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.395 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75df1713-578d-4dd6-ad8e-7c7303f5ca94
12:12:41.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.434 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b62743c6-a7ec-41cf-bcd5-72619529e699
12:12:41.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.474 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.491 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7695640-37ae-4e7d-8164-6643f968d159
12:12:41.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e6539f2-1129-406a-9452-eab456a724ea
12:12:41.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.587 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d26d99b9-b19a-4351-9167-e422ed0cc7c1
12:12:41.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.639 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44361a2b-2e59-4b25-b701-6244d190b3c5
12:12:41.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.725 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82fa46de-0e4a-4731-8b6e-145ca94f6962
12:12:41.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.741 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4d0306b-aaf9-494c-a0c4-e9e0254ef6b9
12:12:41.742 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.768 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b47f32-11fd-4d9c-8ae0-c5d38dd4a388
12:12:41.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90c4e573-7938-4457-9975-059b5d3f71b5
12:12:41.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.857 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=414a4ea7-f8d3-4a2d-8e60-1424e4ba39cc
12:12:41.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.917 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da233dcd-a799-49a0-b9fc-a5dee31d3696
12:12:41.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:41.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:41.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.952 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:41.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae635409-eb5d-499f-83c8-19365ac55683
12:12:41.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:41.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:41.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:41.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cd49d48-46b3-41b3-8558-08879fc65254
12:12:42.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=516b226e-9b2d-490f-8df1-2536097da786
12:12:42.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23e7161c-33fc-4572-a8f8-b474e00d4e5d
12:12:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.140 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.163 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e1ad3ab-786e-486c-b4a0-672e6ecf5af7
12:12:42.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91b13834-e07b-4090-926b-02cb9a2434c4
12:12:42.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77d56cf3-f222-4b4c-8aa5-c9feaaeddeb6
12:12:42.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6212acfe-fd6a-4d21-9d0f-89a3d2844871
12:12:42.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96288adc-0963-4b34-a6ed-13562fcb9f1f
12:12:42.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c255ba87-a52c-4a26-b36b-209bfc175de7
12:12:42.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=31d1c033-9d40-4671-84c3-5ca184d9bb59
12:12:42.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.472 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.484 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd25b9e1-c4ab-47ab-92ba-6bd29ed91b3a
12:12:42.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1dd95b17-d752-47ae-9318-a16f3c9f23c4
12:12:42.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.596 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5de2f79-8775-4cba-ba36-80e52bb6253e
12:12:42.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03441743-5543-4867-b1cc-b21acd98e36f
12:12:42.652 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.698 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.712 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be9b1db-a46f-4426-8074-1f8c78609875
12:12:42.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.738 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d9ac836-6212-466a-8fb0-45b9700e6581
12:12:42.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.800 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=61144ab1-40d8-403b-a058-0c00c43490e8
12:12:42.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.816 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0c7355f-44da-4b08-becc-3791500ac072
12:12:42.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4186125f-ea7f-4710-a301-a1d477184705
12:12:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.933 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:42.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e1fc9ab-877f-4e90-a28a-2a0eab5f0b42
12:12:42.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:42.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:42.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:42.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:42.985 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0d946e0-3882-4a4a-98a5-c92f2415c8af
12:12:43.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.026 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796e0b24-84af-477a-9d60-8ac2765fdfe6
12:12:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c095b948-244b-49ab-8750-444676721d4a
12:12:43.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2424b94f-c3ce-4b85-b8a5-90f8e8b9cfcb
12:12:43.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.160 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88ff49b6-8532-40de-a750-f3ee77e90eb7
12:12:43.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf91f061-a3c2-4dbb-a2d8-273ddf58dc0e
12:12:43.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.258 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02150e0b-f887-45a0-b238-62312fcf029d
12:12:43.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.328 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f9cee6d-7726-4278-8e97-44348dd06360
12:12:43.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c476fbd-ab80-4999-88d3-af6da0b5bee4
12:12:43.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=265d73d3-b777-4636-8865-a3a97d7fe337
12:12:43.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.457 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b4b6273-5081-4575-9eeb-eb17c1f6e9b6
12:12:43.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.501 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.501 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.502 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c32e728-2c68-46d2-83b1-ca22460bb3e7
12:12:43.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.535 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c4a8a4-815a-4eab-af71-b00971d6e40f
12:12:43.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5f580e2-972b-4497-b9b0-bd4377dec943
12:12:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e58743f-2b6e-4b16-b60d-e1e3cb50161b
12:12:43.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.710 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d7615c1-b2fc-4e2b-8020-b1efc2a401b8
12:12:43.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8f9532b-e276-4d45-a9ae-0e4a3580aaed
12:12:43.762 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.856 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ca51a0-497d-4632-8269-2a7abe9bda0e
12:12:43.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2471c4e-e40b-425f-bc3a-86421ba31f2a
12:12:43.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:43.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afeedcb-a398-45b4-9976-e6b1790a2e11
12:12:43.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:43.945 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:43.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:43.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=44c013f0-4b54-4511-8741-5bef58668ab5
12:12:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.029 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c7c494f-dc48-4ee1-aeb8-bf8f7019e732
12:12:44.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.045 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fec19510-c78e-4903-988f-4924e25e1cb7
12:12:44.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a20d02dd-8265-42ee-b4bc-3dbb97e7c020
12:12:44.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.144 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c91081-d7b7-41ee-93f0-97270962cb71
12:12:44.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.208 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0724b9-e8de-433f-b734-0303a8784dac
12:12:44.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.246 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b427f5c2-f2f0-45a9-a8d4-26485c7e5b2d
12:12:44.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.280 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bccde45-7f76-4f20-b377-c0377bf84d03
12:12:44.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec45a044-da72-47c5-a4a9-5f98ba59342c
12:12:44.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.378 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.378 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bf8b57-37b2-4d86-8fcf-64ecd947f4e3
12:12:44.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d842a766-c279-49d3-8520-3c60a70588ef
12:12:44.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.464 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.464 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.479 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4c4b4b-59f4-4d34-993e-67563cbe7de9
12:12:44.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18af9ad3-49d6-44f4-9603-3fbc6f946b25
12:12:44.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.546 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.559 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a254538-961f-423e-b85c-e1ec41037e96
12:12:44.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.585 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e9dec617-b8cc-4217-8bf5-0c18c2e407aa
12:12:44.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.647 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10c452e6-ca41-4fc7-9ade-8f17e549336e
12:12:44.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b12408c-e54f-4352-b117-017d11e6fd33
12:12:44.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.716 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0279cca6-2051-426a-9074-3946cfd5a45d
12:12:44.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f375018-bc0b-48a7-bb93-0ce63f1e3dde
12:12:44.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de014e48-be0c-4914-a5d0-67feb6ebab2e
12:12:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.814 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2500775a-e9a7-42b9-ba33-28d0d4f0cdc6
12:12:44.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e517341-5bef-49ed-ac4a-eb5faf43a1aa
12:12:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.889 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e1d3b24-8ee1-4069-b4bb-0a0e1a6e2b86
12:12:44.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.945 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d961d6e9-9553-476c-8b1f-334b8eda2658
12:12:44.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:44.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:44.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:44.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:44.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:44.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:44.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:44.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16651399-fb75-45aa-8393-cae3e51d6bc2
12:12:44.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c28b7b30-4ef3-4d35-a9de-3f13ee3a5b33
12:12:45.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.067 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7053f138-ca40-4a9b-8664-fc260f3a32ea
12:12:45.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d3df0cc-5e13-48ec-a637-0817033bfecf
12:12:45.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.172 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0422c29-51ee-44ce-ad26-580acdb5a61a
12:12:45.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.233 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d43b3d5-4410-4996-ad24-246240c254f0
12:12:45.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.269 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fa51d40-9f32-408e-b542-8eb82d60239e
12:12:45.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.302 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.316 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6283a01a-d680-4a2b-87e4-7a058282afd0
12:12:45.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73497015-7dff-4904-ac0c-f0affa76edf2
12:12:45.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bd2c041d-107f-41e7-ba4d-cbc044099306
12:12:45.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ec302b-5206-4549-a8af-bc1668b4bf47
12:12:45.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7d6400-9894-405c-a8db-bf6518e7243a
12:12:45.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64fe3c02-91bc-4b2d-b38c-1778743b4375
12:12:45.521 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.565 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.566 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aa8b311-c9b8-4844-9ea6-088f2824786f
12:12:45.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1def781-2104-4cb7-8aec-c18c0e4e64b5
12:12:45.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.656 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.657 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.670 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=791d05c0-5fbf-49d9-9958-463787724ff4
12:12:45.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=031ec8c7-3c3d-4519-ab73-8a1eae5c56fa
12:12:45.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.744 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f31d9c16-364a-4412-8ae2-569f6203d32b
12:12:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.791 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e15e88a8-74d3-44ce-a6c4-f47589961a8c
12:12:45.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8490bd51-54bf-4ad7-84d6-1b58791a6181
12:12:45.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9606bb47-3187-44db-9e61-41e2483956e1
12:12:45.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a2f4641-17cc-40eb-a8e4-26939d8ab03f
12:12:45.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:45.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:45.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:45.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:45.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:45.997 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:45.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce62b42-a771-4f3c-aafa-0458b3611c18
12:12:45.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.022 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7695640-37ae-4e7d-8164-6643f968d159
12:12:46.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.079 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1e0cbc-2969-40fb-b237-7951330c705a
12:12:46.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d26d99b9-b19a-4351-9167-e422ed0cc7c1
12:12:46.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3a2c2be-2fe3-450a-a264-203d8d37b661
12:12:46.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82fa46de-0e4a-4731-8b6e-145ca94f6962
12:12:46.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8f5d8b-7702-45da-b8f9-20cbb67208ed
12:12:46.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b47f32-11fd-4d9c-8ae0-c5d38dd4a388
12:12:46.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cffb6cca-fb1f-431c-9820-326b388d73dc
12:12:46.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=414a4ea7-f8d3-4a2d-8e60-1424e4ba39cc
12:12:46.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c3a40f-3b63-4a0f-b9cc-b274aace2bfb
12:12:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.478 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.492 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8765698-6d47-478e-a9e3-f07cd0027157
12:12:46.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.545 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da233dcd-a799-49a0-b9fc-a5dee31d3696
12:12:46.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2723278-f95c-4b0b-b5d8-ca62eb179801
12:12:46.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6cd49d48-46b3-41b3-8558-08879fc65254
12:12:46.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23e7161c-33fc-4572-a8f8-b474e00d4e5d
12:12:46.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba201bff-fbb0-44b9-b083-ba98f8bea91d
12:12:46.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.794 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f78a66-8665-4f55-9bda-5a8bd73a54a7
12:12:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91b13834-e07b-4090-926b-02cb9a2434c4
12:12:46.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6212acfe-fd6a-4d21-9d0f-89a3d2844871
12:12:46.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae8b3cb8-207c-4e2e-a55a-ceb3fe7e8802
12:12:46.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:46.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:46.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:46.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:46.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:46.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb27692c-6ad9-4ece-95c6-7173e0223e75
12:12:47.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c255ba87-a52c-4a26-b36b-209bfc175de7
12:12:47.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.063 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989d2803-faee-45e7-a15a-d9a5f9809a4e
12:12:47.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd25b9e1-c4ab-47ab-92ba-6bd29ed91b3a
12:12:47.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.129 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.152 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7afb6f8c-3921-4b97-9919-3b405ba7b11d
12:12:47.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5de2f79-8775-4cba-ba36-80e52bb6253e
12:12:47.168 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.204 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.205 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.217 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6249930c-64db-4fe5-8155-095645b8e51a
12:12:47.218 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5be9b1db-a46f-4426-8074-1f8c78609875
12:12:47.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.287 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.303 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=415c137e-662b-4c14-adbd-122faa8dca32
12:12:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f0c7355f-44da-4b08-becc-3791500ac072
12:12:47.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.386 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6bc7f8-0b7e-411d-98a8-90b95ff31dc7
12:12:47.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.448 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e1fc9ab-877f-4e90-a28a-2a0eab5f0b42
12:12:47.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.482 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963c7448-98f8-4add-b88d-ee512d62cef6
12:12:47.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=796e0b24-84af-477a-9d60-8ac2765fdfe6
12:12:47.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.581 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9574076-58ac-4eac-936f-ce0bbbb84211
12:12:47.596 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c095b948-244b-49ab-8750-444676721d4a
12:12:47.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=142de9ea-4928-4e29-8e3e-c33f4eb17486
12:12:47.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88ff49b6-8532-40de-a750-f3ee77e90eb7
12:12:47.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.767 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.781 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aac417e-1135-441c-895a-b24bdd2e4452
12:12:47.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02150e0b-f887-45a0-b238-62312fcf029d
12:12:47.845 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f50187-858e-4523-bc6f-9954020dbd19
12:12:47.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:47.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0c476fbd-ab80-4999-88d3-af6da0b5bee4
12:12:47.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:47.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:47.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:47.955 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:47.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f96d1b-6799-49a9-bd42-7b63be1ea02a
12:12:47.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.043 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b4b6273-5081-4575-9eeb-eb17c1f6e9b6
12:12:48.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.070 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.070 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d12410-bfa0-41f4-8399-4f3fd1df14c5
12:12:48.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.092 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5c4a8a4-815a-4eab-af71-b00971d6e40f
12:12:48.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6ff8e4a-4c63-4333-8f15-941caeaa14b6
12:12:48.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.149 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e58743f-2b6e-4b16-b60d-e1e3cb50161b
12:12:48.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7d7615c1-b2fc-4e2b-8020-b1efc2a401b8
12:12:48.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.233 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aee64b5-34cc-4bab-af94-ff320b296769
12:12:48.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=222cd1e4-49f4-4b58-bd60-c24e0ba47dbf
12:12:48.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81ca51a0-497d-4632-8269-2a7abe9bda0e
12:12:48.332 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.386 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e010ab5-c9de-42ed-885c-f79989910f3a
12:12:48.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3afeedcb-a398-45b4-9976-e6b1790a2e11
12:12:48.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.511 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09298d35-482f-42cf-a761-64b3b0522e03
12:12:48.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.516 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fec19510-c78e-4903-988f-4924e25e1cb7
12:12:48.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95fbe28-6862-408b-8fec-07b1935df70c
12:12:48.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.620 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2c91081-d7b7-41ee-93f0-97270962cb71
12:12:48.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0724b9-e8de-433f-b734-0303a8784dac
12:12:48.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65320fca-9350-47e7-aee5-f565d95c05bd
12:12:48.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.789 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.789 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5bccde45-7f76-4f20-b377-c0377bf84d03
12:12:48.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.803 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8787806e-4130-46bf-a474-47e037d47b9d
12:12:48.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.875 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbcf5fb-d42e-4121-8c75-b685f0d73a21
12:12:48.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76bf8b57-37b2-4d86-8fcf-64ecd947f4e3
12:12:48.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:48.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:48.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:48.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:48.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:48.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:48.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c4c4b4b-59f4-4d34-993e-67563cbe7de9
12:12:48.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.013 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.014 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.028 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f2506f-414e-41af-9b64-dd57f3e6c27b
12:12:49.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a254538-961f-423e-b85c-e1ec41037e96
12:12:49.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d5a4434-3921-4817-914f-46bd9bf034b9
12:12:49.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.153 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4935788-d1a9-47f7-aabe-1fc853423e93
12:12:49.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.205 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10c452e6-ca41-4fc7-9ade-8f17e549336e
12:12:49.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.244 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0271d5f3-864b-4f3d-9b29-eadd1393d0b1
12:12:49.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0279cca6-2051-426a-9074-3946cfd5a45d
12:12:49.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd19287-ed04-45d0-9f0e-43d6da90d5e6
12:12:49.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de014e48-be0c-4914-a5d0-67feb6ebab2e
12:12:49.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.392 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e517341-5bef-49ed-ac4a-eb5faf43a1aa
12:12:49.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.429 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93e6da8f-d1cc-47ab-91f7-1177aa3a5d75
12:12:49.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.469 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d961d6e9-9553-476c-8b1f-334b8eda2658
12:12:49.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.469 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.483 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8807ebff-cb00-467a-821d-d784ae8b562f
12:12:49.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.570 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7053f138-ca40-4a9b-8664-fc260f3a32ea
12:12:49.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.611 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0fc8af-cd51-4e45-bd88-6e90811243aa
12:12:49.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.634 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0422c29-51ee-44ce-ad26-580acdb5a61a
12:12:49.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=084db482-9924-424f-ad58-7e99e784ee28
12:12:49.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.725 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5d43b3d5-4410-4996-ad24-246240c254f0
12:12:49.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.770 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.782 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c8bb44-a97c-403d-bb75-de3d3dcd3af8
12:12:49.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6283a01a-d680-4a2b-87e4-7a058282afd0
12:12:49.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.880 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31d6ce-b3e6-4670-be23-c6e219d73e7f
12:12:49.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.908 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.922 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64ec302b-5206-4549-a8af-bc1668b4bf47
12:12:49.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.931 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.945 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b8064bc-bd74-4ad3-9642-6f738e3b052c
12:12:49.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:49.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:49.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:49.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:49.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:49.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:49.985 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:49.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b7d6400-9894-405c-a8db-bf6518e7243a
12:12:49.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.046 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1915adf0-c6da-4b18-b426-b9e70b2d799f
12:12:50.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1def781-2104-4cb7-8aec-c18c0e4e64b5
12:12:50.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.098 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.098 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.112 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4222b91-775a-4c91-b372-1182894cacba
12:12:50.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=031ec8c7-3c3d-4519-ab73-8a1eae5c56fa
12:12:50.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.163 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.176 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0699f465-a72a-4079-9613-0cd017f96da4
12:12:50.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e15e88a8-74d3-44ce-a6c4-f47589961a8c
12:12:50.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.254 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.267 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77303eef-4b02-4736-9997-9ab9d17a19f4
12:12:50.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9606bb47-3187-44db-9e61-41e2483956e1
12:12:50.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6c26d6-75d3-4196-84e8-4a38cfb6d965
12:12:50.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cce62b42-a771-4f3c-aafa-0458b3611c18
12:12:50.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.404 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7cd931c-8d21-491b-936f-799ef8c29c3c
12:12:50.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a1e0cbc-2969-40fb-b237-7951330c705a
12:12:50.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deacb177-d858-48d3-89b4-5aab0b6b2b71
12:12:50.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3a2c2be-2fe3-450a-a264-203d8d37b661
12:12:50.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.553 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.554 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.567 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64296b9f-d710-4634-ba15-3d4a9b52e2b6
12:12:50.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.582 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6c8f5d8b-7702-45da-b8f9-20cbb67208ed
12:12:50.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.629 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36ea6dab-2f4c-4f2e-a3bb-c87ed8a12a90
12:12:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.664 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cffb6cca-fb1f-431c-9820-326b388d73dc
12:12:50.666 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78092a8-4da7-4067-b2b5-c430cc1a9c46
12:12:50.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.719 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8c3a40f-3b63-4a0f-b9cc-b274aace2bfb
12:12:50.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f8765698-6d47-478e-a9e3-f07cd0027157
12:12:50.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b905d0-66db-45a2-b7d3-252b555e0a31
12:12:50.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.879 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a574a40b-ea05-408a-8aa2-bf0752cb4c8d
12:12:50.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2723278-f95c-4b0b-b5d8-ca62eb179801
12:12:50.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:50.982 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:50.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba201bff-fbb0-44b9-b083-ba98f8bea91d
12:12:50.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:50.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:50.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:50.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:50.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:50.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41eec4c5-7d6f-44cd-bd04-b7637e787bd1
12:12:50.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.021 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.023 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29f78a66-8665-4f55-9bda-5a8bd73a54a7
12:12:51.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.065 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56741c07-e693-4caf-b7ff-e0b50c11c5de
12:12:51.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.113 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.113 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.115 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d0c520c-284b-4645-8459-78efc5498039
12:12:51.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae8b3cb8-207c-4e2e-a55a-ceb3fe7e8802
12:12:51.149 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.197 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ac2028-e9f5-4eb5-a3eb-9c44841da436
12:12:51.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb27692c-6ad9-4ece-95c6-7173e0223e75
12:12:51.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.314 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.328 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8df2079-9287-42df-a974-da329a9c340a
12:12:51.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=989d2803-faee-45e7-a15a-d9a5f9809a4e
12:12:51.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.421 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.429 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e8b76f6-422a-4d14-8a8f-118bd5fc78f5
12:12:51.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.472 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7afb6f8c-3921-4b97-9919-3b405ba7b11d
12:12:51.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99877b2e-8b48-43da-b628-07da823ae5b8
12:12:51.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6249930c-64db-4fe5-8155-095645b8e51a
12:12:51.589 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.627 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.645 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6378cebd-9c28-4c2d-9767-9fb48296fb14
12:12:51.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=415c137e-662b-4c14-adbd-122faa8dca32
12:12:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.726 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.744 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=755484f7-c04d-41e8-ba8a-742bdaedc5db
12:12:51.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.751 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f6bc7f8-0b7e-411d-98a8-90b95ff31dc7
12:12:51.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.809 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963c7448-98f8-4add-b88d-ee512d62cef6
12:12:51.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.855 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96504ff0-bb94-4403-b674-62b6067c20ce
12:12:51.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.882 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.883 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.895 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9574076-58ac-4eac-936f-ce0bbbb84211
12:12:51.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.933 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.935 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.947 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.948 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db153b25-ac8c-4792-bd85-7f028c201e2a
12:12:51.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:51.963 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:51.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:51.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:51.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:51.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:51.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=142de9ea-4928-4e29-8e3e-c33f4eb17486
12:12:51.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.005 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.020 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9eae325-29c1-4563-b67f-6456ac6c9604
12:12:52.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3aac417e-1135-441c-895a-b24bdd2e4452
12:12:52.061 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.109 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.111 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.123 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652ba12d-71c3-4719-80d1-1fc9fa758595
12:12:52.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.194 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3f50187-858e-4523-bc6f-9954020dbd19
12:12:52.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e44f3e-966c-4fbb-92e4-9ec2a3017e16
12:12:52.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.260 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f96d1b-6799-49a9-bd42-7b63be1ea02a
12:12:52.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37f044b-8468-420d-86f5-0375b3064ee9
12:12:52.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.334 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.360 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d9b9bac-1390-4906-b2a8-7cfe571b7ad8
12:12:52.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.372 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d12410-bfa0-41f4-8399-4f3fd1df14c5
12:12:52.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.433 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a6ff8e4a-4c63-4333-8f15-941caeaa14b6
12:12:52.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.444 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8ee564-70bd-4225-a416-ed11e71ea126
12:12:52.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.480 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.495 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7aee64b5-34cc-4bab-af94-ff320b296769
12:12:52.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.561 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.562 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f2c1f06-d24d-452c-8d56-3a4357a60af8
12:12:52.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=222cd1e4-49f4-4b58-bd60-c24e0ba47dbf
12:12:52.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6e010ab5-c9de-42ed-885c-f79989910f3a
12:12:52.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.666 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.680 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91558c72-b1f1-41eb-8cbe-1d1d7068427a
12:12:52.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.793 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09298d35-482f-42cf-a761-64b3b0522e03
12:12:52.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.805 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.805 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b985348a-94c4-4cf1-92cc-d7a59523f6d6
12:12:52.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.865 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c95fbe28-6862-408b-8fec-07b1935df70c
12:12:52.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.895 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26dbba35-3840-493a-a9f5-a2ee6fa4ab32
12:12:52.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:52.936 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:52.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00caddff-c919-4544-b44e-775315017d7c
12:12:52.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:52.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:52.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:52.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:52.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65320fca-9350-47e7-aee5-f565d95c05bd
12:12:52.973 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1fbe120-4079-42a1-994b-aa46e3a85f00
12:12:53.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8787806e-4130-46bf-a474-47e037d47b9d
12:12:53.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.100 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.115 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756ccdd8-1cf2-449d-a79d-7a196ea1f5ad
12:12:53.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.185 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bbcf5fb-d42e-4121-8c75-b685f0d73a21
12:12:53.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=265e61bc-2a0a-480a-9e35-6a9c6c0ed339
12:12:53.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51f2506f-414e-41af-9b64-dd57f3e6c27b
12:12:53.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.325 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98dd4b9c-48f4-4332-b4c0-39407045cff4
12:12:53.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c2e2d3-dc04-4a70-9cd3-10081f0ed3e9
12:12:53.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d5a4434-3921-4817-914f-46bd9bf034b9
12:12:53.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.481 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e667ab4d-03ee-457a-967d-68deb32e3b67
12:12:53.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.520 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4935788-d1a9-47f7-aabe-1fc853423e93
12:12:53.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.543 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.558 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81cd24cf-2229-4ca4-9788-8778732db8ae
12:12:53.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0271d5f3-864b-4f3d-9b29-eadd1393d0b1
12:12:53.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.604 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.618 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2762e7b3-3a16-4185-8225-300fc00618cd
12:12:53.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9cd19287-ed04-45d0-9f0e-43d6da90d5e6
12:12:53.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.702 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.717 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59e7cedd-ec32-4274-8ff7-a86a62dbcfc1
12:12:53.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93e6da8f-d1cc-47ab-91f7-1177aa3a5d75
12:12:53.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.816 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.816 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6e3183-355d-46fe-bb92-be50ba0e4dcd
12:12:53.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8807ebff-cb00-467a-821d-d784ae8b562f
12:12:53.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e73b9551-fac3-4076-8942-d62a2781c1cb
12:12:53.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:53.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:53.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ed0fc8af-cd51-4e45-bd88-6e90811243aa
12:12:53.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:53.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:53.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:53.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:53.992 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:53.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cc380b9-10b8-40ec-bbd6-5e149457d3b1
12:12:53.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=084db482-9924-424f-ad58-7e99e784ee28
12:12:54.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f48e36b-23aa-4354-b232-f3ac2ae0e5d0
12:12:54.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5c8bb44-a97c-403d-bb75-de3d3dcd3af8
12:12:54.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.169 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.182 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46896c96-c77e-47b4-bdc2-23d08fdb494b
12:12:54.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89787552-bb8e-4e82-a563-214128ffc485
12:12:54.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.245 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.258 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31d6ce-b3e6-4670-be23-c6e219d73e7f
12:12:54.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b8064bc-bd74-4ad3-9642-6f738e3b052c
12:12:54.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.359 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28ae48b9-3385-4d56-a20f-9efd4c6263ab
12:12:54.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.416 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1915adf0-c6da-4b18-b426-b9e70b2d799f
12:12:54.430 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=384aa41d-eb8e-4f2d-8bfe-8ad5f18f324a
12:12:54.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4222b91-775a-4c91-b372-1182894cacba
12:12:54.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4495690f-0a54-49e0-aad5-d2985e096b2f
12:12:54.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.544 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0699f465-a72a-4079-9613-0cd017f96da4
12:12:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.597 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1f92f96-2c77-4c05-80d9-ea47d21f63f7
12:12:54.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77303eef-4b02-4736-9997-9ab9d17a19f4
12:12:54.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.644 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0951832-fe3f-407a-a804-22a1b8a3e002
12:12:54.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec6c26d6-75d3-4196-84e8-4a38cfb6d965
12:12:54.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.735 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac81e682-f828-412a-89d1-6b681e2624a9
12:12:54.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.791 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.792 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353cbc17-aee5-473c-b6c3-1788775b1d31
12:12:54.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.802 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f7cd931c-8d21-491b-936f-799ef8c29c3c
12:12:54.815 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9c4c1db-3630-4b7f-9b86-572382f9d709
12:12:54.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.867 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deacb177-d858-48d3-89b4-5aab0b6b2b71
12:12:54.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:54.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64296b9f-d710-4634-ba15-3d4a9b52e2b6
12:12:54.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:54.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:54.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:54.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:54.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:54.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8298a410-e7a7-4e37-8819-0dfa5518531d
12:12:54.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36ea6dab-2f4c-4f2e-a3bb-c87ed8a12a90
12:12:55.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.062 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d5ff0d1-dd92-4901-94b6-384f25b4ac32
12:12:55.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e329049-f1c3-4818-9934-ead46c690a40
12:12:55.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.180 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b78092a8-4da7-4067-b2b5-c430cc1a9c46
12:12:55.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.234 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4999f7b-d6ef-45d6-9500-ff368d677bed
12:12:55.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.266 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89b905d0-66db-45a2-b7d3-252b555e0a31
12:12:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.291 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e1384a-46bf-49a0-b02f-e9f9d7f65c08
12:12:55.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.318 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.332 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a574a40b-ea05-408a-8aa2-bf0752cb4c8d
12:12:55.333 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.416 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85731c80-f280-4f69-b021-6177214aa1b7
12:12:55.418 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.445 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.446 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41eec4c5-7d6f-44cd-bd04-b7637e787bd1
12:12:55.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.514 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef744200-549b-4a62-b605-319be0a358ae
12:12:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.558 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=56741c07-e693-4caf-b7ff-e0b50c11c5de
12:12:55.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.624 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d0c520c-284b-4645-8459-78efc5498039
12:12:55.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810ff05f-fd95-4062-92fa-1451c733fe64
12:12:55.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5ac2028-e9f5-4eb5-a3eb-9c44841da436
12:12:55.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.717 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd29eb2b-3b43-42b1-9a86-9b780e56c414
12:12:55.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.756 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8df2079-9287-42df-a974-da329a9c340a
12:12:55.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.798 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d936beef-b850-49ca-a809-076fd3a0f9f5
12:12:55.800 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.811 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4e8b76f6-422a-4d14-8a8f-118bd5fc78f5
12:12:55.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.884 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.885 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=342fe76f-19b6-47a7-929f-352459e2fa9b
12:12:55.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.905 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.919 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99877b2e-8b48-43da-b628-07da823ae5b8
12:12:55.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.955 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.955 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.957 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:55.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:55.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=909e0f39-acbb-4091-b856-9b02335a0bd6
12:12:55.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:55.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:55.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:55.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:55.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:55.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6378cebd-9c28-4c2d-9767-9fb48296fb14
12:12:55.994 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.022 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.022 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b0a877-539d-4e46-884f-80487f1129a8
12:12:56.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=755484f7-c04d-41e8-ba8a-742bdaedc5db
12:12:56.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.132 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be6436b-7b54-40f2-9d06-b74ba33f0cc5
12:12:56.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96504ff0-bb94-4403-b674-62b6067c20ce
12:12:56.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.240 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=db153b25-ac8c-4792-bd85-7f028c201e2a
12:12:56.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa317c90-eea2-4fdf-bfa2-884ecbeb0ecd
12:12:56.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.300 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9eae325-29c1-4563-b67f-6456ac6c9604
12:12:56.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.356 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.358 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.370 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16cb9e08-c08d-4bd5-a18a-6863ec6cc00e
12:12:56.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.403 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=652ba12d-71c3-4719-80d1-1fc9fa758595
12:12:56.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9150591a-9a65-410c-a82c-9f37342ed9a1
12:12:56.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.517 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.519 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51e44f3e-966c-4fbb-92e4-9ec2a3017e16
12:12:56.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=380c4bbd-f98a-4976-9e9d-683d2d3da970
12:12:56.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.637 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a37f044b-8468-420d-86f5-0375b3064ee9
12:12:56.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.674 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.675 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec4e8894-4ed6-48a9-9651-9fcdec1600aa
12:12:56.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d9b9bac-1390-4906-b2a8-7cfe571b7ad8
12:12:56.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f5523f-3bed-43eb-aec2-2426323ac62e
12:12:56.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.837 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.851 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8ee564-70bd-4225-a416-ed11e71ea126
12:12:56.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa39561-e979-428e-863e-6d458084fbe3
12:12:56.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.886 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.886 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.887 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9f2c1f06-d24d-452c-8d56-3a4357a60af8
12:12:56.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:56.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.984 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e73d0732-016b-47b1-a682-752b8a270e06
12:12:56.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:56.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:56.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:56.996 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:56.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:56.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91558c72-b1f1-41eb-8cbe-1d1d7068427a
12:12:56.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.049 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b985348a-94c4-4cf1-92cc-d7a59523f6d6
12:12:57.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d52e56-65bf-4972-8a2d-628d8a7eb715
12:12:57.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26dbba35-3840-493a-a9f5-a2ee6fa4ab32
12:12:57.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.187 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e01cdac7-e7a7-4ad5-810d-bf9eb5681243
12:12:57.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00caddff-c919-4544-b44e-775315017d7c
12:12:57.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4cfd8e9-e509-4b93-8007-1ee4b971db24
12:12:57.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c1fbe120-4079-42a1-994b-aa46e3a85f00
12:12:57.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.312 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.313 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fe9504f-011a-42c2-84a1-fdb66e77e9e5
12:12:57.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.349 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.363 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b7fe1c-ed3a-4aff-97c4-6880777d665e
12:12:57.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=756ccdd8-1cf2-449d-a79d-7a196ea1f5ad
12:12:57.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.433 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.446 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbee227-52b5-4ef2-a9a8-8ffb0ab85f42
12:12:57.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.485 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=265e61bc-2a0a-480a-9e35-6a9c6c0ed339
12:12:57.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9084e578-1a83-4609-907c-d745e10043f2
12:12:57.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.563 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.565 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4a7dc1-a506-4a8f-9e14-6d38c213f3c3
12:12:57.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98dd4b9c-48f4-4332-b4c0-39407045cff4
12:12:57.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.649 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d08b592c-124c-4517-8322-7fbc53452413
12:12:57.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.691 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c2e2d3-dc04-4a70-9cd3-10081f0ed3e9
12:12:57.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b97a80bc-5093-442a-892a-605b9d1e64a9
12:12:57.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.769 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e667ab4d-03ee-457a-967d-68deb32e3b67
12:12:57.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328e426d-9840-4ba1-b18b-7ec9782804ae
12:12:57.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81cd24cf-2229-4ca4-9788-8778732db8ae
12:12:57.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.904 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.918 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ab2ac4d-1fe5-47f4-9566-e42f3aca6187
12:12:57.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:57.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2762e7b3-3a16-4185-8225-300fc00618cd
12:12:57.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:57.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:57.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:57.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:57.998 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:57.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.012 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c8860df-39fd-4eac-b996-cff4555c7483
12:12:58.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=59e7cedd-ec32-4274-8ff7-a86a62dbcfc1
12:12:58.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.079 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce4ecf3-09f4-4d39-8d0e-334729826b79
12:12:58.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c6e3183-355d-46fe-bb92-be50ba0e4dcd
12:12:58.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.156 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.169 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=426cbe37-c122-443d-bcf2-938f97be8deb
12:12:58.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4a2df69-6ba2-43e2-85f8-b3fffca2c0d4
12:12:58.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.239 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e73b9551-fac3-4076-8942-d62a2781c1cb
12:12:58.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a0502e-1888-4bc0-87ef-3ab167cad416
12:12:58.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.340 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.341 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0cc380b9-10b8-40ec-bbd6-5e149457d3b1
12:12:58.355 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d445b41c-0ad4-4072-8516-f8abc66c1a7e
12:12:58.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.417 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f48e36b-23aa-4354-b232-f3ac2ae0e5d0
12:12:58.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.455 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=182e6d1b-18e3-4cf2-98a5-c19af8455e00
12:12:58.479 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46896c96-c77e-47b4-bdc2-23d08fdb494b
12:12:58.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.549 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.563 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.563 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca32c71-9452-42cf-b4a5-6b2ed1d0f904
12:12:58.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=89787552-bb8e-4e82-a563-214128ffc485
12:12:58.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.657 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9930bd3e-c945-40c3-8063-ae5ca3b0b35f
12:12:58.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.713 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28ae48b9-3385-4d56-a20f-9efd4c6263ab
12:12:58.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.743 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.758 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef09097-2cf5-4d5c-b63d-c3bc932ee10c
12:12:58.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=384aa41d-eb8e-4f2d-8bfe-8ad5f18f324a
12:12:58.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.858 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.858 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=223e270c-ebd7-49e5-b0fe-0c6e89ab4eff
12:12:58.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4495690f-0a54-49e0-aad5-d2985e096b2f
12:12:58.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.969 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1f92f96-2c77-4c05-80d9-ea47d21f63f7
12:12:58.970 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:58.980 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:58.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:58.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:58.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:58.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:58.995 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a13e0bdb-5ba8-46ca-ab64-071e391c3d98
12:12:58.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.034 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.035 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0951832-fe3f-407a-a804-22a1b8a3e002
12:12:59.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.084 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54da30e3-5f66-4eab-b6bb-621df6054cb9
12:12:59.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.131 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac81e682-f828-412a-89d1-6b681e2624a9
12:12:59.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.170 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.170 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.172 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f0efe4-0bd0-46ab-b240-90e73c8c95e2
12:12:59.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.220 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab65718e-f4bb-4ec9-9526-1626acf16a68
12:12:59.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.272 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=353cbc17-aee5-473c-b6c3-1788775b1d31
12:12:59.274 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.329 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d92efdd-3192-44e1-a0e7-d35094cd33a2
12:12:59.331 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.362 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9c4c1db-3630-4b7f-9b86-572382f9d709
12:12:59.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.424 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8298a410-e7a7-4e37-8819-0dfa5518531d
12:12:59.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.455 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bc0268b-90ab-4e62-8029-1b1ec0e4b3a8
12:12:59.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d5ff0d1-dd92-4901-94b6-384f25b4ac32
12:12:59.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.552 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf952d83-177c-4019-9826-3ceb237e6ffa
12:12:59.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e329049-f1c3-4818-9934-ead46c690a40
12:12:59.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.649 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.661 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.662 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63456ba-7e79-4518-abc3-7824707514c6
12:12:59.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.706 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.720 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4999f7b-d6ef-45d6-9500-ff368d677bed
12:12:59.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72962adf-9baa-4dff-a530-d2573ad61d9f
12:12:59.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86e1384a-46bf-49a0-b02f-e9f9d7f65c08
12:12:59.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.831 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.846 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=424ed5f2-e70b-478b-a414-38a500d1827b
12:12:59.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85731c80-f280-4f69-b021-6177214aa1b7
12:12:59.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.915 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e37c41f-f52b-4709-8c92-d3c145d9f330
12:12:59.917 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:12:59.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:12:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.970 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:12:59.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b1ce0d-2380-4e2d-acb6-7f67ee20defa
12:12:59.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:12:59.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:12:59.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:12:59.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:12:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef744200-549b-4a62-b605-319be0a358ae
12:12:59.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.020 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdda041e-1e08-4a5b-b027-b208f265a7eb
12:13:00.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=810ff05f-fd95-4062-92fa-1451c733fe64
12:13:00.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17a76ca-7d0f-496b-923c-d30360ffc7c4
12:13:00.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd29eb2b-3b43-42b1-9a86-9b780e56c414
12:13:00.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.188 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e8f8f0-14e9-400e-846a-3eda20e5f799
12:13:00.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.230 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.242 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.242 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d936beef-b850-49ca-a809-076fd3a0f9f5
12:13:00.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62badb05-d748-4755-a1ed-f2d1f25769a8
12:13:00.302 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.326 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=342fe76f-19b6-47a7-929f-352459e2fa9b
12:13:00.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.372 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a406f343-9871-4661-be1c-76ff7c3c32a3
12:13:00.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.407 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.413 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e7fbaa-c774-49ec-9c67-b069882ffc3f
12:13:00.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=909e0f39-acbb-4091-b856-9b02335a0bd6
12:13:00.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b1f98c7-a6df-4129-a6e2-8de113209d7d
12:13:00.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.565 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.577 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1b0a877-539d-4e46-884f-80487f1129a8
12:13:00.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.608 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd217917-aad1-4fc4-8f1c-ed327295adfd
12:13:00.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8be6436b-7b54-40f2-9d06-b74ba33f0cc5
12:13:00.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.704 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b16cdd0-346f-4ddb-970d-34640a273232
12:13:00.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.729 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.744 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fa317c90-eea2-4fdf-bfa2-884ecbeb0ecd
12:13:00.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.783 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5caf62-7b0f-4733-9c1d-a65a348e90a8
12:13:00.785 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.831 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.860 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16cb9e08-c08d-4bd5-a18a-6863ec6cc00e
12:13:00.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81078aa8-f315-4102-ad4a-d5486b3d98b8
12:13:00.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9150591a-9a65-410c-a82c-9f37342ed9a1
12:13:00.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:00.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:00.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:00.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:00.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:00.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d7c94e-f2e0-4d97-9146-80e7e7cb349e
12:13:00.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:00.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:00.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=380c4bbd-f98a-4976-9e9d-683d2d3da970
12:13:01.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.054 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.055 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.080 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.081 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c41fe069-78af-462e-a8d2-6ab2def95636
12:13:01.082 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec4e8894-4ed6-48a9-9651-9fcdec1600aa
12:13:01.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a8f5523f-3bed-43eb-aec2-2426323ac62e
12:13:01.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.176 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.190 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c82d619-bfde-40d7-bdd9-af77bc677bc7
12:13:01.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9aa39561-e979-428e-863e-6d458084fbe3
12:13:01.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.278 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.292 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09b4ec68-c845-439a-b77c-2a064a4de739
12:13:01.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.323 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e73d0732-016b-47b1-a682-752b8a270e06
12:13:01.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.358 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.371 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4442fdf4-dbe9-4cdb-818e-2bb56819e610
12:13:01.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.425 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.439 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28d52e56-65bf-4972-8a2d-628d8a7eb715
12:13:01.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.448 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.476 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cfcc4a-e03d-4ced-b95b-bb6ca0f93d7d
12:13:01.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.505 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e01cdac7-e7a7-4ad5-810d-bf9eb5681243
12:13:01.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=149d6f63-3d55-4c35-9738-69b96920692b
12:13:01.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b4cfd8e9-e509-4b93-8007-1ee4b971db24
12:13:01.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.612 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be94dff6-64c3-4622-91de-23d13a08dd92
12:13:01.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.653 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.666 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fe9504f-011a-42c2-84a1-fdb66e77e9e5
12:13:01.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.709 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.713 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24b7fe1c-ed3a-4aff-97c4-6880777d665e
12:13:01.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3de6b1d-0869-4d9d-8fe9-d889035d933f
12:13:01.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.795 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbee227-52b5-4ef2-a9a8-8ffb0ab85f42
12:13:01.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f28d3cd-8043-4eab-a22a-d3f6353793db
12:13:01.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.914 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.914 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9084e578-1a83-4609-907c-d745e10043f2
12:13:01.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.929 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2b58d77-fd2c-4df1-bff8-c74ee7e11aaa
12:13:01.931 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:01.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:01.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:01.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:01.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:01.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:01.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:01.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa4a7dc1-a506-4a8f-9e14-6d38c213f3c3
12:13:01.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.016 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.016 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62dff447-9f34-4bf1-b293-a0aa11fb17ef
12:13:02.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.082 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d08b592c-124c-4517-8322-7fbc53452413
12:13:02.099 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.130 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.143 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e505e04-0021-4712-b912-a775a3d7617f
12:13:02.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.191 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b7b0c8-985e-4c94-a750-9856cea8c83f
12:13:02.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b97a80bc-5093-442a-892a-605b9d1e64a9
12:13:02.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.286 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.299 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42b3d6d-b670-4590-95d8-026b8c6c6e6f
12:13:02.301 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.307 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.320 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=328e426d-9840-4ba1-b18b-7ec9782804ae
12:13:02.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.336 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.349 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6328df3f-7aaa-4927-9c11-a24da919cdbc
12:13:02.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.370 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ab2ac4d-1fe5-47f4-9566-e42f3aca6187
12:13:02.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.388 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.400 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd272eb4-049c-4045-9996-901d5971a107
12:13:02.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2bd1466-f71d-4822-b10e-aa4ad2a2c213
12:13:02.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c8860df-39fd-4eac-b996-cff4555c7483
12:13:02.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.529 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d6a5394-9c0c-4d7d-bd0b-87841af3c6d0
12:13:02.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.562 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bce4ecf3-09f4-4d39-8d0e-334729826b79
12:13:02.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.588 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.602 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d5a590-d4f6-486c-ac57-e75df80b40f5
12:13:02.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.671 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=426cbe37-c122-443d-bcf2-938f97be8deb
12:13:02.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.702 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfa2c10-dc57-4861-894f-b87353745364
12:13:02.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.728 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d4a2df69-6ba2-43e2-85f8-b3fffca2c0d4
12:13:02.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00168c3e-9d8e-4ea5-b2bd-d105fdf25b21
12:13:02.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6a0502e-1888-4bc0-87ef-3ab167cad416
12:13:02.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.862 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.875 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=101ccdf6-c80a-4961-a8ff-744c69653bba
12:13:02.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.901 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d445b41c-0ad4-4072-8516-f8abc66c1a7e
12:13:02.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:02.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:02.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:02.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:02.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:02.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:02.975 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:02.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5009a7ba-bad9-4234-9c20-c6029605d577
12:13:02.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=182e6d1b-18e3-4cf2-98a5-c19af8455e00
12:13:03.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.059 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f93b849-a770-47a7-bd7a-4f78f0d45732
12:13:03.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ca32c71-9452-42cf-b4a5-6b2ed1d0f904
12:13:03.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ec15fb-726c-417c-a9a7-b08f68116b53
12:13:03.149 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9930bd3e-c945-40c3-8063-ae5ca3b0b35f
12:13:03.172 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.244 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0ef09097-2cf5-4d5c-b63d-c3bc932ee10c
12:13:03.244 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6193fde-2fd0-4c01-bcb9-6cfd109b6416
12:13:03.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.285 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=223e270c-ebd7-49e5-b0fe-0c6e89ab4eff
12:13:03.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=242c7726-899a-4ce0-8603-a9abddfd7480
12:13:03.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.375 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1394762b-f181-4020-b989-e16f77e2a932
12:13:03.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a13e0bdb-5ba8-46ca-ab64-071e391c3d98
12:13:03.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.463 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38bc73c6-2ce9-4a15-9aaa-155c01503b85
12:13:03.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54da30e3-5f66-4eab-b6bb-621df6054cb9
12:13:03.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.550 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0f0efe4-0bd0-46ab-b240-90e73c8c95e2
12:13:03.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c148265c-e009-45b6-864e-9098c03bd904
12:13:03.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.644 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab65718e-f4bb-4ec9-9526-1626acf16a68
12:13:03.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.689 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.702 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.703 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75864b79-27c7-4f03-a63d-4bc16e207cf5
12:13:03.705 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9d92efdd-3192-44e1-a0e7-d35094cd33a2
12:13:03.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9be8a7b-59c9-460b-b3e3-1b254c5b9442
12:13:03.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bc0268b-90ab-4e62-8029-1b1ec0e4b3a8
12:13:03.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.838 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a117ded-698a-4488-9d8f-8e6fa4df6de7
12:13:03.839 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf952d83-177c-4019-9826-3ceb237e6ffa
12:13:03.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.943 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbce2c2-5632-4d52-ac81-2dd3e3ce3561
12:13:03.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:03.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:03.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:03.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:03.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:03.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:03.976 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:03.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63456ba-7e79-4518-abc3-7824707514c6
12:13:03.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.023 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.035 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41865d13-297d-4ab7-8e2e-c7d8fcfd9bb6
12:13:04.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.064 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72962adf-9baa-4dff-a530-d2573ad61d9f
12:13:04.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.122 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.144 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=424ed5f2-e70b-478b-a414-38a500d1827b
12:13:04.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74d82ab-7ead-4e3b-a62a-e8799ca8601d
12:13:04.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d7968f-5b26-4287-8b91-50d787ba45ba
12:13:04.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1e37c41f-f52b-4709-8c92-d3c145d9f330
12:13:04.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.249 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557ddec4-dbc2-4373-b6dd-e9d89faa4f7c
12:13:04.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.273 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.275 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.288 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62b1ce0d-2380-4e2d-acb6-7f67ee20defa
12:13:04.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.317 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.319 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.331 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17e252cf-a826-4183-90ab-376759802051
12:13:04.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.378 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.380 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.391 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.391 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.391 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.391 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdda041e-1e08-4a5b-b027-b208f265a7eb
12:13:04.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.406 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.406 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ce1ca0-5e7e-4dab-ada6-6ff1f7a78fdc
12:13:04.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.437 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.450 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.451 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a17a76ca-7d0f-496b-923c-d30360ffc7c4
12:13:04.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.497 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ddfb9e-65aa-4e35-8c06-1c36c595d781
12:13:04.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.522 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.535 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.535 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e8f8f0-14e9-400e-846a-3eda20e5f799
12:13:04.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.551 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.577 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7659d47-7a99-4ee0-a8f9-8bbe81de6a51
12:13:04.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.614 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62badb05-d748-4755-a1ed-f2d1f25769a8
12:13:04.616 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.657 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.670 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06b2708a-5f7c-4c4a-bb1b-c2f9edf266a2
12:13:04.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.720 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.720 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a406f343-9871-4661-be1c-76ff7c3c32a3
12:13:04.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.739 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1baff87f-9de4-4465-96be-61b1296b9e25
12:13:04.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.801 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.801 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.803 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248db947-d1b7-4697-8773-6f3786f8e247
12:13:04.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.838 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16e7fbaa-c774-49ec-9c67-b069882ffc3f
12:13:04.839 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.877 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6affff8-6e1d-4428-bf67-e55ed765b813
12:13:04.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.900 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.900 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.914 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:04.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b1f98c7-a6df-4129-a6e2-8de113209d7d
12:13:04.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:04.983 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:04.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:04.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:04.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:04.998 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baa2a92d-7e88-49ee-b4f8-b627de00e4fe
12:13:05.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.009 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cd217917-aad1-4fc4-8f1c-ed327295adfd
12:13:05.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.056 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.058 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.070 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.070 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b16cdd0-346f-4ddb-970d-34640a273232
12:13:05.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.080 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b18d4c-7afb-49c0-b5d7-267596fb2663
12:13:05.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.135 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.136 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.160 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.161 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae72f7b-e564-4f07-8c36-874f48ef11b1
12:13:05.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.175 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0d5caf62-7b0f-4733-9c1d-a65a348e90a8
12:13:05.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.195 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.209 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31a7de-225d-4923-b948-1a16238a5775
12:13:05.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81078aa8-f315-4102-ad4a-d5486b3d98b8
12:13:05.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.296 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f4f449d-e9b1-421e-9cc6-4120cf04716f
12:13:05.313 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e8d7c94e-f2e0-4d97-9146-80e7e7cb349e
12:13:05.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.372 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.372 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.385 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4dc1449-d7e2-46e6-ae2e-53d938f4802c
12:13:05.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c41fe069-78af-462e-a8d2-6ab2def95636
12:13:05.434 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efe49b2e-8013-4272-83c0-9d2e59246300
12:13:05.463 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.496 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adfd04e6-2f98-4410-a1a6-0411a4579e51
12:13:05.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.532 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.545 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c82d619-bfde-40d7-bdd9-af77bc677bc7
12:13:05.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.593 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.606 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=09b4ec68-c845-439a-b77c-2a064a4de739
12:13:05.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.609 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae988cc0-81b6-4da8-beb2-8d952135dfc4
12:13:05.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.659 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4442fdf4-dbe9-4cdb-818e-2bb56819e610
12:13:05.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.708 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0468c078-b028-4ef7-8dc1-8118d424ef43
12:13:05.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.747 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.761 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69cfcc4a-e03d-4ced-b95b-bb6ca0f93d7d
12:13:05.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.798 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.799 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.813 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d5aeff3-bb05-40c5-a9aa-6e52c555dbb7
12:13:05.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.846 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.846 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=149d6f63-3d55-4c35-9738-69b96920692b
12:13:05.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.919 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.919 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56c56be-3545-4498-91d1-a965134d1aa7
12:13:05.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:05.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be94dff6-64c3-4622-91de-23d13a08dd92
12:13:05.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:05.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:05.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:05.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:05.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:05.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:05.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c184391-f171-4de6-8eae-f6ca1081e806
12:13:06.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d3de6b1d-0869-4d9d-8fe9-d889035d933f
12:13:06.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42cff422-ca0b-494b-a0e1-055aebfd5978
12:13:06.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.151 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.151 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f28d3cd-8043-4eab-a22a-d3f6353793db
12:13:06.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.186 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b2b58d77-fd2c-4df1-bff8-c74ee7e11aaa
12:13:06.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.206 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b9f07e-b045-46f6-9f15-9cf89029bce5
12:13:06.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.289 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62dff447-9f34-4bf1-b293-a0aa11fb17ef
12:13:06.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.321 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e2e593-bc2b-4959-81da-83569972985a
12:13:06.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.401 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58d9f32f-495a-45a2-b7ce-3bc81d6242d3
12:13:06.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.437 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e505e04-0021-4712-b912-a775a3d7617f
12:13:06.439 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ce10181-0464-4ac3-b4eb-d9208ee8922f
12:13:06.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.515 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.529 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21b7b0c8-985e-4c94-a750-9856cea8c83f
12:13:06.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.593 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e969a352-b6c3-417b-9d38-96957dbc0742
12:13:06.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a42b3d6d-b670-4590-95d8-026b8c6c6e6f
12:13:06.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.687 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6328df3f-7aaa-4927-9c11-a24da919cdbc
12:13:06.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91bad753-d6c3-4cd7-9f71-2e01e726cb9d
12:13:06.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.771 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd272eb4-049c-4045-9996-901d5971a107
12:13:06.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d07e01e3-20f8-444c-9fb0-35eb08421447
12:13:06.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.849 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e2bd1466-f71d-4822-b10e-aa4ad2a2c213
12:13:06.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.889 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.890 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=699b9d8d-9823-453c-bb66-ba01c4a16cc1
12:13:06.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.936 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:06.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d6a5394-9c0c-4d7d-bd0b-87841af3c6d0
12:13:06.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:06.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:06.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:06.987 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:06.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:06.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.002 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57003a1a-d2ef-45bd-85d6-390b4ff912f3
12:13:07.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e4d5a590-d4f6-486c-ac57-e75df80b40f5
12:13:07.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.084 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edd96c96-b616-47ff-bfe3-1f1356c63d0f
12:13:07.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.126 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bcfa2c10-dc57-4861-894f-b87353745364
12:13:07.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.151 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.166 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5fe3318-2adb-47f6-91c8-6b978cad8ba5
12:13:07.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.184 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.186 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00168c3e-9d8e-4ea5-b2bd-d105fdf25b21
12:13:07.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d83cc388-cf46-4f9c-9eef-5d8629b1c6c7
12:13:07.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=101ccdf6-c80a-4961-a8ff-744c69653bba
12:13:07.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.325 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0be0373-189d-476b-bc0e-8bad83194ee8
12:13:07.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.350 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.364 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5009a7ba-bad9-4234-9c20-c6029605d577
12:13:07.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.411 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.414 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.419 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.444 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3d78e0-6cd8-4cde-9914-6553f06cee51
12:13:07.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.444 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1f93b849-a770-47a7-bd7a-4f78f0d45732
12:13:07.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.490 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=72ec15fb-726c-417c-a9a7-b08f68116b53
12:13:07.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.513 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4b27ca-3074-4d5d-84f1-4405fd96fcc4
12:13:07.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6193fde-2fd0-4c01-bcb9-6cfd109b6416
12:13:07.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.628 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.629 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e29a5afc-ae31-465e-b24a-b43024a8e723
12:13:07.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=242c7726-899a-4ce0-8603-a9abddfd7480
12:13:07.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.712 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.726 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22981ae8-e8e6-40ef-a290-6a3c30ea4e1a
12:13:07.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1394762b-f181-4020-b989-e16f77e2a932
12:13:07.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.829 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.833 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6057c1b0-ad33-4080-9dec-e524180d9ada
12:13:07.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38bc73c6-2ce9-4a15-9aaa-155c01503b85
12:13:07.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:07.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:07.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c148265c-e009-45b6-864e-9098c03bd904
12:13:07.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:07.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:07.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:07.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:07.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be36775a-9a7e-4a23-8ea9-8d9c6fc13305
12:13:07.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.033 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75864b79-27c7-4f03-a63d-4bc16e207cf5
12:13:08.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.067 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.081 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d35df5ab-cee9-44e6-9d27-ba575372f9f9
12:13:08.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.095 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9be8a7b-59c9-460b-b3e3-1b254c5b9442
12:13:08.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.138 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.151 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.151 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7669aba2-ad6d-41e4-b4a9-54910e5bced7
12:13:08.153 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a117ded-698a-4488-9d8f-8e6fa4df6de7
12:13:08.205 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.210 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2011492d-89de-4ca0-9de6-a3b8f13f7885
12:13:08.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.287 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.287 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.289 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8fbce2c2-5632-4d52-ac81-2dd3e3ce3561
12:13:08.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.341 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f37de38-b452-4f39-a800-da11b7069113
12:13:08.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.388 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.389 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41865d13-297d-4ab7-8e2e-c7d8fcfd9bb6
12:13:08.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.426 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6808c042-0dc9-47a9-9088-fce0b5a98430
12:13:08.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.468 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b74d82ab-7ead-4e3b-a62a-e8799ca8601d
12:13:08.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c56f63ef-4905-4850-a682-55d2d24002d0
12:13:08.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2d7968f-5b26-4287-8b91-50d787ba45ba
12:13:08.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.600 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.613 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de87464c-af5b-4b17-971f-97dacb043312
12:13:08.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.634 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=557ddec4-dbc2-4373-b6dd-e9d89faa4f7c
12:13:08.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.708 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.708 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17e252cf-a826-4183-90ab-376759802051
12:13:08.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9600171b-5d65-4372-94f6-aec9ca62f158
12:13:08.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=00ce1ca0-5e7e-4dab-ada6-6ff1f7a78fdc
12:13:08.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad756bf9-ce82-425d-b299-76e81ffe7117
12:13:08.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.908 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f086c27-2080-4157-b2ba-9558708932af
12:13:08.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.933 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:08.933 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:08.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:08.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:08.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:08.947 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:08.947 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:08.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4ddfb9e-65aa-4e35-8c06-1c36c595d781
12:13:08.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.016 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a7659d47-7a99-4ee0-a8f9-8bbe81de6a51
12:13:09.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.041 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb4e657-a119-4a30-9acc-dc738ca4a9be
12:13:09.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.068 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.080 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=06b2708a-5f7c-4c4a-bb1b-c2f9edf266a2
12:13:09.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.108 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.108 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c81e464-3e8e-4067-ad8e-472d70a22ee5
12:13:09.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.128 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.129 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1baff87f-9de4-4465-96be-61b1296b9e25
12:13:09.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.178 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8351816b-f0a7-489a-a86f-0ed60961f2da
12:13:09.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.193 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=248db947-d1b7-4697-8773-6f3786f8e247
12:13:09.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=944cb6ce-8020-4911-b21f-da53565c35bf
12:13:09.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.276 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a41b2c8-6697-45a5-b13a-10b1c66d791f
12:13:09.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6affff8-6e1d-4428-bf67-e55ed765b813
12:13:09.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=baa2a92d-7e88-49ee-b4f8-b627de00e4fe
12:13:09.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.405 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.407 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea24568b-b264-4ee2-b56b-0bfb70c5932a
12:13:09.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.463 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b18d4c-7afb-49c0-b5d7-267596fb2663
12:13:09.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.501 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96e9cb1e-f927-4a27-a2eb-8c1f1546c0f6
12:13:09.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.563 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.565 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.578 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aae72f7b-e564-4f07-8c36-874f48ef11b1
12:13:09.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40206b52-e27e-42ff-80f3-a2e479142100
12:13:09.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.684 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5c6b16-9f21-4871-ad58-15cdab62e5ab
12:13:09.686 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f31a7de-225d-4923-b948-1a16238a5775
12:13:09.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.734 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.748 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4243541e-1454-4883-a95d-58b9ee1dbb5e
12:13:09.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f4f449d-e9b1-421e-9cc6-4120cf04716f
12:13:09.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0532952-5b5e-4572-bb66-346c68509f85
12:13:09.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4dc1449-d7e2-46e6-ae2e-53d938f4802c
12:13:09.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.911 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=efe49b2e-8013-4272-83c0-9d2e59246300
12:13:09.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.958 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.970 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed481ba-b14b-4bd3-8235-849d2aa1fd95
12:13:09.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:09.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:09.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:09.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:09.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=adfd04e6-2f98-4410-a1a6-0411a4579e51
12:13:10.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.059 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.071 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b994c15-3660-4876-b664-bdb7c48104e4
12:13:10.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae988cc0-81b6-4da8-beb2-8d952135dfc4
12:13:10.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.118 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.118 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.132 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e84e5b-8dec-4d3b-82b0-a4083bffabec
12:13:10.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.217 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0468c078-b028-4ef7-8dc1-8118d424ef43
12:13:10.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.255 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f571f2e3-e920-42e4-a8d7-510248b755ad
12:13:10.256 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.296 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d5aeff3-bb05-40c5-a9aa-6e52c555dbb7
12:13:10.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.320 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.322 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.343 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d5988f3-f993-4bf8-b911-770ab158b506
12:13:10.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.385 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=982bf4ac-b0b8-4b51-9391-1f41a5300d83
12:13:10.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.425 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d56c56be-3545-4498-91d1-a965134d1aa7
12:13:10.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.502 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de55c7d5-7fb5-4d78-8de1-21bad20bf7a7
12:13:10.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c184391-f171-4de6-8eae-f6ca1081e806
12:13:10.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.572 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9290d59c-5437-4b8f-8e9b-6884371414fd
12:13:10.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42cff422-ca0b-494b-a0e1-055aebfd5978
12:13:10.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.678 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0b9f07e-b045-46f6-9f15-9cf89029bce5
12:13:10.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.701 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.703 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.715 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.715 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f6c92e2-180a-43c6-a5a3-d69e2946df53
12:13:10.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ec2124-13f1-41ec-9984-0eac94771103
12:13:10.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.785 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9e2e593-bc2b-4959-81da-83569972985a
12:13:10.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.834 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.849 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e16347-990c-4133-9d19-66c2be8c939a
12:13:10.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.898 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.901 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.901 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58d9f32f-495a-45a2-b7ce-3bc81d6242d3
12:13:10.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13b98cc-8610-4c91-a85c-8bfabd86034f
12:13:10.941 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:10.978 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:10.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:10.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:10.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:10.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5d4a929-2697-4c38-b19d-12c3a19d3fa9
12:13:10.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.014 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ce10181-0464-4ac3-b4eb-d9208ee8922f
12:13:11.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.086 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ebd6132-35c9-4b6a-90a3-2205e66d9d3b
12:13:11.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e969a352-b6c3-417b-9d38-96957dbc0742
12:13:11.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.144 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4032120e-8084-4c47-a486-eba606a5010c
12:13:11.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=91bad753-d6c3-4cd7-9f71-2e01e726cb9d
12:13:11.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.246 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.246 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.278 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d07e01e3-20f8-444c-9fb0-35eb08421447
12:13:11.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.291 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.291 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bc7ace4-3b40-446b-b106-0daafb26d5ef
12:13:11.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.338 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d822793-0e41-4a93-a722-62d62a44ef8c
12:13:11.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=699b9d8d-9823-453c-bb66-ba01c4a16cc1
12:13:11.372 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b712ac3-83d4-4833-a25b-47a6b45b5dbd
12:13:11.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.460 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57003a1a-d2ef-45bd-85d6-390b4ff912f3
12:13:11.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.523 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da4fffd-3a83-4038-97ef-69838dcf68bd
12:13:11.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.528 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=edd96c96-b616-47ff-bfe3-1f1356c63d0f
12:13:11.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.591 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.604 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.604 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22c7035-9293-4362-8b6f-52fc404cfbc4
12:13:11.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.633 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.646 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5fe3318-2adb-47f6-91c8-6b978cad8ba5
12:13:11.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.665 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.668 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866bd3b1-bc43-4ee8-848c-13c37459675d
12:13:11.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.712 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.725 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d83cc388-cf46-4f9c-9eef-5d8629b1c6c7
12:13:11.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.763 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b519f057-16f0-4161-8f4b-698643d37ac0
12:13:11.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.781 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0be0373-189d-476b-bc0e-8bad83194ee8
12:13:11.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed67817-5bf9-4e09-96eb-94bff6084ff2
12:13:11.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.882 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d53b1724-b29a-4588-894b-08557873a83e
12:13:11.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.897 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.899 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3d78e0-6cd8-4cde-9914-6553f06cee51
12:13:11.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.973 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b4b27ca-3074-4d5d-84f1-4405fd96fcc4
12:13:11.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:11.976 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:11.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:11.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:11.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:11.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:11.991 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:11.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3909d12-a35a-49f1-8160-33a033f38d8d
12:13:11.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.052 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.057 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e29a5afc-ae31-465e-b24a-b43024a8e723
12:13:12.079 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.091 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3ece84-b3ad-443e-9c3a-0c731ec2c770
12:13:12.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.168 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22981ae8-e8e6-40ef-a290-6a3c30ea4e1a
12:13:12.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.186 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.200 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a647af6-2a22-4ca2-87eb-d250bc7412de
12:13:12.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6057c1b0-ad33-4080-9dec-e524180d9ada
12:13:12.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bc775f4-50eb-4d31-9cf9-6b140d5a7ac9
12:13:12.299 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.311 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be36775a-9a7e-4a23-8ea9-8d9c6fc13305
12:13:12.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.379 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a208e5f9-bb11-4615-88fb-ef56d318da76
12:13:12.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.396 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d35df5ab-cee9-44e6-9d27-ba575372f9f9
12:13:12.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.442 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef58bc1b-b794-4866-8ac7-316b10cc0a85
12:13:12.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.488 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7669aba2-ad6d-41e4-b4a9-54910e5bced7
12:13:12.489 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.519 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.519 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.521 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.533 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa101ed-dec5-4da1-8fa4-953314787a38
12:13:12.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.572 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.573 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2011492d-89de-4ca0-9de6-a3b8f13f7885
12:13:12.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.588 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22273126-d687-4fc0-8691-8cffb270daeb
12:13:12.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.637 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78ef493f-3b33-4f38-b10f-8ee06654092f
12:13:12.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.673 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.680 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f37de38-b452-4f39-a800-da11b7069113
12:13:12.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.727 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79690552-15f3-4747-834e-a279c325af05
12:13:12.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.783 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.791 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb3e43c3-08c7-494f-978b-8810f22c69b5
12:13:12.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.824 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.824 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6808c042-0dc9-47a9-9088-fce0b5a98430
12:13:12.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.900 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.914 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.914 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67ceed1a-e546-4926-9369-55dfc54a19d4
12:13:12.916 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.931 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c56f63ef-4905-4850-a682-55d2d24002d0
12:13:12.934 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:12.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:12.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:12.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:12.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:12.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:12.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:12.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8d645a7-24c6-49ae-9fa3-eba8b8d51c61
12:13:12.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.030 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de87464c-af5b-4b17-971f-97dacb043312
12:13:13.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.057 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1be492-2ae2-4acc-81a0-2b74b47643da
12:13:13.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.096 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9600171b-5d65-4372-94f6-aec9ca62f158
12:13:13.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2151e97-11b6-47cc-8729-39a88db715ce
12:13:13.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.191 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.191 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad756bf9-ce82-425d-b299-76e81ffe7117
12:13:13.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.250 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.251 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db98869-c925-4e4a-82c7-27e1d3688016
12:13:13.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.270 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.272 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.284 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f086c27-2080-4157-b2ba-9558708932af
12:13:13.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.326 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.328 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.340 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea51a79d-daf5-4ff9-acb9-a6c3033e73f4
12:13:13.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.400 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4eb4e657-a119-4a30-9acc-dc738ca4a9be
12:13:13.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.423 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.438 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da128deb-9c5b-4889-8677-09b3fb0f947c
12:13:13.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.447 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.447 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2c81e464-3e8e-4067-ad8e-472d70a22ee5
12:13:13.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.485 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6262680f-f316-4636-9906-09f8b9f828d2
12:13:13.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8351816b-f0a7-489a-a86f-0ed60961f2da
12:13:13.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.573 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.587 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74294036-0ec6-4939-9ca4-831fca2f79e4
12:13:13.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.615 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.617 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.629 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=944cb6ce-8020-4911-b21f-da53565c35bf
12:13:13.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.650 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.664 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e945b51-fe63-4020-8efc-5b1a19fe6106
12:13:13.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.701 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a41b2c8-6697-45a5-b13a-10b1c66d791f
12:13:13.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b528763d-9e8b-4933-ae49-5b14a53ba441
12:13:13.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.805 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.818 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.818 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea24568b-b264-4ee2-b56b-0bfb70c5932a
12:13:13.820 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.820 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.834 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b78846-78ba-4019-9071-138a3f0a8f9a
12:13:13.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.909 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.910 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.912 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:13.915 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:13.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17c6e74b-0365-4751-9e28-9262df3cb589
12:13:13.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:13.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:13.954 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:13.955 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:13.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96e9cb1e-f927-4a27-a2eb-8c1f1546c0f6
12:13:13.956 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.021 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40206b52-e27e-42ff-80f3-a2e479142100
12:13:14.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.027 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.041 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.042 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cad2443-da1e-42be-9d4f-11742de9059c
12:13:14.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.085 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.097 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5c5c6b16-9f21-4871-ad58-15cdab62e5ab
12:13:14.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.141 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bfe903b-af18-4fbe-bb99-93133aaae8be
12:13:14.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.177 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.191 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.191 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b53860-bcd5-42c5-a540-7d6ae82324b5
12:13:14.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.217 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4243541e-1454-4883-a95d-58b9ee1dbb5e
12:13:14.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.225 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.226 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.239 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.240 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78566cd5-aee4-444c-988b-0f700f1b6198
12:13:14.241 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.298 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.312 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c0532952-5b5e-4572-bb66-346c68509f85
12:13:14.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.321 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.336 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=014bedca-c781-4bf1-a964-5e4477d249e6
12:13:14.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.353 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.353 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.366 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.366 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ed481ba-b14b-4bd3-8235-849d2aa1fd95
12:13:14.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.415 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.430 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9de5c0d-a8da-41ec-8f3c-f1f52d195d9a
12:13:14.431 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b994c15-3660-4876-b664-bdb7c48104e4
12:13:14.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=870efb01-425c-4113-b70e-591fbc027ff3
12:13:14.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24e84e5b-8dec-4d3b-82b0-a4083bffabec
12:13:14.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.570 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.585 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.585 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.586 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62ccd630-058a-40fe-a1ae-02c4ba501b7c
12:13:14.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f571f2e3-e920-42e4-a8d7-510248b755ad
12:13:14.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.670 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.684 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.684 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d5988f3-f993-4bf8-b911-770ab158b506
12:13:14.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.687 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.698 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.698 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b16a8d5a-8835-4585-8e56-bb0c3a2979c3
12:13:14.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.736 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.736 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.750 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84624497-f626-4c60-957c-fef26444f301
12:13:14.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.786 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.800 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=982bf4ac-b0b8-4b51-9391-1f41a5300d83
12:13:14.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.802 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.802 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.815 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1102276d-7ce9-4ffc-b801-290149ca0ae3
12:13:14.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.896 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.899 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.926 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b5ca482-f059-447e-bc90-b16fa11dc71d
12:13:14.926 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.943 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:14.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=de55c7d5-7fb5-4d78-8de1-21bad20bf7a7
12:13:14.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:14.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:14.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:14.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:14.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:14.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:14.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9290d59c-5437-4b8f-8e9b-6884371414fd
12:13:15.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0fd608-9fa5-4d39-998e-58c608dd7b4a
12:13:15.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.074 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f6c92e2-180a-43c6-a5a3-d69e2946df53
12:13:15.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec2c929b-5ef3-43d4-987f-a0eaa8c4cd50
12:13:15.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.143 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53ec2124-13f1-41ec-9984-0eac94771103
12:13:15.162 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d46d75-1d00-4da4-b446-600bab404e04
12:13:15.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.202 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=47e16347-990c-4133-9d19-66c2be8c939a
12:13:15.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68954757-7ad6-475c-9bf8-1a6dbba2b127
12:13:15.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b13b98cc-8610-4c91-a85c-8bfabd86034f
12:13:15.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc64d00e-0041-4d35-9e11-e789b667e0de
12:13:15.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.421 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.421 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5d4a929-2697-4c38-b19d-12c3a19d3fa9
12:13:15.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.487 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b87e131c-5885-4921-a4b7-4ca4740e7042
12:13:15.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.515 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.517 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.530 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ebd6132-35c9-4b6a-90a3-2205e66d9d3b
12:13:15.532 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.580 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.594 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46bb91b9-5034-43ed-8ff7-41e206050f78
12:13:15.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.605 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.605 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4032120e-8084-4c47-a486-eba606a5010c
12:13:15.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.655 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.669 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24911c3f-e9e2-419d-a6a0-36c3abd4dbb6
12:13:15.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.702 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.703 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.703 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.716 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bc7ace4-3b40-446b-b106-0daafb26d5ef
12:13:15.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d822793-0e41-4a93-a722-62d62a44ef8c
12:13:15.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.769 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.769 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.783 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c28320-7e7a-4439-b56b-4cb741a29eca
12:13:15.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.866 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.867 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.868 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.883 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b712ac3-83d4-4833-a25b-47a6b45b5dbd
12:13:15.885 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c891583b-ef96-4240-9592-cebb439fb234
12:13:15.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:15.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:15.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:15.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e355c543-e180-4f81-aed0-3c198c6e79d6
12:13:15.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:15.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:15.990 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:15.991 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:15.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5da4fffd-3a83-4038-97ef-69838dcf68bd
12:13:15.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.056 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.056 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.057 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.078 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c789a377-2840-4580-a726-383a72c3d7f8
12:13:16.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.092 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b22c7035-9293-4362-8b6f-52fc404cfbc4
12:13:16.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.117 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.117 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c9cc0ac-ce96-4c09-b73c-94633257106f
12:13:16.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.135 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=866bd3b1-bc43-4ee8-848c-13c37459675d
12:13:16.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.221 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.221 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef82d6f4-521c-486f-8a4a-303afa8f3825
12:13:16.223 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.250 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.264 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b519f057-16f0-4161-8f4b-698643d37ac0
12:13:16.266 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.290 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.304 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.304 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b071a5-8a5f-4caa-b25c-34a5749b8835
12:13:16.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.381 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4ed67817-5bf9-4e09-96eb-94bff6084ff2
12:13:16.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.397 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abf0796c-b5f4-4141-9075-7215ca590ead
12:13:16.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.483 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d11129d0-3255-42bd-a4a9-c20034e37522
12:13:16.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.524 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d53b1724-b29a-4588-894b-08557873a83e
12:13:16.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.584 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.587 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3909d12-a35a-49f1-8160-33a033f38d8d
12:13:16.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.599 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.599 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d16d83c9-0716-4a92-866d-7e62ed4e01e1
12:13:16.601 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.652 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.653 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.677 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3ece84-b3ad-443e-9c3a-0c731ec2c770
12:13:16.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bfb7658-5637-49dd-98bf-e59aaad75fb4
12:13:16.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.740 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a647af6-2a22-4ca2-87eb-d250bc7412de
12:13:16.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba4ebf3d-42d6-4c53-b3c3-043720ef5df2
12:13:16.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.849 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa0db71-b39f-42c4-bbdc-09f38ac0cd1a
12:13:16.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7bc775f4-50eb-4d31-9cf9-6b140d5a7ac9
12:13:16.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.937 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.937 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a208e5f9-bb11-4615-88fb-ef56d318da76
12:13:16.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.983 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.996 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:16.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:16.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:16.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:16.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f1d4711-1ddd-4c1a-a76c-51fa27e76230
12:13:16.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:16.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:16.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.012 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef58bc1b-b794-4866-8ac7-316b10cc0a85
12:13:17.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.033 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.033 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b60704f-850e-45ec-bdda-26b41bd9aa4b
12:13:17.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.086 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.100 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa101ed-dec5-4da1-8fa4-953314787a38
12:13:17.102 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.155 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.166 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.181 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963de4a5-1066-4f4e-8bde-6584400a4545
12:13:17.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.196 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22273126-d687-4fc0-8691-8cffb270daeb
12:13:17.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.257 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.257 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.259 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.271 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78ef493f-3b33-4f38-b10f-8ee06654092f
12:13:17.273 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.282 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.282 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.296 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26391f8-4feb-4b56-bac4-312a1b6516e2
12:13:17.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.341 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.377 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d3b26d-1048-434e-894c-271381620a3f
12:13:17.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79690552-15f3-4747-834e-a279c325af05
12:13:17.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.440 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83beff31-7904-4111-9de9-f8fd555cb43e
12:13:17.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb3e43c3-08c7-494f-978b-8810f22c69b5
12:13:17.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.500 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.502 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d37da82c-d099-406a-ac0a-1db668722de4
12:13:17.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.551 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=67ceed1a-e546-4926-9369-55dfc54a19d4
12:13:17.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.569 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.583 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e949bc9-b185-4d18-893d-fd74e468ba7e
12:13:17.584 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.622 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.624 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f1fd4d-5ed8-47bc-a859-934c719f414c
12:13:17.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.654 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.654 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.655 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c8d645a7-24c6-49ae-9fa3-eba8b8d51c61
12:13:17.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.680 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.681 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.695 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.696 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b62798-b586-45b1-a9ab-a8822052a0e1
12:13:17.697 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.743 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3d1be492-2ae2-4acc-81a0-2b74b47643da
12:13:17.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.782 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5827f6f0-a96a-4f88-92f6-df7955025924
12:13:17.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2151e97-11b6-47cc-8729-39a88db715ce
12:13:17.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.898 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abe16b6-d4a2-476c-979e-a5937f6980c1
12:13:17.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.911 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.923 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:17.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6db98869-c925-4e4a-82c7-27e1d3688016
12:13:17.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:17.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:17.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:17.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:17.986 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:17.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:17.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.009 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54786b11-0074-4e6b-bc79-2e6242dd3fa0
12:13:18.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.025 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.026 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea51a79d-daf5-4ff9-acb9-a6c3033e73f4
12:13:18.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.090 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.104 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae97ecb-3545-4c02-a665-11cf73f15314
12:13:18.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.144 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da128deb-9c5b-4889-8677-09b3fb0f947c
12:13:18.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.199 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.202 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.241 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.241 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=061f8c42-1d24-42f4-92da-cc88336748cf
12:13:18.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.271 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.288 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6262680f-f316-4636-9906-09f8b9f828d2
12:13:18.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.334 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aef9d0a7-fb4f-49e6-ac0c-df4a7893dbd8
12:13:18.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.381 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.384 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.387 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.401 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=74294036-0ec6-4939-9ca4-831fca2f79e4
12:13:18.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.408 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.409 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.412 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.427 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102288f9-e6a8-4147-b12c-06a16ef67f6d
12:13:18.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.448 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.449 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e945b51-fe63-4020-8efc-5b1a19fe6106
12:13:18.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.500 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb5ce70b-be0b-4f41-b980-f1dccc8febc1
12:13:18.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.573 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b528763d-9e8b-4933-ae49-5b14a53ba441
12:13:18.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.621 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=85b78846-78ba-4019-9071-138a3f0a8f9a
12:13:18.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.656 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.656 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3523c7fc-6221-458c-a73e-ece70af4a51d
12:13:18.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.713 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.715 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=17c6e74b-0365-4751-9e28-9262df3cb589
12:13:18.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037fa539-5ba5-4237-b161-a63954952571
12:13:18.749 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.769 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cad2443-da1e-42be-9d4f-11742de9059c
12:13:18.772 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.838 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.850 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4bfe903b-af18-4fbe-bb99-93133aaae8be
12:13:18.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90faf68f-f6ea-4afd-b769-66480117ffc1
12:13:18.896 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.982 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:18.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87b53860-bcd5-42c5-a540-7d6ae82324b5
12:13:18.984 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:18.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:18.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:18.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:18.996 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:18.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.013 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a366bb7-979f-4963-82bc-eaa622b04225
12:13:19.015 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.048 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.062 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.063 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78566cd5-aee4-444c-988b-0f700f1b6198
12:13:19.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.066 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.066 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.082 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9e410ef-cf9d-4e03-9654-3dd8dbb4253c
12:13:19.084 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.133 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=014bedca-c781-4bf1-a964-5e4477d249e6
12:13:19.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d92e016d-cc19-4c63-8d2b-0d4fa4201764
12:13:19.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9de5c0d-a8da-41ec-8f3c-f1f52d195d9a
12:13:19.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.278 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5cedbd0-e5c3-426d-9f4d-2e381a394e40
12:13:19.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.290 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.290 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.304 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=870efb01-425c-4113-b70e-591fbc027ff3
12:13:19.306 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be651c9e-4686-4c85-bd64-8ce28521f312
12:13:19.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.384 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.385 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.389 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=62ccd630-058a-40fe-a1ae-02c4ba501b7c
12:13:19.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.421 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.422 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28177b5a-6d45-40db-aef1-d8f0777413df
12:13:19.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.467 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.493 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ecafb2-a02e-43e9-9cdb-ec8a60a2c262
12:13:19.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.509 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b16a8d5a-8835-4585-8e56-bb0c3a2979c3
12:13:19.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.540 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.540 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.542 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.554 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87d06c1e-08e4-47cf-bdfd-39caa14f47ce
12:13:19.555 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.562 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=84624497-f626-4c60-957c-fef26444f301
12:13:19.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.607 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.609 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.622 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.622 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d2d18c-c4b6-4cb3-af53-74ed34681b84
12:13:19.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.636 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1102276d-7ce9-4ffc-b801-290149ca0ae3
12:13:19.638 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.679 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.679 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b5ca482-f059-447e-bc90-b16fa11dc71d
12:13:19.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee6f784-73d3-455f-bf28-e13ecfbdb6e5
12:13:19.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a0fd608-9fa5-4d39-998e-58c608dd7b4a
12:13:19.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.810 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169735ff-4ab2-4c50-87e3-02e4310094d7
12:13:19.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ec2c929b-5ef3-43d4-987f-a0eaa8c4cd50
12:13:19.844 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:19.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:19.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.944 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=38d46d75-1d00-4da4-b446-600bab404e04
12:13:19.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:19.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:19.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:19.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:19.959 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:19.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a4b63a-3d32-4c5c-b150-dd45c8af7e00
12:13:19.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.043 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68954757-7ad6-475c-9bf8-1a6dbba2b127
12:13:20.056 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.061 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.061 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.063 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.075 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecee8853-c5a5-4bca-8f4c-110d340a4276
12:13:20.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03b4f262-df75-4dd8-8a16-c949048b74c2
12:13:20.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.153 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc64d00e-0041-4d35-9e11-e789b667e0de
12:13:20.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.181 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.195 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d99619fe-05d3-4fbd-b376-a810a6103adc
12:13:20.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.232 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.246 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b87e131c-5885-4921-a4b7-4ca4740e7042
12:13:20.249 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.283 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.285 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.297 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=408b470f-0b1b-488a-8cda-c85a30c85f3b
12:13:20.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46bb91b9-5034-43ed-8ff7-41e206050f78
12:13:20.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.330 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.330 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3314745c-70b9-416e-b576-1bd9c1110f96
12:13:20.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.365 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.376 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.376 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=24911c3f-e9e2-419d-a6a0-36c3abd4dbb6
12:13:20.378 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.435 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.435 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=79c28320-7e7a-4439-b56b-4cb741a29eca
12:13:20.436 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.445 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1043c0df-67fc-40e9-afce-af14b2d45e48
12:13:20.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.497 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.526 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f148a366-2326-48d6-8b09-fe6c8741304c
12:13:20.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c891583b-ef96-4240-9592-cebb439fb234
12:13:20.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.581 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.594 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e355c543-e180-4f81-aed0-3c198c6e79d6
12:13:20.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.631 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.645 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7827c49a-2ef4-41da-aa72-52cd4de69454
12:13:20.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.676 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.689 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c789a377-2840-4580-a726-383a72c3d7f8
12:13:20.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.718 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.718 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.731 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d010b31-4931-4b1c-96ab-767e049c519b
12:13:20.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c9cc0ac-ce96-4c09-b73c-94633257106f
12:13:20.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.804 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a1d0c3-b00a-4577-99dc-84424a47bd5a
12:13:20.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.840 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.840 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef82d6f4-521c-486f-8a4a-303afa8f3825
12:13:20.842 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.886 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.910 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131a7058-6a42-48f1-be01-d6862afb86d0
12:13:20.913 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.925 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.925 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5b071a5-8a5f-4caa-b25c-34a5749b8835
12:13:20.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.961 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.975 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:20.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=abf0796c-b5f4-4141-9075-7215ca590ead
12:13:20.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:20.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:20.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:20.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:20.989 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:20.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:20.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30d2b4d8-5175-4d52-8e8a-8b623a7fa601
12:13:21.004 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.072 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.072 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d11129d0-3255-42bd-a4a9-c20034e37522
12:13:21.074 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.092 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.092 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.105 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e28c973-2bf4-47ca-b01c-3cf6ca13bdf3
12:13:21.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d16d83c9-0716-4a92-866d-7e62ed4e01e1
12:13:21.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096a40ae-2753-4d7d-a876-5a5830710c10
12:13:21.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.232 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bfb7658-5637-49dd-98bf-e59aaad75fb4
12:13:21.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.266 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.294 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1782f3f5-1ea1-460d-9d38-28aaebc0b383
12:13:21.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.309 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba4ebf3d-42d6-4c53-b3c3-043720ef5df2
12:13:21.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eaa0db71-b39f-42c4-bbdc-09f38ac0cd1a
12:13:21.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=023ccf43-c8f8-497b-a7c5-8e1d3c89fef2
12:13:21.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.451 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.456 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c883a35c-8176-443e-9292-dcc686412240
12:13:21.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f1d4711-1ddd-4c1a-a76c-51fa27e76230
12:13:21.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.515 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.517 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e33c3f-6303-4a01-8b92-ac7afed92f62
12:13:21.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.559 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b60704f-850e-45ec-bdda-26b41bd9aa4b
12:13:21.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.595 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.596 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.598 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc2a907-b239-439f-910b-e593c2bf0562
12:13:21.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.640 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.640 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=963de4a5-1066-4f4e-8bde-6584400a4545
12:13:21.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.659 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.659 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.673 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f13e7271-e782-4b41-8f32-574f367a2019
12:13:21.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.737 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.756 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=753d260a-ac3b-4e8d-bf0a-e0acd6299f56
12:13:21.758 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.770 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f26391f8-4feb-4b56-bac4-312a1b6516e2
12:13:21.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.831 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ae0765-a660-4f90-9576-3e431154520c
12:13:21.833 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.855 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=23d3b26d-1048-434e-894c-271381620a3f
12:13:21.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7f15a2-d6e3-4af1-bc90-d1e7497d8d12
12:13:21.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83beff31-7904-4111-9de9-f8fd555cb43e
12:13:21.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.964 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.966 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.978 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdedffb-bbe0-4743-86a2-689e8161279f
12:13:21.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:21.984 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:21.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:21.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:21.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:21.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:21.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:21.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d37da82c-d099-406a-ac0a-1db668722de4
12:13:21.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.031 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.045 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e949bc9-b185-4d18-893d-fd74e468ba7e
12:13:22.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.086 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=766b9337-1524-4931-8411-16036c20c4dc
12:13:22.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.106 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.119 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.120 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4f1fd4d-5ed8-47bc-a859-934c719f414c
12:13:22.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.134 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbb6454-a976-4192-abee-ebdf17f447de
12:13:22.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.226 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d2b62798-b586-45b1-a9ab-a8822052a0e1
12:13:22.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.240 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.241 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3fe27f-07cc-475f-9e6d-cbe774952715
12:13:22.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5827f6f0-a96a-4f88-92f6-df7955025924
12:13:22.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.335 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac05751-de27-47be-b0dc-e9e1567c2009
12:13:22.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7abe16b6-d4a2-476c-979e-a5937f6980c1
12:13:22.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.458 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f17b24c9-d1aa-45f9-ae69-ee16e395dc24
12:13:22.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.497 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.498 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54786b11-0074-4e6b-bc79-2e6242dd3fa0
12:13:22.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.516 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.530 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca8dc74-f8ef-4eeb-85ea-303d525165c8
12:13:22.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.555 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.576 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2ae97ecb-3545-4c02-a665-11cf73f15314
12:13:22.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.623 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.625 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.644 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.646 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=670d771c-3231-4fd2-840a-91c2a5ace6a3
12:13:22.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.658 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=061f8c42-1d24-42f4-92da-cc88336748cf
12:13:22.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.685 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.700 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94974a22-1a41-496f-920c-bab7f5a41661
12:13:22.701 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.723 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.736 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aef9d0a7-fb4f-49e6-ac0c-df4a7893dbd8
12:13:22.738 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb3c6197-b219-4ff4-bdce-d2f9e72748f0
12:13:22.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.822 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=102288f9-e6a8-4147-b12c-06a16ef67f6d
12:13:22.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.888 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.902 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.902 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6175561-8c59-41aa-aca5-db75eb2794ed
12:13:22.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.929 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.930 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fb5ce70b-be0b-4f41-b980-f1dccc8febc1
12:13:22.931 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.964 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.965 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde394c8-d4eb-4bff-8326-e37c89e97dfa
12:13:22.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:22.983 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:22.985 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:22.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:22.998 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3523c7fc-6221-458c-a73e-ece70af4a51d
12:13:23.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.021 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.037 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bae1100-b40f-4409-928e-309c99162cbd
12:13:23.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.072 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.072 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82a1d730-6935-47a1-ac7f-78931e94673c
12:13:23.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=037fa539-5ba5-4237-b161-a63954952571
12:13:23.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.167 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.168 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.169 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86ea9d49-f287-444e-b9d3-18068fff61e3
12:13:23.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.194 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.211 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90faf68f-f6ea-4afd-b769-66480117ffc1
12:13:23.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.292 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b303d5e2-bc9c-4cb4-9edb-ef83a1049779
12:13:23.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a366bb7-979f-4963-82bc-eaa622b04225
12:13:23.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.402 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.413 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.444 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f9e410ef-cf9d-4e03-9654-3dd8dbb4253c
12:13:23.446 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.459 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b6b066-2319-426f-b31f-fd0d5a64f8a3
12:13:23.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.525 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.526 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.541 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.542 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f103b8e-af07-4347-aecc-68a2efc84ff7
12:13:23.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d92e016d-cc19-4c63-8d2b-0d4fa4201764
12:13:23.557 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.594 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.597 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.609 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.611 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86a5737f-b4dd-4010-a62f-21ed8fdffaf8
12:13:23.612 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d5cedbd0-e5c3-426d-9f4d-2e381a394e40
12:13:23.645 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.715 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be651c9e-4686-4c85-bd64-8ce28521f312
12:13:23.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c55538-487f-49f7-8db6-4f8ea3ab31da
12:13:23.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.766 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.768 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.778 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=28177b5a-6d45-40db-aef1-d8f0777413df
12:13:23.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73623531-75e0-41b6-90cf-f4cb87185c0a
12:13:23.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.848 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.850 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.863 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2985fcd-8140-4fbc-8bf9-27eb1a544ef0
12:13:23.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=76ecafb2-a02e-43e9-9cdb-ec8a60a2c262
12:13:23.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.942 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.943 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.957 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:23.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ca97166-5bc6-445f-84a0-53963237ac1e
12:13:23.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:23.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:23.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:23.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:23.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:23.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:23.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.013 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=87d06c1e-08e4-47cf-bdfd-39caa14f47ce
12:13:24.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.051 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.051 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.065 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37093fe7-9383-40bd-b662-cd3e67c6cd2a
12:13:24.067 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.084 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.085 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.098 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.098 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95d2d18c-c4b6-4cb3-af53-74ed34681b84
12:13:24.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.149 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29b390b-d11e-4dd5-b661-daafb768d4a2
12:13:24.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.188 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.188 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.188 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.190 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.204 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9159ca0d-f95a-4d50-b796-d9e628df05c7
12:13:24.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.217 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3ee6f784-73d3-455f-bf28-e13ecfbdb6e5
12:13:24.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.298 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.299 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.308 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c364a756-b209-4414-9961-427464a365a4
12:13:24.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=169735ff-4ab2-4c50-87e3-02e4310094d7
12:13:24.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=331a2b41-64dd-426e-930c-9f6169c5d391
12:13:24.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.398 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.400 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77a4b63a-3d32-4c5c-b150-dd45c8af7e00
12:13:24.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a89058e-c09f-4afc-b2cb-d6c41cb35c38
12:13:24.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.474 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.487 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.487 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.503 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.504 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecee8853-c5a5-4bca-8f4c-110d340a4276
12:13:24.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.518 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.518 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d2e078-cd86-443a-a31a-edbd96cb51c2
12:13:24.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.547 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.549 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.561 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.561 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03b4f262-df75-4dd8-8a16-c949048b74c2
12:13:24.563 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.613 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.613 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.643 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ab63d9-8cce-4d78-8f22-eb7df111f62a
12:13:24.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.658 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.659 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d99619fe-05d3-4fbd-b376-a810a6103adc
12:13:24.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.719 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.719 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.733 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.733 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d1a2fb-cec7-40b2-8098-b9bef23ce548
12:13:24.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.739 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.752 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=408b470f-0b1b-488a-8cda-c85a30c85f3b
12:13:24.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.815 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.827 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41651770-e798-4af4-adb6-7a8663fc3828
12:13:24.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.843 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.848 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3314745c-70b9-416e-b576-1bd9c1110f96
12:13:24.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.902 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.916 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1043c0df-67fc-40e9-afce-af14b2d45e48
12:13:24.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.925 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.939 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:24.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dfc397-cfe3-416f-80fb-786f44367816
12:13:24.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:24.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:24.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:24.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:24.992 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:24.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:24.994 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.005 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e96ab36b-fb79-4837-bbdd-101a9c9115fa
12:13:25.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.015 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.015 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.044 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f148a366-2326-48d6-8b09-fe6c8741304c
12:13:25.044 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.078 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.080 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.083 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.083 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.099 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78443106-3137-4dea-b9b1-4485506bb299
12:13:25.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7827c49a-2ef4-41da-aa72-52cd4de69454
12:13:25.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.154 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.154 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.167 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d010b31-4931-4b1c-96ab-767e049c519b
12:13:25.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.212 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a673af-85df-4780-a137-4a0cba208acf
12:13:25.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.277 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73a1d0c3-b00a-4577-99dc-84424a47bd5a
12:13:25.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6746b48-2df4-479f-9705-dd9c3750114a
12:13:25.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.330 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.331 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=131a7058-6a42-48f1-be01-d6862afb86d0
12:13:25.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.363 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc88c30f-2cd1-4b40-8821-d8399a3a9527
12:13:25.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=30d2b4d8-5175-4d52-8e8a-8b623a7fa601
12:13:25.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.426 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.426 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.427 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53650d9b-eefb-4865-ac31-d65e452f5806
12:13:25.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e28c973-2bf4-47ca-b01c-3cf6ca13bdf3
12:13:25.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.515 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=498d8ccc-1bcd-4108-8cc9-1f57a3d68a0c
12:13:25.544 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.612 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.614 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=096a40ae-2753-4d7d-a876-5a5830710c10
12:13:25.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.615 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65281935-a57f-4eec-8d0a-7886350f86cd
12:13:25.629 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.695 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.696 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1782f3f5-1ea1-460d-9d38-28aaebc0b383
12:13:25.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53cf08d-4281-4d4c-a755-b0ee91bd9d63
12:13:25.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.774 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.774 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.788 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=023ccf43-c8f8-497b-a7c5-8e1d3c89fef2
12:13:25.790 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.819 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.819 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.844 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4597db4-f91a-4dad-a478-70891c1c0c15
12:13:25.844 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.908 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.909 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c883a35c-8176-443e-9292-dcc686412240
12:13:25.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6dede8a-866f-4e28-876a-166bc73976ef
12:13:25.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22e33c3f-6303-4a01-8b92-ac7afed92f62
12:13:25.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:25.973 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:25.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:25.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:25.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:25.986 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:25.986 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:25.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e3e0954-7a5e-49b7-861a-fa7e6f137a08
12:13:25.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4dc2a907-b239-439f-910b-e593c2bf0562
12:13:26.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.052 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.054 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.065 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.096 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16749679-8c02-4e62-8d2e-b05b2b8364fe
12:13:26.096 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.108 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f13e7271-e782-4b41-8f32-574f367a2019
12:13:26.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.142 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee3a448-6ca7-4a26-96c9-9755e3fb34f7
12:13:26.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.175 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=753d260a-ac3b-4e8d-bf0a-e0acd6299f56
12:13:26.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.237 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58ae0765-a660-4f90-9576-3e431154520c
12:13:26.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.242 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.243 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad14b42d-c3b5-40e2-aa6d-52d400666764
12:13:26.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4a7f15a2-d6e3-4af1-bc90-d1e7497d8d12
12:13:26.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.338 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a9e7612-c671-4174-b630-acac7882f665
12:13:26.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2bdedffb-bbe0-4743-86a2-689e8161279f
12:13:26.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.403 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.416 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.417 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dbb83c3-23ee-4b27-909e-fe957bb3255e
12:13:26.419 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.457 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=766b9337-1524-4931-8411-16036c20c4dc
12:13:26.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.481 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.495 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.495 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4990fa1-a78d-4aff-b458-e006d9988c16
12:13:26.497 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.548 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.549 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c944fec6-5603-4522-af1b-7cb942277eac
12:13:26.551 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.594 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cfbb6454-a976-4192-abee-ebdf17f447de
12:13:26.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.644 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3479d61-e7db-4bc3-90cc-226521f55083
12:13:26.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.668 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.668 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.682 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ca3fe27f-07cc-475f-9e6d-cbe774952715
12:13:26.683 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.738 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.740 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.752 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2767fd5c-bc50-4e8d-a639-e6bbffcc837d
12:13:26.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.776 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.776 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.787 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.787 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.803 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cac05751-de27-47be-b0dc-e9e1567c2009
12:13:26.806 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.806 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.818 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.819 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da510ee-ce35-4310-be3f-15ea9d9fa630
12:13:26.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.906 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.906 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.927 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302633cf-5b33-46e7-8569-69812bcab7a3
12:13:26.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.938 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:26.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f17b24c9-d1aa-45f9-ae69-ee16e395dc24
12:13:26.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:26.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:26.989 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:26.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:26.990 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:26.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:26.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.003 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.003 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2bb089-cdb3-4897-88a8-d0bcb4767655
12:13:27.005 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.005 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ca8dc74-f8ef-4eeb-85ea-303d525165c8
12:13:27.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.095 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9826af4d-498a-4a48-80a6-56f1701f60b8
12:13:27.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.116 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.130 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=670d771c-3231-4fd2-840a-91c2a5ace6a3
12:13:27.131 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.190 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.192 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94974a22-1a41-496f-920c-bab7f5a41661
12:13:27.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.208 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b773fb6-89c6-4db8-8263-760337ce531d
12:13:27.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.268 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.268 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.270 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb3c6197-b219-4ff4-bdce-d2f9e72748f0
12:13:27.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.284 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.284 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.286 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.298 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8709b82a-2287-4a5c-963e-0d409836dadf
12:13:27.300 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.334 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.348 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.348 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3fd686-24aa-4f92-b1cf-0bbc48c493a8
12:13:27.350 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6175561-8c59-41aa-aca5-db75eb2794ed
12:13:27.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.448 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.461 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.461 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.461 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6ea2228-70a9-4f72-80d0-70fa63e347f6
12:13:27.462 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.463 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.475 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fde394c8-d4eb-4bff-8326-e37c89e97dfa
12:13:27.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.507 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.520 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.521 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c669ca5-5619-49a0-adba-ad0d93100166
12:13:27.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.533 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.534 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.546 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.546 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bae1100-b40f-4409-928e-309c99162cbd
12:13:27.548 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.556 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.556 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.558 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.569 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7be9018e-a2c3-4f07-8068-aaacc6c8b0d6
12:13:27.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82a1d730-6935-47a1-ac7f-78931e94673c
12:13:27.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.652 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.652 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.654 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.666 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c00708b8-1a32-40bb-afaf-be752e443b67
12:13:27.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.691 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86ea9d49-f287-444e-b9d3-18068fff61e3
12:13:27.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.729 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2178422-64b3-4f67-857a-b5aa21ed14fb
12:13:27.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.763 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b303d5e2-bc9c-4cb4-9edb-ef83a1049779
12:13:27.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.795 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.807 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f620737-b948-4cd4-b0a6-21decf35cfc6
12:13:27.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.863 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.876 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=15b6b066-2319-426f-b31f-fd0d5a64f8a3
12:13:27.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.878 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.878 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.892 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da290885-9688-43a7-a398-c235eabfbeb0
12:13:27.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:27.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4f103b8e-af07-4347-aecc-68a2efc84ff7
12:13:27.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:27.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:27.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:27.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:27.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.007 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58dfc5e1-31e1-4823-a811-18c18b060b90
12:13:28.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.040 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=86a5737f-b4dd-4010-a62f-21ed8fdffaf8
12:13:28.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.072 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc569a32-609a-40b6-bc00-e9cd13b1a554
12:13:28.073 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.101 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.101 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60c55538-487f-49f7-8db6-4f8ea3ab31da
12:13:28.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.121 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.133 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae3b3fd3-014d-40fc-a2ff-189aa958eb51
12:13:28.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.230 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=73623531-75e0-41b6-90cf-f4cb87185c0a
12:13:28.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.243 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e0e5cf-9f13-4c2c-9f38-dc86f7bd698a
12:13:28.245 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.294 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa7a56a4-7722-4fec-8ce9-f736418f073c
12:13:28.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.312 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f2985fcd-8140-4fbc-8bf9-27eb1a544ef0
12:13:28.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.369 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.369 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd23c94-48c3-4665-b774-a87185a27658
12:13:28.371 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9ca97166-5bc6-445f-84a0-53963237ac1e
12:13:28.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.437 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.459 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e68a90c-8d96-46fb-94cf-c4c0789f979a
12:13:28.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.476 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=37093fe7-9383-40bd-b662-cd3e67c6cd2a
12:13:28.476 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.510 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.523 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.524 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c78d440e-b174-43ea-9e71-ae635092879f
12:13:28.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.551 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d29b390b-d11e-4dd5-b661-daafb768d4a2
12:13:28.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.589 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.589 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846be135-aa9d-4b62-9e4a-0de18ec36692
12:13:28.627 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.637 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.638 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9159ca0d-f95a-4d50-b796-d9e628df05c7
12:13:28.639 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.678 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.679 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.692 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e9a1b8-91d6-4029-b81e-087b5a019213
12:13:28.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c364a756-b209-4414-9961-427464a365a4
12:13:28.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2fecd91-2f05-4739-b240-9d5b415bf199
12:13:28.747 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.779 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.793 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e598b0bb-82f3-491b-bc82-c23e7cf10cbc
12:13:28.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=331a2b41-64dd-426e-930c-9f6169c5d391
12:13:28.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.828 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.842 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10491a51-e601-4fc1-9e93-15910b1b3e3a
12:13:28.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.880 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.880 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a89058e-c09f-4afc-b2cb-d6c41cb35c38
12:13:28.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.909 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.925 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.925 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9109679d-4292-499a-b5e9-6e1c74a38016
12:13:28.927 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:28.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:28.955 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:28.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:28.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46d2e078-cd86-443a-a31a-edbd96cb51c2
12:13:28.969 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:28.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:28.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.000 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.001 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.002 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.002 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5147d35-ff2a-4781-a213-1b79b821c417
12:13:29.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.038 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7ab63d9-8cce-4d78-8f22-eb7df111f62a
12:13:29.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.093 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.095 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.107 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.107 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=57d1a2fb-cec7-40b2-8098-b9bef23ce548
12:13:29.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.139 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb558741-79ae-482c-bed2-fc8f2d82f399
12:13:29.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.157 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.159 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.170 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.171 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41651770-e798-4af4-adb6-7a8663fc3828
12:13:29.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.211 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.211 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cec8be1-74c1-440a-9093-ac29b673fce7
12:13:29.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.228 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.229 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77dfc397-cfe3-416f-80fb-786f44367816
12:13:29.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.278 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.292 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e96ab36b-fb79-4837-bbdd-101a9c9115fa
12:13:29.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.306 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.306 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.308 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.320 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.320 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc323835-60e0-425d-a252-7597ffac0d4e
12:13:29.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.326 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78443106-3137-4dea-b9b1-4485506bb299
12:13:29.339 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.383 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.384 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.386 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.411 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.411 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7282458-09bf-434b-9fab-44725d643b85
12:13:29.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.422 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64a673af-85df-4780-a137-4a0cba208acf
12:13:29.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.491 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6746b48-2df4-479f-9705-dd9c3750114a
12:13:29.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.513 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.525 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e446b951-b360-4856-86ec-a420e0da0208
12:13:29.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.595 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.595 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.597 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.605 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.605 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc88c30f-2cd1-4b40-8821-d8399a3a9527
12:13:29.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6adc29-0dc6-4e7d-9e9c-69675ff6cfc0
12:13:29.637 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=53650d9b-eefb-4865-ac31-d65e452f5806
12:13:29.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.725 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.726 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.738 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce095cf-80ed-4a81-8c41-a5eaa5823b6d
12:13:29.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=498d8ccc-1bcd-4108-8cc9-1f57a3d68a0c
12:13:29.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.821 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.823 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.835 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.835 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65281935-a57f-4eec-8d0a-7886350f86cd
12:13:29.837 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.838 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.840 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.852 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4afc8995-e5c3-463e-9627-866839cfd9ed
12:13:29.853 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.905 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:29.913 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50680f5-8b7c-40c9-9277-8e2cd8dd33cd
12:13:29.944 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:29.944 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:29.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:29.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:29.959 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a53cf08d-4281-4d4c-a755-b0ee91bd9d63
12:13:29.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f4597db4-f91a-4dad-a478-70891c1c0c15
12:13:30.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5590f0d-978e-46a6-a64e-5fedce375ff5
12:13:30.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.069 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.081 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6dede8a-866f-4e28-876a-166bc73976ef
12:13:30.082 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.131 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.160 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e3e0954-7a5e-49b7-861a-fa7e6f137a08
12:13:30.163 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.174 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.174 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2dcbac-2c7b-4af0-9fcd-d4594da63f6b
12:13:30.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.201 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.201 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.203 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.215 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=16749679-8c02-4e62-8d2e-b05b2b8364fe
12:13:30.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.248 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05fd46d9-6e4a-4932-a5a0-4ef3dfefc7a1
12:13:30.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ee3a448-6ca7-4a26-96c9-9755e3fb34f7
12:13:30.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.295 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.295 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.297 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f52403fa-1aac-4a65-9dc7-09d0f2fe8f24
12:13:30.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.379 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4317e43d-ae8f-48e3-b6f3-899bf760a372
12:13:30.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.408 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad14b42d-c3b5-40e2-aa6d-52d400666764
12:13:30.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.469 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1a9e7612-c671-4174-b630-acac7882f665
12:13:30.494 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.494 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.504 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.505 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cf02e4-6772-4d16-83ed-f01637e6a746
12:13:30.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.537 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.537 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5dbb83c3-23ee-4b27-909e-fe957bb3255e
12:13:30.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.582 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b1209b0-5c39-4a8a-9027-f3408983307a
12:13:30.585 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.630 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.633 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c4990fa1-a78d-4aff-b458-e006d9988c16
12:13:30.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7224ed3f-ca5f-4518-b509-477bddf0632c
12:13:30.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.735 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.735 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.759 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ded45c0d-f1f2-4c26-8193-78d4d93ba1c7
12:13:30.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.771 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.772 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c944fec6-5603-4522-af1b-7cb942277eac
12:13:30.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.797 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.797 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.809 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.810 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98d41727-78e2-4d9b-a86f-f0f257e2d4ae
12:13:30.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3479d61-e7db-4bc3-90cc-226521f55083
12:13:30.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.854 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.854 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.856 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2e1a2a-1dd8-455e-bc2a-b7289ca6be4e
12:13:30.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.892 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2767fd5c-bc50-4e8d-a639-e6bbffcc837d
12:13:30.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.957 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:30.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48332808-e67f-4f6e-8030-fa069ceb2a4a
12:13:30.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:30.986 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:30.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:30.986 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:30.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:30.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.000 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.001 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1da510ee-ce35-4310-be3f-15ea9d9fa630
12:13:31.003 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.025 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.025 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.040 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.040 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=130b7236-db66-4ddd-af31-f53c72a219c6
12:13:31.042 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.085 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.085 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.100 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.100 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c34f6ce1-2fbb-4cad-877b-c07bab2f012b
12:13:31.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=302633cf-5b33-46e7-8569-69812bcab7a3
12:13:31.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.141 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.141 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea762d8-8e0d-486b-bffd-426518d9d68c
12:13:31.157 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.227 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.227 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ac2bb089-cdb3-4897-88a8-d0bcb4767655
12:13:31.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68ef6aa4-98b0-46e1-87a4-a03c39152ad7
12:13:31.269 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.301 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.315 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9826af4d-498a-4a48-80a6-56f1701f60b8
12:13:31.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.341 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.352 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff014f23-8ceb-48d9-ba01-d0c2e04babed
12:13:31.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.397 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.411 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5b773fb6-89c6-4db8-8263-760337ce531d
12:13:31.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5cb6c05-e213-491a-968d-32be2bd55c8b
12:13:31.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.483 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.483 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8709b82a-2287-4a5c-963e-0d409836dadf
12:13:31.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.512 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.525 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3ac63d-8949-4fce-bba1-8953f60428ab
12:13:31.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.576 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.578 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.590 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.590 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.590 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.591 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.592 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63adce0-2e88-4956-aaaa-17cee7f44c07
12:13:31.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.604 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3c3fd686-24aa-4f92-b1cf-0bbc48c493a8
12:13:31.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.670 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.671 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.685 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b6ea2228-70a9-4f72-80d0-70fa63e347f6
12:13:31.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.691 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=053a0868-1fe0-48b3-95c6-f7b3bca54c84
12:13:31.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.733 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.745 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.745 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4c669ca5-5619-49a0-adba-ad0d93100166
12:13:31.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.771 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.772 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3a891a4-f10e-46d2-9cf0-81a8d0b63749
12:13:31.773 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.841 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.841 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.845 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7be9018e-a2c3-4f07-8068-aaacc6c8b0d6
12:13:31.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.871 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ceac41a-e692-4c99-9105-eb7defce8aac
12:13:31.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.949 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.949 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.951 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:31.961 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:31.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.963 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:31.967 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c00708b8-1a32-40bb-afaf-be752e443b67
12:13:31.967 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:31.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:31.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:31.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:31.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe64ff10-951c-4520-8658-6f4a09c40a3c
12:13:31.982 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.017 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.017 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.031 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401aefc7-8a80-4173-9822-77f2f2e87adc
12:13:32.034 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.036 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.036 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c2178422-64b3-4f67-857a-b5aa21ed14fb
12:13:32.051 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.112 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.119 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.120 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f620737-b948-4cd4-b0a6-21decf35cfc6
12:13:32.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.154 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.155 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77501702-f65b-44ff-a12f-8a106faf8f66
12:13:32.156 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.204 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.204 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.220 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.220 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c290a5-cc19-46c4-b868-96854290e1ad
12:13:32.222 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.222 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.235 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=da290885-9688-43a7-a398-c235eabfbeb0
12:13:32.237 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.324 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=58dfc5e1-31e1-4823-a811-18c18b060b90
12:13:32.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.358 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7f872f-4bae-4ca4-a7ac-d536c81923a8
12:13:32.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.404 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.418 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dc569a32-609a-40b6-bc00-e9cd13b1a554
12:13:32.420 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.461 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbef5e4-a764-49cf-9812-d507674a4a70
12:13:32.465 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.496 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.510 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ae3b3fd3-014d-40fc-a2ff-189aa958eb51
12:13:32.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.580 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a85e7130-91d0-4b86-8f79-7cbfbea22faf
12:13:32.582 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.603 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.606 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29e0e5cf-9f13-4c2c-9f38-dc86f7bd698a
12:13:32.620 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.664 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.678 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.679 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26cd555d-2c01-4f63-804c-5e1ff44c0a65
12:13:32.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.711 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa7a56a4-7722-4fec-8ce9-f736418f073c
12:13:32.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.772 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.772 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.784 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.811 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.811 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c2808d-1d8e-47b4-a8a4-4d81ba0a723d
12:13:32.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.825 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.825 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd23c94-48c3-4665-b774-a87185a27658
12:13:32.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.892 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.894 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.911 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c46b9029-6d90-4edf-9249-b075a7563ac4
12:13:32.915 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.915 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.928 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3e68a90c-8d96-46fb-94cf-c4c0789f979a
12:13:32.930 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:32.977 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:32.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:32.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:32.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:32.994 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:32.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19def5aa-0ec5-4bcf-b879-45091436c846
12:13:32.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.028 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c78d440e-b174-43ea-9e71-ae635092879f
12:13:33.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6074aad3-4526-423f-8ffd-77cf2e45c4f6
12:13:33.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.132 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.133 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.135 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.147 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81145d1f-cd85-4fbf-a786-f6f9debf5858
12:13:33.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.164 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.166 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.177 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=846be135-aa9d-4b62-9e4a-0de18ec36692
12:13:33.179 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.183 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.185 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.197 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ebb8286-6b50-4f33-828d-885df6a9af9a
12:13:33.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99e9a1b8-91d6-4029-b81e-087b5a019213
12:13:33.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.265 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.293 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3754b5-d804-4cc9-9650-9f0e7033e1e5
12:13:33.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2fecd91-2f05-4739-b240-9d5b415bf199
12:13:33.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.360 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e598b0bb-82f3-491b-bc82-c23e7cf10cbc
12:13:33.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.373 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.373 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.387 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eb46ce9-7c05-4718-a05b-f25ae1ce5eda
12:13:33.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.399 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.399 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.401 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10491a51-e601-4fc1-9e93-15910b1b3e3a
12:13:33.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.466 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.467 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.480 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.481 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b781fe-4244-47c4-b203-3d010557bbfc
12:13:33.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.494 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.498 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.510 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9109679d-4292-499a-b5e9-6e1c74a38016
12:13:33.514 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.551 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fab3732f-251c-4173-836b-7507a0f0576e
12:13:33.553 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.598 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.602 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.603 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.603 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.619 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.619 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f5147d35-ff2a-4781-a213-1b79b821c417
12:13:33.622 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.636 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.636 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d93b17-1d71-4686-8728-14d71f700cb9
12:13:33.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.678 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.680 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.700 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.702 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb558741-79ae-482c-bed2-fc8f2d82f399
12:13:33.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.738 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.754 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=207a8dac-7e5f-4428-8931-36345c900458
12:13:33.757 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.783 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.784 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.785 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.787 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.801 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5cec8be1-74c1-440a-9093-ac29b673fce7
12:13:33.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.817 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.817 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.820 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.832 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.834 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9b2069f-9330-4f10-b5cc-2b600b51d46d
12:13:33.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.880 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.881 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.884 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.899 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.901 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36366562-ea59-48f5-9479-2b381f3eb4f2
12:13:33.905 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.920 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc323835-60e0-425d-a252-7597ffac0d4e
12:13:33.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:33.972 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:33.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:33.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:33.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:33.988 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:33.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:33.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d41d3e60-9151-42cb-b1b6-b9dc91aa9bdb
12:13:33.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.016 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.017 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.017 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.048 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.050 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.053 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7282458-09bf-434b-9fab-44725d643b85
12:13:34.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.065 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.066 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6208b75-7a2b-4e5f-9eab-e4537896af18
12:13:34.068 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.097 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.097 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.100 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e446b951-b360-4856-86ec-a420e0da0208
12:13:34.117 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.140 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.143 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.155 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5fc4482-1e86-47e6-a229-920be0b78761
12:13:34.158 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.162 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.164 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.177 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.178 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a6adc29-0dc6-4e7d-9e9c-69675ff6cfc0
12:13:34.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.192 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.192 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.195 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.207 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f191ecda-5250-4911-9d34-5c6cbd1e32da
12:13:34.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.231 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.247 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.247 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.247 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1ce095cf-80ed-4a81-8c41-a5eaa5823b6d
12:13:34.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.261 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.263 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d208e45-7b6c-48c5-8c90-fc9dda522c13
12:13:34.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.303 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.318 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4afc8995-e5c3-463e-9627-866839cfd9ed
12:13:34.320 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3105ee8c-4c69-42dc-801e-4e8258a82af3
12:13:34.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.395 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.396 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.397 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.409 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97198999-850d-4024-9667-887e1ac5aaf9
12:13:34.411 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.412 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.414 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.426 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e50680f5-8b7c-40c9-9277-8e2cd8dd33cd
12:13:34.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.505 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.506 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.507 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.513 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.543 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a2697d-90c4-407a-9d63-4f61711902fa
12:13:34.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5590f0d-978e-46a6-a64e-5fedce375ff5
12:13:34.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.620 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.621 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.622 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.631 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.661 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02c8a371-0864-483c-be33-accefcf7415e
12:13:34.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.674 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.674 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b2dcbac-2c7b-4af0-9fcd-d4594da63f6b
12:13:34.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.749 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.751 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.765 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df69682a-1bf9-4b69-9300-159b502eb282
12:13:34.767 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.780 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=05fd46d9-6e4a-4932-a5a0-4ef3dfefc7a1
12:13:34.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.868 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.868 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.869 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.872 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.894 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c54401-d9b4-4010-bd39-5ae93b3e19a2
12:13:34.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f52403fa-1aac-4a65-9dc7-09d0f2fe8f24
12:13:34.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.930 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.943 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.944 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:34.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9acb3e-6a70-4037-a4ce-a6e9b9783feb
12:13:34.946 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:34.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:34.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:34.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:34.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:34.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:34.996 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.008 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.008 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23bd521-c1b1-4df5-83a6-392551a258a7
12:13:35.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.022 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.023 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4317e43d-ae8f-48e3-b6f3-899bf760a372
12:13:35.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.075 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.089 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c473c9-41ce-4093-830b-14d3300b93c6
12:13:35.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.103 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.103 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.105 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.117 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d9cf02e4-6772-4d16-83ed-f01637e6a746
12:13:35.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.174 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.193 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d66d0f1-920f-489d-8d88-dda088c48840
12:13:35.193 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.224 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9b1209b0-5c39-4a8a-9027-f3408983307a
12:13:35.225 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.273 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.294 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7224ed3f-ca5f-4518-b509-477bddf0632c
12:13:35.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.294 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.309 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ee965f-a192-4f6a-aca5-96fcce0d3a6c
12:13:35.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.355 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.355 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.363 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4782a4f1-6289-4d10-960d-77b5cdb7af39
12:13:35.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.408 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ded45c0d-f1f2-4c26-8193-78d4d93ba1c7
12:13:35.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.462 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.462 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.471 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.493 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=98d41727-78e2-4d9b-a86f-f0f257e2d4ae
12:13:35.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.493 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.510 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee556624-31f5-4ae3-a835-f30e0b47d530
12:13:35.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.568 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d2e1a2a-1dd8-455e-bc2a-b7289ca6be4e
12:13:35.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.582 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90773ab8-8a51-4e6c-a5e5-c4ba0d6fb813
12:13:35.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.643 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.643 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.660 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.663 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81bdf6c5-9a12-470c-bf2c-d3a37d0db6bd
12:13:35.663 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.675 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.675 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=48332808-e67f-4f6e-8030-fa069ceb2a4a
12:13:35.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.732 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.734 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.746 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6222e47-f091-4e6e-b690-edcc9da47c11
12:13:35.748 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.763 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=130b7236-db66-4ddd-af31-f53c72a219c6
12:13:35.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.782 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.797 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c80252-4c6f-438d-9c67-6123d2098db9
12:13:35.798 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.859 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.872 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.873 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c34f6ce1-2fbb-4cad-877b-c07bab2f012b
12:13:35.874 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.883 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b0b471-117e-452f-bda5-cd61a838645d
12:13:35.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.907 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.907 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.921 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bea762d8-8e0d-486b-bffd-426518d9d68c
12:13:35.923 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.938 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.938 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.940 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.952 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=180535f4-7758-4582-a1a6-3e76c74fe496
12:13:35.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:35.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:35.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:35.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:35.992 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:35.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:35.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=68ef6aa4-98b0-46e1-87a4-a03c39152ad7
12:13:35.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.027 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.027 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.030 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.031 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.062 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff014f23-8ceb-48d9-ba01-d0c2e04babed
12:13:36.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c5e9aa-4c14-4263-9247-efe93719ef26
12:13:36.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.125 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c5cb6c05-e213-491a-968d-32be2bd55c8b
12:13:36.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.150 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.164 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134eae4d-6215-47df-9efe-899592b1cd7a
12:13:36.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.181 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.195 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6a3ac63d-8949-4fce-bba1-8953f60428ab
12:13:36.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.204 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.205 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.206 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.226 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71ccb34c-028c-49ee-8c4a-1f9c676de9b9
12:13:36.226 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.279 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.292 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.293 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c63adce0-2e88-4956-aaaa-17cee7f44c07
12:13:36.294 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.307 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.321 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.322 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63e8b42b-2e65-406f-815e-43260bf9b641
12:13:36.324 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.336 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.337 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.349 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=053a0868-1fe0-48b3-95c6-f7b3bca54c84
12:13:36.352 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.406 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.407 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.413 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.414 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.443 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c3a891a4-f10e-46d2-9cf0-81a8d0b63749
12:13:36.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.454 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b2921e4-59d0-46d8-b2a0-f67ab866a4f8
12:13:36.456 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.487 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.487 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.511 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5ceac41a-e692-4c99-9105-eb7defce8aac
12:13:36.511 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.511 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.526 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.526 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e151f4-602d-4ad3-856d-560c9618f0e2
12:13:36.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.583 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.583 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.584 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.596 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.597 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe64ff10-951c-4520-8658-6f4a09c40a3c
12:13:36.599 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.618 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.630 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aed4a5a-e6b0-4f20-b5b5-c0125844e1e1
12:13:36.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.666 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.672 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.672 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.673 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ec823f-349e-41ac-8d12-d66571e314aa
12:13:36.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.705 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=401aefc7-8a80-4173-9822-77f2f2e87adc
12:13:36.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.751 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.752 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.793 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77501702-f65b-44ff-a12f-8a106faf8f66
12:13:36.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.808 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.809 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb2ea7c-3197-4935-93c2-4c1239386ecc
12:13:36.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.852 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.854 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.867 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c290a5-cc19-46c4-b868-96854290e1ad
12:13:36.869 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.904 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.905 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbfa7f0c-7ccc-4345-b9de-5896f2542cc1
12:13:36.907 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.924 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.924 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.927 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.939 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.940 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=af7f872f-4bae-4ca4-a7ac-d536c81923a8
12:13:36.943 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.962 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.965 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.979 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:36.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:36.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:36.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:36.980 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:36.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69c879ac-9df1-4f51-85aa-37de370f1ed3
12:13:36.981 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:36.982 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.011 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bfbef5e4-a764-49cf-9812-d507674a4a70
12:13:37.011 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.074 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.074 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.093 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=887dcd25-a737-477e-b2a3-b87d66088c52
12:13:37.093 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.093 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.108 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a85e7130-91d0-4b86-8f79-7cbfbea22faf
12:13:37.111 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.159 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=26cd555d-2c01-4f63-804c-5e1ff44c0a65
12:13:37.161 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.182 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.182 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.196 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a84248-c6d3-4aeb-88c7-35420e6463fc
12:13:37.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.212 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=45c2808d-1d8e-47b4-a8a4-4d81ba0a723d
12:13:37.214 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.255 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.255 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.269 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be893a77-fa57-4341-af18-9d6ffd6f0d5f
12:13:37.270 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.291 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.291 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.293 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.305 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.305 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.307 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c46b9029-6d90-4edf-9249-b075a7563ac4
12:13:37.308 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.349 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=19def5aa-0ec5-4bcf-b879-45091436c846
12:13:37.364 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.368 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.368 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.370 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.381 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.382 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2707b130-9ef5-4ec6-a7f3-e66e89ea436a
12:13:37.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6074aad3-4526-423f-8ffd-77cf2e45c4f6
12:13:37.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.476 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.476 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.478 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.490 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.491 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.491 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6c12a73-c7ae-4beb-aea2-8c13658e82ba
12:13:37.492 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.504 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.505 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81145d1f-cd85-4fbf-a786-f6f9debf5858
12:13:37.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.540 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.554 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ebb8286-6b50-4f33-828d-885df6a9af9a
12:13:37.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.560 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.562 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e805abc5-b861-4cfb-8ad7-6f361ab98dc3
12:13:37.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.661 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.663 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fd3754b5-d804-4cc9-9650-9f0e7033e1e5
12:13:37.665 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.667 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.667 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.681 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7207c07-384b-4429-a4a7-edd2fbcdbf2f
12:13:37.683 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.707 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eb46ce9-7c05-4718-a05b-f25ae1ce5eda
12:13:37.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.754 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.754 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.756 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.768 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=01b781fe-4244-47c4-b203-3d010557bbfc
12:13:37.770 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.780 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.780 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.782 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.793 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.794 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ada86b4-4507-462e-9a26-67a0e2881c70
12:13:37.796 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.843 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.844 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fab3732f-251c-4173-836b-7507a0f0576e
12:13:37.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.855 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.856 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.858 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.870 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b2ddc7-ea50-44f1-a64e-f848ced01a8b
12:13:37.872 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.896 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.898 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3d93b17-1d71-4686-8728-14d71f700cb9
12:13:37.913 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.950 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:37.950 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.977 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152432d0-31a9-4933-9a31-f070a63815e2
12:13:37.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:37.981 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:37.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:37.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:37.996 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:37.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=207a8dac-7e5f-4428-8931-36345c900458
12:13:37.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.037 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.037 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.037 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.039 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b3fe2c-4171-4487-974e-6b809764b5cd
12:13:38.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b9b2069f-9330-4f10-b5cc-2b600b51d46d
12:13:38.080 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.112 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.112 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.114 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.115 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.115 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.131 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.131 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8defe3bb-6902-41c8-b2d1-5d71edbbc67f
12:13:38.133 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.146 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=36366562-ea59-48f5-9479-2b381f3eb4f2
12:13:38.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.218 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.229 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d41d3e60-9151-42cb-b1b6-b9dc91aa9bdb
12:13:38.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.271 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.272 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4734f60-7168-40b8-ae11-ad82a391baf8
12:13:38.273 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.335 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.335 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6208b75-7a2b-4e5f-9eab-e4537896af18
12:13:38.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.361 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.362 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.364 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.375 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.376 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f743486b-d95d-4f8e-b8fe-8c2c0fcce86f
12:13:38.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.441 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.454 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.455 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.455 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5fc4482-1e86-47e6-a229-920be0b78761
12:13:38.457 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.468 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.469 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3817a509-b320-44fb-9591-e70a779cbd45
12:13:38.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.507 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.507 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.508 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.509 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.520 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.521 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f191ecda-5250-4911-9d34-5c6cbd1e32da
12:13:38.522 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.549 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.550 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e57852f-ce6f-4bfb-8420-9bab7170d2bd
12:13:38.552 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.600 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.601 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6d208e45-7b6c-48c5-8c90-fc9dda522c13
12:13:38.630 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.645 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.646 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.658 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9452c1-cee2-4123-a1e6-48599768581b
12:13:38.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.699 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.699 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.700 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.713 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.714 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb1867e-6778-460f-bd4e-d7d1015318c0
12:13:38.717 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.733 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.746 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3105ee8c-4c69-42dc-801e-4e8258a82af3
12:13:38.748 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.784 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.784 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.786 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.796 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.797 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.828 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8158a5-3434-4423-9f35-0a834b353068
12:13:38.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=97198999-850d-4024-9667-887e1ac5aaf9
12:13:38.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.882 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.883 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.885 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.897 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.898 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2210b4d0-a138-49b7-b4f1-44f7138e8c38
12:13:38.899 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.956 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.956 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.958 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.962 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:38.962 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:38.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:38.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:38.993 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:38.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:38.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:38.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc0aa099-481d-4a83-a5b5-db7d37d19d1f
12:13:38.993 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.004 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46a2697d-90c4-407a-9d63-4f61711902fa
12:13:39.006 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.048 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.048 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.050 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.059 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c574cd-70a8-4011-be8b-3cd3e76dd81c
12:13:39.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.088 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02c8a371-0864-483c-be33-accefcf7415e
12:13:39.091 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.136 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.147 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.147 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.148 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.148 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df69682a-1bf9-4b69-9300-159b502eb282
12:13:39.150 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.162 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.162 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ddad80-560b-4eb9-b228-497e3677d8df
12:13:39.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.208 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.208 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e3c54401-d9b4-4010-bd39-5ae93b3e19a2
12:13:39.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.265 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bf90059-9049-4e42-a179-1d9a4f790083
12:13:39.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7181b0-f611-4a91-85f2-7fc32bb6fe57
12:13:39.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.336 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.348 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.348 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0a9acb3e-6a70-4037-a4ce-a6e9b9783feb
12:13:39.351 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.410 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.412 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.424 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b23bd521-c1b1-4df5-83a6-392551a258a7
12:13:39.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.433 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.435 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3a0323-375a-4eba-9607-c4d2feb0da1a
12:13:39.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.465 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.478 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3c473c9-41ce-4093-830b-14d3300b93c6
12:13:39.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.536 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.536 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.559 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.560 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7923b7e-7eb4-4099-8234-061818795677
12:13:39.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.570 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.571 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d66d0f1-920f-489d-8d88-dda088c48840
12:13:39.572 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.663 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.664 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.693 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18b1abd0-980b-49a7-a2dc-aeb9dc4f5955
12:13:39.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.708 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.708 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ee965f-a192-4f6a-aca5-96fcce0d3a6c
12:13:39.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.750 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.750 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.752 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.764 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1026c587-6655-40a9-8a16-0a314e526aeb
12:13:39.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.778 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.791 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.792 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4782a4f1-6289-4d10-960d-77b5cdb7af39
12:13:39.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.859 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.876 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ee556624-31f5-4ae3-a835-f30e0b47d530
12:13:39.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.888 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbcc28ce-5aa8-40b2-b9b4-bcdc24d47b6a
12:13:39.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.957 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.972 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:39.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90773ab8-8a51-4e6c-a5e5-c4ba0d6fb813
12:13:39.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.984 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:39.984 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:39.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:39.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:39.998 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:39.999 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b770595-1917-4f61-a512-bb1d251db560
12:13:40.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.018 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.019 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.020 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.032 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.033 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=81bdf6c5-9a12-470c-bf2c-d3a37d0db6bd
12:13:40.035 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.083 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.086 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ccbe2f-b773-4d08-8995-31669e9a4b0f
12:13:40.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f6222e47-f091-4e6e-b690-edcc9da47c11
12:13:40.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.162 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.176 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.176 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.178 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=283373b7-8f68-407c-840f-3cb6a31b6a84
12:13:40.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.220 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.221 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.236 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51c80252-4c6f-438d-9c67-6123d2098db9
12:13:40.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.274 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.274 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.276 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.287 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.288 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd209e7-e96c-4103-af59-12a27d39eca5
12:13:40.289 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.303 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b0b471-117e-452f-bda5-cd61a838645d
12:13:40.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.337 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.337 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.351 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b340a0f9-c356-456f-bf16-b65ac3094f9f
12:13:40.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.419 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.420 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=180535f4-7758-4582-a1a6-3e76c74fe496
12:13:40.422 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.434 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5a4a040-655b-4f7f-9e9d-f25cc82edb16
12:13:40.436 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.467 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c5e9aa-4c14-4263-9247-efe93719ef26
12:13:40.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.501 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.514 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcec222-d852-48d8-83bb-939631bf8751
12:13:40.516 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.534 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.536 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.547 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.548 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=134eae4d-6215-47df-9efe-899592b1cd7a
12:13:40.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.586 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.587 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7761ef49-d0a9-423b-a6c4-a3ab3fcdc7ff
12:13:40.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71ccb34c-028c-49ee-8c4a-1f9c676de9b9
12:13:40.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.687 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.692 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.692 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.711 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63e8b42b-2e65-406f-815e-43260bf9b641
12:13:40.711 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b98042-ae7c-4118-9a33-fc04ee4123a9
12:13:40.729 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.777 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.777 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.793 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3b2921e4-59d0-46d8-b2a0-f67ab866a4f8
12:13:40.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.812 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.814 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.826 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.828 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a99cb76-7487-4a5a-a601-a554b24352e3
12:13:40.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.891 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.891 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.891 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647ce7de-0dff-46d5-a412-3147f2c00021
12:13:40.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d8e151f4-602d-4ad3-856d-560c9618f0e2
12:13:40.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.934 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:40.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:40.936 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.948 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.949 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:40.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055c09d6-8b34-45e4-930a-98f709f9a23d
12:13:40.950 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:40.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:40.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:40.999 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.001 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.002 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.003 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.027 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.029 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cf441c4-6f52-4974-adcb-2f1eee0b7f51
12:13:41.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.040 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.041 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4aed4a5a-e6b0-4f20-b5b5-c0125844e1e1
12:13:41.042 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.099 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.099 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.101 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.127 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c15b3de8-bdb4-412f-b5d4-ea929e3a35a0
12:13:41.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.133 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.134 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.135 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.146 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.147 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=42ec823f-349e-41ac-8d12-d66571e314aa
12:13:41.148 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.171 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.171 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.184 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.185 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d87d17d4-146f-4e06-a5d8-f292cfb29dff
12:13:41.186 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.216 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.216 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.218 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.229 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.230 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6bb2ea7c-3197-4935-93c2-4c1239386ecc
12:13:41.231 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f79e2f8-e5f7-429b-ab9e-e6081dda6463
12:13:41.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.288 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.295 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.311 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fc244c6-d01a-471d-bb48-de1c624fa37d
12:13:41.311 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.311 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.321 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.321 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbfa7f0c-7ccc-4345-b9de-5896f2542cc1
12:13:41.323 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.366 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.366 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.379 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.380 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf62937a-301f-4baa-861e-eacb738eeb1a
12:13:41.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.413 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.414 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69c879ac-9df1-4f51-85aa-37de370f1ed3
12:13:41.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.431 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.432 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.444 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.445 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a100b306-263c-4feb-9d87-230d00f84a11
12:13:41.447 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.470 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.470 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.484 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=887dcd25-a737-477e-b2a3-b87d66088c52
12:13:41.485 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.498 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.499 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.527 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.527 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a680335d-c5db-4b7d-9d0d-990632575ef8
12:13:41.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88a84248-c6d3-4aeb-88c7-35420e6463fc
12:13:41.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.598 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.599 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.600 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.611 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.612 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be893a77-fa57-4341-af18-9d6ffd6f0d5f
12:13:41.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.618 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.631 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94a09947-ac80-4952-9391-3eede7776c7e
12:13:41.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.692 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.692 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.706 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.707 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.707 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.707 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2707b130-9ef5-4ec6-a7f3-e66e89ea436a
12:13:41.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.721 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.721 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1ff437-7092-4056-bb4d-787cf9df9298
12:13:41.722 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.807 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.812 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.813 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.828 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.831 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d6c12a73-c7ae-4beb-aea2-8c13658e82ba
12:13:41.831 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.843 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5dbc25b-c4d4-44b8-9da2-90f26e679b62
12:13:41.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.928 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.928 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.930 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.932 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:41.932 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:41.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.960 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:41.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad5cf0e-3867-49ce-b025-be96e7b97077
12:13:41.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:41.971 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:41.971 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e805abc5-b861-4cfb-8ad7-6f361ab98dc3
12:13:41.972 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.006 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.006 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.007 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.019 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.019 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcfe829b-8ed4-4d3c-bc4a-f08028c0e98c
12:13:42.021 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.038 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.053 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.053 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d7207c07-384b-4429-a4a7-edd2fbcdbf2f
12:13:42.055 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.081 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.081 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.083 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.095 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.096 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85f10c6-ed38-4543-8178-7ab99a7f0242
12:13:42.097 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.118 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.118 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.120 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.132 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.132 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.134 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7ada86b4-4507-462e-9a26-67a0e2881c70
12:13:42.134 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.134 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.148 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0408ffb-22d1-49ba-a735-5afc4fe1b3a9
12:13:42.150 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.187 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.187 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.189 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.201 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=679b466a-55d3-494a-8756-2a121d56a30f
12:13:42.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.210 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.210 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=78b2ddc7-ea50-44f1-a64e-f848ced01a8b
12:13:42.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.267 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.267 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.280 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.281 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d90fc14-b92f-4f96-a482-d1db269ab96f
12:13:42.283 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.297 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.297 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=152432d0-31a9-4933-9a31-f070a63815e2
12:13:42.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.380 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.380 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.393 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.393 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.409 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.410 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aedbee3f-e350-45f5-bdfc-c217e6f0d189
12:13:42.410 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.427 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=96b3fe2c-4171-4487-974e-6b809764b5cd
12:13:42.428 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.468 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.469 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.480 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.481 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8defe3bb-6902-41c8-b2d1-5d71edbbc67f
12:13:42.483 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.509 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee3deb4-a808-48fc-a36e-049e67fded9f
12:13:42.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.539 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.539 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4734f60-7168-40b8-ae11-ad82a391baf8
12:13:42.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.617 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.617 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.632 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.633 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f743486b-d95d-4f8e-b8fe-8c2c0fcce86f
12:13:42.635 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.647 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.648 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f82b87-652d-4d9e-a39d-5952d435c1bc
12:13:42.650 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.715 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.716 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.730 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3817a509-b320-44fb-9591-e70a779cbd45
12:13:42.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.760 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80dc06fc-141a-444c-b42e-98c595efaa30
12:13:42.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.804 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.804 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.805 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.817 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.817 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7e57852f-ce6f-4bfb-8420-9bab7170d2bd
12:13:42.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.846 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.846 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.856 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.856 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02b49809-8356-4f0a-aa53-0290dc721000
12:13:42.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.892 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.893 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:42.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8f9452c1-cee2-4123-a1e6-48599768581b
12:13:42.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.981 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:42.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:42.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:42.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:42.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:42.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.027 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.029 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012fed7e-4c2b-4e6e-be90-197eb96af238
12:13:43.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.059 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fb1867e-6778-460f-bd4e-d7d1015318c0
12:13:43.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.136 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.136 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c04ca85-6d37-46cb-a380-98d7b77fddac
12:13:43.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.158 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.160 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.172 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d8158a5-3434-4423-9f35-0a834b353068
12:13:43.173 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.236 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.236 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.237 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.250 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.250 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a986ce6-e2c5-48a1-8f48-25d0ebe8c223
12:13:43.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.253 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.276 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2210b4d0-a138-49b7-b4f1-44f7138e8c38
12:13:43.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.323 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.323 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.336 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.337 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe856edb-057c-42cf-8cac-39c7e7182c19
12:13:43.338 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.359 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc0aa099-481d-4a83-a5b5-db7d37d19d1f
12:13:43.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.382 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.382 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.384 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.385 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.396 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.396 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d039a7d0-0ae9-4f19-b33e-7c46148b8e5f
12:13:43.398 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.438 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.438 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.445 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.446 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=88c574cd-70a8-4011-be8b-3cd3e76dd81c
12:13:43.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.489 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea5a507c-8c28-4228-b1a8-9a6fca1f6081
12:13:43.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.531 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.531 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.533 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.538 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.538 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02ddad80-560b-4eb9-b228-497e3677d8df
12:13:43.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.575 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4a4965-62a3-4285-baff-6aa65e026dc3
12:13:43.576 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.643 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.645 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.647 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.647 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=823888f9-9da7-4601-8cde-d210ed8863a3
12:13:43.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.688 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.689 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0bf90059-9049-4e42-a179-1d9a4f790083
12:13:43.690 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.724 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.724 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.737 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.737 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf08f4c8-ffb4-4f5d-bdc7-0813e64593d9
12:13:43.739 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.749 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.749 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.750 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.761 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.762 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5a7181b0-f611-4a91-85f2-7fc32bb6fe57
12:13:43.765 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.799 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.800 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.801 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.804 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.804 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d3a0323-375a-4eba-9607-c4d2feb0da1a
12:13:43.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.829 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.841 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.842 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e69b8b66-e960-4e0d-a786-2921a78b2643
12:13:43.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.879 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.879 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.890 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.890 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.910 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b7923b7e-7eb4-4099-8234-061818795677
12:13:43.910 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.921 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.922 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0da4eec-e0ab-46bc-9aba-df1729e36ca6
12:13:43.923 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.946 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.946 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.948 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.959 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=18b1abd0-980b-49a7-a2dc-aeb9dc4f5955
12:13:43.961 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:43.971 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:43.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:43.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:43.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:43.985 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:43.985 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:43.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40912465-aede-48db-82c7-2a9b120962c9
12:13:43.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.031 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.032 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.034 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.045 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.046 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1026c587-6655-40a9-8a16-0a314e526aeb
12:13:44.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.078 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.079 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.086 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.087 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.110 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bae9287b-fbe3-4ee1-b268-796cac648365
12:13:44.110 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.121 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.121 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dbcc28ce-5aa8-40b2-b9b4-bcdc24d47b6a
12:13:44.122 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.147 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.177 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.177 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab4ad067-d087-4399-a6ca-76e7c0d6a0b7
12:13:44.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.193 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.194 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.209 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.209 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2b770595-1917-4f61-a512-bb1d251db560
12:13:44.212 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c14854-f188-40f3-853c-1d4b49ca44dc
12:13:44.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.275 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.275 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.278 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.286 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.286 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19f488f-5c67-4d1e-97f9-1367dfbc8a2d
12:13:44.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1ccbe2f-b773-4d08-8995-31669e9a4b0f
12:13:44.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.358 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.358 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.360 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.371 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=283373b7-8f68-407c-840f-3cb6a31b6a84
12:13:44.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.387 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.387 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.389 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.400 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.401 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bea5ddd-54b6-46ae-bf2b-3b41be26da2a
12:13:44.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.440 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cbd209e7-e96c-4103-af59-12a27d39eca5
12:13:44.455 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.457 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.457 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.458 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.470 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.470 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2b65018-4607-431d-8bdd-7a72ad2fe4cf
12:13:44.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.492 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.492 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.493 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.506 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.506 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b340a0f9-c356-456f-bf16-b65ac3094f9f
12:13:44.508 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.571 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.571 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.574 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.574 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1672b8bb-be50-4c74-b0c7-37e220b60bcd
12:13:44.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.607 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.608 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5a4a040-655b-4f7f-9e9d-f25cc82edb16
12:13:44.609 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.650 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.651 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.658 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.658 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.676 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.677 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6dcec222-d852-48d8-83bb-939631bf8751
12:13:44.677 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.677 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.691 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=750c434d-73c8-4ebf-a0a7-e9e0d0a4ed68
12:13:44.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.722 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.722 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.724 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.735 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.736 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7761ef49-d0a9-423b-a6c4-a3ab3fcdc7ff
12:13:44.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.763 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.763 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.765 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.777 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6492cddb-00d7-4b54-a400-511d4206de48
12:13:44.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.798 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.798 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.799 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.811 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.812 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63b98042-ae7c-4118-9a33-fc04ee4123a9
12:13:44.813 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.847 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.847 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.876 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.877 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8c05be-3652-4749-a0f2-17601b226105
12:13:44.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.888 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.888 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3a99cb76-7487-4a5a-a601-a554b24352e3
12:13:44.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.926 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.926 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.927 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.928 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.929 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.929 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.960 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=647ce7de-0dff-46d5-a412-3147f2c00021
12:13:44.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.971 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.971 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:44.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b83ff29-9ccd-4d18-a686-f423c1ffd85e
12:13:44.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:44.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:44.997 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:44.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:44.997 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:44.998 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:44.999 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.012 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=055c09d6-8b34-45e4-930a-98f709f9a23d
12:13:45.014 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.036 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.036 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.038 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.049 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.050 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e3b22b-097b-460b-a5de-08b70b6d9870
12:13:45.052 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.064 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.065 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3cf441c4-6f52-4974-adcb-2f1eee0b7f51
12:13:45.066 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.091 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.091 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.105 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.106 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0a99f8-0969-4ac3-b239-48d90d6a3029
12:13:45.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.109 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.109 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c15b3de8-bdb4-412f-b5d4-ea929e3a35a0
12:13:45.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.174 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.174 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.176 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.188 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d87d17d4-146f-4e06-a5d8-f292cfb29dff
12:13:45.190 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.201 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.201 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.203 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.215 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba906728-3915-4ace-9f72-4f74b0b6d33d
12:13:45.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.254 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.256 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.259 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7f79e2f8-e5f7-429b-ab9e-e6081dda6463
12:13:45.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.288 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.289 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8a70cd-6c14-4d6e-a764-eb792d29006e
12:13:45.290 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.318 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.327 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.343 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.343 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9fc244c6-d01a-471d-bb48-de1c624fa37d
12:13:45.343 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.354 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.355 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b950e67-3bbf-4d13-8d6a-a10ac819b372
12:13:45.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.401 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.402 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.402 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.404 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.415 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.415 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.416 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.416 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9f532e4-4654-44de-bf0d-1e66e1d8d5a1
12:13:45.417 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.418 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cf62937a-301f-4baa-861e-eacb738eeb1a
12:13:45.431 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.511 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.512 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.513 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.514 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.528 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.529 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.530 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad5090c1-a5de-4862-a395-007647800436
12:13:45.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.542 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a100b306-263c-4feb-9d87-230d00f84a11
12:13:45.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.564 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.564 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.566 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.578 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891c2eb1-abea-456e-b531-5ac2aa4e7689
12:13:45.580 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.588 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.588 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.589 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.591 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.602 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.603 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a680335d-c5db-4b7d-9d0d-990632575ef8
12:13:45.604 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.614 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.615 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.616 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.631 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70411eef-2712-448d-8c37-57c57722a9d2
12:13:45.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.686 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.686 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.688 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.700 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94a09947-ac80-4952-9391-3eede7776c7e
12:13:45.701 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.728 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.728 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.731 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.742 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.743 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9069750e-0f43-4e59-ac23-7d118214ebb0
12:13:45.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.745 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.745 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.747 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.758 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.759 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7a1ff437-7092-4056-bb4d-787cf9df9298
12:13:45.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.795 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.795 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.797 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.808 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.808 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e5dbc25b-c4d4-44b8-9da2-90f26e679b62
12:13:45.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.849 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.850 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=838168c7-861a-4846-8f37-032a3c488242
12:13:45.851 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.903 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.903 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.916 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.917 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aad5cf0e-3867-49ce-b025-be96e7b97077
12:13:45.918 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.945 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.946 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.949 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.962 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb533ff1-68fe-4116-8652-46c537173e0b
12:13:45.963 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:45.967 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:45.968 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:45.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:45.981 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=dcfe829b-8ed4-4d3c-bc4a-f08028c0e98c
12:13:45.983 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.029 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.029 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.031 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.043 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.044 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855449fe-9cff-4475-aee6-265578a089be
12:13:46.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.050 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.050 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.052 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f85f10c6-ed38-4543-8178-7ab99a7f0242
12:13:46.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.107 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.107 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.109 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.120 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.121 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd9ea01-b76e-4497-9886-79eabc31c8f7
12:13:46.122 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.144 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.157 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a0408ffb-22d1-49ba-a735-5afc4fe1b3a9
12:13:46.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.165 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.166 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.179 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.180 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f65421b-17a4-478d-bffd-e3a6c91a6ccb
12:13:46.181 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.206 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.206 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.207 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.219 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.219 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=679b466a-55d3-494a-8756-2a121d56a30f
12:13:46.221 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.234 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.234 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.235 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.247 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.248 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fafa766d-9c82-4da2-8364-d76067350ebf
12:13:46.249 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.302 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.302 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.304 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.316 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8d90fc14-b92f-4f96-a482-d1db269ab96f
12:13:46.317 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.339 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.339 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.340 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.353 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d691040d-6c73-41de-b246-1325bc445db6
12:13:46.356 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.373 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.373 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.375 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.386 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.387 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aedbee3f-e350-45f5-bdfc-c217e6f0d189
12:13:46.388 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.390 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.390 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.403 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.404 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bf82add-c49b-4010-ad5c-7b84863f63e1
12:13:46.405 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.439 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.452 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc6255c-ace9-41e5-9ac0-2c2748c241e2
12:13:46.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.459 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fee3deb4-a808-48fc-a36e-049e67fded9f
12:13:46.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.489 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.489 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.491 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.503 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.504 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41b964c-32fd-4d55-92fc-4e7f46513809
12:13:46.506 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.568 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.568 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.570 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.571 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.572 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29440e5d-c76e-4cee-a31f-756e97cb43e9
12:13:46.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.593 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.608 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.609 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=71f82b87-652d-4d9e-a39d-5952d435c1bc
12:13:46.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.667 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.667 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.694 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=80dc06fc-141a-444c-b42e-98c595efaa30
12:13:46.694 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.694 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.709 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a96cdb1d-c628-47b2-8844-bfe5c6bbdc9c
12:13:46.712 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.781 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.788 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.788 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=02b49809-8356-4f0a-aa53-0290dc721000
12:13:46.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.821 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdd65f02-b15c-4ba2-8985-aa9740277580
12:13:46.823 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.886 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.887 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.888 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.900 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.901 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b038dc-75c2-4804-9e16-6f4b5ab15afb
12:13:46.903 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.904 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.917 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.918 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=012fed7e-4c2b-4e6e-be90-197eb96af238
12:13:46.919 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.974 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.974 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.976 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.988 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:46.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1c04ca85-6d37-46cb-a380-98d7b77fddac
12:13:46.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:46.997 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:46.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:46.997 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:46.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:46.999 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.011 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd119ef-df5f-4bf8-b487-d78686323b2a
12:13:47.014 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.046 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8a986ce6-e2c5-48a1-8f48-25d0ebe8c223
12:13:47.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.102 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.112 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.113 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.113 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.128 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.128 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6fdba7e-0814-4a6a-8230-d8351d7971c7
12:13:47.130 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.142 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fe856edb-057c-42cf-8cac-39c7e7182c19
12:13:47.143 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.197 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.198 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.199 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.211 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.212 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75ccfde4-4fe0-4e73-9b17-d47dfc958f03
12:13:47.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.238 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.238 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.240 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.252 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.253 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d039a7d0-0ae9-4f19-b33e-7c46148b8e5f
12:13:47.254 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.305 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.305 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.326 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.327 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8022902-403c-459f-9a96-c2350e616158
12:13:47.329 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.341 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ea5a507c-8c28-4228-b1a8-9a6fca1f6081
12:13:47.342 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.409 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.409 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.410 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.423 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.424 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7b4a4965-62a3-4285-baff-6aa65e026dc3
12:13:47.426 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.428 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.428 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.430 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.441 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.442 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9c8677-15f8-46be-9f8d-ab041ab5e327
12:13:47.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.464 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.479 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.479 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=823888f9-9da7-4601-8cde-d210ed8863a3
12:13:47.481 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.509 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.527 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.527 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.528 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.528 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.529 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22fb36a5-60d8-40ed-9ea9-279c1bcd9343
12:13:47.530 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.541 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.541 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bf08f4c8-ffb4-4f5d-bdc7-0813e64593d9
12:13:47.543 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.579 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.579 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.581 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.592 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5bfe02-3554-454f-97fc-9b90e9860068
12:13:47.594 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.613 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.614 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.627 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e69b8b66-e960-4e0d-a786-2921a78b2643
12:13:47.628 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.642 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.642 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.643 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.655 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.655 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc045fae-170d-4b96-b43f-5b158fdd71f1
12:13:47.657 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.727 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.727 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.730 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d0da4eec-e0ab-46bc-9aba-df1729e36ca6
12:13:47.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.776 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d221a064-40e0-446c-bafa-db9dc1d958ae
12:13:47.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.812 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.813 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.814 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.826 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.826 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=40912465-aede-48db-82c7-2a9b120962c9
12:13:47.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.843 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.843 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.845 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.857 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.857 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64e2dd47-9923-474b-a8fe-365eeb20a878
12:13:47.859 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.877 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.877 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.878 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.890 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.891 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bae9287b-fbe3-4ee1-b268-796cac648365
12:13:47.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.918 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.918 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.920 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.932 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.932 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:47.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3389dd04-6b21-41b7-83b8-206025de1985
12:13:47.934 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:47.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:47.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:47.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:47.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:47.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.004 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.005 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ab4ad067-d087-4399-a6ca-76e7c0d6a0b7
12:13:48.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.030 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.030 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.032 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.044 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff62a63c-8543-407d-81df-a3a9469a6adb
12:13:48.046 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.075 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.075 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=93c14854-f188-40f3-853c-1d4b49ca44dc
12:13:48.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.104 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.104 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.106 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.127 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.127 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e65a384-f049-408f-8677-33dafc566475
12:13:48.129 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.130 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.142 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.143 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d19f488f-5c67-4d1e-97f9-1367dfbc8a2d
12:13:48.145 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.185 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.187 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bea5ddd-54b6-46ae-bf2b-3b41be26da2a
12:13:48.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.207 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.207 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.209 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.227 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55153337-0959-41d0-9797-3698c9119bda
12:13:48.229 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.234 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.234 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.236 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a2b65018-4607-431d-8bdd-7a72ad2fe4cf
12:13:48.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.296 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.307 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.308 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9635a3-d097-4f11-821b-5e8ad2770199
12:13:48.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.313 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.313 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1672b8bb-be50-4c74-b0c7-37e220b60bcd
12:13:48.330 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.365 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.394 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.394 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.394 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b43ae8-efd7-4a16-a72e-809ccb0df2a8
12:13:48.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.405 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=750c434d-73c8-4ebf-a0a7-e9e0d0a4ed68
12:13:48.407 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.438 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.438 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.440 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.453 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e08cfdd0-efec-45e8-a270-754db255fa8e
12:13:48.454 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.482 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.482 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.484 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.496 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.497 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6492cddb-00d7-4b54-a400-511d4206de48
12:13:48.500 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.508 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.508 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.510 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.522 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9530e97-8acd-4098-a925-9a222808cf9c
12:13:48.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.557 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.558 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.576 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.577 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f8c05be-3652-4749-a0f2-17601b226105
12:13:48.577 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.593 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fcaffb6-9ecf-4dcd-9f81-6a0797bf5ff7
12:13:48.593 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.642 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.642 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.644 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b83ff29-9ccd-4d18-a686-f423c1ffd85e
12:13:48.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.674 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.674 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.689 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bb4509e-07ef-4f50-a421-565206012a08
12:13:48.691 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.764 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.766 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.775 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.775 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.794 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a4e3b22b-097b-460b-a5de-08b70b6d9870
12:13:48.794 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.794 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.807 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.808 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e6ed5b7-855f-47d7-8f05-e0c190d0211f
12:13:48.809 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.850 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.850 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.852 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.863 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.863 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.863 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.864 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.865 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3f0a99f8-0969-4ac3-b239-48d90d6a3029
12:13:48.866 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.877 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.878 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b55255-c201-48cd-a6e5-0f0c8c529552
12:13:48.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.953 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:48.953 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:48.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.977 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:48.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43ab38e-ec60-45a3-8460-6a7c6e0a9368
12:13:48.980 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:48.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:48.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:48.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:48.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba906728-3915-4ace-9f72-4f74b0b6d33d
12:13:48.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.058 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.058 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.067 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.067 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea04c38-9f41-407b-aba7-3266a02fb64c
12:13:49.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.104 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.105 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2d8a70cd-6c14-4d6e-a764-eb792d29006e
12:13:49.106 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.180 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.180 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.181 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.183 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b3ba04f-4cce-4cec-824f-8cc4811e72e9
12:13:49.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.225 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8b950e67-3bbf-4d13-8d6a-a10ac819b372
12:13:49.226 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.263 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.263 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.265 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a9f532e4-4654-44de-bf0d-1e66e1d8d5a1
12:13:49.279 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.310 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.314 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.325 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.326 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2877eed8-de6e-4c9f-b436-6455073ba60f
12:13:49.327 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.369 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.369 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.371 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ad5090c1-a5de-4862-a395-007647800436
12:13:49.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.424 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.425 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.437 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.437 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb03d05-97c7-4057-a732-956718650ac0
12:13:49.439 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.458 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.472 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.473 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=891c2eb1-abea-456e-b531-5ac2aa4e7689
12:13:49.474 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.484 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.498 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fd44cf0-d6a1-439d-b4dd-af0c681966fc
12:13:49.501 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.542 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.543 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.544 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.556 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.556 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=70411eef-2712-448d-8c37-57c57722a9d2
12:13:49.558 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.574 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.575 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.577 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.588 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.589 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.591 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccd1023d-00e0-4416-9764-268f3c4aee60
12:13:49.592 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.611 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.615 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.628 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9069750e-0f43-4e59-ac23-7d118214ebb0
12:13:49.631 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.660 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.676 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.677 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.681 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d364908f-8bbe-4581-9907-ee53e5b5b049
12:13:49.681 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.681 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.684 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.696 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.697 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=838168c7-861a-4846-8f37-032a3c488242
12:13:49.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.742 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.755 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.756 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94068d91-49cf-4224-90b3-2ed9551edb5e
12:13:49.759 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.764 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.765 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.767 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.779 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cb533ff1-68fe-4116-8652-46c537173e0b
12:13:49.782 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.829 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.837 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.838 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.861 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=855449fe-9cff-4475-aee6-265578a089be
12:13:49.861 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.861 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.876 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb1c17d-8b7e-41f9-a5aa-657446fcbdc1
12:13:49.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.935 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.935 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.938 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.950 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.951 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.952 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9bd9ea01-b76e-4497-9886-79eabc31c8f7
12:13:49.953 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:49.974 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:49.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:49.987 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:49.988 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:49.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c415ad49-91b8-4055-9aaf-b10e5ff8fd23
12:13:49.990 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.035 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.035 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.037 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.060 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a013e00-c852-4937-9de5-49dcf9043b73
12:13:50.060 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.071 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.071 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6f65421b-17a4-478d-bffd-e3a6c91a6ccb
12:13:50.073 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.124 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.124 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.126 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.137 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.137 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fafa766d-9c82-4da2-8364-d76067350ebf
12:13:50.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.159 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.161 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.173 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.173 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0066aee-98f4-4e8c-93a0-58ccb058c74a
12:13:50.175 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.215 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.215 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.217 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.229 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936ae336-66e6-4947-8b60-93f7b2b3048f
12:13:50.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.233 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.233 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.235 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d691040d-6c73-41de-b246-1325bc445db6
12:13:50.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.293 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.293 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.309 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.309 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.310 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5f5179-e84c-4686-a00d-4bc1d45eeefe
12:13:50.310 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.325 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.325 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bf82add-c49b-4010-ad5c-7b84863f63e1
12:13:50.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.351 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.352 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.353 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.365 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.366 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.367 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ec3446-ff2b-465f-bbb5-11833db69afd
12:13:50.367 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.368 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.370 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.382 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8dc6255c-ace9-41e5-9ac0-2c2748c241e2
12:13:50.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.440 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.441 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.442 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.452 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.452 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.477 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f41b964c-32fd-4d55-92fc-4e7f46513809
12:13:50.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.488 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.488 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d85f00e5-7620-4862-a94c-6b85f6ec8792
12:13:50.490 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.580 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.581 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.582 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.583 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.583 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=29440e5d-c76e-4cee-a31f-756e97cb43e9
12:13:50.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.627 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3a96ec0-487d-43cb-8cac-964cdab65088
12:13:50.630 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.669 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.669 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.671 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.682 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.683 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a96cdb1d-c628-47b2-8844-bfe5c6bbdc9c
12:13:50.685 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.723 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.723 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.725 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.726 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.726 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.741 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.741 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.743 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1232dbd-4684-462e-a057-c48fbeb08870
12:13:50.744 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.755 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cdd65f02-b15c-4ba2-8985-aa9740277580
12:13:50.757 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.821 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.821 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.822 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.830 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.830 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90af2724-5b91-49a2-b1cc-166f839c1e55
12:13:50.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.871 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.871 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=83b038dc-75c2-4804-9e16-6f4b5ab15afb
12:13:50.873 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.962 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.966 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:50.966 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:50.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.974 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:50.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77314d44-2686-476a-865d-9882d457f512
12:13:50.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:50.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:50.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:50.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd119ef-df5f-4bf8-b487-d78686323b2a
12:13:50.988 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.039 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.039 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.041 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.047 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.047 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c6fdba7e-0814-4a6a-8230-d8351d7971c7
12:13:51.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51fe7115-8a87-4136-ad34-dcb6e395e1e5
12:13:51.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.123 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.123 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.125 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.139 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.139 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=75ccfde4-4fe0-4e73-9b17-d47dfc958f03
12:13:51.141 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.152 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.152 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.154 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.167 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b74be3-8072-4e9e-a835-4d42a804959b
12:13:51.168 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.200 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.202 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.214 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b8022902-403c-459f-9a96-c2350e616158
12:13:51.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.232 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.232 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.233 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.260 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33092c4-036e-4d7d-9b93-913ad3a5ec5c
12:13:51.260 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.267 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.267 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.269 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.280 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.280 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ef9c8677-15f8-46be-9f8d-ab041ab5e327
12:13:51.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.314 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.314 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.315 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.327 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.327 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=22fb36a5-60d8-40ed-9ea9-279c1bcd9343
12:13:51.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.360 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.360 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.361 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.363 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.374 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.374 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eba3124-06cb-4909-8328-328819f55fa4
12:13:51.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.383 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.383 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.385 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.396 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.397 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2e5bfe02-3554-454f-97fc-9b90e9860068
12:13:51.398 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.449 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.450 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.452 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=fc045fae-170d-4b96-b43f-5b158fdd71f1
12:13:51.467 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.471 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.472 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.473 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.485 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ecf85ab-7fe4-4307-af8e-dacee04e5200
12:13:51.486 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.531 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.532 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.533 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551022d6-84fc-4eb7-a5b7-d704a7723e38
12:13:51.546 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.553 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.555 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.567 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d221a064-40e0-446c-bafa-db9dc1d958ae
12:13:51.569 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.625 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.626 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.627 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.632 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.660 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.660 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=64e2dd47-9923-474b-a8fe-365eeb20a878
12:13:51.660 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.671 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ad66a8-bf94-4538-bab6-361df38dd158
12:13:51.673 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.714 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.714 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.716 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.727 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.728 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1340d13-e44c-458c-a7f7-3fc098e93269
12:13:51.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.740 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.740 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.741 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.753 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.753 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3389dd04-6b21-41b7-83b8-206025de1985
12:13:51.755 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.764 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.764 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.765 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.778 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.780 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889a8db9-da3f-4d83-b40e-42ca50af9694
12:13:51.781 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.819 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.819 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.821 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.832 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.833 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff62a63c-8543-407d-81df-a3a9469a6adb
12:13:51.834 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.879 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.880 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.881 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.892 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99545c10-6176-4ee3-8ba5-04a8ddd32fd5
12:13:51.895 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.906 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.909 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.920 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.921 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:51.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e65a384-f049-408f-8677-33dafc566475
12:13:51.922 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:51.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:51.991 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:51.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:51.991 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:51.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.010 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.010 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=719ed42f-cae5-4aea-b363-a0e725ef8f54
12:13:52.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.010 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.024 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.024 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=55153337-0959-41d0-9797-3698c9119bda
12:13:52.026 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.088 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.088 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.089 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.090 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.102 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.102 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e601ee87-6118-4d2f-834f-c3395b29b076
12:13:52.103 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.114 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.114 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.116 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.127 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.128 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8c9635a3-d097-4f11-821b-5e8ad2770199
12:13:52.129 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.182 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.182 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.184 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.195 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.196 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.196 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.196 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=95b43ae8-efd7-4a16-a72e-809ccb0df2a8
12:13:52.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.198 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.210 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.210 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39fac24d-b4f8-4a41-876f-64a2677beba4
12:13:52.213 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.248 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.248 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.250 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.261 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.262 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.263 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.264 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e08cfdd0-efec-45e8-a270-754db255fa8e
12:13:52.264 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df0f460-32ed-4d5c-9c15-72b26fbd3d55
12:13:52.281 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.316 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.316 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.316 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.317 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.318 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.332 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.333 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.334 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4932d854-6603-40e0-a1b4-d46522ca12b2
12:13:52.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.361 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c9530e97-8acd-4098-a925-9a222808cf9c
12:13:52.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.376 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.376 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.393 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.393 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65781851-c5dc-444d-97c1-745c108a78b4
12:13:52.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.451 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.452 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.453 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.464 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.465 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1fcaffb6-9ecf-4dcd-9f81-6a0797bf5ff7
12:13:52.466 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.482 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.482 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.484 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.496 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.496 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decd51eb-6aed-4f53-9657-fa2a5269b551
12:13:52.498 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.534 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.534 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.536 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.547 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.548 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d0040a-0e0c-4bec-9e74-44b4c87269d6
12:13:52.550 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.550 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.550 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.564 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.564 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1bb4509e-07ef-4f50-a421-565206012a08
12:13:52.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.619 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.619 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.620 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.632 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.632 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd6da67-224c-4dda-afd3-01a22c08d142
12:13:52.634 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.693 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.693 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.693 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0e6ed5b7-855f-47d7-8f05-e0c190d0211f
12:13:52.693 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.704 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.705 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02abaf7-6a0d-4a04-98ee-8ef393ac0f00
12:13:52.706 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.737 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.737 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.739 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.760 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.760 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b55255-c201-48cd-a6e5-0f0c8c529552
12:13:52.760 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.760 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.774 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.775 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82a237f9-93b7-45f5-993c-bc01ab4a374d
12:13:52.777 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.811 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.813 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.825 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.825 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60612db3-a361-4bc6-b3da-56f7fe8192b1
12:13:52.827 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.862 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.862 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.864 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.875 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.876 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.894 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d43ab38e-ec60-45a3-8460-6a7c6e0a9368
12:13:52.896 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.897 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.908 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.908 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f3d690a0-dad3-4df6-a903-78dd8ace8ad2
12:13:52.910 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.960 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.960 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.977 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.977 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:52.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cea04c38-9f41-407b-aba7-3266a02fb64c
12:13:52.980 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:52.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:52.992 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:52.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:52.993 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:52.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:52.995 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.008 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=be73d51d-64d4-4028-aac6-396b7ccd6fd0
12:13:53.010 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.069 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.069 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.070 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.071 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.078 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.078 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.094 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.094 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=46141f84-12f0-4f8e-84c2-5d2ebfa63b99
12:13:53.094 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.110 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6b3ba04f-4cce-4cec-824f-8cc4811e72e9
12:13:53.110 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.124 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.125 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.126 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.138 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.138 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=eef5c735-3507-497a-86f2-2fe15e4d681a
12:13:53.140 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.183 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.183 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.185 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.197 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.197 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2877eed8-de6e-4c9f-b436-6455073ba60f
12:13:53.199 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.228 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.228 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.244 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f709797c-84d8-4cb9-953b-f453de2ea8e1
12:13:53.244 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.260 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.260 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.276 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.277 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3bb03d05-97c7-4057-a732-956718650ac0
12:13:53.277 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.315 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.315 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.317 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.328 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.329 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.329 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.344 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ba2f5301-a1d3-443d-8bc9-7afb4a79234f
12:13:53.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.344 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.354 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.355 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7fd44cf0-d6a1-439d-b4dd-af0c681966fc
12:13:53.357 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.422 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.423 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.432 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.432 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.460 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=63a91323-2b66-4580-b8a2-bfbf332f20b4
12:13:53.460 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.460 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.471 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.471 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ccd1023d-00e0-4416-9764-268f3c4aee60
12:13:53.473 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.522 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.522 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.524 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.536 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6de685eb-a086-4d8a-804f-f331f94a3d2e
12:13:53.537 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.538 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.538 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.540 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.552 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d364908f-8bbe-4581-9907-ee53e5b5b049
12:13:53.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.606 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.607 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.608 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.618 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.618 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.633 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.634 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e826d2bb-ddb3-4bfa-8bdd-69273277c7c0
12:13:53.635 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.636 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.648 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=94068d91-49cf-4224-90b3-2ed9551edb5e
12:13:53.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.704 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.704 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.705 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.717 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.717 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=deb1c17d-8b7e-41f9-a5aa-657446fcbdc1
12:13:53.719 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.730 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.731 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.732 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.743 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.745 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=12cfd596-99bf-4d41-9c88-520da89177e6
12:13:53.746 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.778 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.779 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.780 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.790 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.810 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=c415ad49-91b8-4055-9aaf-b10e5ff8fd23
12:13:53.810 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.810 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.824 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.824 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4211e6ce-c27d-40bd-80f9-94bfd10d0740
12:13:53.826 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.866 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.866 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.867 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.875 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.875 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.893 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.893 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bdffe0d8-86e2-47ff-94cc-92b1bb6a68c5
12:13:53.893 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.904 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.905 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2a013e00-c852-4937-9de5-49dcf9043b73
12:13:53.906 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.964 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.964 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:53.965 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:53.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.973 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.974 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:53.975 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5f74440d-1cbc-40fe-b1bf-bb63f42c2042
12:13:53.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:53.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:53.987 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:53.987 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b0066aee-98f4-4e8c-93a0-58ccb058c74a
12:13:53.989 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.043 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.043 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.045 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.054 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.054 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.077 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=cc9540d2-bfee-4bac-9be3-8ff9b4f5f5e5
12:13:54.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.087 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.088 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=936ae336-66e6-4947-8b60-93f7b2b3048f
12:13:54.089 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.145 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.146 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.146 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.148 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.159 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.160 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ff256de7-b9e3-419c-a4bd-f1a5e3e13816
12:13:54.163 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.165 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.165 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.167 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.178 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.179 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1d5f5179-e84c-4686-a00d-4bc1d45eeefe
12:13:54.180 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.214 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.214 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.216 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.228 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8e570f04-b795-4dd9-b265-2789108c6785
12:13:54.230 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.262 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.263 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.266 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.277 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.277 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=677ca566-5b38-4372-8154-c5847785f38c
12:13:54.279 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.282 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.310 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e0ec3446-ff2b-465f-bbb5-11833db69afd
12:13:54.310 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.345 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.346 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.377 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.377 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=d85f00e5-7620-4862-a94c-6b85f6ec8792
12:13:54.377 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.377 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.392 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.392 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4fc382b2-0a4c-49c3-9636-941b06562f00
12:13:54.394 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.415 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.415 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.417 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.429 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.429 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.430 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.432 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=b3a96ec0-487d-43cb-8cac-964cdab65088
12:13:54.433 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.434 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.447 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=41e5c5f6-d8f7-4e29-8559-d5cd7a3b6ec7
12:13:54.450 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.523 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.523 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.524 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.535 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.535 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.559 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.560 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=f1232dbd-4684-462e-a057-c48fbeb08870
12:13:54.560 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.560 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.573 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.574 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69911f1d-fe2c-4658-8b3f-0ccf66915dc4
12:13:54.575 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.610 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.613 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.624 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.625 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=90af2724-5b91-49a2-b1cc-166f839c1e55
12:13:54.626 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.669 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.669 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.671 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.682 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.683 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5e352dec-37a0-46eb-9846-76fb80aa63b6
12:13:54.685 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.718 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.718 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.720 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.732 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.732 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=77314d44-2686-476a-865d-9882d457f512
12:13:54.734 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.776 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.776 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.779 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.790 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.791 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=7c3e9f7e-6bfa-4439-9d79-8a007f61b791
12:13:54.792 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.827 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.827 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.828 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.829 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.836 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.836 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.860 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=51fe7115-8a87-4136-ad34-dcb6e395e1e5
12:13:54.860 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.870 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.871 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=0b3e5594-d607-409e-8d2b-1475693c797f
12:13:54.873 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.952 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.952 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.953 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.954 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.958 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:54.958 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:54.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.976 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.976 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:54.979 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=21c44364-cdf9-4bf1-b519-d7c70e3df75e
12:13:54.979 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:54.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:54.991 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:54.992 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:54.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=43b74be3-8072-4e9e-a835-4d42a804959b
12:13:54.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.060 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.076 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.076 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.076 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.077 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a33092c4-036e-4d7d-9b93-913ad3a5ec5c
12:13:55.077 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.087 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.088 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=10b90940-4927-4702-a207-8e5c58425570
12:13:55.089 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.138 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.138 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.140 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.152 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.152 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eba3124-06cb-4909-8328-328819f55fa4
12:13:55.155 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.164 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.164 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.166 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.194 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=1eddc8f4-d9a6-4ea8-a297-21a418396885
12:13:55.194 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.198 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.198 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.200 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.213 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.213 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8ecf85ab-7fe4-4307-af8e-dacee04e5200
12:13:55.215 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.252 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.252 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.254 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.265 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.266 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=2311d532-6037-4dc3-aa38-e17e7071d047
12:13:55.268 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.281 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.281 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.282 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.283 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.284 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.295 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.296 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.298 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=551022d6-84fc-4eb7-a5b7-d704a7723e38
12:13:55.299 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.333 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.334 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.335 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.347 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.347 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.347 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.347 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=ecd9a093-1840-4ff6-8596-6bbafebf6b78
12:13:55.349 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.350 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.361 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.362 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=54ad66a8-bf94-4538-bab6-361df38dd158
12:13:55.363 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.420 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.420 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.422 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.427 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.428 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.443 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.443 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4b38c771-1a2f-4e2a-986e-de7da5d3edde
12:13:55.443 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.454 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.454 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a1340d13-e44c-458c-a7f7-3fc098e93269
12:13:55.456 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.529 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.530 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.531 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.543 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.544 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5729bdb7-3ebd-4e63-becd-571a75a28e1a
12:13:55.545 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.552 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.553 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.554 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.566 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.567 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=889a8db9-da3f-4d83-b40e-42ca50af9694
12:13:55.568 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.623 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.623 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.626 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.638 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.638 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=33a9c7db-9847-49e4-8e6d-9b1324091ea5
12:13:55.640 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.648 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.649 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.649 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.650 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.662 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.662 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=99545c10-6176-4ee3-8ba5-04a8ddd32fd5
12:13:55.664 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.688 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.688 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.689 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.690 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.709 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.710 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.710 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6ceda264-e8fd-46d6-bdf1-6866b816fd3e
12:13:55.710 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.721 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.721 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=719ed42f-cae5-4aea-b363-a0e725ef8f54
12:13:55.723 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.753 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.753 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.754 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.766 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.766 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=6604c26b-91bd-468d-aefa-779155bd776b
12:13:55.768 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.773 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.773 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.775 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.786 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.787 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e601ee87-6118-4d2f-834f-c3395b29b076
12:13:55.788 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.847 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.847 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.848 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.860 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.860 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a615760e-e0c1-4b02-82f8-73b9bbb02eaf
12:13:55.862 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.881 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.881 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.882 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.894 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.895 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=39fac24d-b4f8-4a41-876f-64a2677beba4
12:13:55.897 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.959 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.959 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.961 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.972 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.973 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=3196d59d-0a3b-4f9a-b2d3-68ec5c0e34b0
12:13:55.975 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:55.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:55.993 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:55.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:55.993 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:55.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:55.995 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.007 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.007 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.008 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.009 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=5df0f460-32ed-4d5c-9c15-72b26fbd3d55
12:13:56.009 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.012 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.024 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.025 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9e03e17c-a7f2-41f3-8e76-ea709e1fc608
12:13:56.026 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.047 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.047 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.049 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.060 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.061 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.062 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.062 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=4932d854-6603-40e0-a1b4-d46522ca12b2
12:13:56.063 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.064 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.075 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.076 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=df02c7d1-c8ca-4a2f-a14d-0ca430e739a2
12:13:56.077 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.123 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.123 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.125 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.137 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.137 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=aa6d1e69-7261-4f48-a483-d4130eaa6f50
12:13:56.139 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.156 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.156 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.158 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.169 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.170 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=65781851-c5dc-444d-97c1-745c108a78b4
12:13:56.171 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.223 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.223 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.224 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.227 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.227 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.243 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=decd51eb-6aed-4f53-9657-fa2a5269b551
12:13:56.243 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.243 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.257 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.258 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=a5b69516-6acc-414b-8926-8f6f48cf939e
12:13:56.259 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.322 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.322 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.324 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.338 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.338 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=69d0040a-0e0c-4bec-9e74-44b4c87269d6
12:13:56.340 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.342 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.342 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.344 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.357 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.357 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=941e9229-a35b-4d93-837f-d2763e56819f
12:13:56.359 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.390 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.390 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.392 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.403 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.404 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=8cd6da67-224c-4dda-afd3-01a22c08d142
12:13:56.405 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.446 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.447 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.449 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.458 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.459 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.477 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.477 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=bbc9c42b-aec5-4996-8bf7-6a583fcfd2b6
12:13:56.477 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.488 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.489 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=e02abaf7-6a0d-4a04-98ee-8ef393ac0f00
12:13:56.490 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.567 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.567 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.569 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.579 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.579 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.610 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=03ad25ee-0e27-4dd2-80b8-6f72aa891843
12:13:56.610 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.610 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.621 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.621 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=82a237f9-93b7-45f5-993c-bc01ab4a374d
12:13:56.623 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.648 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.648 [Test worker] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.651 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.662 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.663 [Test worker] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=9a42d314-f37d-48ff-b08b-b5be4fa2dcb8
12:13:56.665 [Test worker] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.697 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.698 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Add Visited Location
12:13:56.698 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - Calculate Rewards
12:13:56.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getAttractions
12:13:56.699 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]
12:13:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Response 200 OK
12:13:56.710 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Reading to [java.lang.String] as "application/json;charset=UTF-8"
12:13:56.712 [pool-1-thread-1] DEBUG tourGuide.service.TourGuideService - start get User Location
12:13:56.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - HTTP GET http://localhost:8080/getUserLocation?userId=60612db3-a361-4bc6-b3da-56f7fe8192b1
12:13:56.714 [pool-1-thread-1] DEBUG org.springframework.web.client.RestTemplate - Accept=[text/plain, application/json, application/*+json, */*]

Standard error

oct. 16, 2020 11:52:35 AM org.javamoney.moneta.DefaultMonetaryContextFactory createMonetaryContextNonNullConfig
INFOS: Using custom MathContext: precision=256, roundingMode=HALF_EVEN